Pretty simple, really. Adds a new type of feed you can subscribe to. Simply
As of April 2026, JSON feed is a WordPress feed plugin with 100 active installations and a 0/5 rating0. It has been downloaded 16K+ times in total. Requires WordPress 2.7.1+ and PHP false+. Available on WordPress.org since 2009. Last updated 16 years ago — may have compatibility concerns. Top alternative: WebSub (FKA. PubSubHubbub).
Pretty simple, really. Adds a new type of feed you can subscribe to. Simply
add ?feed=json to anywhere you get a normal feed to get it in JSON form
(but with a cutdown version of events).
Version 1.1 added support for JSONP. To get a JSONP response instead of a
normal JSON structure, simply add jsonp=callbackName to your query, where
callbackName is the name of the function to be wrapped with.
To use this with jQuery, you’ll want to do something like:
$.getJSON("http://example.com/feed/?feed=json&jsonp=?",
function(data){
console.debug(data[0].title); // print title of first item to firebug console
});
});
(thanks to Dan “Tack” Trudell)
| WordPress | 2.7.1+ requiredTested up to 2.9.2 |
| PHP | false+ required |
Initial version
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.