A number of people have asked me about adding the ShareThis button to their Blogger blog. Blogger and ShareThis have teamed up to allow you do this, but it only shows up in the sidebar. However, most people want an individual button for each separate blog post.
This video tutorial shows how to do just that. Look below for the code mentioned in the video:
This is the code you put into the “post-footer” div:
<script type=’text/javascript’>
SHARETHIS.addEntry({title:'<data:post.title/>',
url:'<data:post.url/>'
});
</script>
Leave me a comment to let me know if you found this video helpful!
Tags: blogger, share buttons, sharethis
