Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dean Wiseman 26 posts 115 karma points
    Feb 13, 2023 @ 19:39
    Dean Wiseman
    0

    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?

  • Dean Wiseman 26 posts 115 karma points
    Feb 13, 2023 @ 21:11
    Dean Wiseman
    100

    Figured it out, used the OEmbedProviderBase rather then EmbedProviderBase as suggested in Visual Studio and used the IComposer interface vs IUserComposer.

Please Sign in or register to post replies

Write your reply to:

Draft