DatoCMS plugin to get embed data for external content, using the OEmbed.
This plugin supports ~300 content providers (like Twitter, YouTube, and many more) using the OEmbed protocol.
The OEmbed endpoints can't be called directly from a DatoCMS plugin due to CORS policies. This project therefore contains two packages:
oembed-api
: API to get OEmbed data for a given URL.oembed-plugin
: DatoCMS plugin using the API package, storing the OEmbed data and showing an HTML preview.