I want to create embeddeable "media" similar to how embedding YouTube or Vimeo videos work. When a URL is pasted in, I want to store this as a media entity (its own type) and then render it out with an oEmbed formatter (it has an iframe tag and attached JS library). This way, adding them for editors is easy and later re-usable for embedding as media objects. Where do I look in the Media system to support this? (note - its not images or video)
I want to create embeddeable "media" similar to how embedding YouTube or Vimeo videos work. When a URL is pasted in, I want to store this as a media entity (its own type) and then render it out with an oEmbed formatter (it has an iframe tag and attached JS library). This way, adding them for editors is easy and later re-usable for embedding as media objects. Where do I look in the Media system to support this?
I want to create embeddeable "media" similar to how embedding YouTube or Vimeo videos work. When a URL is pasted in, I want to store this as a media entity (its own type) and then render it out with an oEmbed formatter (it has an iframe tag and attached JS library). This way, adding them for editors is easy and later re-usable for embedding as media objects. Where do I look in the Media system to support this? (note - its not images or video)
Generate a Media entity from a remote URL?
I want to create embeddeable "media" similar to how embedding YouTube or Vimeo videos work. When a URL is pasted in, I want to store this as a media entity (its own type) and then render it out with an oEmbed formatter (it has an iframe tag and attached JS library). This way, adding them for editors is easy and later re-usable for embedding as media objects. Where do I look in the Media system to support this?