Add About Author Box Below Every Post In Blogger

For a Blogger its very important to tell the his audience who is the author of the blog and About the Author is the best & most successful way to make awareness among the users who is the behind the success of this blog. Author Box under every post which shows some description and social links of the author of the article. Unfortunately blogger doest gives us this option by default . Dont worry guys I m gonna share a beautiful hack with you which will allow you to add a fully customizable About The Author Box below your every post .

About Author Box Demo



Live Demo


How To Add Beautiful About Author Box To Blogger

  • Go to Blogger Dashboard 
  • Click on DropDown Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML --> Proceed --> Expand Widget Templates
  • Press Ctrl + F and search the code shown below


]]></b:skin>


  • Now replace it with the code shown below

#authorbox {
background:#333 url(http://2.bp.blogspot.com/-L5Tvv0yJrr4/TvsFt-Mh82I/AAAAAAAACC0/9eva5jXci8U/s1600/about_author.jpg) no-repeat scroll left top;
width:auto;
overflow:hidden;
color:#fff;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
margin:5px auto;
padding:40px 10px 10px 20px;

}

#authorbox:hover {
-webkit-box-shadow: 0px 0px 10px  rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 0px 10px  rgba(0, 0, 0, .3);
box-shadow: 0px 0px 20px  rgba(0, 0, 0, .3);
}

#authorbox h4 {
font-size:26px;
color:#fff;
clear:none;
margin:0;
padding:10px 10px 5px;
}

#authorbox .author_small {
font-style:italic;
}

#authorbox img {
-webkit-transition:  -webkit-transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
padding: 5px 5px 5px 5px;
-webkit-transform:  rotate(+2deg);
-moz-transform: rotate(+2deg);
float:left;
border:4px solid #336699;
margin:10px;
padding:0;
}

#authorbox img:hover {
-webkit-box-shadow:  0 3px 6px rgba(0,0,0,.5);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
-webkit-transform:  rotate(-1deg);
-moz-transform: rotate(-1deg);
}
#authorbox p {
color:#fff;
font-size:14px;
margin:0;
padding:0 10px 10px;
}

#authorbox a {
font-weight:bold;
color:#336699;
}
]]></b:skin>

  • Now Press Ctrl + F and search the code shown below

<div class='post-footer-line post-footer-line-1'>

  • Now genrate the code from the generator and place it below <div class='post-footer-line post-footer-line-1'>

Widget Generator

Like it? Share it.

19 comments

12 May 2012 at 08:30

why don't work in my template?? please help
Thanks

12 May 2012 at 09:12 Author

@Murusawa Gilang SaputraI have not seen the widget code in your template

12 May 2012 at 11:12

@sonu
sorry.. because the code doesn't work, then I put again. But now is already, please check again? thanks..

12 May 2012 at 11:20 Author

@Murusawa Gilang SaputraYou have not add the generator code in your template

12 May 2012 at 11:24

@sonu
I was it, thanks before...

12 May 2012 at 11:29

@sonu
it's already yet.

12 May 2012 at 12:18 Author

@Murusawa Gilang SaputraFixed and sent back to you

12 May 2012 at 12:53

@sonu
Thank You so much..

13 May 2012 at 00:50 Author
Anonymous
13 May 2012 at 21:43

Bro I Want to add Live Demo Button for my blog
how to add tell me plz.

21 May 2012 at 07:32 Author

Thanks sonu for this great widget i like your stuff
keep the good work
thanks

22 May 2012 at 05:31 Author

@tak selaFixed and sent back to you

8 July 2012 at 05:26

Brother i tried It But Not Working..I Don't Understand the 1st line " Now replace it with the code shown below "


Now genrate the code from the generator shown below and place it below class='post-footer-line post-footer-line-1'>

it show two footer line code when search...help

9 July 2012 at 00:48 Author

@Sunil I have again sent your template . Search this code from your template </a></div></div><div style='clear: both;'/><!-- clear for photos floats --></div> and below it paste the generator code

11 July 2012 at 02:21

does it support multi author blog?? cause im having multi author blog... cant use just one author bio...

11 July 2012 at 09:18 Author

@Em Ji MadhuYes it supports multi author blog for that you have to make following changes
When you generate the code from widget generator add these lines
Add this line <b:if cond='data:post.author == &quot;Author1Name&quot;'> at the start of the generated code and </b:if> at the end of the generated code.
Replace Author1Name with the first author name
For second author bio widget repeat the above process

12 July 2012 at 13:04

@sonu thank you so much... you're site awesome dude... i implemented lots of wigets from your site to my blog... that you so much again... continue your good work...

5 December 2012 at 22:49

hey buddy help me also.i dnt get wr to put my widget generator code..plz help

5 December 2012 at 23:02

got it thnks :)

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.