Adds a feed of recent posts in JSON Feed format.
Adds a /feed/json
URL to your WordPress site.
The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it's JSON instead of XML. Learn more at jsonfeed.org.
- Upload the plugin files to the
/wp-content/plugins/jsonfeed
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
JSON Feed, a format similar to RSS and Atom but in JSON. JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs.
- dshanske added as a contributor/maintainer
- Add featured image if set
- Add site icon if set
- home_page_url now actually returns the correct URL instead of always returning the homepage of the site
- Add avatar and URL to author
- Include site name in feed name in the discovery title
- Fix issue with timezone not reflecting on date
- Initial release