oEmbed Providers
12,833 sites
Security covered
Drupal 10–11
This module enhances Drupal's oEmbed capabilities by allowing administrators to add custom video and rich media providers through a user interface. These providers can be organized into groups, managed globally, and their default list URL can be modified or disabled.
The oEmbed Providers module extends core's oEmbed functionality:
- Add custom oEmbed providers via an admin user interface (providers are stored in configuration)
- Group oEmbed providers into buckets, which are exposed as media sources
- Global enable/disable of providers
- Modify the provider list URL (which is defaulted to https://oembed.com/providers.json)
- Disable the fetching of the provider list (useful in an instance where only custom providers are used)
- Provides
hook_oembed_providers_alter()to alter provider definitions
Notes:
- This module alters core Media's provider repository service to replace its class with an extended version provided by this module. As such, oEmbed Providers is not compatible with modules that also modify core Media's provider repository service.
- It is not possible to change the media source of an existing media type. This is a feature of core Media.
Depends on
Dependencies of the latest stable release
- media Drupal core
Required by
1 tracked project depends on this one
- PeerTube 83 sites