=== WordPress RSS Feed Retriever === Contributors: tjtaylor Donate link: https://thememason.com/plugins/rss-retriever/ Tags: rss aggregator, rss feed, rss import, rss parsing, news aggregator Requires at least: 2.8 Tested up to: 5.2.2 Stable tag: 1.3.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple, lightweight RSS aggregator plugin which uses shortcode to fetch and display multiple RSS feeds. Use as a news aggregator, autoblog, or RSS parsing. == Description == This plugin fetches an RSS feed, or multiple feeds, and displays them in an unordered list using shortcode. **Demo** | **Video Tutorial**
[wp_rss_retriever url="http://feeds.feedburner.com/TechCrunch/" items="10" excerpt="50" read_more="true" credits="true" new_window="true" thumbnail="200" cache="7200"]
http://demo.thememason.com/rss/
= How do I display a feed with a Gutenberg Block? =
Click on the "+" icon to add a new block. Search for "shortcode". Click on the shortcode block to add it. Copy and paste the example shortcode above into the block. Replace the url and other parameters as needed.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `wp-rss-retriever.zip` to the `/wp-content/plugins/` directory
2. Unzip the file
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Use the example shortcode [wp_rss_retriever url="http://feeds.feedburner.com/TechCrunch/" items="10" excerpt="50" read_more="true" credits="true" new_window="true" thumbnail="200" cache="7200"] anywhere in your content
5. Change the url and other properties as needed
== Changelog ==
= 1.0 =
* Initial release
= 1.0.1 =
* Fixes bug where excerpt included html and broken images
= 1.0.2 =
* Pulls images & html in when excerpt is not enabled
= 1.1 =
* Fixed several bugs
* Fetch thumbnail or first image
* Control size of thumbnail
* Set cache time (in seconds)
* Now includes small CSS file, required for thumbnail support
= 1.1.1 =
* Support for aggregating multiple feeds into one list
* Ability to order posts by date or reverse date
* Options to display or remove source and date
* Option to remove title
= 1.2 =
* Fix SSL error
* Add default nofollow for links
* Add option for dofollow
= 1.2.1 =
* Fix a bug where the error message "No Items" was displaying outside of the list item
* Fix an error that displays sometimes on 404 pages
* Add optional plugin credits (disabled by default)
* Add orderby="random" method
= 1.2.2 =
* Dates now translates to the language set in WordPress general settings
* Date and time format now uses the format set via WordPress general settings
= 1.2.4 =
* Utilizes the local timezone set in WordPress general settings
= 1.2.6 =
* Fix HTML validation error
= 1.3.0 =
* Refactor image CSS to make img element act as background-size:cover
* Remove default list-item styles
* Include ability to set width and height on thumbnails (ie. 200x150)
* Fix an issue where plugin CSS was not enqueuing when using the shortcode inside a text widget
* Fix an issue where excerpt=0 was not stripping html tags from the feed.
= 1.3.1 =
* Fix an issue where excerpts in East Asian languages were not trimming words properly
= 1.3.2 =
* Fix an issue where feeds were automatically reordered by default WordPress settings
= 1.3.3 =
* Fix a bug when published and source are disabled causing layout issue
= 1.3.4 =
* Fix a bug causing a PHP error for feeds with a 404 error