JW Player

Videoken currently supports a script based integration for JW Player.

The standard embed code you obtain from JW Dashboard is of the format

<script src="https://content.jwplatform.com/players/52ddFeGf-JpgOWX33.js"></script>

To add videoken controls to the above embed, add a script just after the original embed code so that the final embed code looks like the following.

<script src="https://content.jwplatform.com/players/52ddFeGf-JpgOWX33.js"></script>
<script src="https://content.videoken.com/players/jw-player.js"></script>
The player can be customized as per your liking in the JW Player dashboard. The Videoken controls don't interfere with any player customizations.

Find a sample integration running below.