我们正试图在Facebook上与图像分享音频。为此我们遵循这个例子
http://flowplayer.blacktrash.org/fbshare-audio.html
现在我们的脚本是
<!DOCTYPE html>
<html lang="en" >
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Minimal Demo Page For Sharing Audio With Flowplayer</title>
<meta name="medium" content="video">
<meta name="title" content="Share Audio with Flowplayer">
<meta name="description" content=
"This Flowplayer demo video is coming from a page providing only the most minimal content to share audio on Facebook with Flowplayer.">
<meta name="video_type" content="application/x-shockwave-flash">
<meta name="video_height" content="30">
<meta name="video_width" content="500">
<link rel="video_src" href=
"http://66.235.194.119/payroll/flowplayer/flowplayer.swf?config=%7B%27plugins%27%3A%7B%27controls%27%3A%7B%27autoHide%27%3Afalse%2C%27height%27%3A30%2C%27fullscreen%27%3Afalse%7D%7D%2C%27play%27%3Afalse%2C%27clip%27%3A%7B%27url%27%3A%27http%3A%2F%2F66.235.194.119%2Fpayroll%2Fa.wav%27%7D%7D">
<link rel="image_src" href="http://66.235.194.119/76east/images/portfolio/thumb/item2.jpg">
<meta property="og:url" content="http://66.235.194.119/payroll/a.html">
<meta property="og:site_name" content="Flowplayer Demos">
<meta property="og:type" content="movie">
<meta property="og:title" content="Share Audio with Flowplayer">
<meta property="og:description" content=
"This Flowplayer demo video is coming from a page providing only the most minimal content to share a video on Facebook with Flowplayer.">
<meta property="og:video:height" content="30">
<meta property="og:video:width" content="500">
<meta property="og:image" content="http://66.235.194.119/76east/images/portfolio/thumb/item2.jpg">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video" content=
"http://66.235.194.119/payroll/flowplayer/flowplayer.swf?config=%7B%27plugins%27%3A%7B%27controls%27%3A%7B%27autoHide%27%3Afalse%2C%27height%27%3A30%2C%27fullscreen%27%3Afalse%7D%7D%2C%27play%27%3Afalse%2C%27clip%27%3A%7B%27url%27%3A%27http%3A%2F%2F66.235.194.119%2Fpayroll%2Fa.wav%27%7D%7D">
<link rel="canonical" href="http://66.235.194.119/payroll/a.html">
<link rel="stylesheet" type="text/css" href="fp.min.css">
</head>
<body>
<h1>Minimal Demo Page For Sharing Audio With Flowplayer</h1>
<p>This page demonstrates the most minimal content needed to share a video with <a href=
"http://flowplayer.org" target="_blank">Flowplayer</a>.</p>
<p>Share page and player on Facebook by clicking on <span class="bold"><a href=
"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2F66.235.194.119%2Fpayroll%2Fa.html">this
link!</a></span></p>
</body>
</html>
但是当我们在Facebook上分享这个时,它没有显示播放器。 我们做错了什么?
以下是脚本
的演示