expressodev / twitter_search

Twitter Search 2 plugin for ExpressionEngine 2.x
15 stars 2 forks source link

Is this still supported? #7

Closed ghost closed 11 years ago

ghost commented 11 years ago

Does this still work with the original Twitter Search Widget being extinct and all?

amacneil commented 11 years ago

Yes, it works fine. We use the Twitter search API, for example:

http://search.twitter.com/search.json?q=eecms

ghost commented 11 years ago

Thanks! Was looking for something like this to use in future projects, but wasn't sure if it was still operational. Many clients want such a feature, so this is a real outcome.

amacneil commented 11 years ago

No prob. Only thing to keep in mind is that the twitter search API only returns results from the past week or so. So if you need to display old tweets, you need to use something like an import plugin which regularly pulls in tweets and converts them to entries.