JW Player integration
Instructions for adding the Coull Plugin to your JW Player
Before you start this process, you should have a unique PID, which is provided by your Coull account manager. If you do not yet have this, please get in touch.
To add the Coull Plugin to your player, the video embed code must be modified to include the plugin.
To do this, add the plugins
property, as seen in the example below with the URL.
Make sure you replace the xxxxx in the URL with your unique PID.
<script type="text/javascript">
jwplayer("player").setup({
file: "//content.jwplatform.com/videos/zVvuyCoi-w5jxw99r.mp4",
image: "//content.jwplatform.com/thumbs/zVvuyCoi-720.jpg",
width: "800",
height: "600",
autostart: false,
advertising: {
client: "vast"
},
//set up coullads plugin
plugins: {
"//plugin.coull.com/rufus/xxxxx/1/jwplayer.js": {}
}
});
</script>
If you have any issues with the Coull Plugin integration, please see how to get support.