/jsonfeed-wp

WordPress plugin to add a JSON Feed to your site.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Adds a feed of recent posts in JSON Feed format.

Description

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.

Installation

  1. Upload the plugin files to the /wp-content/plugins/jsonfeed directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

Frequently Asked Questions

What is JSONFeed?

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.

Changelog

1.2.0

  • 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

1.1.2

1.1.1

1.0

  • Initial release