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!
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.