<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Link Counter</title>
	<atom:link href="http://www.henrywoodbury.com/link-counter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henrywoodbury.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 15:10:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Henry</title>
		<link>http://www.henrywoodbury.com/link-counter/comment-page-1/#comment-27706</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Fri, 14 Oct 2011 15:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/?page_id=657#comment-27706</guid>
		<description>Hi Lucia. 

The report displays where ever you put the code. If you put the shortcode in a post, it will display there.

Henry</description>
		<content:encoded><![CDATA[<p>Hi Lucia. </p>
<p>The report displays where ever you put the code. If you put the shortcode in a post, it will display there.</p>
<p>Henry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucia</title>
		<link>http://www.henrywoodbury.com/link-counter/comment-page-1/#comment-27700</link>
		<dc:creator>lucia</dc:creator>
		<pubDate>Fri, 14 Oct 2011 14:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/?page_id=657#comment-27700</guid>
		<description>Where does the report display?</description>
		<content:encoded><![CDATA[<p>Where does the report display?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.henrywoodbury.com/link-counter/comment-page-1/#comment-4604</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 18 Oct 2010 00:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/?page_id=657#comment-4604</guid>
		<description>Thanks matrixik. I&#039;ve fixed the two bugs and posted a Beta version. Once I add a regular expression to fix the double-link case, I&#039;ll browser test and update the Wordpress repository.</description>
		<content:encoded><![CDATA[<p>Thanks matrixik. I&#8217;ve fixed the two bugs and posted a Beta version. Once I add a regular expression to fix the double-link case, I&#8217;ll browser test and update the WordPress repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matrixik</title>
		<link>http://www.henrywoodbury.com/link-counter/comment-page-1/#comment-4331</link>
		<dc:creator>matrixik</dc:creator>
		<pubDate>Thu, 30 Sep 2010 14:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.henrywoodbury.com/?page_id=657#comment-4331</guid>
		<description>Hello, thank you for that excellent script.

I found some bugs: 
* Line:
// 	Sort the Links
	$a = mklc_sortLinks($d, $sort, $order);
should be:
// 	Sort the Links
	$a = mklc_sortLinks($a, $sort, $order);

* Also you check for &quot;links&quot; for output
if ($output != &#039;links&#039;) {
but you write in description: output=”all” or “domain” or “link” 

* If I write link like:
&lt;a href=&quot;http://www.g.com/&quot; rel=&quot;nofollow&quot;&gt;www.g.com&lt;/a&gt;
www.g.com will be counted twice.

And some ideas:
* when set output to &quot;links&quot; show links but without top level domains
* option to show only links to specified domains

Cheers</description>
		<content:encoded><![CDATA[<p>Hello, thank you for that excellent script.</p>
<p>I found some bugs:<br />
* Line:<br />
// 	Sort the Links<br />
	$a = mklc_sortLinks($d, $sort, $order);<br />
should be:<br />
// 	Sort the Links<br />
	$a = mklc_sortLinks($a, $sort, $order);</p>
<p>* Also you check for &#8220;links&#8221; for output<br />
if ($output != &#8216;links&#8217;) {<br />
but you write in description: output=”all” or “domain” or “link” </p>
<p>* If I write link like:<br />
&lt;a href=&#8221;http://www.g.com/&#8221; rel=&#8221;nofollow&#8221;&gt;www.g.com&lt;/a&gt;<br />
<a href="http://www.g.com" rel="nofollow">http://www.g.com</a> will be counted twice.</p>
<p>And some ideas:<br />
* when set output to &#8220;links&#8221; show links but without top level domains<br />
* option to show only links to specified domains</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

