JSON Output for Pixelpost
While doing some recent work with the Flickr API and JSON I thought I could make a JSON object for Pixelpost pretty easily. WIth some relatively simple javascript, the JSON object will allow you to display your pixelpost photos outside of the Pixelpost framework. The object includes the title and descriptions of each photo as well as the urls to the thumbnail, fullsize image, and the link to the photo on your photoblog. You can access the object using http://yourdomain/index.php?z=json
Download the Pixelpost JSON Addon
Additional Parameters:
- number – number of images in JSON object.
- category – category id to pull images from.
- tag – tag to pull images from.
- tags and category parameters cannot be used simultaneously.
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

I produce electronic music, take photos, and design websites.