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

Facebook Streaming?


Hello everyone!
I am wondering how to share a video from WP to Facebook so that users can watch the video directly from Facebook.
I am using JW6 on WP with a Premium (<3) account. Any suggestions are much appriciated

4 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

We only support this in JW5 right now – http://www.jwplayer.com/blog/publish-your-videos-to-facebook-with-a-jw-player/

JW Player

User  
0 rated :

Is there any way I can edit the code for JW Player that can help me achieve this?

Ethan Feldman

JW Player Support Agent  
0 rated :

Not for JW6, since JW6 can only be embedded using our JS, and FB embedding requires OG tag embedding.

l...

User  
0 rated :

I'm trying to get vids to embed in Facebook and feel like I'm close but it's just not getting there. I have a JW5 Flash player, and here's my meta code:
<meta property="og:type" content="movie"/>
<meta property="og:video" content="https://www.chicagomag.com/theme_overrides/Respond/js/jwplayer/player.swf?file=http://media.chicagomag.com/videos/restaurants/restaurant-elizabeth.mp4&autostart=true">
<meta property="og:video:height" content="290" />
<meta property="og:video:width" content="480" />
<meta property="og:video:type" content="application/x-shockwave-flash" />

But when I use Facebook lint, it seems to munge up the querystring.

{
"url": "https:\/\/www.chicagomag.com\/theme_overrides\/Respond\/js\/jwplayer\/player.swf?file=http\u00253A\u00252F\u00252Fmedia.chicagomag.com\u00252Fvideos\u00252Frestaurants\u00252Frestaurant-elizabeth.mp4&autostart=true",
"type": "application\/x-shockwave-flash",
"width": 480,
"height": 290
}


Should I be encoding the filename somehow?

This question has received the maximum number of answers.