Title: JSON feed
Author: chrisnorthwood
Published: <strong>ماي 16, 2009</strong>
Last modified: نونبر 19, 2009

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/json-feed.svg)

# JSON feed

 By [chrisnorthwood](https://profiles.wordpress.org/chrisnorthwood/)

[Download](https://downloads.wordpress.org/plugin/json-feed.1.3.zip)

 * [Details](https://ary.wordpress.org/plugins/json-feed/#description)
 * [Reviews](https://ary.wordpress.org/plugins/json-feed/#reviews)
 * [Development](https://ary.wordpress.org/plugins/json-feed/#developers)

 [Support](https://wordpress.org/support/plugin/json-feed/)

## Description

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)

## FAQ

  There doesn’t appear to be much in the feed is there?

That’s right, I made this plugin for a very specific purpose – to provide
 feeds
for information screens around a University campus. It’s very simple, so should 
be easy to modify, or contact me and I might do it.

  Why does it require 2.7.1?

It probably doesn’t, but I’ve not tested it on any other version. Try it
 and see,
and let me know 🙂

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“JSON feed” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ chrisnorthwood ](https://profiles.wordpress.org/chrisnorthwood/)

[Translate “JSON feed” into your language.](https://translate.wordpress.org/projects/wp-plugins/json-feed)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/json-feed/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/json-feed/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/json-feed/) by [RSS](https://plugins.trac.wordpress.org/log/json-feed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

Initial version

#### 1.1

_NEW FEATURE_ Added support for JSONP

#### 1.2

_BUG FIX_ Display date alongside time in JSON packet.

#### 1.3

Improved documentation
 _NEW FEATURE_

## Meta

 *  Version **1.3**
 *  Last updated **16 سنة ago**
 *  Active installations **100+**
 *  WordPress version ** 2.7.1 or higher **
 *  Tested up to **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * Tags
 * [feed](https://ary.wordpress.org/plugins/tags/feed/)[feeds](https://ary.wordpress.org/plugins/tags/feeds/)
   [JSON](https://ary.wordpress.org/plugins/tags/json/)
 *  [Advanced View](https://ary.wordpress.org/plugins/json-feed/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/json-feed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/json-feed/reviews/)

## Contributors

 *   [ chrisnorthwood ](https://profiles.wordpress.org/chrisnorthwood/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/json-feed/)