GeneraloEmbed Provider 1oEmbed Provider 2oEmbed Provider 3oEmbed Provider 4oEmbed Provider 5OverviewUse this tool to create custom code to register oEmbed providers with wp_oembed_add_provider() function.UsageFill in the user-friendly form.Click the “Update Code” button.Copy the code to your project.Or save it as a snippet and share with the community.ExamplesIf you are still learning how to use this tool, check out the following examples:YouTube VideosInstagram ImagesKickstarter Projectsifttt.com RecipesPlaybuzz Playfull ContentCloudup itemsGenerateWP snippetsFunction Name The function used in the code.Provider Format The URL structure that this oEmbed provider supports.Endpoint URL The base URL to the oEmbed provider.Format Type (is regex) True - Regex formatFalse - wildcard format Whether the provider format parameter is a regex string or not.Provider Format The URL structure that this oEmbed provider supports.Endpoint URL The base URL to the oEmbed provider.Format Type (is regex) True - Regex formatFalse - wildcard format Whether the provider format parameter is a regex string or not.Provider Format The URL structure that this oEmbed provider supports.Endpoint URL The base URL to the oEmbed provider.Format Type (is regex) True - Regex formatFalse - wildcard format Whether the provider format parameter is a regex string or not.Provider Format The URL structure that this oEmbed provider supports.Endpoint URL The base URL to the oEmbed provider.Format Type (is regex) True - Regex formatFalse - wildcard format Whether the provider format parameter is a regex string or not.Provider Format The URL structure that this oEmbed provider supports.Endpoint URL The base URL to the oEmbed provider.Format Type (is regex) True - Regex formatFalse - wildcard format Whether the provider format parameter is a regex string or not. Update Code Save Snippet
// Register oEmbed providers function custom_oembed_provider() { } add_action( 'init', 'custom_oembed_provider' );