将HTML5视频嵌入到Facebook中

时间:2017-01-18 11:14:37

标签: html5 facebook html5-video facebook-opengraph opengraph

是不是可以通过开放图形将HTML5 / JS代码iframe嵌入到Facebook中?

在搜索stackoverflow之后,大多数问题已经过时,并且没有解释如何实现这一点。

我使用的代码是Kaltura http://player.kaltura.com/modules/KalturaSupport/components/share/Share.html

提供的代码
<!-- Facebook Open Graph tags -->
<meta property="og:title" content="Kaltura Player: Share Plugin example" />
<meta property="og:url" content="http://player.kaltura.com/modules/KalturaSupport/components/share/Share.html">
<meta property="og:description" content="Kaltura Player: Share plugin demonstrates the ease of which social share can be configured with the kaltura player toolkit." />
<meta property="og:type" content="video" />
<meta property="og:image" content="http://cdnbakmi.kaltura.com/p/243342/sp/24334200/thumbnail/entry_id/1_sf5ovm7u/version/100003/width/400" />
<meta property="og:image:seucre_url" content="https://cdnsecakmi.kaltura.com/p/243342/sp/24334200/thumbnail/entry_id/1_sf5ovm7u/version/100003/width/400" />


<!-- Facebook iframe embed  -->
<meta property="og:video:url" content="https://cdnapisec.kaltura.com/p/243342/sp/24334200/embedIframeJs/uiconf_id/28685261/partner_id/243342?iframeembed=true&playerId=kaltura_player&entry_id=1_sf5ovm7u">
<meta property="og:video:secure_url" content="https://cdnapisec.kaltura.com/p/243342/sp/24334200/embedIframeJs/uiconf_id/28685261/partner_id/243342?iframeembed=true&playerId=kaltura_player&entry_id=1_sf5ovm7u&">
<meta property="og:video:type" content="text/html">
<meta property="og:video:width" content="560">
<meta property="og:video:height" content="395">

这里的问题是Kaltura能够执行它的HTML5,在这种情况下是一个视频播放器,但如果我用另一个CDN修改“og:video:secure_url”,则播放器不会播放。

看起来这是Facebook与Kaltura,YouTube,Twitch TV,Vimeo,SoundCloud(带有特殊的开放式图形音频)等的白名单或者我做错了

我的问题是,secure_url HTML是否需要一些特殊配置?或者我是否必须申请Facebook白名单,在这种情况下我该怎么做?是否可以通过此应用程序完成? https://developers.facebook.com/docs/opengraph/submission-process

这些是我检查过的其他stackoverflow问题但是它们已经过时或者没有完全解释该过程。

0 个答案:

没有答案