saurabhnemade / react-twitter-embed

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

TwitterTimelineEmbed does not display new or deleted tweets from a userID #75

Closed SonnyCastro closed 3 years ago

SonnyCastro commented 3 years ago

TwitterTimelineEmbed works but it doesn't display new or deleted tweets from the userId. Is there a dynamic way to display users' timelines up to date so when the user tweets a new tweet or deletes it TwitterTimelineEmbed keeps track of the tweets and displays new or doesn't display deleted old tweets. Would I have to use the Twitter API to accomplish this?

Any advice or help will be appreciated :)