Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Under:

autostart: true,

Add:

sharing: {},

This question has received the maximum number of answers.