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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# JSON feed

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/json-feed/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/json-feed/#reviews)
 * [Vývojáři](https://cs.wordpress.org/plugins/json-feed/#developers)

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

## Popis

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)

## Nejčastější dotazy

  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 🙂

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

JSON feed je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “JSON feed” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/json-feed)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/json-feed/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/json-feed/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/json-feed/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/json-feed/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

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

 *  Verze **1.3**
 *  Poslední aktualizace **před 17 roky**
 *  Aktivních instalací **80+**
 *  Verze WordPressu ** 2.7.1 nebo novější **
 *  Testováno až do WordPressu **2.9.2**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/json-feed/)
 * Štítky
 * [feed](https://cs.wordpress.org/plugins/tags/feed/)[feeds](https://cs.wordpress.org/plugins/tags/feeds/)
   [JSON](https://cs.wordpress.org/plugins/tags/json/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/json-feed/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Vaše hodnocení](https://wordpress.org/support/plugin/json-feed/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/json-feed/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/json-feed/)