=== Get Json Api ===
Contributors: Digitalissimo
Tags: json api, json, widget, shortcode
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UXV6CWADKJQ5A
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Retrieve the results of the API of a site that uses the plugin JSON API

== Description ==
If you need to get the information from another site or your site using JSON API (http://wordpress.org/plugins/json-api/) you can use this plugin.
For slideshow this plugin use Cycle2 (http://jquery.malsup.com/cycle2).

= Shortcode = 
`[getapi url="www.mysite.com" limit="5" type="[CYCLE or LIST]"]`:

*  url: url before ?json=get_recent_posts

*  limit: number element of json result

*  type: "Cycle" is a slideshow of thumbs or "List" is the list of post titles


== Installation ==

1. Upload the `get-json-api` folder to the `/wp-content/plugins/` directory or install directly through the plugin installer.
2. Activate the plugin through the 'Plugins' menu in WordPress or by using the link provided by the plugin installer.
