Auto Refresh API AJAX

0

Plugin to load Content via a JSON-API, display it on a WordPress-Page, -Post or -Sidebar and auto-refresh it without reoloading If you want to show content from an JSON-feed which is up

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Plugin to load Content via a JSON-API, display it on a WordPress-Page, -Post or -Sidebar and auto-refresh it without reoloading

If you want to show content from an JSON-feed which is updating often (e.g. Liveticker, Time…) this plugin helps.
* define the URL to the JSON-data (must be accessible without authorization via http-get – if this is not the case you can proxy that with my plugin JSON Content Importer
* define a secret key, if the URL is not on the same server to handle the “same origin policy”
* define how often Ajax should update the data
* define where to put the data on a paghe by inserting a jQuery-DOM-selector
* define the inital value