Title: JSON feed
Author: chrisnorthwood
Published: <strong>ಮೇ 16, 2009</strong>
Last modified: ನವೆಂಬರ್ 19, 2009

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

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

 ‍[chrisnorthwood](https://profiles.wordpress.org/chrisnorthwood/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/json-feed.1.3.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/json-feed/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/json-feed/#reviews)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/json-feed/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/json-feed/)

## ವಿವರಣೆ

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 🙂

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“JSON feed” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

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

[“JSON feed” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/json-feed)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/json-feed/), [SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/json-feed/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/json-feed/)
ಗೆ [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_

## ಮೆಟಾ

 *  Version **1.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **17 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **80+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 2.7.1 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **2.9.2** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  Language
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [feed](https://kn.wordpress.org/plugins/tags/feed/)[feeds](https://kn.wordpress.org/plugins/tags/feeds/)
   [JSON](https://kn.wordpress.org/plugins/tags/json/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/json-feed/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

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/)

## ಕೊಡುಗೆದಾರರು

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

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/json-feed/)