【发布时间】:2024-05-20 11:05:02
【问题描述】:
我一直试图在 FB 上嵌入带有 OG 标签的 iframe 播放器,但未成功。但是我发现Kaltura播放器可以。我一直在尝试复制他们所做的,但无法使其发挥作用。
Here 和 here Kaltura 解释了如何在 FB 中嵌入他们的播放器。基本上他们说您应该放置以下标签:
<!-- 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 Http 标头。但它没有用,任何线索为什么它对他们有用?我错过了什么?
注意:这是一个重复的question,但我想添加我发现的这个 Kaltura 异常。
【问题讨论】:
标签: html facebook facebook-graph-api facebook-opengraph kaltura