Apr 10, 2021
Hey Aum,
I first retrieve the embeddable HTML from the Twitter Oembed API: https://developer.twitter.com/en/docs/twitter-for-websites/timelines/guides/oembed-api
This can be passed to a html.Iframe component in Dash Apps: https://dash.plotly.com/dash-html-components/iframe (if you scroll down, you will notice an src parameter where you can pass the embeddable html as a string).
Hope this helps!