Integrating the button into Blogger
Tutorial adapted from Woork
If you want to add the Tweetmeme button on your Blogger site, you need to edit your template:
- Enter the administration console of your blog
- Select ‘Layout’ tab
- Select ‘Edit HTML’ tab
- Check the ‘Expand Widget Templates’ box
Find that line that looks similar to:
<b:loop values='data:posts' var='post'>
Place the code below between this line and the line reading ‘</b:loop>’
<script type="text/javascript"> tweetmeme_url = '<data:post.url/>'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Adjust the placement of the code to suit the style of your blog.


