Trying to create new Custom Embed Provider based on documentation but refs in documentation incorrect or obsolete.
Setting up a new Custom Embed provider for Umbraco 11.1.0 for a third party provider that does not support OEmbed, however when utilizing the documentation provided for Umbraco 11 located here I ran into some difficulty:
The EmbedProvider is marked as obsolete and I'm unable to implement IUserComposer in a new C# class used to append the new provider to the OEmbedProvidersCollection as the IUserComposer interface is no longer available.
Does anyone know if there is any updated documentation on this?
Figured it out, used the OEmbedProviderBase rather then EmbedProviderBase as suggested in Visual Studio and used the IComposer interface vs IUserComposer.
Trying to create new Custom Embed Provider based on documentation but refs in documentation incorrect or obsolete.
Setting up a new Custom Embed provider for Umbraco 11.1.0 for a third party provider that does not support OEmbed, however when utilizing the documentation provided for Umbraco 11 located here I ran into some difficulty:
https://docs.umbraco.com/umbraco-cms/extending/embedded-media-providers#register-the-azure-embed-provider-with-the-oembedproviderscollection
The EmbedProvider is marked as obsolete and I'm unable to implement IUserComposer in a new C# class used to append the new provider to the OEmbedProvidersCollection as the IUserComposer interface is no longer available.
Does anyone know if there is any updated documentation on this?
Figured it out, used the OEmbedProviderBase rather then EmbedProviderBase as suggested in Visual Studio and used the IComposer interface vs IUserComposer.
is working on a reply...