我试图在 Facebook 墙上显示来自 Vimeo 的播放器(单击链接共享后)。
<html>
<head>
<title>Some title</title>
<meta name="title" content="Some title" />
<meta name="description" content="Some description" />
<link rel="image_src" href="http://b.vimeocdn.com/ts/xxx/xxx/xx.jpg" />
<link rel="video_src" href="http://player.vimeo.com/video/XXXXXX" />
<meta name="video_height" content="360" />
<meta name="video_width" content="640" />
<meta name="video_type" content="application/x-shockwave-flash" />
<meta name="medium" content="video" />
</head>
<body></body>
</html>
使用这个,facebook 不会直接加载视频。我不确定为什么它不起作用,所以有经验的人 - 你能告诉我我失败的地方吗?