Replies: 1 comment
-
Hi, this is just a thin wrapper over the official Twitter for Websites. Indeed height isn't working anymore, I'm not sure if it's a bug on Twitter's end or if they've deprecated the parameter. It's still in their documentation here at the bottom of the page, but I noticed in the developer forum that they may have deprecated some parameters recently: https://twittercommunity.com/t/new-timeline-embed-is-not-respecting-documented-parameters/175729 So I'd say wait for a bit for a response on the forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I suppose that the height parameter is not working in Timeline. I can see this behavior in your example here and in my app as well. Is it a bug?
<Timeline dataSource={{ sourceType: 'profile', screenName: 'TwitterDev' }} options={{ height: '400' }} />
Beta Was this translation helpful? Give feedback.
All reactions