[twitter-dev] Filtering tweets in the profile widget

2011-06-29 Thread jcorso
I am using a the Twitter widget in 'profile' mode to display news and events on my website. (Twitter user is @ProfJasonCorso and the url is http://www.cse.buffalo.edu/~jcorso) However, I would like to filter the tweets that are displayed in the widget to only those containing the hashtags #news

[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
an example, that would be quite helpful... Best, Jason On Jun 29, 2:44 pm, Tim Meadowcroft meer...@gmail.com wrote: On Wednesday, June 29, 2011 6:56:52 PM UTC+1, jcorso wrote: I am using a the Twitter widget in 'profile' mode to display news and events on my website.  (Twitter user

[twitter-dev] Re: Filtering tweets in the profile widget

2011-06-29 Thread jcorso
Ah, I figured out the filters feature of the new Widget (2.0). To filter in #news just add this code to the features part: filters: { positives: /#news/ } So easy! Thanks again. Jason On Jun 29, 3:51 pm, jcorso jco...@gmail.com wrote: Thank you for your reply. Indeed, one thing