Yasodha
Yasodha

Reputation: 341

How to call the Twitter Search widget through an AJAX call

I would like to know how I could load live Twitter updates by using the Twitter Search Widget by an AJAX call. The requirement is to load the Twitter Live feed by an AJAX call when the user clicks on a certain Tab. Thanks in advance.

Upvotes: 2

Views: 214

Answers (1)

Yasodha
Yasodha

Reputation: 341

I was able to achieve this by a page refresh. Initially I was trying to do this by a AJAX call but due to a JSON call by the browser I couldn't display unique results for football and news as the results would get mixed up. Therefore with a page refresh and searching for a group of words I managed to resolve it.

Upvotes: 1

Related Questions