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

Linkedin embed doesn't display #38

Open Daniel-Pincay opened 1 year ago

Daniel-Pincay commented 1 year ago

Hi, thanks a lot for ur solution. I'm trying to show linkedin's embed but I can't do it, even the example doesn't display something. Is there any issue now about it?

Captura

PeterHueer commented 1 year ago

Did you try it in different browsers? Do you get an error in the log?

I have the problem with the visibility of images in firefox because it blocks an script inside the iframe. This script is reponsible to lazy load the images. Without the script the "data-delayed-url" Attribute can not be transformed to the src Attribute.

Daniel-Pincay commented 1 year ago

Did you try it in different browsers? Do you get an error in the log?

I have the problem with the visibility of images in firefox because it blocks an script inside the iframe. This script is reponsible to lazy load the images. Without the script the "data-delayed-url" Attribute can not be transformed to the src Attribute.

You're right!, this only happen when I activate shield's brave. Only happend with linkedin's embed. Thank u!