How can I create a combined timeline to embed on a website with a specific search query and everything from specific user. I tried a search widget like: ‘twitter developer AND @twitterapi’ but that has no result.
Any help would be super appreciated
You want a OR not a AND: (twitter developer) OR @twitterapi But that will include tweets any tweet with a reference from @twitterapi, if you want just tweets from that user, use from:twitterapi instead of @twitterapi. You can see the search operators if you go to https://twitter.com/search-home and click on the “operators” link