How to add sharethis or addthis button to blog or blog post.
Written by Basis-Consultant on 2:52 PMFirst register an account at addthis or sharethis site
then get your button code like this. This is drop down menu button.
Parse the javascript as shown in the post How to parse javscript for Blogger
<script type="text/javascript">
addthis_url='<data:post.url/>'; addthis_title='<data:post.title/>'; addthis_pub='tailender1';
</script><script src="http://s7.addthis.com/js/addthis_widget.php?v=12" type="text/javascript">
</script>
Then go to layout in your control panel
Layout---> Edit Html -> check the Expand Widget Templates option and search for post-footer word and insert this code just before
<div class="post-footer">
. You will see the add this button appearing on every post near the comments section like below
0 comments: Responses to “ How to add sharethis or addthis button to blog or blog post. ”