Skip to content

Tag Archives: blogger

Adding a ShareThis button on clasic blogger templates

19-Sep-09

Between <head> and </head> add the custom code from the share this page (don't just copy this): <script type="text/javascript">var _sttoolbar = {}</script><script src="http://w.sharethis.com/widget/stblogger.js" type="text/javascript"></script>< script type="text/javascript">stBlogger.init("http://w.sharethis.com/button /sharethis.js#publisher=a669f824-4b26-4c78-8aba-f9a6df9270e1&type=blogger&style=rotate");</script> After the blog item body tag – <$BlogItemBody$> (You can copy and paste this) <!– START SHARETHIS.COM BUTTON –> <script type='text/javascript'> //Sharelet code SHARETHIS.addEntry({ title: '<data:post.title/>', //ShareThis Object [...]