Noor
Noor

Reputation: 241

Is it possible to have to call the Google AJAX Feed API twice on the same page?

I was thinking of using a slider panel to display two different feed-sections. For example pulling in Tech in one div, and Sports in another..

Thanks!

Upvotes: 0

Views: 72

Answers (1)

edwin
edwin

Reputation: 2821

Yes. The documentation even has an example:

http://code.google.com/intl/en/apis/ajaxfeeds/documentation/#FEEDCONTROL

This example fetches two feeds in one call. But nothing will stop you from fetching two feeds after another.

Upvotes: 1

Related Questions