Add Blogger Share Buttons to Custom Blogger Templates

Posted by Free Software 0 komentar
Do you Know recently Blogger released their new SHARE Buttons features which makes it easier for your Blog visitors to bookmark, tweet, fshare, email ,etc your post.
But the problem is that,if you r using any custom blogger template,you may not see the widget appearing in blog,even though you activate it.
So,If you are facing the problem,here is your solution.
Before continue,Please make a backup of your template.Now follow the steps carefully.

  • Sing in to Blogger Account.
  • Go to Design>Edit HTML>then tick the expand widget templates.
  • press ctrl+f and open Firefox Search Box.
  • 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.paste the below line on Firefox Search Box
     
  • <p><data:post.body/></p> 
  • Then Add the Code Below After the line 
  • <p><data:post.body/></p>
<div style='clear:both; padding: 10px 10px 10px 10px;'> <b:include data='post' name='shareButtons'/> </div>

  •  Please NOte that If you still don't see it in your Blog, Make sure..you activated it by going to
    Blogger dashboard > Design > Click the 'edit' button of the Blog post section
Thank You.