Feed Input
Pull in feeds and then processes them for various uses include adding them to any post type. This plugin is in alpha stage.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5482 days ago
Is Feed Input abandoned?
Possibly abandoned (last update 5482 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The plugin is currently in alpha stage of development. It does not have a UI for managing the plugin.
Currently the plugin just provides the core functionality. You can have multiple feeds which can pull from multiple URIs. A feed has a processor which then handles new feed items. Currently the only processor is a processor that creates posts. A feed item is prevented from being processed more than once per feed. This means if you have two feeds that both pull from the same URI source, they will both get their once instance of the feed item, but any one feed will not process the feed item more than once.
Installation
- Upload
feed-inputdirectory to your/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
Review feed
Screenshots
Changelog
0.0.1A
- Initial version of the plugin