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

Social Sharing Overlay Not Working


Hi,

I've added the Social Sharing Overlay code to my player but the player doesn't appear on the page now.
Can you please review the code and tell me what is wrong?

Player is located at:
http://gamersflame.com/test3.html


Thanks

3 Community Answers

Todd

JW Player Support Agent  
1 rated :

I think you are missing a comma after your sharing block closes.

Here’s a simplified example of what you you have on your page:

<div id="container"></div> <script type="text/javascript">
jwplayer(“container”).setup({
width: 300,
height: 250,
autostart: ‘false’,
mute: ‘false’,
file: ‘bunny.mp4’,
sharing: {
code: encodeURI(“<iframe src='http://gamersflame.com/test3.html' />”),
link: “http://gamersflame.com/test3.html”
}
});

Hope this helps,
Todd

admin

User  
1 rated :

Hi Todd,

That helped to get the player and shared overlay feature to appear on the page however the video is not embedding with the social networking pages/new feeds. The link carries over but the video player itself is not being embedded into the players. Can you please tell me what I'm doing wrong?

http://gamersflame.com/test3.html

Thanks for the help

Todd

JW Player Support Agent  
0 rated :

That is the intended functionality. We are not able to currently embed onto Facebook with JW 6.

-Todd

This question has received the maximum number of answers.