Standalone Player Page

Hello,

I’m trying to edit the standalone player page that Kaltura generates with the tiny URL from the KMC. I was able to find the CSS file that is associated, but I was hoping to add some divs and other edits.

So my question is, where is the HTML generated, and where would be the best place to make these edits?

Thanks!

Hello,
Please look at: /opt/kaltura/app/alpha/web/lib/js/kmc5.js

I think I may have been unclear in what is was asking. I saw the information for the shortlink plugin included in kmc5.js, but not the actual divs to the preview/standalone player page. These I actually found in a PHP file at /alpha/apps/kaltura/modules/extwidget/templates/previewSuccess.php. (Should have used the search feature on GitHub earlier, I found it by searching for .contwrap)

Does this make sense, or am I missing something in the javascript of kmc5.js?