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

LinkedInEmbed does not work on Brave #70

Closed pierotoscano1496 closed 5 months ago

pierotoscano1496 commented 5 months ago

I was testing my React application on different browsers, but LinkedinEmbed component does not work when I run my app on Brave, there is nothing rendered. I was checking on the official web: image

Meanwhile on Chrome: image

justinmahar commented 5 months ago

Hey @pierotoscano1496! This is most likely Brave blocking the social media post. Buried in Settings -> Shields is a setting "Allow LinkedIn embedded posts" -- I believe that is off by default. Try toggling that on and see if the embed works then

SCR-20240324-jfng

pierotoscano1496 commented 5 months ago

Thank you so much. I just configured Brave and it works.

justinmahar commented 5 months ago

Awesome! You're welcome