Bragging Tweets With TweetMeme
Published: 06/23/2009
Programming
Fuck, I hate Twitter; yet another tool to allow people to collect, well… people really. As an example, I signed up for a Twitter account so I could test Twitter functionality for some projects I’m working on. I don’t use Twitter for anything but testing yet I get notices daily about users now following me (and none of them are readers of this blog).
Still, Twitter is all the rage and I do have to admit it is fun working with all the little toys people are making with the Twitter API (playing with the API is really FUN).
One such tool is TweetMeme.
Accoring to the TweetMeme site:
Tweetmeme is a service which aggregates all the popular links on twitter to determine which links are popular. Tweetmeme is able to categorize these links into categories and subcategories, making it easy to filter out the noise to find what your interested in.
We make it easy for you to subscribe to each category and the most popular through aur RSS feeds and Twitter accounts, you can find out more about theses through our help.
TweetMeme has a few ways to integrate their data into your site. The easiest way works by giving site owners a little sliver of JavaScript to embed in their site. The JavaScript adds a little button to the page for one click tweeting on Twitter.
<script type="text/javascript"><!--mce:0--></script> <script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"><!--mce:1--></script>
The above creates a little icon:
In theory, the above is all you’ll need to do; just drop that slip into a page and you’re good to go. The reality is that there are a couple rules you need to follow.
First, make sure you’re using a custom title meta for your pages. If you don’t all your Tweets will have the same title. Not good.
Second, make sure the page in question is open to the Internet. Don’t try and lock the page behind a log in barrier or TweetMeme won’t be able to parse the page to get the URL and title information.
Last, TweetMeme caches the data so don’t expect the update to be instant; you will be disappointed. For example, on the Dark Void site we are constantly being hit up by the client about the delay. You probably won’t see the number in the widget increment for a bit; there’s nothing you can do about it.
TweetMeme also offers a widget, which I admit I haven’t used and but it looks like it’s basically the same thing as Tweetizen.
It should be noted that I wasn’t able to get the TweetMeme Widget to work. Ever. It just shows a blank page. Good job, TweetMeme.
And of course, there’s the TweetMeme API. You just have to have an API to be taken seriously. It does seem a little redundant to have an API that’s populated with data from the Twitter API but, whatever. I haven’t looked at the API too much either but it doesn’t look too outside the norm for most APIs.
Anyway, there you go; TweetMeme. Marketers love it. I’m ambivalent.