
URL encode skin for Facebook embed
I want to have a video player appear on Facebook when someone shares the page where a video resides.
Currently I'm prototyping the URL that would go in the og:video tag to be something like:
http://www.josh-peterson.com/jwplayer-5-0520.swf?file=https://s3.amazonaws.com/prod.ninu/encoded_files/28290/web_h264_28290.mp4&skin=bekle
I'm following the resources listed below, but I can't get a couple of the configuration options to have any effect when I visit the URL:
1) skin. Is it possible to just name a JW5 default skin? If I must hard-code a path to a copy of the skin that I'm hosting, could you please link me to bekle? It's hard to find JW5 stuff online anymore.
2) Sharing block. I can't get any of these to have any effect, and it's probably because I'm not url-encoding correctly. Would really appreciate an example URL string with these options included.
Resources:
http://support.jwplayer.com/customer/portal/articles/1413113-configuration-options-reference
http://www.jwplayer.com/blog/publish-your-videos-to-facebook-with-a-jw-player/
http://support.jwplayer.com/customer/portal/articles/1409823-social-sharing-overlay
http://support.jwplayer.com/customer/portal/articles/1406968-using-jw-player-skins
Thx