May 16, 2012

Widgets

Display Guest Author Box Automatically in Blogger


Author Box in BloggerGuest posting saves great time when you are stuck in exams or engaged in some other off-side work. Google Blogs provide the best blogging experience when it comes to ease and comfort. The user interface and over all control options are extremely easy to set and play with. Unlike wordpress where you can display author box using a plugin, in blogger we will have to code things ourselves. Displaying author info at the bottom of the posts can be done in two ways. The first method as you may know is pasting the author info box manually below each post yourself. The problem with this method is of course precious loss of time. Manually adding an author box below each post could turn out to be a headache, therefore an automatic way would be the best. You have seen the above author box displaying introduction of Qasim below all his posts. This box appears automatically below each post published by his shared blogger account. We used conditional tags to make it work and its really just two lines of code, the rest is all design. Lets understand few things before jumping straight at the tutorial

 

Which Method suits you: Automatic or Manual?

If you are the only author at your blog and you don't receive frequent posts from one single author and rather receive guest posts from different authors then you should go with the manual method. This wont slow your blog load time because you will be adding the box for each author under his or her post instead of adding several boxes for each author  inside the template.

And if there are more than one author at your blog like ours then you should better go with the dynamic way. Here you will have to add the box just once inside your template and it will display automatically below all posts published by that guest or co-author.

Create Author Accounts in Blogger

You can invite up to 100 Team members per blog. Which means that your blog can be authored by 100 different people. All you need is to send them an invitation by going to Settings > Basics > Permissions . The invitee will accept the invitation and he can thus start posting on your blog with a separate dashboard and limited editing options. you can choose to grant him admin privileges also. To learn more when and how to grant admin rights, please read:

How To Add Author Box Manually?

All you need is the author's profile picture, two lines of bio and then the following tasty tutorial that explains all:

How To Add Author Box Automatically?

The steps are kept simple so you will find it really interesting to apply.

  1. Go to Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Click Proceed
  5. Then Click Expand Widget Templates
  6. Search For ]]></b:skin>
  7. Just above it paste the following CSS code,

/* MBT Code For Author Box */

.about-author {
width : 98%;
overflow : hidden;
margin:10px 0px;
border:0px;
}


.about-author img {
width:70px;
padding:3px;
border:1px solid #ddd;
margin:0px 5px 0px 0px;
}

.about-author h3{
font-family:verdana !important;
font-size:18px !important;
margin:9px 0px !important;
color:#666666 !important;
border-bottom:2px solid #666 !important;
border-top:0px !important;

}

.about-author p {
margin:0px;
text-align:justify;
color:#666;
}

To change color of the text "About author" edit     color:#666666

8.   Next Search for data:post.body

    9.  Just below it paste the following code:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.author == &quot;AUTHOR NAME&quot;'>
<div class='about-author'>
<h3>About Author:</h3>
<img align='left' src='IMAGE LINK OF AUTHOR'/>

<p>WRITE AUTHOR BIO HERE</p>
<p>Follow him @ <a href='BLOG LINK' target='_blank'>BLOG NAME</a> | <a href='FACEBOOK LINK' rel='nofollow' target='_blank'>Facebook</a></p>

</div>
</b:if></b:if>

All steps are self explanatory. you just need to fill the bolded parts with correct requirement details. There is one thing that needs care.

  • Replace AUTHOR NAME with the account name of the guest author. This name should match exactly the name appearing on his posts. See the screen shot below:

guest author account name

 

       10.   Finally save your template and you are all done!

Visit your blog and check the post of any of your co-authors. You will find his bio appearing just perfectly at the bottom of all articles published by him. You can even create an author box for yourself by simply replacing the AUTHOR NAME , profile pic and bio to that of yours.

Need Help?

This tutorial should not trouble anyone for sure but incase you needed help in customization then feel free to post your queries. Let me know whether or not this little tut solved any of your problems. Peace and blessings pals. :)




If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

54 comments:

ahmed safwan on May 16, 2012, 12:17:00 AM said... #

