Add MS Stream as oEmbed provider
-
I have added Microsoft Stream as an oEmbed provider in my theme with
/** * Add Stream oEmbed provider */ wp_oembed_add_provider( 'https://*.microsoftstream.com/video/*', 'https://web.microsoftstream.com/oembed' );
which looks correct according to what Microsoft documents. However, when I paste a Stream URL into the document the Embed block popus up and indicates “Sorry this content could not be embedded” and displays my URL in the text field along with a Try again or Conver to link button. What gives? How can I troubleshoot whether the incorrect info is being passed to MS oEmbed endpoint, incorrect response is being returned from MS oEmbed endpoint, or MS has some permissions thing that is mucking stuff up?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add MS Stream as oEmbed provider’ is closed to new replies.