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

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

3 Community Answers

mark

User  
0 rated :

your sharing code i do not understand if it is legitimate code but the normal basic operation of sharing seems to work fine on my player with 6.12

Randy

JW Player Support Agent  
0 rated :

Hello,

I have tried your code from above in a cloud based solution and I see your Facebook, Twitter and Email icons that seem to work. Can you provide the error that you receive or more detail about the problem you experience?

Kindly,
Randy

nmenciere

User  
0 rated :

Sorry for the trouble guys it works...
I had an issue with my JWPlayer key.

Thanks a lot!

This question has received the maximum number of answers.