Friday 21 September 2012

How to Add Share Button In your Blogger


Hello Friends in this tutorials how to add share button in your blogger.Blogger released their new Share Buttons feature 
which makes it easier for your Blog visitors to bookmark, tweet, fshare, email ,etc your post.

But, if you're using any custom blogger template.. you may not see the widget appearing in blog..even though you activate it. 

Steps to follow:- How to  add Share Button In your blogger.


1. Sign into Blogger > Design > Edit html


2. Add this line anywhere you want the widget to appear.

<b:include data='post' name='shareButtons'/>

Normally, in most templates, you can add it after this line..

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

If you don't find that above line in your template....
Find this one.


<p><data:post.body/></p>

and add this code after that line..

<p><data:post.body/></p>
<div style='clear:both; padding: 10px 10px 10px 10px;'> <b:include data='post' name='shareButtons'/> </div>


Now you can preview If you are satisfied of your blogger share button then you can save template.

0 comments:

Post a Comment