Takes a URL from a popular media site (Youtube, Spotify, TikTok, etc.) and automatically generates the embed code. This is perfect if you are building a social media site where users can share different links and you want other users to be able to watch the content directly embedded in the site.
The full list of media providers can be found here:
https://oembed.com/providers.json. There are 297 supported providers.
Also included is an element that can extract URLs from a given input. This is useful if you are building a post creation functionality where users can write free text, and you want to grab the URLs which are embeddable directly from the text. See Twitter or LinkedIn for example. When you create a new post and add a link in the text, they will automatically generate the embed code below.