=== Multi Feed Reader === Contributors: eteubert Donate link: https://flattr.com/thing/474620/WordPress-Plugin-Multi-Feed-Reader Tags: feed, rss, archive, shortcode, custom, template, html, customizable Requires at least: 3.0 Tested up to: 3.3 Stable tag: trunk Reads multiple feeds. Output can be customized via templates. Is displayed via Shortcodes. == Description == = Quick Start = Create a template "myfeeds" in `Settings > Multi Feed Reader`. Add your Feeds. Create a page and paste in one of these shortocdes: [multi-feed-reader template="myfeeds"] [multi-feed-reader template="myfeeds" limit="10"] Enjoy :) = Placeholders = You can specify a custom template to display the archive elements. Go to `Settings > Multi Feed Reader` for plugin preferences. Use HTML and any of the following template placeholders. - `%TITLE%` - Episode title (<title>). - `%SUBTITLE%` - Episode subtitle (<itunes:subtitle>). - `%CONTENT%` - Episode content (<content:encoded>). - `%DURATION%` - Episode duration (<itunes:duration>). - `%SUMMARY%` - Episode summary (<itunes:summary>). - `%LINK%` - Episode link (<link>). - `%GUID%` - Episode Globally Unique Identifier (<guid>) - `%DESCRIPTION%` - Episode description (<itunes:description>). - `%ENCLOSURE%` - Url of first episode enclosure (<enclosure> url attribute). - `%THUMBNAIL%` - Thumbnail tag in original size (<itunes:image> or first found image in <content:encoded>). - `%THUMBNAIL|...x...%` - Same as above but with certain dimensions. Example: `%THUMBNAIL|75x75%`. - `%DATE%` - Episode publish date (<pubDate>) in WordPress default format. - `%DATE|...%` - Same as above but in a custom format. Example: `%DATE|Y/m/d%`. Use these placeholders to access global feed data: - `%FEEDTITLE%` - Feed title (<title>). - `%FEEDSUBTITLE%` - Feed subtitle (<itunes:subtitle>). - `%FEEDSUMMARY%` - Feed summary (<itunes:summary>). - `%FEEDLINK%` - Feed link (<link>). - `%FEEDLANGUAGE%` - Feed language (<language>). - `%FEEDTHUMBNAIL%` - Feed image (<itunes:image>). - `%FEEDTHUMBNAIL|...x...%` - Same as above but with certain dimensions. Example: `%FEEDTHUMBNAIL|75x75%`. == Installation == 1. Upload the `multi-feed-reader` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to `Settings > Multi Feed Reader` and create a template 1. Place `[multi-feed-reader template="mytemplate"]` in your post or page == Frequently Asked Questions == = W00t, it says I need PHP 5.3?! = PHP 5.3 is available since June 2009. It introduced some long overdue features to the language and I refuse to support legacy junk. Please ask your hoster to update, kindly. = Can I help to add a feature? = That would be awesome! Visit https://github.com/eteubert/multi-feed-reader, fork the project, add your feature and create a Pull Request. I'll be happy to review and add your changes. == Screenshots == 1. The Admin Interface 2. Example Archive == Changelog == = 1.1 = * `%THUMBNAIL%`: Use <itunes:image> if available. Otherwise, look for the first suitable <img> in <content:encoded> * add support for global feed data: `%FEEDTITLE%`, `%FEEDSUBTITLE%`, `%FEEDSUMMARY%`, `%FEEDLINK%`, `%FEEDLANGUAGE%`, `%FEEDTHUMBNAIL%`, `%FEEDTHUMBNAIL|...x...%` = 1.0 = * Release == Upgrade Notice == * nothing to watch out for, yet :)