我记得在共享音乐/视频网址时,可以在Facebook时间轴中设置音频/视频播放器。因此,人们不必退出他们的Facebook时间表(不需要在网站外部)来听这首歌。
我尝试用:
<html>
<head>
<meta property="og:title" content="Ocean Souvenir" />
<meta property="og:type" content="music.song" />
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
<meta property="og:audio" content="http://example.com/mysong.mp3" />
<meta property="og:image" content="http://example.com/mysong.jpg" />
</head>
但看起来像这样:
没有任何球员。
问题:在共享网址时,我应该在HTML网页中添加哪些元标记以在Facebook帖子中添加音乐播放器?