PDA

View Full Version : Addon: JSON Output


kevincrafts
05-26-2009, 03:05 PM
This addon creates a JSON object from your Pixlepost photoblog. The JSON object will allow you to display your pixelpost photos outside of the pixelpost framework. Access the object using http://yourdomain/index.php?z=json

Additional Parameters:

number - number of images in JSON object.
category - category id to pull images from.
tag - tag to pull images from.

Example URLs:

http://yourdomain/index.php?z=json&number=10&category=4
http://yourdomain/index.php?z=json&number=20&tag=portrait

Examples

http://blog.kevincrafts.com/?z=json - JSON output
http://www.kevincrafts.com/json/ - Using the JSON object on another webpage


Download (http://www.pixelpost.org/extend/addons/json-output-for-pixelpost/)

Dennis
05-26-2009, 04:17 PM
Nice work Kevin!

kevincrafts
05-26-2009, 05:16 PM
Thanks Dennis - now I just need to come up with a better example of how to use it.