You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you link an example of a page with broken tweets when parsing? Maybe we can figure out a way to get them to behave. If not, more than happy to adopt your implementation :)
mycodingdad
added a commit
to mycodingdad/loconotion
that referenced
this issue
Jul 14, 2022
So I had some tweet embeds in some of my Notion pages that aren't being rendered properly.
You can use the Twitter embed API to get the HTML for the tweet and replace the tag that's currently on the page.
Currently, I'm using Location to download all the pages and then doing some clean-up.
This is how I'm adding in the tweet embeds:
`tweets = soup.findAll("twitter-widget")
Can I add this to the repo?
The text was updated successfully, but these errors were encountered: