2
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>
をただし、オーディオが再生されません。ここで
は、私が書いたコードです。私はこのコードで何が問題になっているのか分かりません。どんな助けもありがとう!