使用开放图表在Facebook上共享音频

时间:2016-04-09 18:37:25

标签: html facebook facebook-graph-api audio facebook-opengraph

我正在尝试使用og标签在facebook上分享音频内容,以便音频只能在Facebook窗口中播放。

这是我写的代码:

<html>
<head>
<meta property="og:url" content="https://www.songdew.com/test_manish.html"/>
  <meta property="og:image" content="https://s3-ap-southeast-1.amazonaws.com/sgmedia/13122/photos/t_ce0284c1ad98c8e79c3f3af7b8c297.jpg"/>
  <meta property="fb:app_id" content="335931163095578"/>
  <meta property="og:title" content="3. undead redemption" />
<link rel="canonical" href="https://www.songdew.com/test_manish.html"/>
<meta property="og:audio" content="https://s3-ap-southeast-1.amazonaws.com/sgmedia/18037/tracks/f7a43fcd2f8a15a0a1322bf3ac2429.mp3">
<!--<meta property="og:audio:title" content="manish23">
<meta property="og:audio:artist" content="Mkumar">
<meta property="og:audio:album" content="itsnew">  -->
<meta property="og:audio:type" content="application/mp3">
</head>

<title>This is test</title>

<style type="text/css">

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

</style>
<body>Thiis is a test Page


</body>

</html>

然而,音频并没有在那里播放。我没有得到此代码中的问题。任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:3)

您无法以某种方式共享音轨,以便它们立即播放。

由于https://developers.facebook.com/docs/opengraph/music明确地在页面顶部显示,但此时仅限于一组有限的白名单Facebook合作伙伴。

一种可能的替代方法是将其嵌入视频(flash和/或mp4)。无论您是制作视频还是播放音频,视觉内容只是黑色或其他内容,或者使用视频传输有关音轨的其他信息(如艺术家,也许是封面图片,......),都取决于你。