我一直在为在Facebook上嵌入自己的视频做大量研究。我知道目前不可能将HTML5播放器嵌入到Facebook中,因此我试图嵌入一个Flash视频播放器,但即使我已经跟踪了Stackoverflow上类似问题的几乎所有答案,我还没有成功。如果今天仍然有可能在Facebook上嵌入你自己的Flash播放器,那么这在我脑海中提出了一个问题?我也在下面分享我的代码。
提前感谢您的回答!
以下是我的元标记:
<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="Big Buck Bunny" />
<meta property="og:description" content="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation." />
<meta property="og:video" content="https://gif-staging.herokuapp.com/static/player.swf?file=https://gif-staging.herokuapp.com/static/player.swf?file=https%3A%2F%2Fgif-staging.herokuapp.com%2Fstatic%2Fvideo.mp4&autostart=true&autostart=true" />