Some non Youtube/Vimeo videos targeted to Content Experiences Widget don't show/playDescriptionAs part of the Styled content, Videos can be added to this contet type and shown in the Employee Center Portal. This Content only support Youtube and Vimeo but doesn't restrict adding any other Videos from other providers to it, and in some cases if you use other provider videos and target to Content Experience widget they do not show/play, specially after the changes delivered as part of Content Publishing in August 2023Steps to Reproduce Go to Content Publishing --> Content LibraryClick on New and create a Style Content of type video, and add a link to a Video that is neither Youtube nor VimeoSchedule it to a CEW instance on the portalLog in as a Portal user with access to that content and load the Portal page where the content is scheduled to showClick on the content play icon Once the modal with the video opens client the play button Expected: Video shows embedded in the modal and playsActual: Video doesn't show/play WorkaroundAs mentioned any other providers other than Youtube and Vimeo are not supported but there are some steps that can be taken to workaround it that are considered customization Option 1: 1) In the client controller look for function openVideoModal() andreplace the lineif (url.hostname.includes('youtube') || url.hostname.includes('vimeo')) {toif (url.hostname.includes('youtube') || url.hostname.includes('vimeo') || url.hostname.includes('XXXXX')) { Note: Replace ''XXXXXX' with the specific provider code. For example for Brightcove would be 'bcove' Option 2: Assuming this is the only content targerted you could alternative use a Rich Content Widget instead, and create a Rich Content that is formatted as a widget and add the video to it by adding a Video component and selecting "HTML5 Source" and adding the URL. This obviously will take out the ability of using Content Experience Widget benefitsRelated Problem: PRB1721470