TweetMeMe or Tweet Me Not!

Advertisement:

First thing first: “TweetMeme is a service that aggregates the most re-tweeted stories on twitter and makes them accessible to people in one central location. The service also includes it’s re-tweet button which helps users quickly engage their readers in re-tweeting interesting and relevant content to their twitter followers. Other offerings around TweetMeme include the Widget and API.” – Sarah, Community Manager, TweetMeme.com.

You probably have see TweetMeme buttons used by many bloggers and even mainstream media websites. It helps in reaching more audience.
tweetmeme
There are two options to use the TweetMeme button:
1. On selective posts.
2. On every posts published on the blog.

If you want to insert TweetMeme button to a particular post, then here is the code:
Put this code wherever you want the TweetMeme button to appear:


<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = 'http://yoururl.com';  
 tweetmeme_source = 'yourTwitterID';  
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js">
</script>  

I personally like the compact TweetMeme icon, which shows the number of re-tweets and gives the option to re-tweet. But the large one my help get user attention. To get the compact button, I have used tweetmeme_style = 'compact'; and note that all these

tweetmeme_style = 'compact';
tweetmeme_url = 'http://yoururl.com';  
 tweetmeme_source = 'yourTwitterID';  
fields are optional, if not used, default values will be taken. Its a walk in the breeze experience, to install things on a blog/website using WordPress, but not so in many other blogging platforms. So, you can make use of the above code to implement it manually on your blog.
Code Source: TweetMeme Help

You can also know the number of re-tweets a story has got, using this code:


http://api.tweetmeme.com/imagebutton.gif?url=<url>

replace the <url> with the URL of the article.

If you want to show TweetMeme re-tweet button at the end/ beginning of every article on your blog, then its a good idea to make use of tweetmeme plugin.

Another fantastic plugin that I personally like is: Tweetable.
Here is its features:
* Automatically tweet your blog posts when they are published. Optionally add Google Analytics campaign tags to the shortened URLs. You also have your pick of URL shorteners.
* Tweet from within WordPress. The plugin adds a dedicated Twitter page where you can browse your friends timeline and post updates. An optional quick-tweet Dashboard widget is available as well.
* Display your latest tweets in your blog sidebar with a customizable widget. Includes support to display follower count.
* Set the minimum user level to access the Twitter page in the WordPress backend.
* Automatically add a full-size or compact Tweetmeme widget to your posts.
* Track tweets based on keywords of your choice via the Twitter API.

Over all, I think it’s good to use this button at the end of the article, as it will be a good call for action. As per my observation, a story with TweetMeme button get more re-tweets. People can see how many people have already tweeted about the particular article, and it can arise their feeling, to re-tweet.
It is also interesting to see TweetMeme using bit.ly as the default URL shortener. So we can get those extra stats- the number of clicks we got to the re-tweeted article link and the location of the people, who clicked the link etc. You need not even have an account with bit.ly, just append a + sign at the end of the shortned URL and hit the enter key.
Ex:- One of my article URL, shortened using bit.ly is http://bit.ly/mOtWR To see the stats I just need to append a + sign i.e., http://bit.ly/mOtWR+ and hit the enter. So simple.

How often have you tweeted a story that has a re-tweet button and how often have you tweeted about a story that does not have one. Always remember, many people using internet are lazy enough, so you can’t expect many people to phrase the tweet. Only a small percentage of people will take the initiative to form the original tweets, to share the stories that they like and all others re-tweet it. So it would be a good idea to have such links where people can just tweet or re-tweet about it, with 1 or 2 clicks.

Have you used TweetMeme buttons on your website/blog. How is it performing? Do you have it at the bottom or top of the article? Do you prefer using a plugin or manual coding for individual posts.

3 thoughts on “TweetMeMe or Tweet Me Not!”

  1. Manual coding is the way to go.The plug-in places the button on every page of your site except the home page and that was part of what made me hardcode it into my template. Even the contact, privacy policy and sitemap page had a tweetmeme button. how frustrating.

    You can use this code for blogger blogs after the tag <data :post.body/>

    
    <script type=”text/javascript”>
    tweetmeme_url = ‘<data :post.url></data>’;
    tweetmeme_source = ‘your twitter id’;
    </script>
    <script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”></script>
    

    OR you can use this code for wordpress blogs after the tag < ?php the_content("Read the rest of this entry »"); ?>

    tweetmeme_url = ”;
    tweetmeme_source = ‘your twitter id’;

    Hope that helps.

  2. @Strictly Online Biz, Hmm…I have written the manual coding part in the above post.
    And removing the re-tweet buttons from “about-me” and other pages and “homepage” is very easy. Just goto the TweetMeme plugin settings page(inside your WordPress) and un-check the options to show the re-tweet buttons on homepage and other pages. This will make the re-tweet buttons to only appear on the post pages.

    If you are using old TweetMeme plugin, its better you update the plugin to new version.

Leave a Reply to Strictly Online BizCancel reply