Monday, April 19, 2010

Add "TWEET" Button to your Blog Posts with tweet counter.

Posted by Faheem Mustafa
Share

Whenever we want to share any article to others, Twitter comes to our mind, because its the mostly used network for socialization. It one of the top most internet utilities of social networking.

Free Software Advisor is a free platform to provide you the tips for your blog/website improvements. If you want your article/post or any other content to be shared among the internet users of the world, Twitter tweets are one of the best solution for this purpose. Today at Free Software Advisor you'll learn how you can add a Tweet button on your blog. 
Tweetmeme not only provides an option to be shared on twitter via Tweets, but it also displays the number of tweets an article has got.
Adding Tweet Button To your blog
1:  Sign in to your Blogger Account and then go to Layout > Edit html
2:  Check the check box Expand Widget Templates
3:  Press CTRL+F and search for the following code

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

4:  Just above this (<p><data:post.body/></p>) paste the following code
<div style="float: right;">
<script type="text/javascript">
tweetmeme_source = 'YOUR-TWITTER-USERNAME';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>

5:  Now replace the text"YOUR-TWITTER-USERNAME" with your own twitter user name.
 and Click save changes.
ENJOY!

If you liked my post then, Leave Your Comments OR

Subscribe to this Blog via Email:
Click here to Subscribe to FREE email updates from "Free Software Advisor", so that you do not miss out anything that can be valuable to you and your blog!!

No Response to "Add "TWEET" Button to your Blog Posts with tweet counter."

Leave A Reply