An addon to create 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:
Example URLs:
Examples
Version History
Thx a lot for this addon... I have changed the following line:
echo 'jsonPixelpostFeed({
into this:
if($_GET['jsoncallback']) {
$callback = $_GET['jsoncallback'];
} else {
$callback = "jsonPixelpostFeed";
}
echo $callback.'({
in order to have it work with jquery as follows:
$.getJSON("http://mypixelposturl/index.php?z=json&number=4&jsoncallback=?",function(data) {}
I hope this is useful for others.
Super! Thanks.
Great! I would like also to see a bilingual feature in next versions of this addon!