Cannot embed a Microsoft Stream video in a news article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 04:03 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2024 09:42 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 12:07 AM
Hello @Ankur Bawiskar,
This way it works for Knowledge Article.
But how do we add it in Content news articles under source?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 11:49 AM
@imran rasheed , please let me know if you were able to embed MSStreams videos using Content Provider feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 10:38 AM - edited 12-27-2024 01:01 PM
@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.
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
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.