Hi Guys,
Thanks for reading.
My question is how do I use the Twitter widget and filter for multiple #hashtags. I have searched the web and your forum but cant see a solution. I have one #hashtag filter working using the following widget and code:
https://twitter.com/settings/widgets/
Search Query: domain.com AND #mobile
Can you please tell me how I can filter the domains twitter using multiple hash tages e.g #mobile #ios #android etc…
Many thanks for your help
Matt
episod
#2
You should be able to use the OR operator for this – no need to use the AND operator though, it’s implicit. Try a query like:
domain.com #mobile OR #ios OR #android