In this post, I will explain how to add the retweet button at the top right of your blogger post.
1. Follow this guide on How To Edit Your Blog Template
2. Find(CTRL+F) <data:post.body/>
3. Add these codes ABOVE <data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
<b:else/>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
</b:if>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
<b:else/>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
</b:if>
4. Click Save Template
And you're done! The retweet button will appear at the upper right side of your post.
On your homepage, the button will be compact and on the post page itself, the button will be full