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

Share button isn't displayed and custom made logo isnt visible instead the default one


Hi everyone, have been struggling to add simplistic features to the jwplayer for quite some time. I need to make share (sharing overlay) and logo visible (instead of default one) on my player. For some reason, no matter what I've tried nothing is working. Please look at my code and let me know what should I change.

The video is working fine and I'm receiving the correct image which is properly rendered before the play. But for some reason simple share button isnt visible and logo doesnt change!

Tried chaging hide (true, false). My actual png is fine as well

Appreciate it!

jwplayer('mediaplayer').setup({
image: "https://video-thumbnail-file-bucket.s3.eu-central-1.amazonaws.com/" + data.filename + ".png",
skin: "http:/xxx.xxx.xxx/test/skins/five.xml",
width: "100%",
logo: {
hide:false,
file: "http://xxx.xxx.xxx/test/jwplayer/favicon_main.png",
link: "http://www.mail.ru",
position:'top-left'
},
file: "http://video-file-bucket.s3.amazonaws.com/" + data.filename + reverse_extension(data.file_extension_id),
sharing: {
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
link: "http://example.com/page/12345/"
},
primary: "html5",
androidhls: true,
aspectratio: "16:9",
autostart: 'true',
});

2 Community Answers

jherrieven

User  
0 rated :

Without a link to an example page, all I can guess is that you don't have a pro+ licence.

Custom logo and sharing features are not available as part of the free player edition.

James Herrieven

Andrew

JW Player Support Agent  
0 rated :

Indeed. Please provide a link so we can check that you’re properly licensed here.

This question has received the maximum number of answers.