felixarntz / wp-api-json-feed
Implements JSON feeds following the official JSON feed specification by using the WordPress REST API.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6
- composer/installers: ~1.0
Requires (Dev)
- wp-phpunit/wp-phpunit: >=5.9
- yoast/phpunit-polyfills: ^1.0
README
WP-API JSON Feed
Implements JSON feeds following the official JSON feed specification by using the WordPress REST API.
Features
- Adds JSON feeds following the official version 1.1 spec.
- Adds a JSON feed for posts to the REST API by default (e.g. at
/wp-json/feed/v1/posts
). - Allows adding JSON feeds for other post types by using a
show_json_feed
argument when registering the post type. - Places a link tag to the current feed inside the HTML head tag.
- Maintains backward compatibility with the previous JSON feed version 1 spec.
- Contains extensive filters to modify the feed responses as necessary.
Installation and usage
You can download the latest version from the WordPress plugin repository.
Please see the plugin repository instructions for detailed information on installation and usage.
Contributions
If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the contributing guidelines to learn more and get started.
You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.