Search code examples
javascriptjquerygoogle-feed-api

Using Google AJAX Feed API Feedcontrol, I need a callback


I'm actually using the jQuery Google Feed Plugin to manually add some feeds to my site. One feed includes a photobucket album which I'd like to provide a preview of each image. I can't find a callback for the FeedControl class in the API documentation. Is there an better way to do this other than using a settimer?


Solution

  • I submitted a request for this feature over in the google ajax apis issue tracker since I don't think there is an answer to this question...

    But, I may have found an alternative since I noticed that Google recently released their Data Protocol APIs - hopefully it will find a better method there.