Re-Tweet Button On Your Blog! |
So, here is how to add a re-tweet button to your blogger:
1. You need to find a piece of code. The code that you are looking for is <data:post.body/> in the "Edit HTML" part of your design panel in blogger.
2. Once you have found the piece of code from step 1, add the pieces of code below BEFORE it:
<div style="float:right;padding: 6px 0px 6px 6px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
<div style="float:right;padding: 6px 0px 6px 6px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
3. This will float the button to the left, like it is on our blog! If you wish to move it over to the right then all you have to do is change float:left; to float:right; and it will move to the right! Magic!
4. Now, save your changes and you will see it appear on your blog posts!
Any problems, email us at hello@reviewmonsters.co.uk and we will be happy to help you out!