HOW TO ADD "SOCIAL SHARING BUTTONS" BELOW EVERY POST TITLE FOR BLOGGER

1) Go to Blogger Dashboard → Template → Edit HTML.
2) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
<data:post.body/>

3) Now Paste the Code Shown Below just After it.
<span class='st_facebook_hcount' displayText='Facebook'></span>
<span class='st_googleplus_hcount' displayText='Google +'></span>
<span class='st_twitter_hcount' displayText='Tweet'></span>
<span class='st_sharethis_hcount' displayText='ShareThis'></span>

4) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
</head>

5) Now Paste the Code Shown Below just Before it.

<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "074821ed-063e-4ae5-bad9-3e26ecf249f3"}); </script>

6) Now Save Your Template.


*Important Note: If The Code <data:post.body/> Is More Than One Time In Template, Then Try One By One By Pasting Below/After <data:post.body/> And Keep Checking Social Buttons After Saving Your Template Every Time.


0 comments:

Post a Comment