Title: JSON feed
Author: chrisnorthwood
Published: <strong>2009年5月16日</strong>
Last modified: 2009年11月19日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/json-feed/#description)
 * [レビュー](https://ja.wordpress.org/plugins/json-feed/#reviews)
 * [開発](https://ja.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)
で購読してみてください。

## 変更履歴

#### 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_

## メタ

 *  バージョン **1.3**
 *  最終更新日 **17年前**
 *  有効インストール数 **80+**
 *  WordPress バージョン ** 2.7.1またはそれ以降 **
 *  検証済み最新バージョン: **2.9.2**
 *  言語
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * タグ
 * [feed](https://ja.wordpress.org/plugins/tags/feed/)[feeds](https://ja.wordpress.org/plugins/tags/feeds/)
   [JSON](https://ja.wordpress.org/plugins/tags/json/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/json-feed/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/json-feed/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/json-feed/)