Friday 4 December 2009

Add Retweet Button after every post in Blogger

                   A Retweet is a type of message posted (or tweeted) on micro blogging service, Twitter, that repeats some information previously tweeted by another user .
With increase in its popularity, twitter is a very good media for social marketing.
Tweetmeme is a free service which makes Tweeting and Re-Tweeting og blog posts very easy.
The Retweet Button along with the option to retweet, also displays the number of tweets made about the post.


Here is how the Retweet Button looks like .
You can Add These buttons by following these steps:
  • Login to your blogger account 
  • Go to Layout section and go Edit HTML tab .
  • Click on expand widget template.
  • Find  following code <p><data:post.body/></p> or <data:post.body/>
     
  • Paste any one of the following codes 

below the <p><data:post.body/></p> 
if you want button to appear button below the post
OR
above the <p><data:post.body/></p> 
if you want button to appear above post.

For:

1: Compact Button :




<script type="text/javascript">
tweetmeme_style = "compact";
</script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>

2: Full Button :










<script type="text/javascript">
tweetmeme_url = &#39;<data:post.url/>&#39;;
</script>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script>
  • Save the Template and you’re done!

Note :
If you want to make the button align on right [ like me ] , or left ,
place the button code within the following code:

To align on

Right :

<div style='float:right; margin-left:10px;'>
Here you place Button Code From above
</div>

Left :

<div style='float:right; margin-left:10px;'>
Here you place Button Code From above
</div>

Center :
Dont align on center , it will look foolish and ugly :P
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "Add Retweet Button after every post in Blogger"

Post a Comment