<?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; hack</title>
	<atom:link href="http://andybeard.eu/tag/hack/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 Show Top Commenters Only On Your Index Page</title>
		<link>http://andybeard.eu/609/how-to-show-top-commenters-only-on-your-index-page.html</link>
		<comments>http://andybeard.eu/609/how-to-show-top-commenters-only-on-your-index-page.html#comments</comments>
		<pubDate>Mon, 02 Apr 2007 11:39:28 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[top commenters]]></category>
		<category><![CDATA[ultimate tag warrior]]></category>
		<category><![CDATA[utw]]></category>
		<category><![CDATA[wordpress commands]]></category>
		<category><![CDATA[wordpress logic]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/04/how-to-show-top-commenters-only-on-your-index-page.html</guid>
		<description><![CDATA[
<p>I recently wrote that <a href="http://andybeard.eu/2007/03/multiple-reasons-why-i-loathe-top-commenters-plugins.html">I don&#8217;t like Top Commenters plugins</a>, in fact I used a very strong word&#8230; loathe. There are some benefits to introducing Top Commenters to give some level of special recognition, but whatever SEO benefits you think it might offer are discounted by having it placed in your sidebar across the whole of your site including your duplicate content pages.</p>
<p><a href="http://andybeard.eu/609/how-to-show-top-commenters-only-on-your-index-page.html" class="more-link">Read more on How to Show Top Commenters Only On Your Index Page&#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%252F609%252Fhow-to-show-top-commenters-only-on-your-index-page.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20Show%20Top%20Commenters%20Only%20On%20Your%20Index%20Page%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/code" title="code" rel="tag">code</a>, <a href="http://andybeard.eu/tag/comments" title="comments" rel="tag">comments</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/top-commenters" title="top commenters" rel="tag">top commenters</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-commands" title="wordpress commands" rel="tag">wordpress commands</a>, <a href="http://andybeard.eu/tag/wordpress-logic" title="wordpress logic" rel="tag">wordpress logic</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a>, <a href="http://andybeard.eu/tag/wordpress-themes" title="wordpress themes" rel="tag">wordpress themes</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>I recently wrote that <a href="http://andybeard.eu/2007/03/multiple-reasons-why-i-loathe-top-commenters-plugins.html">I don&#8217;t like Top Commenters plugins</a>, in fact I used a very strong word&#8230; loathe. There are some benefits to introducing Top Commenters to give some level of special recognition, but whatever SEO benefits you think it might offer are discounted by having it placed in your sidebar across the whole of your site including your duplicate content pages.</p>
<h3>What you give with one hand you take away with another</h3>
<p>If you are giving away all your Google Juice from your sidebar, then you get less juice for</p>
<ul>
<li>Your own pages</li>
<li>The links to sites in your content</li>
<li>The links from your comments</li>
</ul>
<p>This isn&#8217;t just a problem with Top Commenters, it is also the <a href="http://andybeard.eu/2006/11/how-a-blogroll-can-kill-your-pagerank.html">same with blogrolls</a>, and I have discussed that in the past as well.</p>
<p>There is some WordPress Logic you can use for all page elements depending on whether you are using widgets or not.</p>
<p>If you are using widgets, you would probably have to use a variant of the text entry box that allows PHP &#8211; I don&#8217;t monitor developments with WordPress widgets too much, but in the past I have found the way they are implemented in most themes to be too much hard work to customize where things appear, and on which pages. I don&#8217;t know of a version of widgets that allows drag-and-drop and total control over the placement of widgets on specific pages. </p>
<p>If you are using normal sidebar.php code, then you can use something like the following code.</p>
<p>There are a number of Top Commenters plugins, I have just grabbed the code insert from one example.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php if ( is_home() ) { ?&gt;

&lt; ?php
if(function_exists('fp_get_topcommenters')) {
echo fp_get_topcommenters();
}
?&gt;

&lt;?php } ?&gt;
</pre>
<p>If you wanted the Top Commenters to appear on both your homepage and your single pages (the ones that permalinks point to), then you would use something like this:-</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php if ( is_home() || is_single() ) { ?&gt;
&lt; ?php
if(function_exists('fp_get_topcommenters')) {
echo fp_get_topcommenters();
}
?&gt;
&lt;?php } ?&gt;
</pre>
<p>There are lots of conditional flags that can be used within WordPress in this manner. Here are some others but it might not be an exhaustive list.</p>
<p>is_home()<br />
is_paged()<br />
is_search()<br />
is_attachment()<br />
is_single()<br />
is_category()<br />
is_author()<br />
is_archive()<br />
is_404()</p>
<p>There is also a function with Ultimate Tag Warrior, but you should ensure that UTW is installed in the same statement just in case you switch it off.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php if ( function_exists('is_tag') and is_tag() ) : ?&gt;
</pre>
<p>Most themes already use similar code for various elements for the sidebar and in the headers.</p>
<p>Watch out for multiple occurrences of the logic in various files such as</p>
<p>sidebar.php<br />
home.php<br />
index.php<br />
tags.php<br />
single.php<br />
page.php<br />
archives.php</p>
<p>Some themes just include the sidebar.php on all pages. In this case you might have to use lots of nested logic to achieve the level of control you require.<br />
Other themes only use sidebar.php on pages that use index.php, and have custom code for single.php &#8211; this allows you to use slightly less logic, but means you have to edit code in multiple places.</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%252F609%252Fhow-to-show-top-commenters-only-on-your-index-page.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20Show%20Top%20Commenters%20Only%20On%20Your%20Index%20Page%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/code" title="code" rel="tag">code</a>, <a href="http://andybeard.eu/tag/comments" title="comments" rel="tag">comments</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/top-commenters" title="top commenters" rel="tag">top commenters</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-commands" title="wordpress commands" rel="tag">wordpress commands</a>, <a href="http://andybeard.eu/tag/wordpress-logic" title="wordpress logic" rel="tag">wordpress logic</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a>, <a href="http://andybeard.eu/tag/wordpress-themes" title="wordpress themes" rel="tag">wordpress themes</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/609/how-to-show-top-commenters-only-on-your-index-page.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>LinkedIn Invites &#8211; LinkedIn Fast Generator Improvements</title>
		<link>http://andybeard.eu/496/linkedin-invites-linkedin-fast-generator-improvements.html</link>
		<comments>http://andybeard.eu/496/linkedin-invites-linkedin-fast-generator-improvements.html#comments</comments>
		<pubDate>Thu, 01 Mar 2007 14:38:25 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linkedin button]]></category>
		<category><![CDATA[linkedin invite]]></category>
		<category><![CDATA[linkedin script]]></category>
		<category><![CDATA[linkedin widget]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/03/linkedin-invites-linkedin-fast-generator-improvements.html</guid>
		<description><![CDATA[
<div class="important" style="width:400px;">Unfortunately LinkedIn decided to block this solution because it represented a security risk. There were other alternatives to make things secure, but they decided it was better not to have a free method of connecting with someone you know quickly.<br />
It is assumed that this is nothing related with them wanting to charge money for premium services</div>
<p><a href="http://andybeard.eu/496/linkedin-invites-linkedin-fast-generator-improvements.html" class="more-link">Read more on LinkedIn Invites &#8211; LinkedIn Fast Generator Improvements&#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%252F496%252Flinkedin-invites-linkedin-fast-generator-improvements.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22LinkedIn%20Invites%20-%20LinkedIn%20Fast%20Generator%20Improvements%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/linkedin-button" title="linkedin button" rel="tag">linkedin button</a>, <a href="http://andybeard.eu/tag/linkedin-invite" title="linkedin invite" rel="tag">linkedin invite</a>, <a href="http://andybeard.eu/tag/linkedin-script" title="linkedin script" rel="tag">linkedin script</a>, <a href="http://andybeard.eu/tag/linkedin-widget" title="linkedin widget" rel="tag">linkedin widget</a>, <a href="http://andybeard.eu/tag/php" title="php" rel="tag">php</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></description>
			<content:encoded><![CDATA[
<div class="important" style="width:400px;">Unfortunately LinkedIn decided to block this solution because it represented a security risk. There were other alternatives to make things secure, but they decided it was better not to have a free method of connecting with someone you know quickly.<br />
It is assumed that this is nothing related with them wanting to charge money for premium services</div>
<p>The <a href="http://andybeard.eu/tools/linkedin-fast-generator/">LinkedIn Fast Generator</a> I created is proving to be one of the most successful &#8220;features&#8221; of this site, and is bringing me into contact with lots of extremely smart networkers in the LinkedIn community, and my contact list and network is growing rapidly.</p>
<ul>
<li>Growth is happening almost on auto-pilot, though I always have the choice of which invites  I accept based on the industry someone comes from.</li>
<li>I always accept invites from my blog readers if I recognise them, and the remainder I accept on a fairly adhoc basis depending on the related industry, and whether that connection will be useful sometime down the road. </li>
<li>The majority of invites I receive are actually very appropriate &#8211; that would actually surprise most people because the obvious temptation when people first visit the site to see the generator is to test it out on someone, and I am the obvious target.</li>
</ul>
<p><strong>Most of the invites I receive are:-</strong></p>
<ul>
<li><strong>Cancelled within seconds</strong> &#8211; some people just test it out and then cancel the invite &#8211; no major harm done as clicking through from the email notifications I receive only takes me 5 seconds</li>
<li><strong>Internet Marketing Related</strong> &#8211; I have been picking up quite a few internet marketing related invites which are great &#8211; it is good to see people in internet marketing using LinkedIn</li>
<li><strong>General Marketing</strong> &#8211; I love to receive invites from various marketing professionals &#8211; marketing is very much a contacts game</li>
<li><strong>Information Technology</strong> &#8211; Probably the largest sector, I now have contacts within a multitude of web development companies and startups. I expect that list to grow rapidly</li>
<li><strong>Search Engine Optimization</strong> &#8211; I have been picking up a few invites within the SEO field</li>
<li><strong>VCs / Investment</strong> &#8211; A slow mover, but I would like to grow my contacts in this sector</li>
<li><strong>Local Connections</strong> &#8211; I really appreciate gaining local connections, you would be amazed at how useful some connection become in the not so distant future</ul>
<p><strong>I haven&#8217;t received any invites that I would regard as spam</strong>. Those users who were just testing and didn&#8217;t mean to invite me deleted their invite (I had 2 like that while writing this post).</p>
<h3>LinkedIn <span style="color:red;">FAST</span> Unofficially Approved?</h3>
<p>I have mentioned in the past that LinkedIn staff were aware of the generator and didn&#8217;t see any major problems with using it, though that was by private email. Recently that was confirmed on a LinkedIn Answers thread.</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/linkedin-know-about-it.png' alt='LinkedIn Button Generator Approved?' /></p>
<h3>Code Improvements</h3>
<p>Over the last few days I have been tweaking the script to generate other useful versions of the same invite code, based largely on the feedback I have received from users.</p>
<ul>
<li><strong>Improved SEO</strong> &#8211; The generated links that point to a LinkedIn form now contain the rel=&#8221;nofollow&#8221; command for slightly improved SEO</li>
<p><small>Just Click to Connect</small><br /><a href="http://www.linkedin.com/inviteMany?firstName.0=Andy&#038;lastName.0=Beard&#038;emailAddress.0=list.andy%40gmail.com&#038;subject=Join+Me+Now!&#038;salutation=NAME&#038;greeting=Invite+for+you&#038;invite=Send+Invitation%28s%29&#038;inviteeID.0=&#038;isMessageOptional=false&#038;default_cell_count=1&#038;contentTemplateID=std_inv_2e"rel="nofollow"  ><img src="http://cdn5.andybeard.name/wp-content/uploads/linkedin-fast-160x33.png" alt="LinkedIn Fast" /></a><br /><small><a href="http://andybeard.eu/tools/linkedin-fast-generator/" />Get your own LinkedIn Fast</a></small></p>
<li><strong>HTML Text Version</strong> &#8211; The form now creates a HTML text link version which might be more suitable for some designs</li>
<p><a href="http://www.linkedin.com/inviteMany?firstName.0=Andy&#038;lastName.0=Beard&#038;emailAddress.0=list.andy%40gmail.com&#038;subject=Join+Me+Now!&#038;salutation=NAME&#038;greeting=Invite+for+you&#038;invite=Send+Invitation%28s%29&#038;inviteeID.0=&#038;isMessageOptional=false&#038;default_cell_count=1&#038;contentTemplateID=std_inv_2e"rel="nofollow" >LinkedIn <span style="color:red;">FAST</span></a><br /><small>Just Click to Connect</small></p>
<li><strong>Ugly Raw URL</strong> &#8211; The form now automatically generates a URL that you can use with services like TinyURL.com &#8211; This is a much better option than trying to edit a URL manually. I should note that I own a similar script to tinyURL, and could create a service similar that in some way represents what the link is for. I don&#8217;t particularly want to build up a database of 100,000 LinkedIn users, plus there are trademark issues.</li>
<p><textarea name="code1" rows="3" cols="40" readonly="readonly">http://www.linkedin.com/inviteMany?firstName.0=Andy&amp;lastName.0=Beard&amp;emailAddress.0=list.andy%40gmail.com&amp;subject=Join+Me+Now!&amp;salutation=NAME&amp;greeting=Invite+for+you&amp;invite=Send+Invitation%28s%29&amp;inviteeID.0=&amp;isMessageOptional=false&amp;default_cell_count=1&amp;contentTemplateID=std_inv_2e</textarea></p>
<li>Custom Redirect &#8211; I have created what I feel is better for most LinkedIn users who have access to their server by FTP, which is a custom redirect. The generator now creates the code for this as well.</li>
<p><textarea name="code1" rows="5" cols="40" readonly="readonly"><html><head><meta name="robots" content="noindex,nofollow"><meta http-equiv="REFRESH" content="0;url=http://www.linkedin.com/inviteMany?firstName.0=Andy&#038;lastName.0=Beard&#038;emailAddress.0=list.andy%40gmail.com&#038;subject=Join+Me+Now!&#038;salutation=NAME&#038;greeting=Invite+for+you&#038;invite=Send+Invitation%28s%29&#038;inviteeID.0=&#038;isMessageOptional=false&#038;default_cell_count=1&#038;contentTemplateID=std_inv_2e">  </head> <body> </body> </html></textarea><br />
In emails you can thus use a link that will look like this <a href="http://andybeard.eu/linkedin/">http://andybeard.eu/linkedin/</a><br />
The same link could also be used for press releases, article marketing, inside Word or PDF documents, or in a signature on discussion forums.
</ul>
<p>Hopefully you find my <a href="http://andybeard.eu/tools/linkedin-fast-generator/">LinkedIn Widget Generator</a> easy to use.</p>
<p>If you have any suggestions, or require any help in implementing this code, feel free to leave a comment and don&#8217;t forget to share this with your friends and contacts.</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%252F496%252Flinkedin-invites-linkedin-fast-generator-improvements.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22LinkedIn%20Invites%20-%20LinkedIn%20Fast%20Generator%20Improvements%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/linkedin-button" title="linkedin button" rel="tag">linkedin button</a>, <a href="http://andybeard.eu/tag/linkedin-invite" title="linkedin invite" rel="tag">linkedin invite</a>, <a href="http://andybeard.eu/tag/linkedin-script" title="linkedin script" rel="tag">linkedin script</a>, <a href="http://andybeard.eu/tag/linkedin-widget" title="linkedin widget" rel="tag">linkedin widget</a>, <a href="http://andybeard.eu/tag/php" title="php" rel="tag">php</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/496/linkedin-invites-linkedin-fast-generator-improvements.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Perfect Way to Use Feedburner Without Giving Them Your Subscribers?</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html</link>
		<comments>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comments</comments>
		<pubDate>Wed, 28 Feb 2007 08:22:07 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed management]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html</guid>
		<description><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/feedburner-hack.png' alt='Feedburner Hack' /></div>
<p>Do you worry about the danger of giving a 3rd party service control over the most important part of your blogging business &#8211; your subscribers?</p>
<p>Up until today there were only 2 realistic alternatives to retain some control over your RSS subscribers while using Feedburner for collecting stats.</p>
<p><a href="http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html" class="more-link">Read more on The Perfect Way to Use Feedburner Without Giving Them Your Subscribers?&#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%252F492%252Fthe-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22The%20Perfect%20Way%20to%20Use%20Feedburner%20Without%20Giving%20Them%20Your%20Subscribers%3F%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/code" title="code" rel="tag">code</a>, <a href="http://andybeard.eu/tag/feed" title="feed" rel="tag">feed</a>, <a href="http://andybeard.eu/tag/feed-management" title="feed management" rel="tag">feed management</a>, <a href="http://andybeard.eu/tag/feedburner" title="feedburner" rel="tag">feedburner</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/redirect" title="redirect" rel="tag">redirect</a>, <a href="http://andybeard.eu/tag/rss" title="rss" rel="tag">rss</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />
]]></description>
			<content:encoded><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/feedburner-hack.png' alt='Feedburner Hack' /></div>
<p>Do you worry about the danger of giving a 3rd party service control over the most important part of your blogging business &#8211; your subscribers?</p>
<p>Up until today there were only 2 realistic alternatives to retain some control over your RSS subscribers while using Feedburner for collecting stats.</p>
<ul>
<li>Redirect Plugins &#8211; Such as the <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/">Feedburner Redirect Plugin</a> from Ordered List</li>
<p> &#8211; this isn&#8217;t a perfect solution because the autodiscovery seems to always resolve before the feed is actually added, which results in a proportion of your sunscribers still subscribed to the Feedburner URL</p>
<li>Feedburner MyBrand &#8211; This is a &#8220;pro&#8221; feature of Feedburner, and allows you to have <a href="http://www.feedburner.com/fb/a/publishers/mybrand">Feedburner feeds on a subdomain</a>, such as feeds.yourdomain.com</li>
<p> &#8211; this is also not perfect, because that is a subdomain &#8211; I haven&#8217;t seen a site do anything to create an additional redirect to the subdomain to truly keep it on the same domain, but I am sure something should be possible &#8211; it also isn&#8217;t free &#8211; great for profitable blogs, not so great for lots of niche sites
</ul>
<p>Now there is an alternative, and it is pretty damn smart&#8230;</p>
<h3>Feedburner Feeds Stats Hack</h3>
<p>Mark has come up with an ingenious little hack to use <a href="http://www.45n5.com/permalink/how-to-get-feedburner-stats-without-using-feedburn.html">Feedburner stats on his own feeds</a> with a small patch to one of the WordPress core files.</p>
<p>I haven&#8217;t personally tested it yet, but I think Mark shows sufficient proof that it does work.</p>
<p>I am not sure how this works with click tracking, feed flares etc, or the best way to use this for email subscriptions. Also the feedburner feed is still there, and that is desirable for anyone migrating from one method to another. On a fresh site maybe you could make the Feedburner feed private so that you are the only one that accesses it.<br />
You would also have to make sure that Feedburner is fetching a feed that is different to the one that is provided to your subscribers, otherwise you end up with a closed loop.</p>
<p>One major benefit of using Feedburner is that their uptime is very impressive, and they are using their bandwidth to serve your RSS. For many publishers that is quite a significant bandwidth saving.</p>
<p>Hopefully Mark will turn this into a plugin to make it easier to use, especially with the more frequent updates to WordPress these days</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%252F492%252Fthe-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22The%20Perfect%20Way%20to%20Use%20Feedburner%20Without%20Giving%20Them%20Your%20Subscribers%3F%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/code" title="code" rel="tag">code</a>, <a href="http://andybeard.eu/tag/feed" title="feed" rel="tag">feed</a>, <a href="http://andybeard.eu/tag/feed-management" title="feed management" rel="tag">feed management</a>, <a href="http://andybeard.eu/tag/feedburner" title="feedburner" rel="tag">feedburner</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/redirect" title="redirect" rel="tag">redirect</a>, <a href="http://andybeard.eu/tag/rss" title="rss" rel="tag">rss</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html/feed</wfw:commentRss>
		<slash:comments>6</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>Wolfpack of Lies &#8211; Hack Baiting Web 2.0 Startups For Diggs</title>
		<link>http://andybeard.eu/484/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html</link>
		<comments>http://andybeard.eu/484/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html#comments</comments>
		<pubDate>Sat, 24 Feb 2007 12:35:17 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[stats]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackbait]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linkbait]]></category>
		<category><![CDATA[mybloglog]]></category>
		<category><![CDATA[shoemoney]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[ypn]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html</guid>
		<description><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/2007/01/mbl_logo_new.gif' alt='MyBlogLog' /></div>
<p>This seems to be a growing trend, and so many bloggers are falling for the linkbait, poorly researched content, and unethical marketing practices.</p>
<p>Reactionary development of computer products and services can prove to be a disaster both for development cycles and the feature set of a product. An extremely careful balance has to be achieved between supporting the wishes of hardcore supporters of a product, and achieving core goals and maintaining a development schedule.</p>
<p><a href="http://andybeard.eu/484/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html" class="more-link">Read more on Wolfpack of Lies &#8211; Hack Baiting Web 2.0 Startups For Diggs&#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%252F484%252Fwolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wolfpack%20of%20Lies%20-%20Hack%20Baiting%20Web%202.0%20Startups%20For%20Diggs%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/hackbait" title="hackbait" rel="tag">hackbait</a>, <a href="http://andybeard.eu/tag/hacking" title="hacking" rel="tag">hacking</a>, <a href="http://andybeard.eu/tag/linkbait" title="linkbait" rel="tag">linkbait</a>, <a href="http://andybeard.eu/tag/mybloglog" title="mybloglog" rel="tag">mybloglog</a>, <a href="http://andybeard.eu/tag/shoemoney" title="shoemoney" rel="tag">shoemoney</a>, <a href="http://andybeard.eu/tag/yahoo" title="yahoo" rel="tag">yahoo</a>, <a href="http://andybeard.eu/tag/ypn" title="ypn" rel="tag">ypn</a><br />
]]></description>
			<content:encoded><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/2007/01/mbl_logo_new.gif' alt='MyBlogLog' /></div>
