-
Notifications
You must be signed in to change notification settings - Fork 0
Media Management Embed
Leon Gordin edited this page Jul 9, 2017
·
1 revision
Please go to our Authentication Wiki Page, where you can find detailed instructions on Authenticating with Bamboo and retrieving your authentication token.
Include the following script on your page
<div id="widget" style="height: 900px;"></div>
<script>function pWidgetReady() {
var widClass = new pWidgetClass();
pWidget = {elementId: 'widget', widgetId: 'embed-mymedia', module: 'mymedia', token: '{yourToken}'};
widClass.init(false, pWidget);
}</script>
<script src="https://your-bamboo-url.bamboo-video.com/pWidget.js" type="text/javascript"></script>