<?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; code</title>
	<atom:link href="http://andybeard.eu/tag/code/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>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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 33/53 queries in 0.010 seconds using disk: basic
Object Caching 1170/1210 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 00:20:39 -->
