<?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: Code to Display RSS Feeds</title>
	<atom:link href="http://www.adscube.com/tools/code-to-display-rss-feeds/feed" rel="self" type="application/rss+xml" />
	<link>http://www.adscube.com/tools/code-to-display-rss-feeds</link>
	<description>Tools for Internet marketers to use to build lists, directories, manage Ads and customers.</description>
	<pubDate>Wed, 20 Aug 2008 15:09:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andy</title>
		<link>http://www.adscube.com/tools/code-to-display-rss-feeds#comment-16</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 12 Jan 2008 14:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adscube.com/tools/code-to-display-rss-feeds#comment-16</guid>
		<description>This was a pretty dumb post I did.

The "fetch_rss" is a  Magpie function http://magpierss.sourceforge.net and needs to be included with the PHP code:

require_once 'rss_fetch.inc';

"Finally, why are you routing all of the clicks through your wp-admin directory?" I think it was some effect of WordPress altering what I entered into the post. I deleted that link.

Thanks for pointing out my mistakes!

Caching is a good idea, thanks for the tip.</description>
		<content:encoded><![CDATA[<p>This was a pretty dumb post I did.</p>
<p>The &#8220;fetch_rss&#8221; is a  Magpie function <a href="http://magpierss.sourceforge.net">http://magpierss.sourceforge.net</a> and needs to be included with the PHP code:</p>
<p>require_once &#8216;rss_fetch.inc&#8217;;</p>
<p>&#8220;Finally, why are you routing all of the clicks through your wp-admin directory?&#8221; I think it was some effect of WordPress altering what I entered into the post. I deleted that link.</p>
<p>Thanks for pointing out my mistakes!</p>
<p>Caching is a good idea, thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antone Roundy</title>
		<link>http://www.adscube.com/tools/code-to-display-rss-feeds#comment-13</link>
		<dc:creator>Antone Roundy</dc:creator>
		<pubDate>Sat, 12 Jan 2008 13:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.adscube.com/tools/code-to-display-rss-feeds#comment-13</guid>
		<description>Since "fetch_rss" isn't a built-in PHP function, there must be something missing here -- an "include" or "require" to load some script that provides that function. Is this using Magpie or something?

Does the script you're using provide caching of the RSS feed? If not, then your server will be fetching the feed every single time someone loads the page it's displayed on. This will slow down your site, increase your bandwidth usage, and possibly get your server's IP address blocked by the site that publishes the feed. A script like CaRP -- http://www.geckotribe.com/rss/carp/ -- will keep a cached copy of the feed on your server and update it periodically.

Finally, why are you routing all of the clicks through your wp-admin directory?</description>
		<content:encoded><![CDATA[<p>Since &#8220;fetch_rss&#8221; isn&#8217;t a built-in PHP function, there must be something missing here &#8212; an &#8220;include&#8221; or &#8220;require&#8221; to load some script that provides that function. Is this using Magpie or something?</p>
<p>Does the script you&#8217;re using provide caching of the RSS feed? If not, then your server will be fetching the feed every single time someone loads the page it&#8217;s displayed on. This will slow down your site, increase your bandwidth usage, and possibly get your server&#8217;s IP address blocked by the site that publishes the feed. A script like CaRP &#8212; <a href="http://www.geckotribe.com/rss/carp/">http://www.geckotribe.com/rss/carp/</a> &#8212; will keep a cached copy of the feed on your server and update it periodically.</p>
<p>Finally, why are you routing all of the clicks through your wp-admin directory?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
