manifest / integrations / feed-consumer
Feed Consumer
Ingest external feeds and other data sources into WordPress
by Sean Fisher · github.com/alleyinteractive/feed-consumer · website
★ 11stars
8kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alleyinteractive/feed-consumer/archive/refs/heads/develop.zipAlso on Packagist as alleyinteractive/feed-consumer:
composer require alleyinteractive/feed-consumerFrom the readme
Feed Consumer
Ingest external feeds and other data sources into WordPress.
Installation
You can install the package via composer:
Requirements
This plugin requires
Fieldmanager
to be installed and activated. It is also recommended to use
Alley Logger as well but that is not
required.
Usage
Activate the plugin in WordPress and you will see the new Feeds post type
available for use:
Feed Consumer is a plugin that allows you to ingest external feeds and other
data sources into WordPress. It is built to be extensible and can be used to
ingest data from any source that can be represented as a PHP array.
Creating a Feed
To create a feed, navigate to the Feeds post type and click Add New. You will
see a form that allows you to configure the feed. The feed configuration
includes the following fields:
- Title: The name of the feed. This is used to identify the feed in the
admin.
- Processors: The processors to run on the feed. Processors are used to
are classes that define the extractor, tr
Read the full README on GitHub →