Description
The plugin is configurable letting you define what feeds to read and how often to read them. It also lets you decide whether you want to store the external images locally, inserting them into the media gallery, or otherwise simply hotlink them (that is the default).
You will find these settings in your administration page on the Settings->RSS Settings sub-menu.
Check out the project on GitHub.
Installation
This section describes how to install the plugin and get it working.
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘plugin-name’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
rss-sync.zipfrom your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
rss-sync.zip - Extract the
rss-syncdirectory to your computer - Upload the
rss-syncdirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
Reviews
There are no reviews for this plugin.
Contributors & Developers
“RSS Synchronisation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RSS Synchronisation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.5.3
- Added option for toggling using thumbnails.
0.5.2
- Added support to thumbnail/featured images in posts when ‘Link to media gallery’ is selected in the settings.
0.5.1
- Improved behaviour by instantly fetching feeds as soon as they are added in the settings.
0.5.0
- The plugin can now fetch external images and save them locally, inserting them into the media gallery.
0.4.0
- Added automatic tagging of posts with RSS feed categories.
- Posts categorized by the origin of the feed.
0.3.0
- Working version.
- Added a configuration panel.
0.2.0
- Prototype.