我在Facebook上播放嵌入式视频时遇到问题。我正在使用 jwplayer 播放器使用iframe(如youtube)在Facebook上发布视频。在我的嵌入文件中,我使用以下属性:
<meta property="og:type" content="movie" />
<meta property="og:video:height" content="260" />
<meta property="og:video:width" content="420" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:title" content="Neighbors title " />
<meta property="og:description" content="A couple with a house." />
<meta property="og:image" content="video Image file path added here" />
<meta property="og:video" content="http://example.com/jwplayer/jwplayer.flash.swf?file=xyz.mp4&autostart=true" />
但这不起作用。是否需要Facebook帐户设置才能播放视频?每当我在Google上搜索时,它都会重定向我以分享故事和画布URL。
答案 0 :(得分:0)
您需要使用JW5 - http://www.jwplayer.com/blog/publish-your-videos-to-facebook-with-a-jw-player/
FB嵌入现在也需要HTTP。