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

[Twitter] cdn.syndication.twimg.com - 404 Not Found #64

Closed edshkliaruk closed 8 months ago

edshkliaruk commented 8 months ago

We faced an issue with loading the embedded Twitter. Many errors appear in the console, and details regarding the error are in the screenshot.

Does anyone know anything about this?

Screenshot 2023-12-16 at 21 00 39 Screenshot 2023-12-16 at 21 00 56
justinmahar commented 8 months ago

Hey @edshkliaruk! Hmm... first thing that comes to mind is to try to rule out browser interference by using an incognito tab, and/or ensure all of your browser extensions are disabled, particularly ad blockers. If you're using Brave browser, try Shields down mode for the page. After that, see if you're still getting the errors.

justinmahar commented 8 months ago

FYI under the hood this library uses the react-twitter-embed library, so any issues affecting Twitter in react-social-media-embed would be coming from that. If you're still running into the problem, I can see if updating the Twitter library addresses the issues you're seeing.

edshkliaruk commented 8 months ago

@justinmahar hey, I checked this in Safari, in Chrome, and in Chrome Incognito, the error still occurs. I checked the demos of the react-twitter-embed library, and there Twitter also does not load

edshkliaruk commented 8 months ago

What I see the last commit of react-twitter-embed was pushed 2 years ago. It looks like twitter updated something.

edshkliaruk commented 8 months ago

@justinmahar I assume, this issue ticket can be closed, because it is not reproducible at all. But still it is strange issue.

justinmahar commented 8 months ago

Yep, looks like things are back to working again. Love it when problems fix themselves!

Cheers