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:

  1. Enter the administration console of your blog
  2. Select ‘Layout’ tab
  3. Select ‘Edit HTML’ tab
  4. 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.

1 Star2 Stars3 Stars4 Stars5 Stars (125 votes, average: 2.58 out of 5)