justinmahar / react-social-media-embed

📰 Easily embed social media posts from Facebook, Instagram, LinkedIn, Pinterest, TikTok, X (Twitter), and YouTube in React.
https://justinmahar.github.io/react-social-media-embed/
MIT License
215 stars 30 forks source link

How to prevent instagram embed from redirecting to instagram on clicking? #75

Open dbersan opened 4 months ago

dbersan commented 4 months ago

I'm just curious if it is possible to prevent the embed from redirecting to instagram on click on the video...

Maybe the user wants to pause the video or replay, etc, and they click on it, which works. But once the video ends, if the user clicks on the video, it will redirect to instagram, which is not what the user wants.

Obviously I could put a div on top of this embed to capture the event but then how could I manually tell the InstagramEmbed to pause or play again?