saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
363 stars 65 forks source link

Twitter Timeline embed is not working. Any ideas why? #116

Open vishishttiwari opened 2 years ago

vishishttiwari commented 2 years ago

I am not seeing any error in console as well. image

Royal-lobster commented 2 years ago

it seems to be a bug. profile urls are not working

gsabanci commented 2 years ago

I also have the same problem. Especially on timeline which sourcetype is 'profile' or 'list'. Twitter made an update 3-4 days ago, but I couldn't find any explanatory documentation. Could you please inform me if you solve this problem?

Claytonn commented 2 years ago

Also having this issue with profile timelines, it doesn't seem to be specific to this library but a global embed change by Twitter.

leifdejong commented 2 years ago

We have also been having problems with the timeline for the last 3-5 days. Seems like the options (e.g. No header, no background, no scrolling, etc) are not being respected:

Screen Shot 2022-08-22 at 3 09 12 PM
saurabhnemade commented 2 years ago

Seems like update in twitter lib. will try to fix it sooner.

JGabT commented 2 years ago

any updates on this? thanks in advance :)

jarodtaylor commented 2 years ago

Same issue. The options look to be the same on Twitter's end and if you use the classic DOM implementation the options work, so it's definitely something on the lib side.

potapovnikita commented 2 years ago

when will you fix it? =(

leifdejong commented 2 years ago

@saurabhnemade it appears from our end that the issue has been resolved. Possibly a change on twitter's end? Just wanted to inform you of our finding.

ddcrobert commented 2 years ago

I encountered the same issue with the vertical line. I think the issue is around the intermediate div which contains the actual .twitter-timeline. Thus, I end up working around the issue with some css:

div:has(> .twitter-timeline) { width: 100%; }

vincemurphy commented 2 years ago

I had same issue and added a width in the options and that fixed it although I still have issues with it being very slow to load and not polling twitter for most recent tweets to render

JPscript commented 1 year ago

This maybe can help, I change my code using the one provided here in Twitter and just change the script tag for a component script tag. , it's an option if you still have problems. Also try to help solve issues to the developer.