saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
363 stars 65 forks source link

Is there an option to only show tweets but not retweets using TwitterTimelineEmbed #125

Open usmanublox opened 1 year ago

usmanublox commented 1 year ago

Hi, I am using this in one of the project and showing tweets from a account using following code: <TwitterTimelineEmbed sourceType="profile" screenName="COMPANY_NAME" noHeader options={{ height: 600, }} theme='dark />

It's showing all the tweets but it also includes the retweets. Is it possible to show on tweets and filter out retweets from it? I have searched and spent time a lot but not success.

Thanks in advance.