Cannot embed a Microsoft Stream video in a news article

Saeed2023
Tera Contributor

Hello everyone,

 

We are using News Center on Employee Center Pro to host all company news. Company videos are hosted on Microsoft Stream. However, when attempting to embed a video into a news article, the available options are limited to YouTube, Vimeo, and HTML 5 Source. This prevents us from embedding Stream videos.

 

Is there a workaround or solution to embed Microsoft Stream videos into news articles within Employee Center Pro? Any suggestions would be greatly appreciated.

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@Saeed2023 

check this

How to add a Microsoft Stream video to a Knowledge Article 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hello @Ankur Bawiskar,
This way it works for Knowledge Article.
But how do we add it in Content news articles under source?

imranrasheed_0-1735200396286.png

 

@imran rasheed , please let me know if you were able to embed MSStreams videos using Content Provider feature.

Pooja_Patil
ServiceNow Employee
ServiceNow Employee

 

@imran rasheed , in Rich Content Editor you can integrate content provider and might help your use case.

Refer this - https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...

Steps - 

1. Add the host domain to the glide.html.enable_media_sites system property

2. Add a Content processor, refer - https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...

Currently this auth processor is mandatory. If seamless authorization is not required, you can just return random string for tokenQueryParam (for ex "access_token") and keep other output variables empty.

Pooja_Patil_0-1735325218188.png

 

3. Add a Content provider and a content provider mapping (associates provider with content type, we support Rich Content and News Content) https://www.servicenow.com/docs/bundle/xanadu-employee-service-management/page/product/employee-cent...

4. Create News content, open editor and add Video component.

5. In properties section you will see newly added content provider

Pooja_Patil_1-1735325445415.png

6. Set the URL source, save and publish the content.

 

** Please note we are adding an OOB content provider in upcoming release which can be used to embed public videos hosted on external platforms

 

Please mark this as Helpful / Accept the Solution if this helps.