Defending Its Turf, TweetMeme Is Already Threatening To Sue ReTweet
by editor on Jul.27, 2009, under TechCrunch

It hasn’t even been 24 hours since we wrote about the impending launch of TweetMeme competitor ReTweet, and already TweetMeme founder Nick Halstead is threatening ReTweet with a lawsuit. He takes being king of retweets very seriously.
It is not so much the apparent flat-out copying of TweetMeme’s Website design (ReTweet has not even launched in private beta yet), that bothers him. After all, TweetMeme itself was highly “inspired” by another news aggregator, Techmeme. What bugs him is what he claims to be almost exact copying of code. Halstead writes on the TweetMeme blog:
What caught my attention was that some industrious individual (@travisketchum) had left a comment on the TechCrunch article that he had been doing some digging around on the website and had found a link to their development environment. What we found ourselves was that our retweet button Javascript and the Wordpress plugin code seemed to have been directly copied from ours.
He had to look no further than the code for the retweet button itself. The code below is what he found, which he says is “an exact copy of our own retweet button code with the word ‘tweetmeme’ replaced with ‘retweet’”.
(function()
{
var _url=window.location.href;
var _url=_url.replace(/((?:?|&)?fbc_receiver=.+)?(?:#.*)?$/,””);
var url=((typeof retweet_url==”string”)?retweet_url:((typeof retweet_URL==”string”)?retweet_URL:_url)).replace(/+/g,”%2b”);
var source=(typeof retweet_source==”string”)?escape(retweet_source):((typeof retweet_SOURCE==”string”)?escape(retweet_SOURCE):false);
var style=(typeof retweet_style==”string”)?escape(retweet_style):((typeof retweet_STYLE==”string”)?escape(retweet_STYLE):”normal”);
var src=”http://174.129.199.128/meme/widget/tweets/”;
switch(style){
case”compact”:
var h=20;var w=90;break;
case”rednose”:var h=71;var w=60;break;default:var h=71;var w=60;break
}
src+=url;
if(source!=false)
{
src+=”&source=”+source
}
document.write(”);
retweet_url=null;
retweet_URL=null;
retweet_source=null;
retweet_SOURCE=null;
retweet_style=null;
retweet_STYLE=null})();
I just hope all of these startups realize that Twitter could just end up trademarking the term just like they did with Tweet.
Crunch Network: MobileCrunch Mobile Gadgets and Applications, Delivered Daily.
Related posts:
- ReTweet.com Takes On TweetMeme’s Button With Cash And An Annoying Video You might think that those green “retweet” buttons you see...
- ReTweet.com Launches, Sure Looks A Lot Like TweetMeme ReTweet.com, a TweetMeme challenger put together by Mesiab Labs (the...
- Retweet.com is No Competition for Tweetmeme When a service makes its debut by getting accused for...
- Retweet.com Looks To Be A TweetMeme Competitor With A Killer Domain Name Those little green reweet buttons you see across the web...
- Retweets Are Hot. Will Retweeting Ads Be? TweetMeme Thinks So. You know the retweet button you see on content spread...
Related posts brought to you by Yet Another Related Posts Plugin.
