Title: JSON feed
Author: chrisnorthwood
Published: <strong>2009년 5월 16일</strong>
Last modified: 2009년 11월 19일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/json-feed/#description)
 * [평가](https://ko.wordpress.org/plugins/json-feed/#reviews)
 * [개발](https://ko.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년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 2.7.1 또는 그 이상 **
 *  다음까지 시험됨: **2.9.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * 태그:
 * [feed](https://ko.wordpress.org/plugins/tags/feed/)[feeds](https://ko.wordpress.org/plugins/tags/feeds/)
   [JSON](https://ko.wordpress.org/plugins/tags/json/)
 *  [고급 보기](https://ko.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/)