Your cart is currently empty!
How To Display Author Profile and Picture Below Posts Of Blogger Mobile View
By enabling the “show author profile below posts” option on your Blogger blog, the name, Google+ profile picture and a small description of the author of your posts will be displayed below the posts.
Once you enable the feature, it will only display on the desktop view of your blog and not on the mobile view. Nevertheless, you can make it to display on the mobile view of your blog with a little modification to your blog’s template.
Enabling it on the mobile view of your blog, will definitely contribute to the increase in Google+ and followers of your blog authors.
How To Get Started
==> Ensure it’s already displaying on the desktop view. If not, read the guide here.
==> Log in to your Blogger dashboard
==> Back up your template and go to “Template” > “Edit HTML”
==> Click inside the HTML and use CTRL F to find <b:if cond=’data:top.showMobileShare’>
==> Carefully find the ending </div> as seen in the screenshot below:
==> There are three ending </div> as seen in the screenshot above
==> Directly below the third one, copy and paste the code below:
<p style=”font-size: 18px; border-bottom: 2px solid #333;”>About Author</p>
<b:if cond=’data:post.authorAboutMe’>
<div class=’author-profile’ itemprop=’author’ itemscope=’itemscope’ itemtype=’http://schema.org/Person’>
<b:if cond=’data:post.authorPhoto.url’>
<img expr:src=’data:post.authorPhoto.url’ itemprop=’image’ width=’50px’/>
</b:if>
<div>
<a class=’g-profile’ expr:href=’data:post.authorProfileUrl’ itemprop=’url’ rel=’author’ title=’author profile’>
<span itemprop=’name’><data:post.author/></span>
</a>
</div>
<span itemprop=’description’><data:post.authorAboutMe/></span>
</div>
</b:if>
==> Save your template.
Check out the posts on the mobile view of your Blogger blog and you should notice the Author box been displayed below the posts.
I hope this works for you.
NB: I can fix this for you FREE if you’re one of those that have purchased my blog template. Buy my template here.
Like What You Read?
Sign Up to get similar articles delivered to your email inbox.
8 responses to “How To Display Author Profile and Picture Below Posts Of Blogger Mobile View”
Nice one boss. Will give it a try
Nice tutorial boss you rock
how did you add facebook, twitter etc link to your profile
Wow, it worked for me. Thank you so much. But how can i hide it from home page?
Thanks very much sir, your tutorial was very helpful
you are the best, you got the most beautiful heart, thanks for the great information…God bless you.
Thank you so much it is working pretty well. I am having trouble trying to figure out with the codes in Blogger.com and without any lack searching for answers from the internet, my hopes decreased until suddenly your site showed up on google search after tweaking search queries. Btw, I am from Philippines.
Thanks this was helpful
FEATURED
Leave a Reply