How to add retweet button to blog template to make visitors help in tweet your Posts

How to add retweet button to blog template to make visitors help in tweet your Posts | Blogging In Web 2.0 Beta
twitter,Social Bookmarking,Micro Blogging,RetweetTwitter a micro blogging concept is a great source of traffic. Like digg this retweet button is made for blogs to encourage visitors to send your content on twitter. More retweets mean more traffic, more traffic means more money, more money means more relaxation. Tweetmeme has given a great option to add a retweet button to our blogs and they generated a simple JavaScript, which gives you up to date tweet counts and shorten your title and link for the retweets.


Tweetmeme Provided a two types of buttons,

  • Firts is Just Like a Digg this Button
twitter,Social Bookmarking,Micro Blogging,Retweet
  • Second one is a compact version which fits in less space

  • twitter,Social Bookmarking,Micro Blogging,Retweet

How to Add Retweet Button to Blogger Template.

Simple widget of retweet into blogger template any where. Copy and paste below code into html/java script code using add a gadget in layout link.

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

How to add Retweet Button to blogger Posts Digg This Like Button

Click On Layout > Edit Html > Expand Widgets > Find the Below Code

<p><data:post.body/></p>

And add the below code like as below:-

<p><data:post.body/>
<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>
</p>

If you wanna use compact button code use below one.

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

Save your template and enjoy retweet by your visitors

Related Posts by Categories



If Your Enjoyed this Article

Then you May Also Interested In Receiving Updated By Mail:

Enter your email address:-

0 comments:

Post a Comment