Has anyone done any work with integrating video solutions into Chatter, Knowledge & Lightning Community pages? I'm familiar with Vidyard and also looked a bit at uStudio. Does anyone have any other product recommendations. Looking for UGC (User Generated Content) scenarios as well as creating content from a specific team that is posted into Knowledge articles and Lightning Community Pages. @* Sales Cloud - Getting Started *, @* Experience Cloud *
I found a way to embed our video content from Wistia into KB Articles to make them available to our Customers and Partners in our Support Community. See https://support.singlewire.com/s/topic/0TOC000000057NKOAY/academy-videos I wish SalesForce made it easier, but after trial and error modifying the embed source and deploying part of it via a Visual Force accessible to the public
<apex:page showHeader="false" showChat="false" sidebar="false">
<iframe src="//
fast.wistia.net/embed/iframe/{!$CurrentPage.parameters.VideoID}"
allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" width="500" height="281"></iframe>
<script src="//
fast.wistia.net/assets/external/E-v1.js" async=""></script>
</apex:page>
Then inserting the the following in the source code of your KB Article, where you want the video to display.
<iframe allowfullscreen="true" frameborder="0" height="281" mozallowfullscreen="true" scrolling="no" src="
https://ORGCOMMUNITY.force.com/apex/Video?videoID=WISTIA-ID-GOES-HERE?videoFoam=true&wmode=opaque" width="500"></iframe>