I would like to build an embedded timeline for my website where I return tweets that contain either search query A or search query B? Is this possible?
Thanks
Yes, just search for “(query A) OR (query B)” (without the double quotes).
Great. That works.
Thank you.