
Adding sharing overlay to script
Where would i put the Sharing Overlay code in the script found below?
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
autostart: true,
playlist:[{
image: "/wp-assets/uploads/090BD4RWEWRUC78HJ788.PNG",
sources: [{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_hd.mp4",
label: "720p"
},{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_hq.mp4",
label: "480p"
},{
file: "http://wrestling-network.us/wp-assets/uploads/126609622_mp4_h264_aac_ld.mp4",
label: "240p"
}]
}]
});
</script>