input license here

How To Add Stylish About Us Sidebar Widget in Blogger

Hey Guys! Today in this article I am going to share a new tutorial on How To Add Stylish About Us Sidebar Widget in Blogger Website. If you want to tell people about yourself or you want to add stylish about us widget to blogger sidebar, then definitely read this post.

Benefits :-

  1. Show your profile in Blogger Sidebar.
  2. Show your bio or some information about you in Sidebar As A Widget.
  3. Show your social media profile link in Sidebar.
  4. Message and subscribe button in Sidebar.
  5. Instagram like, love and share added in this Widget.

How To Add Stylish About Us Widget in Sidebar :-

Step 1 :- First of All You Need To Login With Your Blogger Account. 
Step 2 :- After That Click on Layout Menu. 
Step 3 :- Then Click on Add a Gadget Button. 
Step 4 :- After Select Html/JavaScript. 
Step 5 :- Then Copy The Code Provided Below And Paste it in Widget Content.

<div class="wrapperx">
<div class="img-area">
<div class="inner-area">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgc3Nwh8zCx-nMXnTy57ksejq_bawLyw6bSMHcDMAa3T5lB27QRgZK3ynTVf2hdTOP66VxO52RJ8RcYxlB3zGInc1EGklPCMh16oaZ317R2dKzlUvOhB1K8Qk4BZWhqR7HgIcmIszmaRrM/s113/Untitled+design+%25282%2529.png" alt="" />
</div>
</div>
<div class="name">Techy Jeeshan</div>
<div class="about">Small Web Designer & Owner Of TechyJeeshan.xyz</div>
<div class="social-icons">
<a href="https://t.me/gyanitheme" class="fb"><i class="fab fa-facebook-f"></i></a>
<a href="https://t.me/gyanitheme" class="twitter"><i class="fab fa-twitter"></i></a>
<a href="https://t.me/gyanitheme" class="insta"><i class="fab fa-instagram"></i></a>
<a href="#" class="yt"><i class="fab fa-youtube"></i></a>
</div>
<div class="buttons">
<button><a href="https://t.me/gyanitheme">Message</a></button>
<button><a href="https://t.me/gyanitheme">Subscribe</a></button>
</div>
<div class="social-share">
<div class="row">
<i class="far fa-heart"></i>
<i class="icon-2 fas fa-heart"></i>
<span>20k</span>
</div>
<div class="row">
<i class="far fa-comment"></i>
<i class="icon-2 fas fa-comment"></i>
<span>14.3k</span>
</div>
<div class="row">
<i class="fas fa-share"></i>
<span>12.8k</span>
</div>
</div>
</div>
<style>
.wrapperx,
.wrapperx .img-area,
.social-icons a,
.buttons button{
background: #eee;
}
.wrapperx{
position: relative;
padding: 30px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.wrapperx .icon{
font-size: 17px;
color: #31344b;
position: absolute;
cursor: pointer;
opacity: 0.7;
top: 15px;
height: 35px;
width: 35px;
text-align: center;
line-height: 35px;
border-radius: 50%;
font-size: 16px;
}
.wrapperx .icon i{
position: relative;
z-index: 9;
}
.wrapperx .icon.arrow{
left: 15px;
}
.wrapperx .icon.dots{
right: 15px;
}
.wrapperx .img-area{
height: 150px;
width: 150px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.img-area .inner-area{
height: calc(100% - 25px);
width: calc(100% - 25px);
border-radius: 50%;
}
.inner-area img{
height: 100%;
width: 100%;
border-radius: 50%;
object-fit: cover;
}
.wrapperx .name{
font-size: 23px;
font-weight: 500;
color: #31344b;
margin: 10px 0 5px 0;
}
.wrapperx .about{
color: #44476a;
font-weight: 400;
font-size: 16px;
}
.wrapperx .social-icons{
margin: 15px 0 25px 0;
}
.social-icons a{
position: relative;
height: 40px;
width: 40px;
margin: 0 5px;
display: inline-flex;
text-decoration: none;
border-radius: 50%;
}
.social-icons a:hover::before,
.wrapperx .icon:hover::before,
.buttons button:hover:before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
background: #ecf0f3;
box-shadow: inset -3px -3px 7px #ffffff,
inset 3px 3px 5px #ceced1;
}
.buttons button:hover:before{
z-index: -1;
border-radius: 5px;
}
.social-icons a i{
position: relative;
z-index: 3;
text-align: center;
width: 100%;
height: 100%;
line-height: 40px;
}
.social-icons a.fb i{
color: #4267B2;
}
.social-icons a.twitter i{
color: #1DA1F2;
}
.social-icons a.insta i{
color: #E1306C;
}
.social-icons a.yt i{
color: #ff0000;
}
.wrapperx .buttons{
display: flex;
width: 100%;
justify-content: space-between;
}
.buttons button{
position: relative;
width: 100%;
border: none;
outline: none;
padding: 12px 0;
color: #31344b;
font-size: 17px;
font-weight: 400;
border-radius: 5px;
cursor: pointer;
z-index: 4;
}
.buttons button:first-child{
margin-right: 10px;
}
.buttons button:last-child{
margin-left: 10px;
}
.wrapperx .social-share{
display: flex;
width: 100%;
margin-top: 30px;
padding: 0 5px;
justify-content: space-between;
}
.social-share .row{
color: #31344b;
font-size: 17px;
cursor: pointer;
position: relative;
}
.social-share .row::before{
position: absolute;
content: "";
height: 100%;
width: 2px;
background: #e0e6eb;
margin-left: -25px;
}
.row:first-child::before{
background: none;
}
.social-share .row i.icon-2{
position: absolute;
left: 0;
top: 50%;
color: #31344b;
transform: translateY(-50%);
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
}
.row:nth-child(1):hover i.fa-heart,
.row:nth-child(2):hover i.fa-comment{
opacity: 1;
pointer-events: auto;
}
.buttons button a {
color: #31344b;
}
</style>
Step 6 :- Now Don't Forget To Click on Save and See The Results. Finished.

Conclusion :-

I hope you understand How To Add Stylish About Us Sidebar Widget in Blogger through this post.  If you have any doubts after reading this post please let us know in the comment box.
Try Search Engine Optimization

how to make money blogging for beginners,earn money with blogger in 12 minutes,how to create a blog for free on google and earn money,blog earning calculator,how to create a blog for free and make money,blog monetization rules,can i make money from free wordpress blog,blog earning calculator,can we earn money from blogspot,can i earn money from free blogspot,how to earn money from blogspot in india,how to earn money through blogspot,how to create a blogspot and earn money,how to earn money online blogspot,ways to earn money online blogspot,how to earn money blogspot,how to earn money using blogspot,earning money from blogspotblogger tutorial for beginners,blogger tutorial in tamil,blogger tutorial for beginners pdf,blogger tutorial bangla,blogger tutorial by ranjit,blogger tutorial advanced,google blogger tutorial,step by step blogger tutorial,full blogger tutorial pdf,google blogger tutorial pdf,instagram blogger tutorial,google blogger tutorial for beginners 2021,bangla blogger tutorial pdf,google blogger tutorial 2021,java logger tutorial,make blogger tutorial,blogger full tutorial,blogger coding tutorial,blogger api tutorial,blogger design tutorial,blogger makeup tutorial,blogger layout tutorial,blogger theme development tutorial,blogger setup tutorial,blogger complete tutorial pdf,blogger com login,blog tutorial,blogger tutorial in hindi,blogger tips and tricks,blogger tips in tamil,blogger tips 1x2,blogger tips for beginners,blogger tips in hindi,blogger tips and tricks blogspot,blogger tips for instagram,blogger tips and tricks for beginners,food blogger tips,beginner blogger tips,instagram blogger tips,new blogger tips,google blogger tips and tricks,fashion blogger tips for instagram,travel blogger tips,instagram food blogger tips,beauty blogger tips,instagram blogger tips and tricks,blogger seo tips,blogger betting tips,blogger beginner tips,blogger prediction tips,blogger seo tips in hindi,blogger soccer tips,blogger design tips,bloger hr betting tips,blogger football tips,blogger blogspot seo tips and tricks,google blogger tips,tips for new bloggers,personal blog tips,blogger tips and tricks in hindi,blogging tips for writers,tips for starting a blog,blog writing tips,blogging meaning,how to start an advice blog,little green footballs,the sartorialist,lifehacker,scripting news,crooks and liars,girl with a onetrack mind,blogspot com login,what happened to blogspot,google blog,blogspot about me,blogspot.com login,blogspot movie,vsp blogspot,coin master free spins link blogspot,brownsville blogspot,coin master free spins blogspot,blogspot login,blogspot search,blogspot blogs,blogspot sign in old account,blogspot general hospital,blogger templates,blogspot coin master,blogspot days of our lives, blogspot popcorn,blogspot brownsville,general hospital blogspot,dj hamirpur blogspot,www.editech house.blogspot.com,visualbuyer blogspot com,13load.blogspot.com among us,getmypopcornnow blogspot,techboldy blogspot,mygkjob.blogspot.com 2021,google blogspot,quiltville blogspot,tips for using blogger,blogspot seo 2021,blogger seo setting,complete blogspot seo,how to rank blogger blog on google,blogger seo tools, wordpress,tumblr,pocket,feedly,blogger tricks,blogger.com tips and tricks,blogspot seo tips,search blogger,blogspot settings,how to optimize blog posts for seo,blogspot tips and tricks,blogspot tips for new bloggers,nifty blogspot tips,tips for oracle blogspot,sajjad tips.blogspot,f& tips blogspot,savvy teaching tips blogspot,mainframe tips and tricks blogspot,rk dish tips blogspot,blogspot betting tips,blogspot football tips,blogspot soccer tips,blogspot-seo-tips-for-bloggers,how to create a blog on blogger step by step pdf,how to write a blog,blogger,blogspot.com youtube,blogger websites,blogspot tutorial pdf,blogspot tutorial for beginners,blogspot tutorial css,seo blogspot tutorial,mikrotik blogspot tutorial,alisa burke blogspot tutorial,youtube blogspot tutorial,google blogspot tutorial,cracking tutorial blogspot,c sharp video tutorial blogspot,blogspot tutorials,blogspot seo tutorial,blogspot design tutorial,blogspot photoshop tutorial,blogspot templates tutorial,blogspot making tutorial,blog meaning in tamil language,fashion blogger meaning in tamil,how to earn money by blogging,blog writing meaning in tamil,how to create a blog, how to earn money from blog in tamil,tamil blogs collection,personal blog meaning in tamil,blog tamil,blogger meaning in tamil to english,how to create blog and earn money,blogging course in hindi pdf free download,professional blogging course in hindi by deepak,blogging books pdf in hindi,blogger tutorial pdf,how to become a blogger in hindi,free blogging course in hindi pdf,tutorial blogger,blogging in hindi pdf,what is fashion blogger in hindi,blogger tutorial for beginners in hindi,google blogger tutorial for beginners in hindi,blogger full tutorial in hindi,utorial blogger pdf,tutorial blogger 2021,tutorial blogger 2021 new,tutorial blogger lengkap,tutorial blogger lengkap pdf,tutorial blogger 2021 pdf,tutorial blogger pemula,tutorial blogger etiquetas,top tutorial blogger 2021,makeup tutorial blogger,how to create a blog tutorial blogger,lightroom tutorial blogger,xml tutorial blogger,favicon tutorial blogger,como crear un blog tutorial blogger,step by step tutorial blogger,tutorial membuat blogger,tutorial membuat blog di blogger,tutorial buat blogger,tutorial de blogger,tutorial bikin blogger, tutorial de blogger 2021 free,tutorial cara membuat blogger,tutoriales blogger,tutorial blog tips blogger,tutorial como crear un blog en blogger,blogspot websites,blogger.com login,how to make a blog for free,how to create a blog for free and make money,blogger search,url for blog,how to create a blog on blogger,blogspot com youtube,blogger app,blog examples,techcrunch,mashable,boing boing,gizmodo,engadget,gawker

Related Posts
Diệp Quân
Nguyen Manh Cuong is the author and founder of the vmwareplayerfree blog. With over 14 years of experience in Online Marketing, he now runs a number of successful websites, and occasionally shares his experience & knowledge on this blog.
SHARE

Related Posts

Subscribe to get free updates

Post a Comment

Sticky