<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Embedding RSS w/ Grace and Style</title>
	<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style/</link>
	<description>Comments on Ask MetaFilter post Embedding RSS w/ Grace and Style</description>
	<pubDate>Fri, 30 Nov 2007 11:51:07 -0800</pubDate>
	<lastBuildDate>Fri, 30 Nov 2007 11:51:07 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Embedding RSS w/ Grace and Style</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style</link>	
		<description>I&apos;ve been using FeedDigest to convert and embed an RSS feed into an HTML page, and love the simplicity of it and the ability to customize the look of the embedded results. I don&apos;t love, though, FeedDigest&apos;s slowness in updating the feed content, or that I&apos;m relying on a third-party to middleman the content onto the page. Is something dead simple, be it code in the page, or on the server, a Flash app, etc., that I could replace FeedDigest with?  &lt;br /&gt;&lt;br /&gt; &lt;ul&gt;&lt;b&gt;Qualities I&apos;m seeking:&lt;/b&gt; &lt;br&gt;
&lt;li&gt;Simplicity of implementation and maintenance&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Ability to control the amount of times the feed refreshes&lt;/li&gt;&lt;br&gt;
&lt;li&gt;Ability to style the content to match other stuff on the page&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.77521</guid>
		<pubDate>Fri, 30 Nov 2007 11:09:00 -0800</pubDate>
		<dc:creator>boombot</dc:creator>
		
			<category>html</category>
		
			<category>rss</category>
		
	</item> <item>
		<title>By: expialidocious</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151523</link>	
		<description>I&apos;ve used a PHP script called &lt;a href=&quot;http://www.feedforall.com/free-php-script.htm&quot;&gt;rss2html&lt;/a&gt;.  The script files can live on your server. You create a template to format the details from the RSS feed into HTML. I think it requires curl. So that might not be dead simple, but it requires no maintenance after setup, reads the the feed fresh every time the page loads, and can be styled and formatted any way you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151523</guid>
		<pubDate>Fri, 30 Nov 2007 11:51:07 -0800</pubDate>
		<dc:creator>expialidocious</dc:creator>
	</item><item>
		<title>By: jessamyn</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151535</link>	
		<description>I use &lt;a href=&quot;http://feed2js.org/&quot;&gt;feed2js&lt;/a&gt; which has all those qualities &lt;em&gt;except&lt;/em&gt; controling refresh rates but I&apos;ve been pretty happy with how quickly updates show up. I use it on several sites and it runs the sidebars on librarian.net including AskMe so you can look right now (an hour later) and see your question there. Not bad.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151535</guid>
		<pubDate>Fri, 30 Nov 2007 12:04:33 -0800</pubDate>
		<dc:creator>jessamyn</dc:creator>
	</item><item>
		<title>By: deern the headlice</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151630</link>	
		<description>I&apos;m loving &lt;a href=&quot;http://simplepie.org/&quot;&gt;SimplePie&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151630</guid>
		<pubDate>Fri, 30 Nov 2007 13:06:41 -0800</pubDate>
		<dc:creator>deern the headlice</dc:creator>
	</item><item>
		<title>By: gemmy</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151828</link>	
		<description>I use &lt;a href=&quot;http://www.geckotribe.com/rss/carp/&quot;&gt;Carp&lt;/a&gt; to accomplish this on the site I run for work. It looks intimidating, but it&apos;s actually really simple. And Antone Roundy, who created Carp and maintains it, is really helpful if you ever have any issues.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151828</guid>
		<pubDate>Fri, 30 Nov 2007 16:42:42 -0800</pubDate>
		<dc:creator>gemmy</dc:creator>
	</item><item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151833</link>	
		<description>Disclaimer: I was the owner of Feed Digest until a few months ago :)&lt;br&gt;
&lt;br&gt;
If you can put together something of your own, then it&apos;s nearly always an improvement over using a middleman (who could go down, although this was extremely rare with FD). &lt;br&gt;
&lt;br&gt;
I&apos;d probably advise using SimplePie (linked by deern above). It&apos;ll require you doing a little bit of coding, but as long as you know PHP it&apos;s not much. Someone who knows PHP could probably put it in for you real cheap.&lt;br&gt;
&lt;br&gt;
If you&apos;re a complete novice or hate the idea of touching code, then your options are limited as to run the feed processor locally requires you install some sort of script. However.. I have definitely seen a JavaScript only technique that uses Yahoo Pipes in some way.. but they&apos;re no more reliable than Feed Digest, and again make you rely on an external service!&lt;br&gt;
&lt;br&gt;
One of the really nasty things you need to be VERY careful of (and one of the reasons Feed Digest is so successful) is that you don&apos;t rig up some script that requests the source RSS feed every time the &quot;digest&quot; is loaded. If so, your Web server&apos;s IP will be most likely banned from accessing your source feed.&lt;br&gt;
&lt;br&gt;
Lastly, if you are a &lt;em&gt;paying&lt;/em&gt; Feed Digest user, it&apos;s also worth dropping a note on the forum or sending an e-mail as times can nearly always be turned down.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151833</guid>
		<pubDate>Fri, 30 Nov 2007 16:53:12 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item><item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/77521/Embedding-RSS-w-Grace-and-Style#1151836</link>	
		<description>BTW, there are Flash RSS readers that you can embed on your page, but one major downside is that the Web sites with the source feed require a special XML file to give permissions for cross-domain Flash access to the files.. and not many people have this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77521-1151836</guid>
		<pubDate>Fri, 30 Nov 2007 16:55:50 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item>
	</channel>
</rss>
