<?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"
	>
<channel>
	<title>Comments on: Mint Bird Feeder - WordPress Plugin</title>
	<atom:link href="http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/</link>
	<description>I was syncing my Facebook status here for a while, but now I'm boycotting them over the FriendConnect fiasco...</description>
	<pubDate>Sun, 07 Sep 2008 13:36:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jessica Sideways</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21186</link>
		<dc:creator>Jessica Sideways</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21186</guid>
		<description>It's okay. Just please do me a favour and let me know if you get a chance to. Have a nice day!</description>
		<content:encoded><![CDATA[<p>It&#8217;s okay. Just please do me a favour and let me know if you get a chance to. Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21181</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21181</guid>
		<description>The chances that I'll get the spare time necessary to dive back into updating my WordPress plugins aren't looking very good right now.

Sorry about that.</description>
		<content:encoded><![CDATA[<p>The chances that I&#8217;ll get the spare time necessary to dive back into updating my WordPress plugins aren&#8217;t looking very good right now.</p>
<p>Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21180</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21180</guid>
		<description>I too am having trouble with my feed stats since upgrading to WP2.6

It seems that at some point, wordpress changed the location of the feeds and now the plugin does not seem to work.

Any chance of a fix to this?</description>
		<content:encoded><![CDATA[<p>I too am having trouble with my feed stats since upgrading to WP2.6</p>
<p>It seems that at some point, wordpress changed the location of the feeds and now the plugin does not seem to work.</p>
<p>Any chance of a fix to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica Sideways</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21098</link>
		<dc:creator>Jessica Sideways</dc:creator>
		<pubDate>Wed, 20 Aug 2008 21:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-21098</guid>
		<description>Has anyone had any luck at all on getting this plugin to work with WordPress 2.6?</description>
		<content:encoded><![CDATA[<p>Has anyone had any luck at all on getting this plugin to work with WordPress 2.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Benton</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5649</link>
		<dc:creator>David Benton</dc:creator>
		<pubDate>Fri, 04 May 2007 15:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5649</guid>
		<description>I accidentally submitted the last comment prematurely. I also wanted to say thanks for the plugin. Nice work.</description>
		<content:encoded><![CDATA[<p>I accidentally submitted the last comment prematurely. I also wanted to say thanks for the plugin. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Benton</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5648</link>
		<dc:creator>David Benton</dc:creator>
		<pubDate>Fri, 04 May 2007 15:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5648</guid>
		<description>I was getting an error: Call to a member function on a non-object[...] at line 41.

For whatever reason, fp_mint_bird_feeder_tracking() was not being called, so the feeder was not being include()ed and there was no $Mint object to work with.

I fixed my issue by adding the following to fp_mint_bird_feeder_seed_title() just below the global declaration:

if (!defined('BIRDFEED')) {
fp_mint_bird_feeder_tracking($wp);
}</description>
		<content:encoded><![CDATA[<p>I was getting an error: Call to a member function on a non-object[...] at line 41.</p>
<p>For whatever reason, fp_mint_bird_feeder_tracking() was not being called, so the feeder was not being include()ed and there was no $Mint object to work with.</p>
<p>I fixed my issue by adding the following to fp_mint_bird_feeder_seed_title() just below the global declaration:</p>
<p>if (!defined(&#8217;BIRDFEED&#8217;)) {<br />
fp_mint_bird_feeder_tracking($wp);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafa am start. &#187; Blog Archiv &#187; Mint darf werkeln</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5650</link>
		<dc:creator>rafa am start. &#187; Blog Archiv &#187; Mint darf werkeln</dc:creator>
		<pubDate>Thu, 05 Apr 2007 22:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5650</guid>
		<description>[...] Plugins benutzt, so dass ich nicht in den Quellcodes rumhacken muss: WP-Mint f&#252;r das Blog und Mint Bird Feeder - Wordpress Plugin f&#252;r die Feeds (welch ein Name&#8230;). Ach ja: Traue keiner Statistik, die du nicht selber [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugins benutzt, so dass ich nicht in den Quellcodes rumhacken muss: WP-Mint f&#252;r das Blog und Mint Bird Feeder - Wordpress Plugin f&#252;r die Feeds (welch ein Name&#8230;). Ach ja: Traue keiner Statistik, die du nicht selber [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Rintoul</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5651</link>
		<dc:creator>Guy Rintoul</dc:creator>
		<pubDate>Tue, 03 Apr 2007 07:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5651</guid>
		<description>Hi there,

Was just wondering, does the plugin alter the output of get_permalink() ? I have a plugin which adds extra features to my RSS feeds (e.g. "Add to del.icio.us links) and whenever it calls get_permalink it now returns:

http://www.guyrintoul.com/feeder/?FeederAction=clicked&#38;feed=FEED-TYPE&#38;seed=PATH-TO-POST%2F&#38;seed_title=TITLE-OF-POST

whereas before it would just have returned the PATH-TO-POST part. Is there a way around this so that I can retrieve just the PATH-TO-POST?

Thanks,

Guy</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Was just wondering, does the plugin alter the output of get_permalink() ? I have a plugin which adds extra features to my RSS feeds (e.g. &#8220;Add to del.icio.us links) and whenever it calls get_permalink it now returns:</p>
<p><a href="http://www.guyrintoul.com/feeder/?FeederAction=clicked&amp;feed=FEED-TYPE&amp;seed=PATH-TO-POST%2F&amp;seed_title=TITLE-OF-POST" rel="nofollow">http://www.guyrintoul.com/feeder/?FeederAction=clicked&amp;feed=FEED-TYPE&amp;seed=PATH-TO-POST%2F&amp;seed_title=TITLE-OF-POST</a></p>
<p>whereas before it would just have returned the PATH-TO-POST part. Is there a way around this so that I can retrieve just the PATH-TO-POST?</p>
<p>Thanks,</p>
<p>Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5652</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Mon, 26 Feb 2007 22:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5652</guid>
		<description>Thanks for the wordpress plugin for birdfeeder. I spent 2 hours following the birdfeeder install instructions only to realize they break the feeds without moving the code around. Then I found your plugin, aaah...sweet.

2 questions

1. How does this plugin work? Er, I have it activated, but when I view the RSS feed php pages in wordpress they show no signs of modification. Does your plugin modify them on-the-fly as wordpress serves the pages? if so, is there an easy way to view the modified output so I can see exactly what the plugin is doing?
2. I'm getting an outrageous number of Subscribers showing up in the Feeds tab of Mint. The way I have things set up is that most subscribers are pulling my feedburner feed (http://feeds.feedburner.com/NVABlog) and I have that pointing to my RSS2 feed source in wordpress (http://www.newmanva.com/blog/?feed=rss2). Since installing the plugin this morning Mint is showing over 500 scribs but I only have 40 feedburner subscribers. I suppose I could be getting tons of direct hits to the feed, but I doubt it. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thanks for the wordpress plugin for birdfeeder. I spent 2 hours following the birdfeeder install instructions only to realize they break the feeds without moving the code around. Then I found your plugin, aaah&#8230;sweet.</p>
<p>2 questions</p>
<p>1. How does this plugin work? Er, I have it activated, but when I view the RSS feed php pages in wordpress they show no signs of modification. Does your plugin modify them on-the-fly as wordpress serves the pages? if so, is there an easy way to view the modified output so I can see exactly what the plugin is doing?<br />
2. I&#8217;m getting an outrageous number of Subscribers showing up in the Feeds tab of Mint. The way I have things set up is that most subscribers are pulling my feedburner feed (http://feeds.feedburner.com/NVABlog) and I have that pointing to my RSS2 feed source in wordpress (http://www.newmanva.com/blog/?feed=rss2). Since installing the plugin this morning Mint is showing over 500 scribs but I only have 40 feedburner subscribers. I suppose I could be getting tons of direct hits to the feed, but I doubt it. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5660</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Fri, 09 Feb 2007 15:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/07/mintbirdfeederwordpressplugin/#comment-5660</guid>
		<description>Hmm. I haven't tested it yet on anything other than WP 2.1.

I'll see if I can do that, and let you know.</description>
		<content:encoded><![CDATA[<p>Hmm. I haven&#8217;t tested it yet on anything other than WP 2.1.</p>
<p>I&#8217;ll see if I can do that, and let you know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
