Title: JSON Data Feed
Author: jpcordial
Published: <strong>Mayo 31, 2013</strong>
Last modified: Agosto 23, 2013

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# JSON Data Feed

 Ni [jpcordial](https://profiles.wordpress.org/jpcordial/)

[I-download](https://downloads.wordpress.org/plugin/json-data-feed.0.5.3.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/json-data-feed/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/json-data-feed/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/json-data-feed/#installation)
 * [Development](https://tl.wordpress.org/plugins/json-data-feed/#developers)

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

## Deskripsyon

JSON Data Feed can be used to supplement a WordPress blog’s normal XML feeds with
a JSON feed. Install it, activate it, and you’re done.

The JSON feed can be accessed by going to {a url on a WordPress site}/json

## Pag-install

 1. Unzip the plugin folder.
 2. Upload the unpacked folder to your plugins directory.
 3. Activate the plugin.
 4. Enjoy!

## FAQ

  Can I add my own data to a post’s JSON feed?

Yes, you can!

In your theme’s _functions.php_ file, you can use a filter to add whatever data 
you need.

    ```
    add_filter("get_json_meta", "my_metadata_function");
    function my_metadata_function($metadata){
        $myData = ""; //Add your data here.
        array_push($metadata, $myData);
    }
    ```

Every post type also has it’s own meta data filter. If you need to add metadata 
only to a single post type,

    ```
    add_filter("get_json_meta_{post_type}", "my_metadata_function");
    function my_metadata_function($metadata){
        $myData = ""; //Add your data here.
        array_push($metadata, $myData);
    }
    ```

Any data you push onto the array will be available in _{post}.meta_ section of the
JSON feed.

  Can I get full category and tag objects in the feed?

Sure can! You can change that in the plug in settings.

Settings can be accessed from Settings->JSON Data Feed.

  Can I modify the blog info in the data feed?

Why yes, you can! Once again, through the magic of filters, anything is possible!

    ```
    add_filter("get_json_bloginfo", "my_bloginfo_function");
    function my_bloginfo_function($bloginfo){
        $myData = ""; //Add your data here.
        array_push($bloginfo, $myData);
    }
    ```

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “JSON Data Feed” ay open source software. Ang mga sumusunod na tao ay nag-ambag
sa plugin na ito.

Mga Contributor

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

[Isalin ang “JSON Data Feed” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/json-data-feed)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/json-data-feed/), 
i-check ang [SVN repository](https://plugins.svn.wordpress.org/json-data-feed/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/json-data-feed/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/json-data-feed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.1

Added _get\_json\_bloginfo_ filter to add or change the blog info in the data feed.

## Meta

 *  Bersyon **0.5.3**
 *  Huling na-update **13 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 3.5 o mas bago **
 *  Sinubukan hanggang **3.5.2**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/json-data-feed/)
 * Mga Tag
 * [data feed](https://tl.wordpress.org/plugins/tags/data-feed/)[JSON](https://tl.wordpress.org/plugins/tags/json/)
 *  [Advanced View](https://tl.wordpress.org/plugins/json-data-feed/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/json-data-feed/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/json-data-feed/)