Articles Tagged 'SimplePie'

WordPress Plugin: Flash Feed Scroll Reader

Taking a cue from post Create a simple Feed Reader with SimplePie and jQuery I created the first Plugin WordPress weblog Saidmade . Flash Feed Scroll Reader uses SimplePie to create a PHP proxy to access the different feed addresses.

Continued ...

Very short trick: proxy RSS with SimplePie

If you use Flash or Ajax to read RSS feeds from other domains, you need to equip yourself with a proxy (tunneling) because of the protections imposed by both technologies (see tunneling and proxy servers for Ajax and beyond ). If your site or blog is already SimplePie , you can write a simple proxy like this:

Continued ...

Create a simple Feed Reader with SimplePie and jQuery

SimplePie is a PHP library can greatly simplify the retrieval and manipulation of RSS feeds, or, more generally, to XML formats. You can, for example, write a few lines of code, exploiting some "funzioncina" jQuery to create a News Ticker to join our site / blog.

Continued ...