Simply Feed

This plugins simplifies embedding of RSS feeds within templates.

Requires PHP 5+

Author:Kevin Herrera (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.6.2
Plugin version:0.2
Added to WordPress repository:10-09-2008
Last updated:10-09-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/simply-fe...
Total downloads:920
plugin download
Click to start download

This plugins simplifies embedding of RSS feeds within templates.

This is accomplished by using WordPress's fetch_rss() function to retrieve RSS feeds and parse it.

The feed that was fetched will then be boiled down into a simple array that can easily be managed by a developer or theme designer.

The simply_feed() function, that does all this good stuff, can also be used to render the RSS directly to HTML.