Thursday, September 3, 2009

RETWEETButton in Every Post Of Blogger



How to Add a "RETWEET" button on Blogger ?

Twitter is getting Popular As it is the fastest massaging serving and also retweet Most of us might be knowing of both these.

Twitter – Twitter is an unpaid social networking site that enables users to sent instant short massages of 140 characters To Followers.For example if you have 1000 Followers and you update a massage that "I am Studding at present" Now this massage will be distributed to all 1000 Followers.

Retweet –Yap This is also its sister widget installs in every post of yours.If a person presses RETWEET button then post title And its Proper Link will be sent to all the Followers Of the clickers account. This one enables to re post some interesting tweets on twitter.The retweet button can act like a tweet counter
Adding a Retweet button will display a number,your post has been tweeted and will also allow your readers to Retweet it.


On The basis of its placement there are 4 Styles



1# Style

Code for style 1



<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>



2# Style




Code for style 2



<div style="float:left;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>



3# Style(Compact)


Code for style 3



<div style="float:left;padding:4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>



4# Style(Compact)



Code for style 4



<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>


How to insert the Retweet Button in your blog posts?

1.Select any of obove four retweet styles,and copy it's code into a text file.
2.Now in this code replace your_twitter_username with your actual twitter user name

Now Login to Blogger>>>Go To LAYOUT>>>Then Click On Edit HTML>>>Check Mark Expand Widgets>>>Press Ctrl+F


Search For below code:-


<data:post.body/>


And now before that, settle your retweet code
5.Save the template.
Now you should have a Green Retweet button with every your blog posts.
Additional Sign: How to test the retweet count of any url?
To Check the number your posts are tweeted the retweet count of any url,just go to this url in your browser. http://api.tweetmeme.com/imagebutton.gif?url=http://twitter.com .Replace http://twitter.com with the url of the post whose retweet count you would like to know

0 comments:

Post a Comment