Welcome to Review Monsters...

Howdy! We like to post things that hopefully make great reading! When reading this, you may find a review on an iPhone/iPad app that you want to buy, a new marketing idea that you would like to try, SEO tips, ways to promote your blog, new ways to make money online from home! To gain extra traffic to your website, we advise adding your website to this free link directory!

HOT TIP - Save money & earn lots of cashback when shopping online by using - QUIDCO! Quidco is very quick to set up, it's easy to use & it works! It has saved us money already!

Monday, October 25

How To Add A Re-Tweet Button

Re-Tweet Button On Your Blog!
With the rise of Twitter continuing to grow, we thought that we better add a way for our fantastic readers to re-tweet our blog posts to all of their twitter followers! We went searching around for a good way to implement this to make it noticeable yet discreet enough when reading a post.

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>


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!