>
Download This Plugin | |
Download Elegant Themes | |
Name | Multi Feed Reader |
Version | 2.2.2 |
Author | Eric Teubert |
Rating | 80 |
Last updated | 2013-12-20 01:11:00 |
Downloads |
10146
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Multi Feed Reader plugin added 13 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Multi Feed Reader plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Multi Feed Reader plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_multifeedreader_feed | 16384 |
wp_multifeedreader_feedcollection | 16384 |
This plugin was created with the iTunes Podcast Feed in mind. However, you can feed it any RSS feed you like. If you would like to display some tags which are not supported right now, please feel free to contact me.
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"]
[multi-feed-reader template="myfeeds" cachetime="300"]
Enjoy :)
template
: (required) name of the templatelimit
: (optional) maximum number of items per feed. default: 15cachetime
: (optional) time in seconds to cache results. default: 300nocache
: (optional) set to "1" to deactivate cache. not recommended, will make your multifeed-page very slow. default: 0To clear the cache, call the site with parameter ?nocache=1
. So if your site is example.com/archives
, open example.com/archives?nocache=1
in your browser. You should then see the refreshed page immediately.
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>).%CONTENT|...%
- Same as above but truncated to the given amount of words.%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> or <description>).%DESCRIPTION|...%
- Same as above but truncated to the given amount of words.%ENCLOSURE%
- Url of first episode enclosure (<enclosure> url attribute).%THUMBNAIL%
- Thumbnail tag in original size (<itunes:image>).%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%
.Access data from app store feeds:
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%
.