As you see on the top of every page in my posts. You will see a little button that we call “Retweet” it’s very helpful for blogger to make them get more connection in Twitter. Every time when readers like your posts they’ll click at retweet button and the message will be repeat at twitter. More retweet it means might be get more traffic and look attractive new readers also.

I’ll show you how to put retweet button on the right or left of the top for each post (For blog that do the Automatic Thumbnail and Read More Function).

Follow steps as below (Put on Top Right);



1. Go to Layout --->Edit HTML in your Blogger Dashboard

2. Back up your existing Template before making any changes!

3. Make sure to check the "Expand Widget Templates" box

4. Find this code <data:post.body/>

5. Copy the exactly code as below;

<div style='float:right;'><script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/></div>

6. Put the above code before <data:post.body/>
e.g.
<div style='float:right;'><script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/></div><data:post.body/>

7. Save it

Remark: If you’d like to change it to the left, just change this code from <div style='float:right;'> to <div style='float:left;'>.



If your blog doesn't use Automatic Thumbnail and Read More Function you have to find this code <div class='post-header-line-1'/> then put the following code as below;

<div style='float:right;'><script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/></div><div class='post-header-line-1'/>


That's it!!! Same thing about how to move it to left or right on the top of the post.

Thank you for nice pictures from http://www.bloggerplugins.org/

Any questions, please do not hesitate to leave a comment as below.

If you like this post, you can subscribe to keep up to date daily via e-mail Subscribe Now