>
Download This Plugin | |
Download Elegant Themes | |
Name | JSON Data Shortcode |
Version | 1.3 |
Author | David Dean |
Rating | 100 |
Last updated | 2014-07-14 03:04:00 |
Downloads |
1748
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
JSON Data Shortcode plugin added 13 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
JSON Data Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! JSON Data Shortcode plugin ads no tables to your Wordpress blog database.This shortcode lets you pull data into your pages via JSON. Supports unlimited levels of nesting! Built-in caching of results keeps your data providers happy, but can be tailored to your needs with a configurable lifetime.
You can use it one of two ways (but not necessarily on the same page - see this article!)
[json src="http://example.com/my_data_src?format=json" key="Data.mykey"]
--> outputs contents of mykey
in the Data
object
[json src="http://example.com/my_data_src?format=json"]I want my value to appear right here {Data.mysubdata.otherKey} in the middle of my content.[/json]
--> replaces the text in {}
with contents of otherKey
in the mysubdata
object in the Data
object
Note: this plugin allows you to bring content from remote sites into your posts. Please exercise caution, especially if you allow posting by untrusted users.