<p>This seems to be a growing trend, and so many bloggers are falling for the linkbait, poorly researched content, and unethical marketing practices.</p>
<p>Reactionary development of computer products and services can prove to be a disaster both for development cycles and the feature set of a product. An extremely careful balance has to be achieved between supporting the wishes of hardcore supporters of a product, and achieving core goals and maintaining a development schedule.</p>
<p><strong>I have experienced this first hand</strong> in the computer games industry being the middleman both between publisher <> development team, and consumer <> development team. I know that I have significantly disrupted development of products in the past, and at times I even ignored or delayed passing information from a publisher or customer on to a development team simply because of the disruption it could cause. Sometimes I used a middleman, passing information onto my only superior, the company MD, and allowing him to decide whether the feedback should be passed on to the development manager or development team members.<br />
I was also in charge of sales and marketing internationally, and even though we had a relatively small organisation, channels of communication existed to prevent disruption to the development schedules. <a href="http://www.escapistmagazine.com/print/72/14">Here is a good article on the subject</a>.</p>
<p><strong>If someone is attempting to hack your website</strong>, steal your content, or damage your business, the expected reaction shouldn&#8217;t be to pat them on the back, thank them for their help and offer them all kinds of bonuses and credibility.</p>
<p>In a web environment, the logical first step to <strong>people abusing your site is to block their IP</strong> &#8211; this is what various spam control systems do. How many bloggers have a terms of service stating that if you spam them with comments they will block your IP address?</p>
<p>It shouldn&#8217;t matter how influential a blogger thinks they are, the tail shouldn&#8217;t wag the dog.</p>
<p>The first sign Shoemoney received that he had been banned from MyBlogLog was a 403 Error. From the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">w3.org site</a>:-</p>
<blockquote><p>
10.4.4 403 Forbidden</p>
<p>The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.
</p></blockquote>
<p><strong>If someone was spamming me, scraping me, or hacking me</strong>, and I could pinpoint it down to a single IP address, that is exactly what message I would give them. It doesn&#8217;t matter who the hell it is.</p>
<p>I doubt Shoemoney was sending signals such as:-</p>
<blockquote><p>Hey this is Shoemoney, I am hacking your site for hackbait to get links and subscribers, but it is all harmless and not really intended to damage your business</p></blockquote>
<p>Now on one point yesterday I was wrong, it seems that whilst an email was claimed to have been sent a month ago regarding the cookies problem with MyBlogLog (but from the French site), it might have got lost in various technical and logistics problems.</p>
<p>Another insight, Shoemoney had been asked specifically by the MyBlogLog team to give them a heads up before posting any more hacking MBL information.<br />
Here is what Eric posted in a comment o<a href="http://www.searchmarketinggurus.com/search_marketing_gurus/2007/02/shoemoney_banne.html#comment-61302454">n Li Evans post</a>:-</p>
<blockquote>
<p>Li &#8211;</p>
<p>Here&#8217;s the thing. We *did* have reach out to Shoe. Every time he posted a hack we thanked him in his comments for pointing out a vulnerability.</p>
<p>Then a couple days before this was posted, Scott Rafer emailed him and said, basically, &#8220;dude, I understand you&#8217;re pissed at Jeremey Zawodny and so be it. But keep in mind that he&#8217;s not part of the team and it still just us five guys bangin away. We&#8217;ve had a good relationship with you and <strong>we would just appreciate a heads up before you post your next exploit</strong>.&#8221;</p>
<p>And then he posted this.</p>
<p>(I had previously omitted the previous info because I was unable to get in touch with Rafer last night to request permission to discuss his email exchange.)
</p></blockquote>
<h3>OMG A Tracking Service is Tracking Clicks</h3>
<p>Today I have read yet another piece of Hackbait on Shoemoney&#8217;s site, though admittedly by his partner in crime DDN.</p>
<p>He has come up with the absolute revelation that tracking programs track clicks on adverts.</p>
<p>He thinks it is a scandal that a Yahoo owned company can track clicks on Google adverts.</p>
<h3>Something Stinks &#038; It is Not MyBlogLog</h3>
<p>Google Analytics can be used to track Yahoo clicks in exactly the same way as MyBlogLog can be used to track Adsense clicks, and people have been doing it for a long time.<br />
Aaron Wall posted code <a href="http://www.seobook.com/archives/001370.shtml">to do this in November 2005</a>, and it was also discussed on <a href="http://labnol.blogspot.com/2005/12/visitor-click-tracking-in-adsense.html">Digital Inspiration in December 2005</a>.</p>
<p>I keep a reasonable eye on discussions regarding analytics. I have never seen anyone claim that Google shouldn&#8217;t be allowed to have tracking information on Yahoo clicks or for that matter any other monetization links.</p>
<p>In many ways MyBlogLog having this tracking information as part of Yahoo is a good thing.</p>
<ol>
<li><strong>Defending on Clickfraud</strong> &#8211; A Yahoo owned tracking service would be looked on as a more credible source of data than a self hosted script.</li>
<li><strong>Personal Data</strong> &#8211; MyBlogLog probably have enough data not just to isolate the IP address, but possibly who clicked the advert &#8211; for defence of your Adsense account, surely that is an ideal scenario</li>
</ol>
<p><strong>You should always have some form of tracking for advertising</strong> &#8211; both Google Analytics and MyBlogLog (Yahoo) fall short in this capacity, and I hope they improve in the future making this more accessible for average users to improve their advertising returns. Microsoft are also entering this field, and I doubt very much they will prevent tracking of clicks on Yahoo or Google adverts. That would actually make their tracking system useless.</p>
<p><strong>Tracking systems should track advertising&#8230; period</strong></p>
<p>In many ways anyone looking to earn revenue from their blog should demand more tracking and interoperability and not less.</p>
<p>MyBlogLog could easily become a universal tracker for the masses, it is so easy to switch between different sites to check stats, and Google Analytics for an average user is a little confusing.</p>
<p>I am not in a position to prove whether Yahoo ads can be tracked with Google Analytics.</p>
<p>With Adsense the code can be placed on any site, so I could just stick some Adsense on this site for people to test, either with my own publisher ID or&#8230; someone elses.<br />
I am not sure whether that works with Yahoo, they might lock advertising code to a particular domain in their beta testing, but I am not going to use someone elses Yahoo code just to prove a point.</p>
<h3>The Danger Of Controversy</h3>
<p>Now if your content is deliberately controversial, and especially regarding hacking, you are not just placing your MyBlogLog account in danger.</p>
<h3>Yahoo YPN Terms</h3>
<p>Here is a small excerpt from the <a href="http://publisher.yahoo.com/sell/FAQs.php?loc=USYPN0005#A3">YPN FAQ</a></p>
<blockquote><p>
We will not show results on pages that contain problematic content, including but not limited to:<br />
[snip]<br />
# Propaganda, potentially offensive or controversial content<br />
# Defamatory, libelous, threatening or other material that advocates against any individual or group<br />
[snip]<br />
# Political, religious or charitable organizations, issues or causes<br />
[snip]<br />
# Hacking, surveillance, interception or de-scrambling equipment
</p></blockquote>
<h3>Google Adsense Terms</h3>
<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:</p>
<p>    * 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>The wrong kind of linkbaiting is seriously playing with fire, though some people it seems are meant to have asbestos suits.<br />
Whlist I don&#8217;t have YPN or Adsense on this site, I have been very careful not to link to anything that has hacking related content, and as far as I am concerned, Shoemoney is now effectively &#8220;grey boxed&#8221;, a bad neighbourhood to link to containing hacking information.</p>
<p>If someone wants a link condom plugin so they can make all links to Shoemoney nofollow just let me know, it would be easy to modify the Wikipedia nofollow plugin. Hmm I think Matt Cutts might even have linked to Shoemoney in the past, it wouldn&#8217;t be good to link to a hacking site.</p>
<p>Today for the first time I am actually ashamed of <a href="http://www.techcrunch.com/2007/02/23/mybloglog-bans-blogger-backlash-begins/">Techcrunch</a>, <a href="http://www.wolf-howl.com/social-networks/mybloglog-boycott/">Michael Gray</a>, <a href="http://www.bruceclay.com/blog/archives/2007/02/a_lazy_girls_ro.html">Lisa Barone</a>, and <a href="http://www.901am.com/2007/using-mybloglog-could-get-you-banned-from-adsense.html">Duncan Riley</a>.</p>
<p>For some true reflections on MyBlogLog, which I actually feel are unbiased despite being a sister company, <a href="http://www.caterina.net/archive/001042.html">try a co-founder from Flickr</a>.<br />
I can even claim a gripe against Flickr having a 2 month old support case on commercial usage that I really should &#8220;bump&#8221; again, but that is in all honestly <strong>my own fault</strong>. If I haven&#8217;t had a response, and I still have a problem after a few weeks, I should chase it up.<br />
Sometimes honest communication does get lost &#8211; I have at least 2 issues with Google that haven&#8217;t been responded to, one regarding use of Google CSE with <a href="http://toolbar-buttons.com">Toolbar Buttons</a>, and for some reason no response to submission of toolbar buttons I have created.</p>
<p>MyblogLog have <a href="http://mybloglogb.typepad.com/my_weblog/2007/02/on_mybloglogs_a.html">responded to the adverts tracking feature</a>.</p>
<p>Unfortunately <a href="http://mybloglogb.typepad.com/my_weblog/2007/02/everybody_hurts.html">Eric has succumbed to the Wolfpack of lies</a>, and just made Shoemoney, the guy who started his MyBlogLog recruitment campaign by carefully selecting and inviting 8000 contacts as  &#8220;featured user&#8221; in the MyBlogLog panel. I am sickened. Shoemoney hasn&#8217;t removed any of the previous posts. Was he threatening to expose more?</p>
<h3>Update:</h3>
<p>Pamela Heywood puts some nice perspective on the <a href="http://www.7cblogs.com/marketing/2007/02/using-mybloglog-could-get-you-banned.html">tracking situation</a> after examining the Google terms of service.<br />
I would like to point out to Tony Hung that he doesn&#8217;t have a <a href="http://www.blogherald.com/2007/02/24/mybloglog-reinstates-shoemoney/">comments policy on the Blog Herald</a> or on <a href="http://www.deepjiveinterests.com/2007/02/24/update-mybloglog-does-the-right-thing-unbans-shoemoney/">Deep Jive Interests</a>. You really shouldn&#8217;t block people from comment spamming you without some kind of ToS or policy. I wonder if he realises that it is almost impossible to use any tracking service without some conflict of interest or insecurity, and he will need something if he is going to <a href="http://www.deepjiveinterests.com/2007/02/24/is-it-finally-time-to-monetize-deep-jive-interests/">monetize his blog</a>. In fact I don&#8217;t personally know of any tracking service or script that doesn&#8217;t represent some risk or conflict.<br />
Mathew Ingram has made a <a href="http://www.mathewingram.com/work/2007/02/24/cleaning-up-the-mess-over-at-mybloglog/">fairly balanced post</a>, but I think he like others might not be aware that Shoemoney was specifically asked not to post another exploit without giving a heads up.<br />
I would love to know what <a href="http://thomashawk.com/2007/02/mybloglog-does-right-thing.html">Thomas Hawk</a> would do if someone was attacking his servers with a denial of service attack&#8230; maybe block their IP?  What happens if someone was trying to hack into private data? Block their IP?<br />
Would he send them an email first asking them to kindly notify him before revealing whatever exploit the hackers discovered.<br />
I wonder how much it would cost to pay an East European programmer to come up with some Zooomer hacks and exploits, or maybe Indian would be slightly cheaper. It seems that as long as you are not looking to change the data on Zooomr, <a href="http://beta.zooomr.com/about/tos">then any hacking is allowed</a>, and providing information on how to change data or tools would also be within the ToS.</p>
<blockquote><p>
Unauthorized attempts to infiltrate the Web Site electronically for the purposes of changing some part of the service are actively monitored and are prohibited. This includes, but is not limited to, &#8216;cross-site scripting,&#8217; &#8216;worms,&#8217; &#8216;viruses,&#8217; and &#8216;trojan horses.&#8217;</p></blockquote>
<p>Then again maybe you don&#8217;t really need a ToS (<a href="http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html">though MBL do have one now</a>) to prevent someone hacking you or causing disruption for your clients.</p>
<p>Actually, if you read the ToS from Yahoo, it looks like it is a blanket ToS that covers all Yahoo services. Obviously as most people at one time or another have established a Yahoo account, everyone has read the Yahoo ToS at least once, and would know that it covers all Yahoo services, including any new services introduced.<br />
Thus the Yahoo ToS has been in effect since the day MBL was acquired by Yahoo. Yes I am sure they forgot to link to it, and maybe they should get you to agree to it again when you next log into MyBlogLog, just to avoid any confusion. I am sure everyone would have read the ToS if it had been linked to from the MBL page.</p>
<p>Realistically, no one reads terms of service completely, but most people are aware of what is looked upon as good conduct. Hacking isn&#8217;t looked on as being socially acceptable unless you are a 14 year old script kiddie.</p>
<h3>Update 2</h3>
<p>There seems to be some confusion regarding how visible the advertising tracking might be, and the confusion is predominately among high traffic blogs who have so many external clicks that any Adsense clicks would be right at the bottom of the list.<br />
You have to remember that the majority of MyBlog users that everyone seems to be so worried about, and encouraging to abandon MyBlogLog are lucky to have 100 unique visitors per day, and don&#8217;t get as many external clicks. They are much more likely to see the advert clicks and rather than be worried about it, they are going to be happy, and rush off to discover they made $0.20 in their Adsense account &#8211; yes, if you are only receving one click per day you can get fairly granular about how much it was worth.</p>
<p>Here is a screenshot I have taken from an account that is not upgraded, and clearly displays some Adsense clicks. Just a thumbnail you can click for the full size as I wanted it to be very clear that this was a basic free account.</p>
<p><a href='http://cdn5.andybeard.name/wp-content/uploads/google-clicks.png' title='MyBlogLog Adsense Clicks'><img src='http://cdn5.andybeard.name/wp-content/uploads/google-clicks.thumbnail.png' alt='MyBlogLog Adsense Clicks' /></a><br />
I did modify the image to remove data that could be used to determine CTR for the short period of time these stats were for this morning.</p>
<h3>Update 3</h3>
<p>Here is a <a href="http://rexduffdixon.com/?p=1834">write up on MyBlogLog</a> I missed over the weekend by Rex Dixon, and he doesn&#8217;t mince his words.</p>
<blockquote><p>
Technically Speaking, Shoe screwed Shoe. If he was really concerned about security, he could have reported it to the MBL crew asap via proper channels. What is that? He could have messaged Rafer, Eric or anyone else at the MBL staff. He chose to make more money for Shoe, and for that Shoe, you got booted. Please donâ€™t come off as the innocent and hurt entrepreneur to the world. When I worked in the IT realm, YOUR type was the most scary to deal with.
</p></blockquote>
<h3>Conclusion</h3>
<p>This is my last update on this post, but nothing is really concluded. The hacking information is still being displayed along with Digg buttons. The poorly researched tracking story is still there as well.</p>
<p><strong>Lots of bloggers jumped on this hackbaiting train, with poorly researched material, and even possible conflicts of interest or lack of disclosure.</strong></p>
<p>I have seen people suggest that MyBlogLog banned Shoemoney for the exposure &#8211; what a badly thought out statement. They don&#8217;t need to rush promotion or increase support or PR time. They are still working on migration to new servers, hiring a community manager, probably looking for other staff to help with the problems of a growing demanding user base. </p>
<p>Then there are the &#8220;unknowns&#8221; like Measuremap that Google recently purchased. I have no idea what data that service tracked regarding advertising, possibly not just Google Adsense. Measuremap has been in private beta for as long as I can remember, though Michael Arrington still uses it on Techcrunch for more than a year.</p>
<p>I am sure there is going to be <a href="http://www.techmeme.com/070224/p3#a070224p3">more on</a> <a href="http://www.techmeme.com/070223/p75#a070223p75">Techmeme </a><a href="http://www.techmeme.com/070224/p23#a070224p23">all weekend</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%252F484%252Fwolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Wolfpack%20of%20Lies%20-%20Hack%20Baiting%20Web%202.0%20Startups%20For%20Diggs%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/hackbait" title="hackbait" rel="tag">hackbait</a>, <a href="http://andybeard.eu/tag/hacking" title="hacking" rel="tag">hacking</a>, <a href="http://andybeard.eu/tag/linkbait" title="linkbait" rel="tag">linkbait</a>, <a href="http://andybeard.eu/tag/mybloglog" title="mybloglog" rel="tag">mybloglog</a>, <a href="http://andybeard.eu/tag/shoemoney" title="shoemoney" rel="tag">shoemoney</a>, <a href="http://andybeard.eu/tag/yahoo" title="yahoo" rel="tag">yahoo</a>, <a href="http://andybeard.eu/tag/ypn" title="ypn" rel="tag">ypn</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/484/wolfpack-of-lies-hack-baiting-web-20-startups-for-diggs.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>MyBlogLog Spam Hack Update &amp; Widget Performance &#124; Linkbait Idea</title>
		<link>http://andybeard.eu/474/mybloglog-spam-hack-update-widget-performance-linkbait-idea.html</link>
		<comments>http://andybeard.eu/474/mybloglog-spam-hack-update-widget-performance-linkbait-idea.html#comments</comments>
		<pubDate>Tue, 20 Feb 2007 09:41:33 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mybloglog]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/mybloglog-spam-hack-update-widget-performance-linkbait-idea.html</guid>
		<description><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/2007/01/mbl_logo_new.gif' alt='MyBlogLog' /></div>
