react-twitter-embed icon indicating copy to clipboard operation
react-twitter-embed copied to clipboard

ReactDOMServer not render to tweets

Open mehmetdemiray opened this issue 5 years ago • 3 comments

I'm trying to render embed tweets with ReactDOMServer.renderToString but it doesn't work.

  tweet = x =>
    ReactDOMServer.renderToString(
      <div>
        <TwitterTweetEmbed tweetId={x} />
      </div>
    );

How can I render tweets ?

mehmetdemiray avatar Jan 12 '20 20:01 mehmetdemiray

Never really tried with server side rendering. Could you please make a repository where I can reproduce the issue?

saurabhnemade avatar Jan 29 '20 17:01 saurabhnemade

@saurabhnemade You can check in here https://codesandbox.io/s/twitter-test-mg193

mehmetdemiray avatar Jan 29 '20 22:01 mehmetdemiray

Any update on that?

loicnestler avatar Feb 28 '20 17:02 loicnestler