<?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; wordpress plugin</title>
	<atom:link href="http://andybeard.eu/tag/wordpress-plugin/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>How To Create a Better Tweet Button (+WP Shortcode)</title>
		<link>http://andybeard.eu/2907/better-twitter-tweet-button.html</link>
		<comments>http://andybeard.eu/2907/better-twitter-tweet-button.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 01:09:25 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[retweet button]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter button]]></category>
		<category><![CDATA[twitter plugin]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress shortcode]]></category>

		<guid isPermaLink="false">http://andybeard.eu/?p=2907</guid>
		<description><![CDATA[
<p>Having criticized the new retweet or &#8220;tweet&#8221; button that Twitter have introduced, lets see if we can make it better.</p>
<p>This mainly covers WordPress &#8211; if you are on another platform, find a geek that uses it to try to do the equivalent, but I doubt this is possible on Blogger.</p>
<p><a href="http://andybeard.eu/2907/better-twitter-tweet-button.html" class="more-link">Read more on How To Create a Better Tweet Button (+WP Shortcode)&#8230;</a></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%252F2907%252Fbetter-twitter-tweet-button.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FahrpfJ%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20To%20Create%20a%20Better%20Tweet%20Button%20%28%2BWP%20Shortcode%29%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/retweet-button" title="retweet button" rel="tag">retweet button</a>, <a href="http://andybeard.eu/tag/twitter" title="twitter" rel="tag">twitter</a>, <a href="http://andybeard.eu/tag/twitter-button" title="twitter button" rel="tag">twitter button</a>, <a href="http://andybeard.eu/tag/twitter-plugin" title="twitter plugin" rel="tag">twitter plugin</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wordpress-shortcode" title="wordpress shortcode" rel="tag">wordpress shortcode</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>Having criticized the new retweet or &#8220;tweet&#8221; button that Twitter have introduced, lets see if we can make it better.</p>
<p>This mainly covers WordPress &#8211; if you are on another platform, find a geek that uses it to try to do the equivalent, but I doubt this is possible on Blogger.</p>
<p>I should point out there are already implementations out in the wild that are significantly better in some ways, though might not meet all the goals of the Twitter developers.</p>
<p>As an example, in my comments on the last post one of the goals of the Twitter button was for it to work even with javascript switched off. Some existing sharing solutions use an empty anchor link href=&#8221;#&#8221; &#8211; from a SEO perspective that is better &#8211; for usability maybe not.</p>
<p>Here is some default code generated by the official Twitter button generator &#8211; the data-url is optional if you are using canonical tags and don&#8217;t have lots of buttons on the home page of a blog, or within archives &#8211; otherwise it is best to be specific.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;a href=&quot;http://twitter.com/share&quot; class=&quot;twitter-share-button&quot; data-url=&quot;http://andybeard.eu/2902/7-reasons-not-to-use-the-new-tweet-buttons.html&quot; data-text=&quot;7 Reasons Not To Use The New Tweet Buttons&quot; data-count=&quot;vertical&quot; data-via=&quot;AndyBeard&quot; data-related=&quot;seodojo:SEO Training&quot;&gt;Tweet&lt;/a&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://platform.twitter.com/widgets.js&quot;&gt;&lt;/script&gt;
</pre>
<p>We are going to try to solve a number of issues</p>
<p>Twitter decided to use &#8220;data&#8221; attributes that are in the HTML5 spec. On one project I am using data attributes with spans which are not in the spec.<br />
What some share widget developers are using is an empty anchor link with no destination.</p>
<p>If Twitter wanted the link to function as well as a defined button if Javascript is turned off, they should have opted to use their implmentation which <a href="http://dev.twitter.com/pages/tweet_button">uses URL parameters</a>.</p>
<p>In my last post <a href="http://andybeard.eu/2902/7-reasons-not-to-use-the-new-tweet-buttons.html">criticising the tweet buttons</a>, I have added some test implementations of what is discussed here. Test the 3rd one &#8220;With Nothing Defined&#8221; &#8211; that is a text link as implemented by Twitter, it doesn&#8217;t pick up the title.</p>
<p>I should also note that Google have used HTML5 data for their buttons by default, so they suck just as much.</p>
<p>This is their current static text link for sharing</p>
<p>http://twitter.com/share</p>
<p>It picks up the referring URL, but it doesn&#8217;t seem to pick up the page title as it is meant to when using a text link (it works with Javascript), and you would somehow need to work out defining rel=&#8221;me&#8221; in the header which is something I have never even heard of before.</p>
<p><img src="http://cdn5.andybeard.name/wp-content/uploads/share-this-on-twitter.png" alt="Share This On Twitter" title="share-this-on-twitter" width="410" height="196" class="aligncenter size-full wp-image-2908" /></p>
<p>So that is the page you are sending &#8220;link love&#8221; or &#8220;Google Juice&#8221; to &#8211; a crappy form on a social network &#8211; this is going back to 2006 when I was <a href="http://andybeard.eu/152/nofollow-and-pink-boxes.html">first moaning about plugins doing this</a>.</p>
<p>I was then compelled to make my own version of the Socialble plugin &#8220;Antisocial&#8221; as the original author refused to add nofollow, and eventually Yoast took the Sociable project over and one of the first official things he did was add nofollow to the links.</p>
<p>If they want the link, there needs to be some content of value on the page.</p>
<p>However we can do something about the link formatting to ensure it passes some useful data.</p>
<pre class="brush: plain; title: ; notranslate">

http://twitter.com/share?url=http://andybeard.eu/2902/7-reasons-not-to-use-the-new-tweet-buttons.html&#038;text=7%20Reasons%20Not%20To%20Use%20The%20New%20Tweet%20Buttons&#038;count=vertical&#038;via=AndyBeard&#038;related=seodojo:SEO%20Training
</pre>
<p>All those parameters have been added to the URL, which has a benefit with W3C validation &#038; content syndication, and when someone clicks through to the form, it has the data filled out.</p>
<h2>Whoopie!</h2>
<p><img src="http://cdn5.andybeard.name/wp-content/uploads/share-this-on-twitter-dojo.png" alt="Share This On Twitter Dojo Version" title="share-this-on-twitter-dojo" width="396" height="187" class="aligncenter size-full wp-image-2909" /></p>
<p>So lets take that link code and slap it into the original</p>
<pre class="brush: plain; title: ; notranslate">
&lt;a href=&quot;http://twitter.com/share?url=http://andybeard.eu/2902/7-reasons-not-to-use-the-new-tweet-buttons.html&amp;text=7%20Reasons%20Not%20To%20Use%20The%20New%20Tweet%20Buttons&amp;count=vertical&amp;via=AndyBeard&amp;related=seodojo:SEO%20Training&quot; class=&quot;twitter-share-button&quot; rel=&quot;nofollow&quot;&gt;You should Tweet This Post&lt;/a&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://platform.twitter.com/widgets.js&quot;&gt;&lt;/script&gt;
</pre>
<p>I also added a nofollow to the link, but even then it still means Google could opt to take juice away from other links on the same page. Sucks doesn&#8217;t it.<br />
However Twitter are also gaining nothing of value to them, and even without it they possibly wouldn&#8217;t because of how they messed up their Robots.txt</p>
<p>Part of me still wants to believe that Twitter added this Robots.txt just to block indexation of search results, and had no intention of holding my content to ransom by preventing Google crawling it.</p>
<p>http://twitter.com/robots.txt</p>
<blockquote><p>#Google Search Engine Robot<br />
User-agent: Googlebot<br />
# Crawl-delay: 10 &#8212; Googlebot ignores crawl-delay ftl<br />
Disallow: /*?<br />
Disallow: /*/with_friends</p>
<p>#Yahoo! Search Engine Robot<br />
User-Agent: Slurp<br />
Crawl-delay: 1<br />
Disallow: /*?<br />
Disallow: /*/with_friends</p>
<p>#Microsoft Search Engine Robot<br />
User-Agent: msnbot<br />
Crawl-delay: 10<br />
Disallow: /*?<br />
Disallow: /*/with_friends</p>
<p># Every bot that might possibly read and respect this file.<br />
User-agent: *<br />
Disallow: /*?<br />
Disallow: /*/with_friends<br />
Disallow: /oauth<br />
Disallow: /1/oauth
</p></blockquote>
<p>The 4th line down blocks any URL which has a parameter in it. It is a side effect of messing it up or being greedy (or incompetent) &#8211; various SEOs would describe it different ways.</p>
<p>Sometimes Google allows blocked URLs to accumulate PageRank &#8211; sometimes they don&#8217;t &#8211; in a case where that PageRank might end up somewhere that isn&#8217;t a benefit to Google depending on how they handle their &#8220;reset vector&#8221;, they may discount the juice.<br />
I don&#8217;t know the order Google process the link graph &#8211; it is quite possible there would be a difference between linking to a page blocked with robots.txt, and linking to the same page using nofollow &#8211; that difference could be for both sites &#8211; <strong>Google has no intention of enlightening us on this</strong>.</p>
<p>This is especially so as the page has no unique or relevant content &#8211; the static text link does not display any of the information that is available from the widget, and neither does the connected page.</p>
<p>In my opinion the page should be merged with the search results for references to the URL &#8211; that would then be a worthwhile page to index especially if it also included all the threaded conversation.<br />
There is no logical reason to have 2 actions from the same button &#8211; the destination page should have both the tweet form and the search.<br />
If it was on a real permalink, that is something of value to be indexed. </p>
<p>I actually have no idea whether Twitter even care about SEO &#8211; the actions they take seem almost random &#8211; search other than on their own brand accounts for less than 2% of their web traffic according to Alexa.</p>
<h2>The Javascript</h2>
<p>The Next Web have posted some <a href="http://thenextweb.com/socialmedia/2010/08/13/the-twitter-button-is-it-making-your-site-join-the-fail-whale-shuffle/">async javascript code</a>. It makes sense to use it, but as you should have the javascript for the Twitter widgets loading at the bottom of all your pages, it doesn&#8217;t really make a huge amount of difference.<br />
At this time Twitter are loading the javascript from a CDN, so it shouldn&#8217;t be affected by fail whale.<br />
If Akamai dies, you might as well stop browsing as half the internet will die with it.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
//async script, twitter button fashiolista.com style
(function() {
var s = document.createElement('SCRIPT');
var c = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://platform.twitter.com/widgets.js';
c.parentNode.insertBefore(s, c);
})();
&lt;/script &gt;
</pre>
<p>If you have this code in the footer of every page, then all you need to load a button is a static link, or one created using PHP if you are using WordPress.</p>
<p>I am not going to create a whole WordPress plugin here&#8230; so how about a quick WordPress shortcode.</p>
<p>There are tons of Tweet Button plugins appearing, but I haven&#8217;t seen any that do a decent link implementation which is essential for a shortcode &#8211; after all blog posts get syndicated&#8230; and javascript generally gets stripped out.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php
// Usage tweet rel=&quot;scobleizer:Tech Geek&quot; or tweet rel=&quot;mashable:Tech Blog&quot;
function mytweet($atts) {
extract(shortcode_atts(array(
		&quot;rel&quot; =&gt; 'seodojo:SEO Training'
	), $atts));
$via = &quot;AndyBeard&quot;;
$url = urlencode(get_permalink());
// Different Themes &amp; Plugins implement titles in different ways - find a way to code this that works for you
$tweettitle = urlencode(the_title(&quot;&quot;, &quot;&quot;, false));
$related = urlencode($atts['rel']); // this should maybe be defined in some custom meta

$code = '&lt;a href=&quot;http://twitter.com/share?url=' . $url . '&amp;text=' . $tweettitle . '&amp;count=vertical&amp;via=' . $via . '&amp;related=' . $related . '&quot; class=&quot;twitter-share-button&quot; rel=&quot;nofollow&quot;&gt;You should Tweet This Post&lt;/a&gt;';
return $code;
}
add_shortcode(&quot;tweet&quot;, &quot;mytweet&quot;);
?&gt;
</pre>
<p>To use this it would be something like</p>
<p>[tweet rel="seodojo:SEO training"]</p>
<p>That comes out like this</p>
<a href="http://twitter.com/share?url=http%3A%2F%2Fandybeard.eu%2F2907%2Fbetter-twitter-tweet-button.html&text=How+To+Create+a+Better+Tweet+Button+%28%2BWP+Shortcode%29&count=vertical&via=AndyBeard&related=seodojo%3ASEO+training" class="twitter-share-button" rel="nofollow">You should Tweet This Post</a>
<p>Really to be useful it should include a dynamic graphical image so when content gets syndicated there is some social proof with the link&#8230; but at least the link will now work when it is syndicated.</p>
<p>I still need to work out what data-counturl that I spotted on techcrunch is for. I am assuming that it can be used to set a canonical URL, while the URL used for each Tweet could be different (based on source, affiliate, membership status etc)</p>
<p>If you click this link, you will be taken to this same page, but residing at a slightly different URL. Tweetmeme makes a mess of URLs like this.<br />
<a href="http://andybeard.eu/2907/better-twitter-tweet-button.html?mysource=12345">http://andybeard.eu/2907/better-twitter-tweet-button.html?mysource=12345</a></p>
<p>The new Twitter buttons and Topsy seem to get it right on the landing pages, I need to do more testing on tweeted URLs.</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%252F2907%252Fbetter-twitter-tweet-button.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FahrpfJ%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20To%20Create%20a%20Better%20Tweet%20Button%20%28%2BWP%20Shortcode%29%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/retweet-button" title="retweet button" rel="tag">retweet button</a>, <a href="http://andybeard.eu/tag/twitter" title="twitter" rel="tag">twitter</a>, <a href="http://andybeard.eu/tag/twitter-button" title="twitter button" rel="tag">twitter button</a>, <a href="http://andybeard.eu/tag/twitter-plugin" title="twitter plugin" rel="tag">twitter plugin</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wordpress-shortcode" title="wordpress shortcode" rel="tag">wordpress shortcode</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/2907/better-twitter-tweet-button.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
		<item>
		<title>WordPress Plugin: Antisocial</title>
		<link>http://andybeard.eu/566/wordpress-plugin-antisocial.html</link>
		<comments>http://andybeard.eu/566/wordpress-plugin-antisocial.html#comments</comments>
		<pubDate>Sat, 24 Mar 2007 10:50:26 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[sociable]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/03/wordpress-plugin-antisocial.html</guid>
		<description><![CDATA[
<p>You could blame this plugin on Lorelle for suggesting this weekend as a &#8220;<a href="http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/">Code Marathon Party</a>&#8220;. Honestly though her code weekend idea just gave me a kick up the backside to finally just archive something on my harddisk and stick it on the web for public download.</p>
<p><a href="http://andybeard.eu/566/wordpress-plugin-antisocial.html" class="more-link">Read more on WordPress Plugin: Antisocial&#8230;</a></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%252F566%252Fwordpress-plugin-antisocial.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wordpress%20Plugin%3A%20Antisocial%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/sociable" title="sociable" rel="tag">sociable</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>You could blame this plugin on Lorelle for suggesting this weekend as a &#8220;<a href="http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/">Code Marathon Party</a>&#8220;. Honestly though her code weekend idea just gave me a kick up the backside to finally just archive something on my harddisk and stick it on the web for public download.</p>
<p>I have been using a hacked version of the popular sociable plugin for months. The hack consists of just adding 14 characters that are very important to the well-being of your website (if you use Sociable)</p>
<h3>rel=&#8221;nofollow&#8221;</h3>
<p>I have discussed providing this hacked version, or a better one in the past and just didn&#8217;t get around to it. I am not going to sell the advantages of making this change.</p>
<p>I just get sick of visiting the blogs of friends and not being greeted by <a href="http://andybeard.eu/2006/12/nofollow-and-pink-boxes.html">pink boxes</a>.</p>
<p>I have created a special download page on this domain for hacked <a href="http://andybeard.eu/wordpress-plugin-hacks/">Word press plugins</a></p>
<p>Note: I did offer this as a suggestion to the author before the last release to include by default or as an option, and he declined.</p>
<p>I will most likely be providing a few more hacked plugins as a distribution, but please understand I do not regard these plugins as a branch from the original.</p>
<p>Goto <a href="http://andybeard.eu/wordpress-plugin-hacks/">WordPress Plugin Hacks</a></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%252F566%252Fwordpress-plugin-antisocial.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wordpress%20Plugin%3A%20Antisocial%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/sociable" title="sociable" rel="tag">sociable</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/566/wordpress-plugin-antisocial.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Shoemoney Nofollow Plugin</title>
		<link>http://andybeard.eu/485/shoemoney-nofollow.html</link>
		<comments>http://andybeard.eu/485/shoemoney-nofollow.html#comments</comments>
		<pubDate>Sat, 24 Feb 2007 14:23:03 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[shoemoney]]></category>
		<category><![CDATA[shoemoney nofollow plugin]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/shoemoney-nofollow.html</guid>
		<description><![CDATA[
<p>This plugin retroactively places the rel=&#8221;nofollow&#8221; tag on all links to Shoemoney.com &#8211; you don&#8217;t have to modify any links manually, and it is easy to switch off should you feel in the future that the site no longer contains offensive material.</p>
<p><a href="http://andybeard.eu/485/shoemoney-nofollow.html" class="more-link">Read more on Shoemoney Nofollow Plugin&#8230;</a></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%252F485%252Fshoemoney-nofollow.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Shoemoney%20Nofollow%20Plugin%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/adsense" title="adsense" rel="tag">adsense</a>, <a href="http://andybeard.eu/tag/google" title="Google" rel="tag">Google</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/hacking" title="hacking" rel="tag">hacking</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/shoemoney" title="shoemoney" rel="tag">shoemoney</a>, <a href="http://andybeard.eu/tag/shoemoney-nofollow-plugin" title="shoemoney nofollow plugin" rel="tag">shoemoney nofollow plugin</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>This plugin retroactively places the rel=&#8221;nofollow&#8221; tag on all links to Shoemoney.com &#8211; you don&#8217;t have to modify any links manually, and it is easy to switch off should you feel in the future that the site no longer contains offensive material.</p>
<h3>Why Nofollow Shoemoney.com?</h3>
<p>Here is what is written in the <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Google webmaster guidelines</a>:-</p>
<blockquote><p>
Don&#8217;t participate in link schemes designed to increase your site&#8217;s ranking or PageRank. In particular, avoid links to web spammers or &#8220;<strong>bad neighborhoods</strong>&#8221; on the web, as your own ranking may be affected adversely by those links.
</p></blockquote>
<p>Shoemoney recently has been been creating lots of controversial link baiting and hackbaiting content. This includes how to hack MyBlogLog, and encouraging other people to try it out for themselves.<br />
Whilst the Google Webmaster Guidelines don&#8217;t mention hacking sites as being a bad neighbourhood, their Adsense guidelines certainly do not allow Adsense to be displayed on sites containing hacking content.</p>
<p>Taken from the <a href="https://www.google.com/adsense/support/bin/answer.py?answer=48182&#038;sourceid=aso&#038;subid=ww-ww-et-asui&#038;medium=link&#038;sourceid=asos&#038;subid=ww-ww-et-HC_entry&#038;medium=link">Google Adsense Policy</a>:-</p>
<blockquote><p>
Sites displaying Google ads may not include:<br />
    * Violent content, racial intolerance, or advocacy against any individual, group, or organization<br />
[snip]<br />
    * Hacking/cracking content<br />
    * Deceptive or manipulative content or construction to improve your site&#8217;s search engine ranking, e.g., your site&#8217;s PageRank<br />
[snip]<br />
    * Any other content that is illegal, promotes illegal activity, or infringes on the legal rights of others
</p></blockquote>
<p>I tend to look on the criteria for sites eligible to display Adsense as a good indication of what a &#8220;good neighbourhood&#8221; is as the webmaster guidelines are not very specific, and leave this up to the judgement of the webmaster.</p>
<p>I should also note that hacking material also contravenes Yahoos policies as well as I mentioned in my previous <a href="http://andybeard.eu/2007/02/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html">MyBlogLog post</a>, so there is very little room for doubt.</p>
<p>My personal opinion (from a business standpoint, and not based upon differences in opinion) is that <strong>Shoemoney.com now contains objectionable content</strong> including information on how to hack and manipulate the data on 3rd party websites. In some ways what he has also been promoting could have been looked on as identity theft.</p>
<p>As such <strong>Shoemoney.com has become a &#8220;bad neighbourhood&#8221;</strong> to which I personally don&#8217;t want to link, and so I modified a plugin to save me time in deleting links from previous content and comments.</p>
<p>As I have the plugin, I though others should have the option of using it as well.</p>
<p>Plugin Name: Shoemoney nofollow<br />
Plugin URI: http://andybeard.eu/2007/02/shoemoney-nofollow/<br />
Description: Searches for links to shoemoney.com, and adds a rel=&#8221;nofollow&#8221; tag if necessary (based on <a href="http://whatjapanthinks.com/wikipedia-nofollow/">Wikipedia Nofollow by Ken Yasumoto-Nicolson</a> and <a href="http://txfx.net/code/wordpress/identify-external-links/">Identify External Links by Mark Jaquith</a>)<br />
Author: Andy Beard<br />
Version: 1.0<br />
Author URI: http://andybeard.eu/<br />
License: GPL</p>
<h3><a href="http://andybeard.eu/downloads/shoemoney-nofollow.zip">Download Shoemoney Nofollow for WordPress</a></h3>
<p></p>
<p>I should note this plugin has nothing to do with <a href="http://andybeard.eu/2007/01/mybloglog-plutoed.html">disagreements with Shoemoney in the past</a> and his invitation tactics as previously discussed. Previously I had left all links intact from my domain to his, but as he is now encouraging hacking on an almost daily basis, I had to take action.</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%252F485%252Fshoemoney-nofollow.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Shoemoney%20Nofollow%20Plugin%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/adsense" title="adsense" rel="tag">adsense</a>, <a href="http://andybeard.eu/tag/google" title="Google" rel="tag">Google</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/hacking" title="hacking" rel="tag">hacking</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/shoemoney" title="shoemoney" rel="tag">shoemoney</a>, <a href="http://andybeard.eu/tag/shoemoney-nofollow-plugin" title="shoemoney nofollow plugin" rel="tag">shoemoney nofollow plugin</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/485/shoemoney-nofollow.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Ultimate List of DoFollow &amp; Nofollow Plugins &#8211; Banish Nofollow From Comments and Trackbacks</title>
		<link>http://andybeard.eu/434/ultimate-list-of-dofollow-plugins-banish-nofollow-from-comments-and-trackbacks.html</link>
		<comments>http://andybeard.eu/434/ultimate-list-of-dofollow-plugins-banish-nofollow-from-comments-and-trackbacks.html#comments</comments>
		<pubDate>Sat, 17 Feb 2007 01:38:27 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dofollow]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[ifollow]]></category>
		<category><![CDATA[Moveable Type]]></category>
		<category><![CDATA[moveabletype]]></category>
		<category><![CDATA[no nofollow]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/ultimate-list-of-dofollow-plugins-banish-nofollow-from-comments-and-trackbacks.html</guid>
		<description><![CDATA[<p>Wordpress by default, just like other blogging platforms, has automatically been adding the &#034;nofollow&#034; microformat extension to all links from user generated content such as comments and trackbacks. To support the growing rejection of NoFollow for blog comments, I have compiled this list of plugins that help you remove nofollow from your blog forever.</p>
<ul>
<li><a href="http://money.bigbucksblogger.com/lucias-linky-love-a-dofollow-plugin-to-foil-human-comment-spammers/">Lucia&#039;s Linky Love Plugin</a> - I was going to liken this plugin to a Ferrari, because it is built to be fast, but it is probably more like a Subaru, not just fast but designed for rugged terrain and can handle the twists and turns of</li></ul>]]></description>
			<content:encoded><![CDATA[
<p><b>WordPress by default, just like other blogging platforms, has automatically been adding the &#8220;nofollow&#8221; microformat extension to all links from user generated content such as comments and trackbacks. To support the growing rejection of NoFollow for blog comments, I have compiled this list of plugins that help you remove nofollow from your blog forever.</b></p>
<ul>
<li><b><a href="http://money.bigbucksblogger.com/lucias-linky-love-a-dofollow-plugin-to-foil-human-comment-spammers/">Lucia&#8217;s Linky Love Plugin</a></b> &#8211; I was going to liken this plugin to a Ferrari, because it is built to be fast, but it is probably more like a Subaru, not just fast but designed for rugged terrain and can handle the twists and turns of comment spammers without slowing down.
</li>
<li><a href="http://www.semiologic.com/software/dofollow/"><strong>DoFollow</strong></a> &#8211; many look on this as the granddaddy of NoFollow plugins &#8211; you just switch it on and it works, all nofollows are removed from comments and trackbacks.</li>
<li><strong><a href="http://kimmo.suominen.com/sw/dofollow/">Dofollow (WP Plugin)</a></strong> &#8211; Sometimes I wish this one has been given a better more descriptive name. It includes the ability (optional) to remove nofollow from comments after a period of time.</li>
<li><strong><a href="http://www.allpassionmarketing.com/blog/2007/02/share-the-link-love-again.html">Link Love</a></strong> &#8211; this is a brand new plugin that removes nofollow after a certain number of comments have been made &#8211; this rewards regular commenters &#8211; one thing I like is that the detection is based upon email address and not domain or URL, so it allows a commenter to spread the links how they like.</li>
<li><strong><a href="http://www.alphamarkus.de/?page_id=12">GoodLinks</a></strong> &#8211; This plugin looks extremely useful for many people who have layout problems when people post long URLs &#8211; it also removes NoFollow as an option
<li><strong>Blank Target Comments</strong> &#8211; Another multi-purpose comment link plugin &#8211; it removes nofollow from only the comment author links, and adds target=&#8221;_blank&#8221; &#8211; no link because it doesn&#8217;t seem to be available for download any more which is a shame.
<li><a href="http://www.seopedia.org/personal/remove-nofollow-from-wordpress-comments/"><strong>Remove Nofollow</strong></a> &#8211; Cristian Mezi from SeoPedia&#8217;s plugin &#8211; I am not sure of the history or features, but it is probably similar to the original DoFollow plugin.
<li><a href="http://bronski.net/wordpress-plugins/nonofollow/">NoNofollow</a> &#8211; Including this link for historical reasons &#8211; Bronski&#8217;s plugin doesn&#8217;t work with newer versions of WordPress, but credit where credit is due.
<li><a href="http://phaedo.cx/archives/2005/01/18/wp-nofollow/">WP-Nofollow</a> &#8211; Again included for historical reasons &#8211; one of the first plugins for WP 1.2 based on the original MT plugin code
</ul>
<p>For those that like hacking core files Rob has a <a href="http://www.yackyack.co.uk/2007/02/01/nofollow-and-wordpress-why-im-removing-the-rewrite/">simple guide to removing nofollow</a>, though I prefer to avoid hacking any core files as it makes keeping WordPress up to date easier.</p>
<h3>How to Remove Nofollow From Blogger / Blogspot</h3>
<p>New Blogger Blogspot &#8211; Here is a guide on <a href="http://webstractions.blogspot.com/2007/05/removing-nofollow-from-blogger-styled.html">how to remove nofollow from your blogspot</a> blog using New Blogger for both comments and trackbacks.</p>
<p>You can also <a href="http://webstractions.blogspot.com/2007/05/removing-nofollow-from-blogger-styled.html">remove nofollow from Classic blogger that is published by FTP</a></p>
<h3>How to Remove Nofollow From Typepad</h3>
<p>Mike Sansone created a simple step-by-step guide on <a href="http://www.converstations.com/2007/04/how_to_remove_n.html">How To Remove Nofollow From Typepad</a><br />
Fox Tucker has also come up with an interesting way to present <a href="http://www.ukbloggersguide.com/tips/2007/08/a-no-nofollow-h.html">links without nofollow on Typepad blogs</a>.</p>
<h3>How to Remove Nofollow From Moveable Type</h3>
<p><a href="http://inranelagh.com/now/2007/04/16/dofollow-disabling-nofollow-on-moveable-type-33/">How to remove Nofollow on Moveable Type</a> &#8211; A Comprehensive guide on removing Nofollow from Moveable Type and Disable the Redirect</p>
<p>This also referenced <a href="http://www.eatdrinksleepmovabletype.com/tutorials/comment_authors_dont_deserve_to_be_redirected/">Removing the Redirect Link</a></p>
<p>Legacy link for <a href="http://www.esoos.com/archives/how_to_disable_nofollow_on_movable_type.html">Moveable Type and Nofollow</a> (it wasn&#8217;t complete)</p>
<h3>Some Plugins Not Included?</h3>
<p>I did find a few other Nofollow plugins available, but they appear on sites that are using nofollow for links in their own comments, seemed to be copies of the same code others provided, or were just dead links so I didn&#8217;t include them here.</p>
<h3>Add Nofollow</h3>
<p>If you want to do the opposite, and add NoFollow to certain types of links, here are some resources. There are some great and totally legitimate reasons you might want to do this.</p>
<ul>
<li><a href="http://guff.szub.net/2005/01/27/add-link-attribute/">Add Link Attribute</a> &#8211; this plugin is extremely powerful in the hands of someone who wants to control the flow of Google Juice around their site. Some links are purely navigational, or link to forms or other pages both on or offsite that do not contain content. This plugin allows you to zap them without modifying core files.</li>
<li><a href="http://whatjapanthinks.com/wikipedia-nofollow/">Wikipedia NoFollow</a> &#8211; want to reclaim the Google Juice you send to Wikipedia that currently stops flowing, and turns Wikipedia into a black hole &#8211; this plugin is the perfect answer &#8211; if Wikipedia turn the flow back on, you can reciprocate just by switching the plugin off.</li>
<li><a href="http://collingrady.com/2005/01/23/wp-temp-nofollow/">WP Temp Nofollow</a> &#8211; I am not sure how up to date this one is, but if you have hacked WordPress to remove the nofollow code, you could use something like this plugin to add nofollow back for a period of time. It was designed for older WordPress versions that didn&#8217;t have nofollow as standard.
<li><a href="http://www.sochi-travel.info/articles/wp-nofollow-from-home/"><strong>NoFollow from Home</strong></a> &#8211; This one is interesting from an SEO perspective in that it adds nofollow to links in your content on the home page
<li><a href="http://www.fob-marketing.de/marketing-blog-184-wordpress-nofollow-seo-plugin-nofollow-case-by-case.html"><strong>Don&#8217;t Follow</strong> &#8211; </a>This plugin allows you to selectively add nofollow to links in your comments simple by adding /dontfollow to the end of the URL &#8211; I am not sure how nicely it plays with other nofollow plugins as I would assume it would have to have a lower priority so that it adds nofollow after any other plugin has removed it. (<a href="http://www.blogherald.com/2007/02/21/wordpress-wednesday-hot-21-plugins-and-themes-contests-challenges-and-nofollow/">thanks Lorelle</a>)</li>
<li><b><a href="http://andybeard.eu/wordpress-plugins/nofollow-those-dupes">Nofollow Those Dupes</a></b> &#8211; My own plugin to add nofollow to links within content to everything other than single pages, thus avoiding Google Juice leaks on duplicate content pages.</li>
</ul>
<h3>Add NoFollow Other Platforms</h3>
<ul>
<li><strong><a href="http://knaddison.com/drupal/just-say-no-follow-wikipedia-links">NoFollow List (Drupal)</a></strong> &#8211; Allows you to add a list of sites to nofollow (such as Wikipedia)</li>
</ul>
<p>Lots of people in the last few day have proclaimed (finally) an end to using Nofollow on their blog and many of them are friends or regular readers. Now whilst I would like to link to them all, there are far too many of them (plus I have something else planned). Instead I am going to link to the one that I feel is most significant. <a href="http://dougal.gunters.org/blog/2007/02/15/follow-you-follow-me">Dougal Campbell has just installed a DoFollow plugin</a>, and as a core developer of WordPress, this is a major development. Maybe we can see some optional features within WordPress and WordPress.com soon.</p>
<p>I would love to add more to this list, so if you know of other plugins, <b>especially for platforms other than WordPress</b>, please let me know in the comments or ping me and I will add them to the list.</p>
<h3>NoFollow Community on Bumpzee</h3>
<p>A list of 10000+ sites that are supporting the no nofollow | dofollow | i follow movement isn&#8217;t a viable proposition. In fact there are 149,000 references to DoFollow listed by Google, though not all of those sites are using a dofollow solution, or have the ability for users to leave a comment or trackback.</p>
<p>For a number of months I though about creating a directory of DoFollow supporters, and even have a prototype site with loads of features, but it just didn&#8217;t offer enough usability, and managing the growing community would have been extremely time consuming.</p>
<p>My solution (I did consider many) was to create a community that allowed no nofollow community members to find bloggers that were like minded within their own niche.</p>
<p>Bumpzee has support for tagging, parsing tags and defined categories from within the RSS feeds, thus it is possible to browse blog posts on any subject.</p>
<p>The interface isn&#8217;t ideal yet, but is under constant active development and hopefully in the future you will be able to just go to a tag on parenting, and find 50 or more blogs who write about parenting, and their recent posts, and who all use a dofollow equivalent for their blogging platform.</p>
<p>I encourage you to join the <a href="http://www.bumpzee.com/no-nofollow/">No Nofollow | I Follow | DoFollow Community</a></p>
<p>It is my intent for the community to be the largest and most active on Bumpzee, and we will build the community together.</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%252F434%252Fultimate-list-of-dofollow-plugins-banish-nofollow-from-comments-and-trackbacks.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Ultimate%20List%20of%20DoFollow%20%26%20Nofollow%20Plugins%20-%20Banish%20Nofollow%20From%20Comments%20and%20Trackbacks%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/dofollow" title="dofollow" rel="tag">dofollow</a>, <a href="http://andybeard.eu/tag/drupal" title="drupal" rel="tag">drupal</a>, <a href="http://andybeard.eu/tag/ifollow" title="ifollow" rel="tag">ifollow</a>, <a href="http://andybeard.eu/tag/moveable-type" title="Moveable Type" rel="tag">Moveable Type</a>, <a href="http://andybeard.eu/tag/moveabletype" title="moveabletype" rel="tag">moveabletype</a>, <a href="http://andybeard.eu/tag/no-nofollow" title="no nofollow" rel="tag">no nofollow</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/434/ultimate-list-of-dofollow-plugins-banish-nofollow-from-comments-and-trackbacks.html/feed</wfw:commentRss>
		<slash:comments>374</slash:comments>
		</item>
		<item>
		<title>Related Posts in Feeds With UTW &#8211; How to Encourage RSS Subscribers to Visit Your Blog</title>
		<link>http://andybeard.eu/428/related-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html</link>
		<comments>http://andybeard.eu/428/related-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html#comments</comments>
		<pubDate>Fri, 16 Feb 2007 16:48:03 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[Related Entries]]></category>
		<category><![CDATA[Related Posts]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[RSS Feed]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[ultimate tag warrior]]></category>
		<category><![CDATA[utw]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/related-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html</guid>
		<description><![CDATA[
<p><strong>Ninety Percent of your readers might be using an RSS reader or email to browse your content, and whilst your subscriber base is growing, your page views are remaining fairly static unless you receive a burst of traffic from Digg or another social bookmarking site.</strong></p>
<p><a href="http://andybeard.eu/428/related-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html" class="more-link">Read more on Related Posts in Feeds With UTW &#8211; How to Encourage RSS Subscribers to Visit Your Blog&#8230;</a></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%252F428%252Frelated-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Related%20Posts%20in%20Feeds%20With%20UTW%20-%20How%20to%20Encourage%20RSS%20Subscribers%20to%20Visit%20Your%20Blog%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/related-entries" title="Related Entries" rel="tag">Related Entries</a>, <a href="http://andybeard.eu/tag/related-posts" title="Related Posts" rel="tag">Related Posts</a>, <a href="http://andybeard.eu/tag/rss" title="rss" rel="tag">rss</a>, <a href="http://andybeard.eu/tag/rss-feed" title="RSS Feed" rel="tag">RSS Feed</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/syndication" title="syndication" rel="tag">syndication</a>, <a href="http://andybeard.eu/tag/ultimate-tag-warrior" title="ultimate tag warrior" rel="tag">ultimate tag warrior</a>, <a href="http://andybeard.eu/tag/utw" title="utw" rel="tag">utw</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></description>
			<content:encoded><![CDATA[
<p><strong>Ninety Percent of your readers might be using an RSS reader or email to browse your content, and whilst your subscriber base is growing, your page views are remaining fairly static unless you receive a burst of traffic from Digg or another social bookmarking site.</strong></p>
<p>Even if Robert Scoble includes one of your posts in his shared feed, the majority of people who will read that content will be in a feed reader rather than on your site.</p>
<p>So how do you attract more people to your site, or to subscribe to your feed?</p>
<h3><strike>Content Strategies</strike></h3>
<p>I actually started writing this post yesterday, and decided to &#8220;sleep on it&#8221; and add some more content. It seems <a href="http://www.problogger.net/archives/2007/02/17/10-sure-fire-ways-to-get-rss-readers-visiting-your-blog/">Darren had the same idea</a> for a post so I have deleted this section and you can read his list instead. As my blog has always been more technical in nature, I am going to go into one specific feature from the list which is what I started off with yesterday.</p>
<h3>Related Posts in Feeds With Ultimate Tag Warrior</h3>
<p>I know lots of my readers are now using Ultimate Tag Warrior, so they will find this very handy.</p>
<p>I have previously posted the code needed to insert <a href="http://andybeard.eu/2007/01/related-posts-with-utw.html">UTW related posts</a> somewhere on your blog. It was quite a short piece of code, but sometimes UTW can seem daunting.</p>
<p>Adding related posts to your RSS feed is also very useful, because the majority of your regular readers will be subscribing to your feed, and reading your content in a browser.</p>
<p>There are various &#8220;related entries for feeds&#8221; plugins available, but they normally depend on simple page analysis to determine a relationship, or use the Yahoo API which for me always returns fairly poor relationships. With extensive use of tagging you can define relationships yourself, thus articles really are specifically related, and not possibly related.</p>
<p>I have seen various hacks to add UTW Related Posts to feeds, but they involved playing with core WordPress files. Whilst I am happy to hack themes, I avoid anything to do with the core files, at least on this blog. WordPress is frequently being updated &#8211; 2.1.1 and 2.09 are just around the corner and thus hacking the core files should be left to those comfortable using SVN and working with &#8220;bleeding edge&#8221; code.</p>
<p>Today I noticed a new plugin for adding Ultimate Tag Warrior Related Posts to your RSS feed. For me this has a number of advantages.</p>
<ul>
<li><strong>New Subscribers</strong> &#8211; I am often asked to point out recommended reading to new subscribers so they can &#8220;catch up&#8221; on what has been said before.</li>
<li><strong>Click-throughs</strong> &#8211; more chance a reader, even a long-time reader will click through and read an older article.</li>
<li><strong>SE Spiders</strong> &#8211; they will have more paths to follow from your feed</li>
<li><strong>Syndication</strong> &#8211; another chance of a lot more links &#8211; sometimes it is &#8220;legitimate&#8221;, for instance </li>
<p>WebProNews asked permission to syndicate my content and I have approached a few more sites to do the same. Other services and sites aggregate content, and sometimes don&#8217;t provide good links back to the source, but often overlook additional links in the content. You can always block trackbacks if they are not playing fair. I normally gain a benefit from it however they handle my content.</ul>
<p>I have now found a simple solution, a plugin to add <a href="http://www.solo-technology.com/apps.html">UTW Related Posts to your feed</a>. It is quite a simple plugin, but ultimately I like simple solutions rather than hacking something myself.<br />
It creates a nice neat tidy list in your feed:-</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/utw-related-entries-in-feed.png' alt='UTW Related Posts in Feed' /></p>
<p>Despite Darren&#8217;s misgivings about cluttering up your feed, I can highly recommend it. I have been using it for only a couple of days and I have already seen an increase in clicks through to older content and I am sure it will also help with backlinks from sites syndicating my content.</p>
<p>I should also re-emphasise that this blog is experimental &#8211; it is not perfectly optimised from the start and this allows me to measure how small improvements increase performance. </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%252F428%252Frelated-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Related%20Posts%20in%20Feeds%20With%20UTW%20-%20How%20to%20Encourage%20RSS%20Subscribers%20to%20Visit%20Your%20Blog%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/related-entries" title="Related Entries" rel="tag">Related Entries</a>, <a href="http://andybeard.eu/tag/related-posts" title="Related Posts" rel="tag">Related Posts</a>, <a href="http://andybeard.eu/tag/rss" title="rss" rel="tag">rss</a>, <a href="http://andybeard.eu/tag/rss-feed" title="RSS Feed" rel="tag">RSS Feed</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/syndication" title="syndication" rel="tag">syndication</a>, <a href="http://andybeard.eu/tag/ultimate-tag-warrior" title="ultimate tag warrior" rel="tag">ultimate tag warrior</a>, <a href="http://andybeard.eu/tag/utw" title="utw" rel="tag">utw</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/428/related-posts-in-feeds-with-utw-how-to-encourage-rss-subscribers-to-visit-your-blog.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Feed Styling Alternative and some Traffic Analysis</title>
		<link>http://andybeard.eu/359/feed-styling-alternative-and-some-traffic-analysis.html</link>
		<comments>http://andybeard.eu/359/feed-styling-alternative-and-some-traffic-analysis.html#comments</comments>
		<pubDate>Sat, 03 Feb 2007 20:10:10 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css styling]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed css]]></category>
		<category><![CDATA[Feed Reader]]></category>
		<category><![CDATA[feed styler]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/feed-styling-alternative-and-some-traffic-analysis.html</guid>
		<description><![CDATA[
<p>Recently I wrote about how you can <a href="http://andybeard.eu/2007/01/how-to-optimize-your-blog-for-syndication-meme-trackers.html">customise some of the elements in your RSS feed</a> for correct display.</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/feedstyler.gif' alt='Feed Styler' /><br />
I just <a href="http://blog.circlesixdesign.com/2007/02/02/feed-styler-release/">found out</a> about another alternative for those comfortable with CSS called <a href="http://www.devlounge.net/extras/feed-styler/">Feed Styler</a>. It allows you to apply CSS  to various page elements automatically, effectively using 2 style sheets, one for your blog pages, and another for your feeds.<br />
It achieves this by automatically adding inline CSS styling to various page elements.</p>
<p><a href="http://andybeard.eu/359/feed-styling-alternative-and-some-traffic-analysis.html" class="more-link">Read more on Feed Styling Alternative and some Traffic Analysis&#8230;</a></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%252F359%252Ffeed-styling-alternative-and-some-traffic-analysis.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Feed%20Styling%20Alternative%20and%20some%20Traffic%20Analysis%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/css" title="css" rel="tag">css</a>, <a href="http://andybeard.eu/tag/css-styling" title="css styling" rel="tag">css styling</a>, <a href="http://andybeard.eu/tag/feed" title="feed" rel="tag">feed</a>, <a href="http://andybeard.eu/tag/feed-css" title="feed css" rel="tag">feed css</a>, <a href="http://andybeard.eu/tag/feed-reader" title="Feed Reader" rel="tag">Feed Reader</a>, <a href="http://andybeard.eu/tag/feed-styler" title="feed styler" rel="tag">feed styler</a>, <a href="http://andybeard.eu/tag/style" title="style" rel="tag">style</a>, <a href="http://andybeard.eu/tag/styling" title="styling" rel="tag">styling</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>Recently I wrote about how you can <a href="http://andybeard.eu/2007/01/how-to-optimize-your-blog-for-syndication-meme-trackers.html">customise some of the elements in your RSS feed</a> for correct display.</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/feedstyler.gif' alt='Feed Styler' /><br />
I just <a href="http://blog.circlesixdesign.com/2007/02/02/feed-styler-release/">found out</a> about another alternative for those comfortable with CSS called <a href="http://www.devlounge.net/extras/feed-styler/">Feed Styler</a>. It allows you to apply CSS  to various page elements automatically, effectively using 2 style sheets, one for your blog pages, and another for your feeds.<br />
It achieves this by automatically adding inline CSS styling to various page elements.</p>
<p>Some purists might argue (and they do in the comments) that RSS Feeds should be free of all styling, and that if someone subscribes to a feed, they do it to avoid visiting the site, to get just pure content.<br />
Unfortunately a lot of RSS readers don&#8217;t have even basic styling for HTML elements such as blockquotes, so I can see a need for this even if you are not looking to add more complicated styling.<br />
In my opinion, most readers are not purists &#8211; they subscribe because they don&#8217;t want to have to navigate a long list of bookmarks every day to see if there is something interesting on their favourite sites. It isn&#8217;t a question of looking at the content unformatted, but of receiving the content they want to read automatically.<br />
It is true that readers could somehow hack Firefox to apply custom styling to Google Reader, but most are not that technically capable.</p>
<p>I have downloaded the plugin, and it is another thing to add to my very long &#8220;todo&#8221; list. I haven&#8217;t tested it, so if you do, please let me know how you get on.</p>
<p>Also of note, Devlounge are having a <a href="http://www.devlounge.net/news/100k-day-refer-a-thon">refer-a-thon</a> offering a free link in their sidebar for the site that sends them the most traffic. I think a much better option is just to subscribe to the blogs that send you traffic, and maybe write something about them if you see something interesting. This seems a very insular approach.<br />
Their 100K unique visitor day is in total since they launched, as it seems (based on dubious Alexa data anyway), that I already receive as much traffic as they do.<br />
You could look at it as a success until you read <a href="http://www.devlounge.net/articles/the-road-to-the-first-100k">their full announcement</a> and a previous post <a href="http://www.devlounge.net/news/new-milestone-reached">celebrating 400 subscribers</a>.<br />
The uniques are most likely unique by IP per day rather than cookie based uniques.</p>
<p>For me the most important statistic of all is subscribers, and to maximise the number of subscribers I gain from different traffic sources.</p>
<p>Sometime in the future I plan to add some subscriber only content</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%252F359%252Ffeed-styling-alternative-and-some-traffic-analysis.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Feed%20Styling%20Alternative%20and%20some%20Traffic%20Analysis%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/css" title="css" rel="tag">css</a>, <a href="http://andybeard.eu/tag/css-styling" title="css styling" rel="tag">css styling</a>, <a href="http://andybeard.eu/tag/feed" title="feed" rel="tag">feed</a>, <a href="http://andybeard.eu/tag/feed-css" title="feed css" rel="tag">feed css</a>, <a href="http://andybeard.eu/tag/feed-reader" title="Feed Reader" rel="tag">Feed Reader</a>, <a href="http://andybeard.eu/tag/feed-styler" title="feed styler" rel="tag">feed styler</a>, <a href="http://andybeard.eu/tag/style" title="style" rel="tag">style</a>, <a href="http://andybeard.eu/tag/styling" title="styling" rel="tag">styling</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/359/feed-styling-alternative-and-some-traffic-analysis.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sociable Beta &#124; PlugIm &#124; Bumpzee &#124; Technorati WTF</title>
		<link>http://andybeard.eu/342/sociable-beta-plugim-bumpzee-technorati-wtf.html</link>
		<comments>http://andybeard.eu/342/sociable-beta-plugim-bumpzee-technorati-wtf.html#comments</comments>
		<pubDate>Thu, 01 Feb 2007 08:08:39 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[bumpzee]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[plugim]]></category>
		<category><![CDATA[sociable]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[Social Tagging]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/sociable-beta-plugim-bumpzee-technorati-wtf.html</guid>
		<description><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/social-bookmarking.png' alt='Social Bookmarking and Social Networks - Technorati WTF PlugIM Bumpzee' /></div>
<p><a href="http://push.cx/sociable">Sociable</a> has been due for an update for a long time. In popularity I am sure it is among the top 20 plugins in use, maybe even top 10 &#8211; it is certainly very visible on blogs, more so than the very discreet <a href="http://alexking.org/projects/wordpress">Share This plugin</a>.</p>
<p><a href="http://andybeard.eu/342/sociable-beta-plugim-bumpzee-technorati-wtf.html" class="more-link">Read more on Sociable Beta &#124; PlugIm &#124; Bumpzee &#124; Technorati WTF&#8230;</a></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%252F342%252Fsociable-beta-plugim-bumpzee-technorati-wtf.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Sociable%20Beta%20%7C%20PlugIm%20%7C%20Bumpzee%20%7C%20Technorati%20WTF%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/bookmarking" title="bookmarking" rel="tag">bookmarking</a>, <a href="http://andybeard.eu/tag/bumpzee" title="bumpzee" rel="tag">bumpzee</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/plugim" title="plugim" rel="tag">plugim</a>, <a href="http://andybeard.eu/tag/sociable" title="sociable" rel="tag">sociable</a>, <a href="http://andybeard.eu/tag/social-bookmarking" title="social bookmarking" rel="tag">social bookmarking</a>, <a href="http://andybeard.eu/tag/social-tagging" title="Social Tagging" rel="tag">Social Tagging</a>, <a href="http://andybeard.eu/tag/tag" title="tag" rel="tag">tag</a>, <a href="http://andybeard.eu/tag/tagging" title="tagging" rel="tag">tagging</a>, <a href="http://andybeard.eu/tag/technorati" title="technorati" rel="tag">technorati</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wtf" title="wtf" rel="tag">wtf</a><br />
]]></description>
			<content:encoded><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/social-bookmarking.png' alt='Social Bookmarking and Social Networks - Technorati WTF PlugIM Bumpzee' /></div>
<p><a href="http://push.cx/sociable">Sociable</a> has been due for an update for a long time. In popularity I am sure it is among the top 20 plugins in use, maybe even top 10 &#8211; it is certainly very visible on blogs, more so than the very discreet <a href="http://alexking.org/projects/wordpress">Share This plugin</a>.</p>
<p>I contacted Peter a couple of weeks ago asking if there was an update coming soon, and he said to me that he was back working on Sociable, and an update was imminent.</p>
<p>You can currently download beta4, it is quite possible that the plugin will go final today.</p>
<p>It hasn&#8217;t changed a huge amount, other than adding a lot more bookmarking sites, so you can choose which sites are popular with your audience.</p>
<p>I have just sent Peter a small update which he can hopefully include:-</p>
<ul>
<li>Adding the nofollow tag to the links</li>
<li>Inclusion of a <a href="http://plugim.com">Plug IM</a> button</li>
<li>Inclusion of a <a href="http://bumpzee.com">Bumpzee</a> Button</li>
</ul>
<p>You can see the new buttons as I am currently testing them on this blog with version 2.0 Beta4</p>
<p>If you are wondering about PlugIM and Bumpzee, PlugIM is a growing site similar to other social bookmarking sites, but with an emphasis on Internet Marketing (where you are allowed to plug your own posts), and Bumpzee is a new social network for Affiliate Marketers that picks up your feed content automatically for other people to vote upon.</p>
<p>Yesterday the big news was about <a href="http://www.micropersuasion.com/2007/01/new_technorati_.html">Technorati</a> <a href="http://www.bloggersblog.com/cgi-bin/bloggersblog.pl?bblog=131071">adding</a> <a href="http://www.searchenginejournal.com/?p=4347">some</a> <a href="http://www.niallkennedy.com/blog/archives/2007/01/technorati-wtf.html">kind of</a> <a href="http://digg.com/tech_news/New_Technorati_WTF_Feature_Clones_Digg">Digg</a> clone (Technorati WTF), but in many ways Bumpzee might have similar functions, because you can find content based upon tags, and vote on the ones you like. They don&#8217;t have the massive amount of content yet, but it could be a very useful service or script within vertical markets.<br />
In fact from what I read on <a href="http://www.niallkennedy.com/blog/archives/2007/01/technorati-wtf.html">Niall Kennedy&#8217;s blog</a>, WTF grew out of an internal notes tool, and is more a way of explaining news on Technorati, a social feature, rather than a voting system. Technorati votes for sites with blog posts, which generally take more than 3 seconds to write, unlike Digg, so the top stories might actually be more news worthy.</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%252F342%252Fsociable-beta-plugim-bumpzee-technorati-wtf.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Sociable%20Beta%20%7C%20PlugIm%20%7C%20Bumpzee%20%7C%20Technorati%20WTF%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/bookmarking" title="bookmarking" rel="tag">bookmarking</a>, <a href="http://andybeard.eu/tag/bumpzee" title="bumpzee" rel="tag">bumpzee</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/plugim" title="plugim" rel="tag">plugim</a>, <a href="http://andybeard.eu/tag/sociable" title="sociable" rel="tag">sociable</a>, <a href="http://andybeard.eu/tag/social-bookmarking" title="social bookmarking" rel="tag">social bookmarking</a>, <a href="http://andybeard.eu/tag/social-tagging" title="Social Tagging" rel="tag">Social Tagging</a>, <a href="http://andybeard.eu/tag/tag" title="tag" rel="tag">tag</a>, <a href="http://andybeard.eu/tag/tagging" title="tagging" rel="tag">tagging</a>, <a href="http://andybeard.eu/tag/technorati" title="technorati" rel="tag">technorati</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a>, <a href="http://andybeard.eu/tag/wtf" title="wtf" rel="tag">wtf</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/342/sociable-beta-plugim-bumpzee-technorati-wtf.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Related Posts with UTW</title>
		<link>http://andybeard.eu/337/related-posts-with-utw.html</link>
		<comments>http://andybeard.eu/337/related-posts-with-utw.html#comments</comments>
		<pubDate>Wed, 31 Jan 2007 15:18:06 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Related Entries]]></category>
		<category><![CDATA[Related Posts]]></category>
		<category><![CDATA[ultimate tag warrior]]></category>
		<category><![CDATA[utw]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/01/related-posts-with-utw.html</guid>
		<description><![CDATA[
<p><a href="http://www.lonelymarketer.com">Patrick Schaber</a> just dropped me an email asking me which related posts plugin I am using. Actually I am using one of the functions of the Ultimate Tag Warrior plugin to make the list.</p>
<p><a href="http://andybeard.eu/337/related-posts-with-utw.html" class="more-link">Read more on Related Posts with UTW&#8230;</a></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%252F337%252Frelated-posts-with-utw.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Related%20Posts%20with%20UTW%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/related-entries" title="Related Entries" rel="tag">Related Entries</a>, <a href="http://andybeard.eu/tag/related-posts" title="Related Posts" rel="tag">Related Posts</a>, <a href="http://andybeard.eu/tag/ultimate-tag-warrior" title="ultimate tag warrior" rel="tag">ultimate tag warrior</a>, <a href="http://andybeard.eu/tag/utw" title="utw" rel="tag">utw</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.lonelymarketer.com">Patrick Schaber</a> just dropped me an email asking me which related posts plugin I am using. Actually I am using one of the functions of the Ultimate Tag Warrior plugin to make the list.</p>
<p>The list was becoming a little unwieldy with the number of related posts, so I have cleaned up the simple code, added some error trapping, and here it is.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php if(function_exists('UTW_ShowRelatedPostsForCurrentPost')) { ?&gt;
&lt;h2&gt;Related Posts:-&lt;/h2&gt;
&lt;ul class=&quot;utwrelposts&quot;&gt;&lt;?php UTW_ShowRelatedPostsForCurrentPost(&quot;posthtmllist&quot; , &quot;&quot; , &quot;10&quot;); ?&gt;&lt;/ul&gt;
&lt;?php } ?&gt;
</pre>
<p>Be careful on the quotes, as I still haven&#8217;t worked out why they are not appearing correctly under WP2.1</p>
<p>Using Ultimate Tag Warrior for controlling related posts means that you are not having to rely on a 3rd party algorithm to define what is related, although by limiting the number of related entries as I am now doing to 10, UTW seems to pick the most related posts fairly well.</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%252F337%252Frelated-posts-with-utw.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Related%20Posts%20with%20UTW%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/related-entries" title="Related Entries" rel="tag">Related Entries</a>, <a href="http://andybeard.eu/tag/related-posts" title="Related Posts" rel="tag">Related Posts</a>, <a href="http://andybeard.eu/tag/ultimate-tag-warrior" title="ultimate tag warrior" rel="tag">ultimate tag warrior</a>, <a href="http://andybeard.eu/tag/utw" title="utw" rel="tag">utw</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/337/related-posts-with-utw.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Wikipedia NoFollow Plugin</title>
		<link>http://andybeard.eu/297/wikipedia-nofollow-plugin.html</link>
		<comments>http://andybeard.eu/297/wikipedia-nofollow-plugin.html#comments</comments>
		<pubDate>Tue, 23 Jan 2007 10:51:03 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[Digg-this]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/01/wikipedia-nofollow-plugin.html</guid>
		<description><![CDATA[
<p>I mentioned I was willing to create such a plugin, I was even cobbling the code together.</p>
<p>Then I noticed a mention over on Matt&#8217;s blog (just search for Matt) in the comments that somone had written one.</p>
<p><a href="http://andybeard.eu/297/wikipedia-nofollow-plugin.html" class="more-link">Read more on Wikipedia NoFollow Plugin&#8230;</a></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%252F297%252Fwikipedia-nofollow-plugin.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wikipedia%20NoFollow%20Plugin%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/digg" title="digg" rel="tag">digg</a>, <a href="http://andybeard.eu/tag/digg-this" title="Digg-this" rel="tag">Digg-this</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/wikipedia" title="wikipedia" rel="tag">wikipedia</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>I mentioned I was willing to create such a plugin, I was even cobbling the code together.</p>
<p>Then I noticed a mention over on Matt&#8217;s blog (just search for Matt) in the comments that somone had written one.</p>
<h3><a href="http://whatjapanthinks.com/wikipedia-nofollow/">Wikipedia Nofollow Plugin</a></h3>
<p>And here is a link to <a href="http://www.wikipedia.org">Wikipedia</a> to test it</p>
<p>Edit: after posting I grabbed a screenshot</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/2007/01/wikipedia-nofollow.png' alt='wikipedia nofollow wordpress' /></p>
<p>Oh and I <a href="http://digg.com/tech_news/Take_Revenge_The_Wikipedia_NoFollow_Plugin_For_Wordpress">submitted it to Digg</a></p>
<p>Lol, ok so the &#8220;Digg This Plugin&#8221; is seriously screwed. I link through to a Digg I made for the original blog post, and the original author &#8211; in the comments I posted a link to here as an example of it working. Digg this now thinks I have votes for this post, and the button actually seems to link through to the digg on someone elses blog. Weird&#8230;<br />
Someone has created a more secure &#8220;Digg This&#8221; plugin called <a href="http://www.harrymaugans.com/2007/01/22/digg-this-blog-security-vulnerabilities-found/">&#8220;Digg That&#8221;</a>, which apparently cures the problem, I will give it a try.</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%252F297%252Fwikipedia-nofollow-plugin.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wikipedia%20NoFollow%20Plugin%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/digg" title="digg" rel="tag">digg</a>, <a href="http://andybeard.eu/tag/digg-this" title="Digg-this" rel="tag">Digg-this</a>, <a href="http://andybeard.eu/tag/nofollow" title="nofollow" rel="tag">nofollow</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/wikipedia" title="wikipedia" rel="tag">wikipedia</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/297/wikipedia-nofollow-plugin.html/feed</wfw:commentRss>
		<slash:comments>4</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 47/116 queries in 0.030 seconds using disk: basic
Object Caching 3778/3943 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 07:01:28 -->
