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

Missing Dailymotion Support #84

Open maheshkay opened 5 years ago

maheshkay commented 5 years ago

I tried embedding the dailymotion video but it seems the plugin does not work with that provider. Is dailymotion suspported?

rayriffy commented 5 years ago

Dailymotion is in the oEmbed provider list but sometime some services that included in oEmbed are already shutdown and didn't remove them from the list. . There's 2 possibilities

  1. Dailymotion already shutdown their oEmbed service...which is not because I can still be able to send a request
  2. Your configuration is misconfigured.
raae commented 5 years ago

Thank you for getting in touch 😄

Might you be using their short URL?

Testing their oembed endpoint https://www.dailymotion.com/services/oembed directly it seems they only support URLs like this https://www.dailymotion.com/video/x7e55ix works, not this https://dai.ly/x7e55ix.

raae commented 4 years ago

Did this work for you?