WP Simple Rss Feed Reader
开发者 |
Viancen
|
更新时间 |
2015年8月12日 14:43 |
捐献地址: |
去捐款 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
4.2.3 |
详情介绍:
Plugin to view an rss feed on your page or post. As a shortcode or widget
安装:
- Upload contents of
wp-simple-rss-feed-reader
to your /wp-content/plugins
folder
- Activate the plugin through the 'Plugins' menu in WordPress
- Use the shortcode in your posts or pages: [simple-rss feed="http://rss.nytimes.com/services/xml/rss/nyt/InternationalHome.xml" limit="10" show_date="1" hide_description="0" show_images="1" hide_url="0" amount_of_words="10"]
- Use the widget from the widget menu in the Wordpress admin pages
更新日志:
0.1
0.5
- first complete stable release with a widget functionality
0.6
- fixed the bug where feeds with oldschool & and ? sighns weren't working
0.6.1
- removed utf8 decoding, was causing trouble on special characters
0.6.2
- added a limit function to the shortcode
0.6.3
- added the option to shorten read more link (widget)
- added the option to not display descriptions (widget)
0.6.4
- error catching on invalid feeds
- added option to limit the words in the description
- added configuration options in the shorttag
0.7
- error catching on invalid feeds > improved
- added option to show the pubDate in shorttag and widget
- cleanup of files
0.8
- added options to remove all url/links and just show the texts
0.8.1
- added options to show images (media or enclosed thumbnails) show_image, default on
- removed link on top of list (you should add this yourself if you want)