Closed thanhvk closed 3 years ago
Same here, this has stopped working
It seems a bug of Twitter because it from https://platform.twitter.com/widgets.js file
I fixed the issue by tweaking the solution provided here: https://github.com/andrewsuzuki/react-twitter-widgets/issues/45#issuecomment-889740825
`import { TwitterTimelineEmbed } from 'react-twitter-embed'
export default function App() { return ( <TwitterTimelineEmbed sourceType="profile" screenName="TwitterDev" options={{ id: "profile:TwitterDev" }} /> ); } `
Hope this helps!
@asnurinsyahirah thanks! it works for me
<TwitterTimelineEmbed
sourceType="list"
id="yourlistId"
options={{height: 500, id:"list:yourlistId"}}
noScrollbar
noHeader
/>
Hi, I'm using the twitter-timeline-embed package to display the timeline of a list in my project but recently it did not work. And when I use chrome it shows this bug
The same bug on the demo page https://saurabhnemade.github.io/react-twitter-embed/?path=/story/twitter-timeline-embed--timeline-profile-with-screen-name