Pixelpost

Authentic Photoblog Flavour

JSON Output for Pixelpost v1.1

 
Download (1.6 KB)

Other Versions

« View Description

All 4 Reviews

  1. Perfect 5
    erikwillemse 2 Years Ago Report as Spam

    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.

  2. Perfect 5
    Clemens 3 Years Ago Report as Spam

    Super! Thanks.

  3. Perfect 5
    klimin_a_s 3 Years Ago Report as Spam

    Great! I would like also to see a bilingual feature in next versions of this addon!

  4. Perfect 5
    jaywilliams+ 3 Years Ago Report as Spam

    This is really sweet! JSON is a great, open format. This should open up the possibility for people to easily create JavaScript widgets and other nifty things.

Write A Review

You must be logged in to write a review, please Log in or Register »