expressodev / twitter_search

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

Multiple timelines? #3

Closed chadcrowell closed 12 years ago

chadcrowell commented 13 years ago

Can I specify q="from:usernameA,usernameB" to see a tiemline of the combined tweets from 2 uesrs with this add on?

amacneil commented 12 years ago

Sorry I missed this question. For anyone else searching, this is possible, you can simply combine terms with OR, the same way you use the twitter search:

q="from:usernameA OR from:usernameB"