Title: JSON feed
Author: chrisnorthwood
Published: <strong>16.05.2009</strong>
Last modified: 19.11.2009

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/json-feed/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/json-feed/#reviews)
 * [Разработка](https://ru.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)

## Часто задаваемые вопросы

  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 лет назад**
 *  Активных установок: **100+**
 *  Версия WordPress ** 2.7.1 или выше **
 *  Совместим вплоть до: **2.9.2**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * Метки:
 * [feed](https://ru.wordpress.org/plugins/tags/feed/)[feeds](https://ru.wordpress.org/plugins/tags/feeds/)
   [JSON](https://ru.wordpress.org/plugins/tags/json/)
 *  [Дополнительно](https://ru.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/)