Im using twitter_timeline to show tweets from my twitter account on my site. The problem is that I reply to a lot of other people’s tweets but I dont want these to be shown. How can I filter out tweets that are replies to other tweets?
To clarify, I need tweets that start with @SomeUserName to be removed, but messages that mention users should be shown if they dont start with the username.
Thanks