<h3>MyBlogLog Spam</h3>
<p>Lots of people are aware that there was a problem over the weekend with co-author requests being sent out, and some forced adding as authors to communities.</p>
<p>It was a long weekend in the US, but it seems the MyBlogLog team have already fixed it, rolled back any changes, and hopefully it won&#8217;t happen again.</p>
<p><a href="http://andybeard.eu/474/mybloglog-spam-hack-update-widget-performance-linkbait-idea.html" class="more-link">Read more on MyBlogLog Spam Hack Update &#038; Widget Performance &#124; Linkbait Idea&#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%252F474%252Fmybloglog-spam-hack-update-widget-performance-linkbait-idea.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22MyBlogLog%20Spam%20Hack%20Update%20%26%20Widget%20Performance%20%7C%20Linkbait%20Idea%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/comments" title="comments" rel="tag">comments</a>, <a href="http://andybeard.eu/tag/cron" title="cron" rel="tag">cron</a>, <a href="http://andybeard.eu/tag/curl" title="curl" rel="tag">curl</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/mybloglog" title="mybloglog" rel="tag">mybloglog</a>, <a href="http://andybeard.eu/tag/php" title="php" rel="tag">php</a>, <a href="http://andybeard.eu/tag/spam" title="spam" rel="tag">spam</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</a>, <a href="http://andybeard.eu/tag/wordpress-plugins" title="wordpress plugins" rel="tag">wordpress plugins</a><br />
]]></description>
			<content:encoded><![CDATA[
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/2007/01/mbl_logo_new.gif' alt='MyBlogLog' /></div>
<h3>MyBlogLog Spam</h3>
<p>Lots of people are aware that there was a problem over the weekend with co-author requests being sent out, and some forced adding as authors to communities.</p>
<p>It was a long weekend in the US, but it seems the MyBlogLog team have already fixed it, rolled back any changes, and hopefully it won&#8217;t happen again.</p>
<p>I think this might have affected the larger communities more than the lesser ones. I only received a single community request and it wasn&#8217;t a forced inclusion</p>
<p>They have also posted a long description of their <a href="http://mybloglogb.typepad.com/my_weblog/2007/02/weekend_spamtac.html">plans to control spam</a> going forward. (<a href="http://www.problogger.net/archives/2007/02/20/mybloglog-release-anti-spam-plan/">via Darren</a>).</p>
<p>I welcome the changes, and feel that placing &#8220;adding&#8221; restrictions will help significantly. We will see how the new messaging system works.</p>
<h3>Widget Performance</h3>
<p>I have seen quite a few complaints about MyBlogLog widget performance</p>
<p>This is normally on:-</p>
<ul>
<li><strong>Blogs with a poor layout</strong> &#8211; If you load your sidebar first it affects your readership, and probably your search engine performance as well. Choose a theme where the content is displayed first, or shoot your designer</li>
<li><strong>High Traffic Blogs</strong> &#8211; I don&#8217;t think this actually has an effect on the speed, but owners of high traffic blogs tend to notice this more, and are more vocal about it</li>
</ul>
<p>For those with a poor template design, whilst it might be a painful choice to make, the problem isn&#8217;t just the MyBlogLog widget &#8211; you really should have your content appearing first, and a good designer should be able to create almost any layout you desire placing the content first.</p>
<p>For the higher traffic blogs, there is probably a solution that could be adopted. In a recent comment on Jeremy Zawodny&#8217;s blog, <a href="http://jeremy.zawodny.com/blog/archives/008547.html#comment-34444">Mark mentioned the following</a>:-</p>
<blockquote><p>
Jeremy,<br />
Just do what I do; a cron job that runs curl on the widget address every so often, saves the output, and just uses an include to display the content. I use a jsp include, but I&#8217;m sure you could do it in php as well. No relying upon third parties for your page display time performance, no annoying dns round trip times, everything just works.
</p></blockquote>
<p>Later in the comments I suggested that someone creating some kind of plugin that does this for WordPress users or maybe just a simple PHP include so anyone can use it is likely going to receive a fair amount of link love, and fix their performance issues with MyBlogLog and a host of other widgets.</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%252F474%252Fmybloglog-spam-hack-update-widget-performance-linkbait-idea.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22MyBlogLog%20Spam%20Hack%20Update%20%26%20Widget%20Performance%20%7C%20Linkbait%20Idea%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/comments" title="comments" rel="tag">comments</a>, <a href="http://andybeard.eu/tag/cron" title="cron" rel="tag">cron</a>, <a href="http://andybeard.eu/tag/curl" title="curl" rel="tag">curl</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/mybloglog" title="mybloglog" rel="tag">mybloglog</a>, <a href="http://andybeard.eu/tag/php" title="php" rel="tag">php</a>, <a href="http://andybeard.eu/tag/spam" title="spam" rel="tag">spam</a>, <a href="http://andybeard.eu/tag/wordpress" title="wordpress" rel="tag">wordpress</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/474/mybloglog-spam-hack-update-widget-performance-linkbait-idea.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LinkedIN Fast Generator</title>
		<link>http://andybeard.eu/368/linkedin-fast-generator.html</link>
		<comments>http://andybeard.eu/368/linkedin-fast-generator.html#comments</comments>
		<pubDate>Sun, 04 Feb 2007 09:05:25 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/linkedin-fast-generator.html</guid>
		<description><![CDATA[
<p>My LinkedIn Fast Button has proven to be quite popular but some people might struggle with customizing the code, and it is easy to make a mistake, so I have developed a simple generator.</p>
<p><a href="http://andybeard.eu/368/linkedin-fast-generator.html" class="more-link">Read more on LinkedIN Fast Generator&#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%252F368%252Flinkedin-fast-generator.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22LinkedIN%20Fast%20Generator%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>My LinkedIn Fast Button has proven to be quite popular but some people might struggle with customizing the code, and it is easy to make a mistake, so I have developed a simple generator.</p>
<p><a href="http://andybeard.eu/tools/linkedin-fast-generator/">LinkedIn Fast</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%252F368%252Flinkedin-fast-generator.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22LinkedIN%20Fast%20Generator%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/368/linkedin-fast-generator.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hacking LinkedIn To Speed Up the Invite Process</title>
		<link>http://andybeard.eu/349/hacking-linkedin-to-speed-up-the-invite-process.html</link>
		<comments>http://andybeard.eu/349/hacking-linkedin-to-speed-up-the-invite-process.html#comments</comments>
		<pubDate>Fri, 02 Feb 2007 13:19:22 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/02/hacking-linkedin-to-speed-up-the-invite-process.html</guid>
		<description><![CDATA[
<p>LinkedIn as a concept is great, but the Invite process is fairly laborious. That is probably why I have 160+ MyBlogLog community members and at time of writing, only 10 connections in LinkedIn.</p>
<p><a href="http://andybeard.eu/349/hacking-linkedin-to-speed-up-the-invite-process.html" class="more-link">Read more on Hacking LinkedIn To Speed Up the Invite Process&#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%252F349%252Fhacking-linkedin-to-speed-up-the-invite-process.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Hacking%20LinkedIn%20To%20Speed%20Up%20the%20Invite%20Process%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>LinkedIn as a concept is great, but the Invite process is fairly laborious. That is probably why I have 160+ MyBlogLog community members and at time of writing, only 10 connections in LinkedIn.</p>
<ol>
<li>Dig up someone&#8217;s email address</li>
<li>Add First Name</li>
<li>Add Last Name</li>
<li>Enter Email</li>
<li>Change Message</li>
<li>Submit</li>
<li>Enter Username and Password</li>
</ol>
<h3>How do I fix that&#8230; FAST?</h3>
<p>So I had a look at the submission form and wondered if I could hack a one click invite button.</p>
<p>The form uses the POST method, thus nothing appears in the URL bar &#8211; POST is actually the correct method because submitting the form changes data.</p>
<p>However that doesn&#8217;t necessarily mean that GET wouldn&#8217;t work, it just needs converting.</p>
<p>First of all <a href='javascript:(function(){var x,i; x = document.forms; for (i = 0; i < x.length; ++i) x[i].method="get"; alert("Changed " + x.length + " forms to use the GET method.  After submitting a form from this page, you should be able to bookmark the result."); })();'>here is a handy little bookmarklet</a> I picked up some time ago. What you do is fill in a form that uses POST, click this bookmarklet to convert the page to GET, and then submit the forum.<br />
in the URL box you will then see a GET instruction URL that can be played with.</p>
<p>I made the emails extremely short &#8211; I will know the invites came from my button</p>
<p>I then removed excess data, because I didn&#8217;t need this for someone to invite 5 people, I just wanted it so people could invite me quickly if they wanted to.</p>
<p>I tested it inviting myself, and it seems to work, because I received an error message stating that you can&#8217;t invite yourself. :) </p>
<h3>LinkedIn Fast</h3>
<p>I created a nice button</p>
<p><a href="http://www.linkedin.com/inviteMany?firstName.0=Andy&#038;lastName.0=Beard&#038;emailAddress.0=list.andy%40gmail.com&#038;subject=Join+Me+Now!&#038;salutation=NAME&#038;greeting=invite+for+you&#038;invite=Send+Invitation%28s%29&#038;inviteeID.0=&#038;isMessageOptional=false&#038;default_cell_count=1&#038;contentTemplateID=std_inv_2e"><img src='http://cdn5.andybeard.name/wp-content/uploads/linkedin-fast-160x33.png' alt='LinkedIn Fast' /></a><br /><small>Just Click to Connect</small></p>
<pre class="brush: plain; title: ; notranslate">
&lt;a href=&quot;http://www.linkedin.com/inviteMany?firstName.0=YOURFIRSTNAME&amp;lastName.0=YOURLASTNAME&amp;emailAddress.0=EMAILUSERNAME%40EMAILDOMAINNAME&amp;subject=Join+Me+Now!&amp;salutation=NAME&amp;greeting=invite+for+you&amp;invite=Send+Invitation%28s%29&amp;inviteeID.0=&amp;isMessageOptional=false&amp;default_cell_count=1&amp;contentTemplateID=std_inv_2e&quot;&gt;&lt;img src='http://cdn5.andybeard.name/wp-content/uploads/linkedin-fast-160x33.png' alt='LinkedIn Fast' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;small&gt;Just Click to Connect&lt;/small&gt;
</pre>
<p>Things to Change:-</p>
<ul>
<li>YOURFIRSTNAME</li>
<li>YOURLASTNAME</li>
<li>EMAILUSERNAME</li>
<li>EMAILDOMAINNAME</li>
</ul>
<p>Your mileage may vary, but this seems to work. Licensed under GPL</p>
<p>If there is enough demand, I might make a small code generator for this so it creates the code for you.</p>
<p>Note this doesn&#8217;t break the system in any way, but you might get more invites :) </p>
<p><strong>Update: I just received my first LinkedIn Connection using the button, so it certainly works</strong></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%252F349%252Fhacking-linkedin-to-speed-up-the-invite-process.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Hacking%20LinkedIn%20To%20Speed%20Up%20the%20Invite%20Process%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/geek" title="geek" rel="tag">geek</a>, <a href="http://andybeard.eu/tag/hack" title="hack" rel="tag">hack</a>, <a href="http://andybeard.eu/tag/linkedin" title="linkedin" rel="tag">linkedin</a>, <a href="http://andybeard.eu/tag/social-networking" title="social networking" rel="tag">social networking</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/349/hacking-linkedin-to-speed-up-the-invite-process.html/feed</wfw:commentRss>
		<slash:comments>3</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 45/100 queries in 0.016 seconds using disk: basic
Object Caching 3250/3382 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 00:07:47 -->
