Pulling in RSS to your Website

Chris Coyier of css-tricks.com posted a nice screencast of how to use SimplePie. SimplePie allows you to pull in pretty much any RSS feed from another website and post that info on your site in regular HTML.

I’ve been playing around with the options and abilities this last weekend and I feel it’s the easiest way to get some RSS content onto a website. I know SimpleXML is supposed to be really simple, and perhaps my limited understanding of PHP classes has held me back, but I’ve never gotten SimpleXML to work for me in under 5 minutes. SimplePie literally works about as fast as you can type 20 short lines of code. It’s practically fool proof.

I certainly recommend checking SimplePie out.

Leave a Comment