<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: FD Feedburner Plugin] Disabling plugin based on user agent string</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: FD Feedburner Plugin] Disabling plugin based on user agent string</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 12:28:28 +0000</pubDate>

<item>
<title>neilph on "[Plugin: FD Feedburner Plugin] Disabling plugin based on user agent string"</title>
<link>http://wordpress.org/support/topic/265773#post-1109438</link>
<pubDate>Fri, 19 Jun 2009 04:47:41 +0000</pubDate>
<dc:creator>neilph</dc:creator>
<guid isPermaLink="false">1109438@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Do you know whether the FD Feedburner plugin will work with WordPress multiuser version. It sounds like you're using WP Multiuser. We haven't installed it yet.
&#60;/p&#62;</description>
</item>
<item>
<title>tdukart on "[Plugin: FD Feedburner Plugin] Disabling plugin based on user agent string"</title>
<link>http://wordpress.org/support/topic/265773#post-1058069</link>
<pubDate>Mon, 27 Apr 2009 18:25:16 +0000</pubDate>
<dc:creator>tdukart</dc:creator>
<guid isPermaLink="false">1058069@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I work at an Albuquerque television station, and I had a need to modify the plugin so that general users get redirected to FeedBurner, while certain special users (a couple of our partners) get the regular WordPress feed. I figured I'd share.&#60;/p&#62;
&#60;p&#62;Underneath the following line in &#60;code&#62;fdfeedburner.php&#60;/code&#62;:&#60;br /&#62;
&#60;code&#62;if (preg_match(&#38;#39;/feedburner/i&#38;#39;, $_SERVER[&#38;#39;HTTP_USER_AGENT&#38;#39;])) return;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I added this line, replacing &#34;partneragent&#34; with a keyword from our partner's user-agent string:&#60;br /&#62;
&#60;code&#62;if (preg_match(&#38;#39;/partneragent/i&#38;#39;, $_SERVER[&#38;#39;HTTP_USER_AGENT&#38;#39;])) return;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I would love it if a similar function were added into the main code so it doesn't take some PHP changes.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
