About this Plugin
This is the official plugin from the SimplePie team. It relies on the
SimplePie Core plugin, and includes several features:
- A configuration pane under the Options tab in the WordPress software.
- "Multifeeds" support (merging and sorting multiple feeds together).
- MUCH better control over the plugin's output.
- Simple, easy-to-use tags for nearly every piece of data that SimplePie can output
- Support for multiple templates
- Global configuration of default values for several configuration options
- Ability to override the defaults for any given feed -- including giving a feed it's own output template.
- Ability to post-process feed data (e.g. stripping out all content except for images).
- Support for internationalized domain names.
- Support for short descriptions is configurable.
- Support for PHP 4.x and 5.x.
- And much more!
What's new in this version?
The major changes in version 2.2 are reliance on the "SimplePie Core" WordPress plugin, cache location fixes, updates for WordPress 2.5, much more noticeable error messages when dependencies are missing, and support for a variety of new SimplePie 1.1 features such as setting a per-feed item limit when using Multifeeds.
The major new feature in version 2.1 was support for "post-processing", which allows you to write small PHP scripts to alter the output from a feed. Popular uses include stripping out everything from a feed item except for images, and adding a target attribute to links to make them open in new windows. We've also added better support for error handling and messages, and made the plugin more aware of it's location, enabling a simpler install process.
Upgrading from an older version?
From 2.2.x
- Backup any custom templates and post-processing rules you might have.
- Replace the old plugin folder with the new one.
- Re-add your custom templates.
From 2.0.x through 2.1.x
- Backup any custom templates and post-processing rules you might have.
- Replace the old plugin folder with the new one.
- Re-add your custom templates.
- Make sure that you go into the Options panel, and click "update options" to ensure that new data is entered into the database.
From 1.x
- Delete all traces of the previous version of the plugin (specifically deleting simplepie_wordpress.php).
- Wherever you've called ''SimplePieWP()'', you'll likely end up deleting the options you've already set, or converting them to the updated array syntax for setting per-feed options. These new options are discussed below.