Tag Archives: json

JSON Callbacks for RSSmeme API

The RSSmeme API now supports JSON callbacks.  Just place an additional parameter ‘callback’ onto the end of the URL to set the callback function name.  This will let you use the API in JavaScript.  Here is an example:
http://www.rssmeme.com/api/?output=json&callback=foo
This came from a user request.  I figured eventually someone would ask for it so there you are!

RSSmeme - Javascript Love

RSSmeme is now even more Web 2.0 with the addition of Javascript events.  When Brian Beck gave RSSmeme a makeover he also threw in the ability to shrink down the tag/shared user list by using jQuery.  This got me interested in jQuery and I found myself not completely hating it.  I have had bad experiences [...]