queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Twitter Embed - Missing blockquote.twitter-tweet #149

Closed vincro closed 3 years ago

vincro commented 3 years ago

per instructions at the bottom of the page:

https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/overview

the rendered blockquote does not have the twitter-tweet class, and so then twttr.widgets.load() is called as it is in the gatsby-browser.js file of the plugin, it doesn't end up being styled.

vincro commented 3 years ago

Discovered the HTML from the JSON response was being put through a sanitizer =)

raae commented 3 years ago

Happy you figured it out 🎉