Share on Twitter

Go ahead and install the react twitter widgets package via the command line

npm install react-twitter-widgets

In the components/Display.js file, import the component at the top:

import { Share } from 'react-twitter-widgets';
...
...

Now, add this piece of code just after the div that shows the time the video was created.

...
...
<Share url={`http://res.cloudinary.com/unicodeveloper/video/upload/${data.public_id}.mp4`} />

Check your app again. It should be similar to this:

Latest videos on Miniflix

Now, try to tweet.

Share tweets

Last updated