thanks a lot mohammed for this ost

JayRyan09 on May 16, 2012, 6:24:00 AM said... #

Nice Post.

Now I's using manual. But maybe nxt tym I used This widget. I also accept Guest Post. this kind of widget is helpful in my Blog.

Thanks for your post.

JayRyan'sBlog

Ramakrishna Ch on May 16, 2012, 8:02:00 AM said... #

usefull post

HariNarayan on May 16, 2012, 8:45:00 AM said... #

Nice article Mohammad Mustafa Ahmedzai , this is what I was searching for! . I have a doubt in Google Adsense, In Google adsense I have CPC 0.09$, can I know how to increase Adsense CPC?
my blog is www.way2all.in

SR on May 16, 2012, 9:50:00 AM said... #

Thanks bro
I like manual method.

Gilbert Canda on May 16, 2012, 10:11:00 AM said... #

Hi Brother Mohammad, thank you for the tips. I saw your pictures teaching people how to blog and how to customized a blog. Did you also teach them how to make money with a blog? You have lots of ideas there, they can have more benefits if they will listen to you. I also want to meet you in person.

You are such an inspiring blogger. This post will be my reference when I start inviting my fellow bloggers to contribute in my personal blog. However, it is not good to invite friends to write on our blog for maybe they will just give mess to our GA, unless we are trusting them. But to be safe, don't use the permission in blogger in your blog that has GA.

Thanks a lot for your useful content you have shared in blogger customization. God bless you brother.

Santu on May 16, 2012, 10:14:00 AM said... #

Nice Post...But i this for me manual method suits for me.
www.gulmiresunga.com

Santanu on May 16, 2012, 11:18:00 AM said... #

I was just thinking about this today, how to do that.

Thanks a lot.

http://www.meracareergyaan.in

Hamxa Wasim on May 16, 2012, 12:21:00 PM said... #

Mohammad if we have more than 1 authors than what? How to use this for them!

Hamxa Wasim on May 16, 2012, 12:27:00 PM said... #

If i have 3 authors and i want that dunamic way so how can i do that

Hamxa Wasim on May 16, 2012, 12:28:00 PM said... #

It means that this method ia just for 1 co-author

yAhyA on May 16, 2012, 2:12:00 PM said... #

Awesome One Mustafa bro ..

Imran on May 16, 2012, 6:09:00 PM said... #

Hii
Mohammad
I think the blogger threaded commenting system has been updated.
Check it out

Daniyal @ Unseen Wallpapers on May 16, 2012, 6:31:00 PM said... #

AoA, Bro you are free from exams now. Can you plz create a blogger template for photo bloggers.
template should look like
www.wallpaperhere.com
www.hdwallpapers.in
plz

Atikur Rahman on May 16, 2012, 11:20:00 PM said... #

Its really nice bro.. But now i'm using author info box with subcribe email,fb page like and google+ button below posts, so i will try it later. Thank you :)

My blog : http://www.myfirsttricks.in

DON on May 17, 2012, 11:58:00 AM said... #

Thanks bro for your post.
Make Money Online
Spare Time

Varinder Pal Singh on May 17, 2012, 12:11:00 PM said... #

Great post helped a lot.Thanks for the nice tutorial.

wawaKyoko on May 17, 2012, 2:28:00 PM said... #

I Love to apply this method in my blog..How to aply?Like it. Thnxs a lot
www.lovesmereadme.blogspot.com

Neel Shah on May 17, 2012, 7:31:00 PM said... #
This comment has been removed by the author.
Hur Abbas on May 19, 2012, 8:35:00 PM said... #

Nice Post i will also implement this on my blog!
http://geekyblogging.blogspot.com

Mohammad Mustafa Ahmedzai on May 20, 2012, 3:40:00 PM said... #

@harinarayan

The only effective way is to post daily and work on your traffic. give preference to topics on social media and technology. You can learn a lot from Penguin and Panda Updates


@Gilbert Canda
I am honored brother. May God bless you too for those kind words. :>

