Add A TweetMe Button For Blogger.
This post is going to tell you how to embed a TweetMe button to your Blogger. A TweetMe button helps to popularize your blog. Twitter is the next big thing in social networking and micro-blogging. So, if you are popular on Twitter, your blog can be too. Add this button to let people share the knowledge through Twitter. Go, check it out.
First, log into your Blogger account. Click "Customize".
Click on "Layout" and then "Edit HTML". Expand the widget template checking the check box.
Find the following line in the template code:
<b:loop values='data:posts' var='post'>
Place the code given below between the code above and </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>
If add this code just above </b:loop>, the button will appear at end of each post. If you add the code just after <b:loop values='data:posts' var='post'>, the button will appear at the beginning of each post. If you find any problems embedding the TweetMe button, do let me know.