Why a ReTweet Button is a Must Even if You Have a Share-This Option
It is one of the most important things you should add to each of your blog posts. Yes, I’m talking about sharing and social bookmarking buttons. There are a number of plugins you can use to add social bookmarking and/or sharing options at the bottom/top of your posts. Almost all of the social media sharing options do have retweeting options. Still you need to add an extra retweet button to your blog. Because people are extremely busy nowadays. They will not take time to retweet your post unless it takes a single click only. An extra retweet button can only make your readers retweet your article by just a click.
I recommend TweetMeme
So far, I found TweetMeme to be the best ReTweet buttons you can have on your blog posts. TweetMeme button has a few designs. You can choose to show how many times the post has been retweeted. Once a twitter user clicks the “Retweet” button, TweetMeme will redirect him to twitter homepage and will include a shortened URL and the title of your blog post at the “Update Status” box of twitter. It makes retweeting a whole lot easier. It’s important because you need to make your post user-friendly to share on social networking sites which, include but not limited to, facebook, twitter, myspace etc.
Add a TweetMeme button to WordPress
Adding a retweet button to your wordpress blog takes a few moments only. Please follow these simple steps to add a retweet button:
- Click here to download TweetMeme WordPress plugin. You can install the plugin to your wordpress directory from the option “Plugins” > “Add New” and search for “TweetMeme”. Click to install and then activate the plugin.
- You will notice an extra option named “Tweetmeme” which will have two sub-menus named “Settings” & “Statistics”. From the “Setting” sub-menu, you can change the settings such as where to show the button, e.g., at the top or at the bottom of the post. You can check your statistics from the “Statistics” Sub-menu.
And that’s all! ReTweet button from TweetMeme has been successfully installed and activated on your WordPress blog. It should now appear on each post.
For Blogger-hosted Blogs
As always, adding a ReTweet button to blogger-hosted blog is also a little bit complex. You have to mess with complex codes for a while. But don’t worry; it’s simple (not simpler than WordPress, of course!).
Find out the place
Go to your Blogger dashboard > Layout > Edit HTML. You will see the entire code of the template you’re currently using in your blogger-hosted blog. Click the Download button to keep a backup of your Template. Please note: It is strongly recommended that you keep a backup so that you can recover your blog if something goes wrong while you change the coding.
Find out the place where to put codes
When you’ve made a backup of your template, please be prepared to work with codes. Check the “Expand Widget Templates” check box. Now, search for the following line in your template source code. You can use Firefox Find option (Ctrl + F) for faster seach.
<div class='post-header-line-1'/>
Code you should place
Copy the given code below and paste it in your template. The code should sit right above the line you’ve searched and found out. Inserting the following code into your template will place a full retweet button (retweet button below and count of how many times the post has been retweeted. See the lower right corner of this post for an example).
<div style='float:right; padding: 5px 5px 5px 5px'> <script type='text/javascript'> tweetmeme_url='<data:post.url/>'; </script> <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'> </script> </div>
Customizing the button
You can customize the ReTweet button by making a short modification in the code.
1. Place the code at the left side of the post: In the first line of the code, change the word float:right to float:left.
2. Specify your twitter username in retweets instead of default @Tweetmeme: Add an extra line right above the first
</script>of the main code. The code is:
tweetmeme_source ='Your User Account';
Please change the “Your User Account” with your twitter username (without the @). Make sure the & sits next to the last letter of your username. For example, my twitter id is @aisajib and I’d change the code as follows:
<div style='float:right; padding: 5px 5px 5px 5px'> <script type='text/javascript'> tweetmeme_url='<data:post.url/>'; tweetmeme_source ='AISAJIB'; </script> <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'> </script> </div>
3. Replace the URL shortener service: You can manually select which service should tweetmeme use to shorten your post’s URL. By default it is bit.ly. If you want to change it, you can add another line right below the line you specified your twitter username. The line will be as follows:
tweetmeme_service = 'Your-url-shortener';
Change the “Your-URL-Shortener” phrase with the service you want to use. E.g., bit.ly, tinyurl.com etc.
Example
tweetmeme_service = 'tinyurl.com';
Have your say
Have you been using retweet button in your blog posts? Have you noticed any significant improvement by using an extra button dedicated to retweeting only? Do you agree with me that it is worth adding an extra retweet button even if your addtoany or other related plugins provide retweeting option? Kick things off by filling out the smart comment section below.
Did you find this article useful? Did this help you anyway? Is it worth rewarding me for it? Please support me to keep this work up.You may have missed:
Start a blog right away! Already have one? Then make it popular!
If blogging and making money with it has been a long cherished dream of you, and if you believe you have time, patience and a topic of interest to blog about, it's time to kick off your first blog with a perfect domain and reliable hosting. If you already have a blog, make sure you have an outstanding premium theme if you run WordPress. Only content may not bring success; creativity and design matter a lot.
If you're looking for a theme with top quality design and custom options that take no time to change your blog into whatever you like, the best would be WooThemes. If your budget is low, try ThemeForest for great quality WordPress themes at an affordable rate.
On the other hand, if you are more focused and serious in blogging, you should go with some framework. Highly suggested framework is Genesis which is recommended by top class bloggers including Chris Brogan. Headway is another alternative at an affordable price. If you have time to spend for blog development and willing to make it extremely customized, Thesis by DIY themes is also in the list.
If you're looking for more recommendations, check out the Top Services where I compiled a list of services I'm a member of and I found worth using. If you need someone to hand over all the technical stuffs and want to pay attention to content creation only, I'm always at your service. Hit here to find out the services I offer.









You are right ReTweet button is very important for a blog. It is quicker for the users to retweet. I found Disqus widget also very helpful. Atleast there will be no spam and a commenter is known on the internet.
You are right. ReTweet is a must for each and every blog.
About your spam comment issue: Akismet also protects blog posts from all kinds of spam comments. All you need to use it is a wordpress.com API key which can be obtained for free by signing up for an account in wordpress.com.
Did you checked the impacts of tweetmeme? sometimes it's start to showing the tweetmeme images within feed, where it shouldn't be. better to input tweetmeme manually in single.php
Thanks for your comment. I noticed that the tweetmeme button appears in the feed, too, and that's what makes me love it more. This way my RSS readers are getting a way to retweet my story causing my blog get more readers from their twitter timeline.
However, if you don't want a tweetmeme button to be placed in the RSS feed, you have the option to remove it. Just check your tweetmeme settings option in your wordpress dashboard menu.
great article, thanks for sharing.