I would say I am too small to teach, I just help people with their day to day problems in building readership, traffic and generating revenue. You are always welcomed to ask any query you may have in latest posts. Meeting you would be a pleasure in itself brother.

There are two options in blogger, Author and Admin. Author option wont give anyone access to your template settings and this keeps you safe and gives only post editing rights to the author. You can remove the author later from your guest list but this wont delete his previously published posts which is great.

@hamxa wasim

Brother in that case simply copy and paste the code in step#9 twice or thrice depending on the number of your authors. All you need is to fill the details accordingly. :)

@Daniyal

I will surely publish a template if I was able to fetch some leisure time buddy. Sure why not. :>

@atikur

Indeed you can customize the code in step#9 for adding more details buddy :)

Amina Saqlain on May 20, 2012, 10:17:00 PM said... #

i need some guest authors please help me

saher hassan on May 21, 2012, 6:03:00 PM said... #

Thanks I'll add this to my blog
http://3asq-blogger.blogspot.com/

cashdove.com on May 22, 2012, 10:33:00 PM said... #

Nice post was awesome, i think its time i keep accepting guest post on my blog, thanks man

Mike Cleveland on Jun 1, 2012, 10:20:00 PM said... #

Mohammad,

I was searching for post on how to write great author box for Article Marketing, and I came upon your blog here. This a great blog and I will bookmark it. I will return later and read more of your posts.

abhishek kumar on Jun 9, 2012, 7:50:00 PM said... #

what to do eith author name i did nt understand?

Thirunavukkarasu B on Jun 15, 2012, 9:20:00 PM said... #

THanks, How to Add the Author Biograph page?

Susannah Dickey on Jun 21, 2012, 2:51:00 PM said... #

Fantastic work man, keep your heads high you did it.
Web Development

editweaks.com on Aug 3, 2012, 9:41:00 PM said... #

This is Awesome tutorial, just a little problem with giving admin rights, Blogger should try to fix that so we can be rest assured our blog don;t get stolen completely from Us

Waleed Khan on Aug 5, 2012, 11:10:00 AM said... #

oh i got a problem bro.I set author bio for one author but now to do i set author bio for another author

Sourav Halder on Aug 8, 2012, 4:46:00 PM said... #

graat post bro............www.cyberdemand.blogspot.in

Ishrosh on Aug 23, 2012, 3:14:00 PM said... #

Hi, I'm very much impressed with the dynamic template of blogger, so started working on my blog through dynamic template only. Here are my couple of queries from you...



Query 1. Dynamic template loading speed is really good when the blog is open for anybody (public). But when we give some restrictions such as "only blog authors" or "only these readers", the page (home page) opening speed become zero or it never open.



And the same page suddenly open without touching any button if

we change the option "any body" (for public)" from the blogger backend.



Query 2. Can i buy this kind of dynamic template with the same features for my own site which i can upload somewhere in third party server.



regards,

IShrosh

Zulqurnain jutt on Aug 24, 2012, 1:23:00 AM said... #

muhammad,, yar ik problem hai agar ,,hum guest author ka info box ,aik author ke info ke sath fill krain ga to ye to phr data.body ke andar hai or ,,code har author ke liye same run hoga !! and har author ka name ,info,bio etc same aye ga confusion .

Zulqurnain jutt on Aug 24, 2012, 2:24:00 AM said... #

@Zulqurnain jutt

Sory bro i got it ,,you uses if condition ,and depends on author name ,,wow great work man ,, may Allah bless you ^~^ thanks,

regards,
H4ck3r Cracks

Ishrosh on Aug 24, 2012, 10:39:00 AM said... #

@Ishrosh

Zulqurnain jutt bhai, kuch help karo yaar. jaise hi mei is ko blogger mei public karta hoon toa it's started opening very fast but condition lagate hi, i mean jaise hi option blog auther ya phir "only these reader" ka option deta hoon toa natak karne lagta hai , i mean 10 me se 1 baar hi open hota hai that too very slow.

kya is mei blogger developter team kuch help kar pai gi.

thanx dear,
ishrosh

