gatsby-remark-oembed: Links not resolving
Is this plugin functioning yet? I definitely want something like this but itโs not working for me
Markup
## Instagram
https://www.instagram.com/p/BlhQaFtlvTq
https://www.youtube.com/watch?v=b2H7fWhQcdE
Gatsby Config
{
resolve: 'gatsby-transformer-remark',
plugins: [
{
resolve: `gatsby-remark-oembed`
}
]
},
Does anything need installing for the plugin?
My repo is https://github.com/amykapernick/amygoestoperth.git, current dev branch is netlify-gatsby
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 20 (12 by maintainers)
Commits related to this issue
- Added eslint Configuration Comments to please default eslint config #25 — committed to queen-raae/gatsby-remark-oembed by raae 6 years ago
- Memory problem solution #25 (#29) * Utilize gatsby cache for providers list. — committed to queen-raae/gatsby-remark-oembed by raae 6 years ago
- Updated requirements section of readme. Solves #25 and #33. — committed to queen-raae/gatsby-remark-oembed by raae 5 years ago
Hey @raae sorry took me a while to get back to this. All working now and using this on a few sites!
Whoo! Finally working ๐
Thanks for all your help and work on the plugin