saurabhnemade / react-twitter-embed

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

How to display non posted tweet? #84

Open kopax opened 3 years ago

kopax commented 3 years ago

I have a UI which create tweet and post them later on twitter. I want to display a preview, so far I am looking at TwitterTweetEmbed component and it seems it needs a tweetId.

Is there a way to display a tweet without having the tweet published on Twitter?