Zulqurnain jutt on Aug 27, 2012, 1:34:00 AM said... #

@Ishrosh
bro , you are right ,so i have pasted
code given in 9th step on exctely of my late widget code below lt;div class='post-body entry-content'lt;

code and it replace AUTHOR NAME with my exact name on my blogger. ,and when you add guest authors code the 9th step code again and place it just after lt;/b:iflt; code of first author code and fill it and carry on !!

Ishrosh on Aug 28, 2012, 10:56:00 PM said... #

@Zulqurnain jutt

Sorry brother, I'hv not understood. Please explain the solution as i'm novice.

I tried but failed....

thanx

Ishrosh on Aug 29, 2012, 11:49:00 PM said... #

@Zulqurnain jutt

Please....

Ishrosh on Aug 30, 2012, 1:07:00 PM said... #

Blogger Dynamic View will give problems....., If you have opt the option "Only blog authors" or "Only people I choose" from "SETTINGS" - "PERMISSIONS".

Problem 1. - Dynamic View will disappear from "DESIGN" - "TEMPLATE DESIGNER" from the back-end.

Problem 2. - Blog or Site (page) opening speed down to zero.

Ishrosh on Aug 30, 2012, 3:55:00 PM said... #

@Zulqurnain jutt

brother please help me, mere ko aap ka solution clear nahi hua, mene bahoot try kiya....

blogger kehta hai ki dynamic template public karna jaroori hai nahi toa nahi kaam kare ga. see below link....

http://support.google.com/blogger/bin/answer.py?hl=en&answer=1227173

Resham Panth on Oct 2, 2012, 12:14:00 PM said... #

Thanks alot bro.. Just love your site :)
Checkout my site- www.theepiblogs.blogspot.com

rituparna sonowal on Oct 5, 2012, 10:11:00 AM said... #

Nice post.. but i have a problem i have two instances . so can you make me clear which one i have two choose???

Shubham Chaurasia on Nov 1, 2012, 4:29:00 PM said... #

www.freefullversionsoftwaregames.blogspot.com

Ali raza on Nov 19, 2012, 10:27:00 PM said... #

If you don't want to give admin privileged to any one so you can also use manual method as auto method. just read instructions which i post in comments of http://www.mybloggertricks.com/2011/04/show-guest-author-info-below-blogger.html

Hemantgiri S. Goswami on Dec 4, 2012, 9:29:00 AM said... #

Hi Mohammad,

This works perfect for me, thank you very much.

Hemantgiri Goswami

Chris Provencher on Dec 18, 2012, 5:51:00 PM said... #

Hi Mohammed,

Thanks for this! I've modified it a bit on my blog (http://wsagoodstart.blogspot.com/) to show the post information on the main index page and to include it in the footer rather than the main blog post. Really love the way it turned out!

shareusall.com on Jan 8, 2013, 1:12:00 PM said... #

is there any automatic author information widget for blogspot

By www.Shareusall.com

threelas.com on Jan 22, 2013, 8:09:00 PM said... #

I think this is too difficult for several people, but this is not your fault, because blogger has limit

GeHaGe SEMM on Feb 3, 2013, 8:44:00 AM said... #

thanks for this tip,very usefull,
SEOptimasi

Ghulam Mhuhddeen on Feb 5, 2013, 4:26:00 AM said... #

Ultrasurf Thanks dude, nice Post .good admin Thnaxxx

vk sheyad on Feb 22, 2013, 1:09:00 PM said... #

Guest post : http://www.pschunt.com

Kacam Suhendra on Mar 12, 2013, 10:04:00 PM said... #

Assalamu 'alaikum..... May i introduce myself. I really impressed with this Blog contents, good look, readable and so on.... Nicest Info for me as a newbie....

Shan King Khan on Apr 2, 2013, 7:28:00 PM said... #

This widget is not working well Ok i just follow your instructions but i can't see my author information in blog post or homepage. what is this ?

Hacker lint on May 20, 2013, 1:38:00 PM said... #

don't why but not working !

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |