
Share button not showing in 6.12
Hi,
I upgrade to 6.12 today.
The "share" is not showing anymore.
Here is my code:
jwplayer("videoPlayer").setup({
file: 'xxxxx/martial_arts5.mp4',
provider: "video",
type : "mp4",
image: 'xxxxx/martial_arts.jpg',
width: "100%",
aspectratio: "16:9",
autostart: true,
sharing: {
link: "http://localhost:8080/watch/23",
code: encodeURI("<iframe scrolling='no' width='560' height='315' frameborder='0' allowfullscreen src='http://localhost:8080/embed/23'></iframe>")
}
});
It used to work fine with version 6.7.4071
Any idea?
Thanks
Nicolas