【发布时间】:2011-09-23 17:34:03
【问题描述】:
我对新的 facebook 元标签有问题,对象的类型是一首歌。
我从这里举了一个例子。 here
<meta property="og:type" content="Song" />
<meta property="og:title" content="artist name - track name" />
<meta property="og:description" content="content" />
<meta property="og:image" content="artist image full url" />
<meta property="testappwebsite:song:url" content="the full track uri PAGE." />
<meta property="testappwebsite:song:type" content="audio/mp3" />
<meta property="fb:app_id" content="my app id" />
这是我遇到的错误。
奇怪的是,当我获取 url 并将其放入我的状态时。我得到了正确的图像,但我没有得到我添加到元标记的标题,而是得到了文档标题。
是否有任何歌曲音频的内置对象?因为我找不到它。
【问题讨论】:
标签: facebook facebook-opengraph