By default, you should notice a SHARE button with a Google+ button on the mobile view of your blog. If not, you should activate it by following the steps below:
==> Sign in to www.blogger.com
==> Click on your blog and go to "Layout"
==> Click on the "edit" link on the "Blog Posts" section
==> Scroll down and tick the "Show share buttons" option as seen in the screenshot below:
==> Click "Save"
Once it starts displaying on the mobile view of your blog, if you click on SHARE, a new window should pop up, where you can select where you want to share the post.
To be honest, most of your blog visitors might not know they can also share to Facebook, etc using that default share button. Hence, the need to add a separate Facebook share and Twitter button below it.
To do that, 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:
<b:if cond='data:blog.pageType == "item"'>
<span style='font-size: 15px;font-weight:bold;'>Share : </span>
<p align='center'>
<div class='fb-like' data-action='like' data-layout='button_count' data-share='true' data-show-faces='false'/>
<a href="http://twitter.com/share" class="twitter-share-button" data-count-value="horizontal">Tweet</a>
<script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script>
</p>
</b:if>
==> Save your template.
Check out the posts on the mobile view of your Blogger blog and you should notice the share and tweet buttons been displayed below the posts.
I hope this works for you.
Check out other tips here on how to customize the mobile view of your blogger blog.
NB: I can fix this for you FREE if you're one of those that have purchased my blog template. Buy my template here.
0 comments:
Post a Comment