Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vishishttiwari opened this issue Aug 19, 2022 · 12 comments
Open

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

vishishttiwari opened this issue Aug 19, 2022 · 12 comments
Assignees
Labels

Comments

@vishishttiwari
Copy link

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

@Royal-lobster
Copy link

Royal-lobster commented Aug 21, 2022

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

CleanShot 2022-08-21 at 17 12 18@2x

@vishishttiwari vishishttiwari changed the title Twitter Timeline embed is now working. Any ideas why? Twitter Timeline embed is not working. Any ideas why? Aug 22, 2022
@gsabanci
Copy link

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
Copy link

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
Copy link

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 saurabhnemade self-assigned this Aug 22, 2022
@saurabhnemade
Copy link
Owner

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

@JGabT
Copy link

JGabT commented Aug 27, 2022

any updates on this? thanks in advance :)

@jarodtaylor
Copy link

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
Copy link

when will you fix it? =(

@leifdejong
Copy link

leifdejong commented Sep 8, 2022

@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
Copy link

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
Copy link

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
Copy link

JPscript commented Oct 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests