Using Google AJAX Feed API Feedcontrol, I need a callback

537 views Asked by At

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?

1

There are 1 answers

0
Mottie On BEST ANSWER

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.