How to Add TweetMeme Button on your Wordpress Blog
So you use Twitter? Ofcourse you do, as most of bloggers do use it so you also be aware of how much traffic Twitter can bring to your blog. So, why not add a retweet button on your blog?
So you use Twitter? Ofcourse you do, as most of bloggers do use it so you also be aware of how much traffic Twitter can bring to your blog. So, why not add a retweet button on your blog?
Open single.php file of your theme and add the following code where you want to show ReTweet button and Save it:
<script type="text/javascript"> tweetmeme_source = 'tweetmeme'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Change tweetmeme in line 2 with your own Twitter username.
You can also add following code after line 2 for compact button:
tweetmeme_style = 'compact';
Thanks..I will try this
[...] Also checkout our tutorial on How to add TweetMeme Button on Wordpress blog. [...]