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

Most upvoted comments

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