Add Retweet Buttons on your post
One of the best ways to promote your articles is to put them on Twitter. Retweet button allow people who visiting our blog or website to retweet our articles or post. The Retweet button is for website and blog publishers that want to encourage their audience to retweet their content on twitter.
If you want to add the tweetmeme button on your blog template copy and paste one of the the following code where you want the widget to be displayed.
1.
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
2. When the URL is different from the current URL
<script type="text/javascript"> tweetmeme_url = 'http://yoururl.com'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
3. Compact version
<script type="text/javascript"> tweetmeme_style = 'compact'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>