facebook共享上未显示音频播放器

facebook共享上未显示音频播放器,facebook,audio,flowplayer,Facebook,Audio,Flowplayer,我们正在尝试在facebook上与图像共享音频。为此,我们遵循以下示例 所以现在我们的脚本是 <!DOCTYPE html> <html lang="en" > <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Minimal Demo Page For Sh

我们正在尝试在facebook上与图像共享音频。为此,我们遵循以下示例

所以现在我们的脚本是

            <!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>

用于与Flowplayer共享音频的最小演示页面
用于与Flowplayer共享音频的最小演示页面
此页面演示与共享视频所需的最基本内容

通过单击在Facebook上共享页面和播放器

但当我们在facebook上分享这一点时,它并没有显示玩家。 我们做错了什么

下面是脚本的演示


您需要为您的链接使用HTTPS,但我们没有HTTPS连接。然后您必须修复此问题