<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Internet Business &#38; Marketing Strategy - Andy Beard &#187; tweetmeme</title>
	<atom:link href="http://andybeard.eu/tag/tweetmeme/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Sun, 12 Feb 2012 06:16:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Why Tweetmeme Sucks For Marketers</title>
		<link>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html</link>
		<comments>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html#comments</comments>
		<pubDate>Sat, 09 May 2009 17:40:53 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[buzz marketing]]></category>
		<category><![CDATA[split testing]]></category>
		<category><![CDATA[tweetmeme]]></category>
		<category><![CDATA[tweetmeme plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[viral marketing]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/?p=1583</guid>
		<description><![CDATA[The emergence of <a title="Tweetmeme, a meme tracker for Twitter" href="http://tweetmeme.com" target="_blank">Tweetmeme</a> during the period I wasn't blogging was interesting - I spent a fair amount of time reading content on sites, and even clicked the tweet buttons occasionally.

<blockquote><strong>This post has now been updated with an official response from Tweetmeme - the features have now been added to the development timeline.</strong></blockquote>

The Tweetmeme site is a useful content source, but this article is mainly about the Tweetmeme buttons.

Adding something to your blog, especially something that can encourage viral behavior and add social proof is highly beneficial, and doing it correctly, without asking for passwords offers huge advantages.

Twitter is also a medium that is marketing content tollerant, as long as the people following you are marketers, unlike Digg, Reddit, and to a lesser extent Stumbleupon. 

Thus I have spent some time delving into the code and API for Tweetmeme and the existing WordPress plugin.  It has just been updated, thus if you <a href="http://wordpress.org/extend/plugins/tweetmeme/">download the Tweetmeme plugin</a>, it will be the latest version.
<h2>Important New Features</h2>
<ul>
	<li>Cleaned up cookie use a little, but it would be better if they set a cookie based on an action, rather than a display.
The original <a href="http://www.ietf.org/rfc/rfc2109.txt">RFC for cookies</a> states that browser support for cookies should be a <em>minimum</em> of:-   
<ul>
	<li>300 cookies in total</li>
	<li>20 cookies per domain</li>
	<li>4095 bytes per cookie</li>
</ul>
To be perfectly honest, I don't want all those cookies, whether they are 1st party or 3rd party.</li>
	<li>Ability to brand the retweets with @andybeard etc, though you still get "via @tweetmeme" at the end</li>
	<li>The button is removed from excerpts using a filter on get_the_excerpt() - more on that to follow</li>
</ul>
<strong>However essential features of Tweetmeme and Tweetmeme Button are missing if it is going to be used by serious marketers.</strong>]]></description>
			<content:encoded><![CDATA[
<p>The emergence of <a title="Tweetmeme, a meme tracker for Twitter" href="http://tweetmeme.com" target="_blank">Tweetmeme</a> during the period I wasn&#8217;t blogging was interesting &#8211; I spent a fair amount of time reading content on sites, and even clicked the tweet buttons occasionally.</p>
<blockquote><p><strong>This post has now been updated with an official response from Tweetmeme &#8211; the features have now been added to the development timeline.</strong></p></blockquote>
<p>The Tweetmeme site is a useful content source, but this article is mainly about the Tweetmeme buttons.</p>
<p>Adding something to your blog, especially something that can encourage viral behavior and add social proof is highly beneficial, and doing it correctly, without asking for passwords offers huge advantages.</p>
<p>Twitter is also a medium that is marketing content tollerant, as long as the people following you are marketers, unlike Digg, Reddit, and to a lesser extent Stumbleupon. </p>
<p>Thus I have spent some time delving into the code and API for Tweetmeme and the existing WordPress plugin.  It has just been updated, thus if you <a href="http://wordpress.org/extend/plugins/tweetmeme/">download the Tweetmeme plugin</a>, it will be the latest version.</p>
<h2>Important New Features</h2>
<ul>
<li>Cleaned up cookie use a little, but it would be better if they set a cookie based on an action, rather than a display.<br />
The original <a href="http://cdn5.andybeard.name/wp-content/uploads/rfc2109.txt">RFC for cookies</a> states that browser support for cookies should be a <em>minimum</em> of:-    </p>
<ul>
<li>300 cookies in total</li>
<li>20 cookies per domain</li>
<li>4095 bytes per cookie</li>
</ul>
<p>To be perfectly honest, I don&#8217;t want all those cookies, whether they are 1st party or 3rd party.</li>
<li>Ability to brand the retweets with @andybeard etc, though you still get &#8220;via @tweetmeme&#8221; at the end</li>
<li>The button is removed from excerpts using a filter on get_the_excerpt() &#8211; more on that to follow</li>
</ul>
<p><strong>However essential features of Tweetmeme and Tweetmeme Button are missing if it is going to be used by serious marketers.</strong></p>
<p>Whilst I am not a huge fan of the @tweetmeme at the end of button tweets, it is something that users can just delete.  However I have some additional problems / requirements / feature requests</p>
<h3>1. The latest incarnation of Tweetmeme prevents the button, as standard, appearing on custom excerpts.</h3>
<p>I can understand this from a user perspective:-</p>
<ul>
<li>Most bloggers are using automatic generated excerpts that might include the button javascript</li>
<li>This appears ugly on the page, and is useless if they are also using that for their page descriptions</li>
</ul>
<p>However some people use custom excerpts and custom meta descriptions, and like displaying tweet buttons on their front page without adding custom filters to functions.php or hacking theme files.  Can the options be expanded with a separate set for use on the_excerpt?  I can also see people wanting to use different buttons on full page, excerpt and rss, and only have one button on the_excerpt, but top/bottom on both feeds and posts.</p>
<h3>2. The Headlines Used</h3>
<p>Currently there is no way to define the text that is being used within a tweet &#8211; the text used is the Title tag from the header of a page.  Many blogs use various titles for different purposes</p>
<ul>
<li>In the header for SEO</li>
<li>For the title of a post</li>
<li>Various navigation elements</li>
<li>Custom titles for RSS feeds</li>
<li>Calls to action for Social Media</li>
<li>Calls to action for Twitter, or what Tim wrote about a few months ago, <a title="Social Bites Are Like Sound Bites, But For Social Media" href="http://collective-thoughts.com/2009/02/20/social-bites-like-sound-bites-but-different/" target="_blank">Social Bites</a></li>
</ul>
<p>I really need to be able to define the text dynamically for each button display.</p>
<h3>3. The Links Used</h3>
<p>Tweetmeme like tracking things. Guess what? So do I&#8230;</p>
<p>I don&#8217;t so much care about branding of the final tweet links &#8211; it would be a bonus, but I need to be able to track the way I want to track.</p>
<ul>
<li>Within my short URL software</li>
<li>Google Analytics for various goals</li>
<li>Possibly for use with affiliates</li>
</ul>
<p>I understand that Tweetmeme need the permalink to associate with tweets, but couldn&#8217;t I provide that, in addition to the link actually used to generate links?  You might end up generating a lot more short links, but you would know in advance, without having to check headers, that all those links are to the same URL.</p>
<h3>4. My Tweeps Like To Track Too</h3>
<p>As a person who might occasionally click on Tweetmeme buttons, there is one fatal flaw.</p>
<p>If I use my own link shortener, I can track the response rate. I like knowing which topics and headlines generate a response from my audience. If something proves to be popular, maybe I will repeat it for people in a different timezone.</p>
<p>Tweetmeem Buttons remove my ability to test the popularity of the content I post.</p>
<p>The solution is actually fairly simple:-</p>
<p>The tweetmeme buttons are quite happy to write cookies all over a users system, why not read just one cookie, a unique user ID for Tweetmeme as well.  The default user ID would identify which URL shortener they prefer, and their API ID.  If you want to be extra secure, you could store both of these in a cookie on the user&#8217;s computer, rather than store them yourself.  Links would ultimately go through the following redirects</p>
<ul>
<li>Tweetmeme Bit.ly</li>
<li>Tweep (any)</li>
<li>Publisher Short (any)</li>
<li>Permalink + parameters</li>
<li>Permalink</li>
</ul>
<p>That is a lot of redirects, it might slow things down a little, and Googlebot might not like so many jumps, but ultimately this provides a better experience for users, and for once any SEO factors aren&#8217;t important &#8211; Google will have to cope.  The 2 URLs to include with the javascript would be</p>
<ul>
<li>Permalink</li>
<li>(optional) Publisher Short (any) / Permalink+Parameters</li>
</ul>
<h3>5. Split-testing</h3>
<p>The observant among you would also notice that with all these parameters being set with each page load, it would be possible to split-test response to some degree.  This level of functionality would add real value, and might even be looked on as a useful, modestly priced, premium feature &#8211; $10 per month/site  or $30 per month/site unlimited?  For tweeps it would have to be free.</p>
<p>Thus I think Tweetmeme is a great idea, but to be turned into something that not only remains on my blog, but which I might even be willing to pay for, it needs significantly more flexibility.</p>
<p>Tweetmeme could be turned into a masterful, measurable viral marketing tool, with just a few tweaks.</p>
<h2>Update: Tweetmeme Marketing Features Coming</h2>
<p>Sarah from Tweetmeme has just left this message in the comments area</p>
<blockquote><p>Hi Andy,</p>
<p>Your suggestions have been added to our todo list here in the office so do look out for the new features you&#8217;ve requested. They will take us a while to do but they are coming.</p>
<p>We&#8217;re using your post as our guidance, and if you are up for it when we have something to show, would you be up for looking over it and seeing if there&#8217;s anything we&#8217;re missing? We would like to get it right and have a really strong offering for marketing experts so feedback and working closely with experts like yourself is essential really.</p>
<p>Lets keep the conversations going between us and if you drop me an e-mail then I&#8217;ll make sure you are on our early adopter program :)</p>
<p>Many thanks<br />
Sarah</p></blockquote>
<p>I think this is a superb response and I want to thank Sarah, Nick and the rest of the Fav.or.it team for accepting my challenging post &#8220;head-on&#8221;.</p>
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fandybeard.eu%252F1583%252Fwhy-tweetmeme-sucks-for-marketers.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F97ifCn%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Why%20Tweetmeme%20Sucks%20For%20Marketers%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/buzz-marketing" title="buzz marketing" rel="tag">buzz marketing</a>, <a href="http://andybeard.eu/tag/split-testing" title="split testing" rel="tag">split testing</a>, <a href="http://andybeard.eu/tag/tweetmeme" title="tweetmeme" rel="tag">tweetmeme</a>, <a href="http://andybeard.eu/tag/tweetmeme-plugin" title="tweetmeme plugin" rel="tag">tweetmeme plugin</a>, <a href="http://andybeard.eu/tag/twitter" title="twitter" rel="tag">twitter</a>, <a href="http://andybeard.eu/tag/viral-marketing" title="viral marketing" rel="tag">viral marketing</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html/feed</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 30/43 queries in 0.010 seconds using disk: basic
Object Caching 575/594 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 05:24:56 -->
