Facebook的amp-social-share的归因属性似乎不起作用

时间:2016-03-21 15:48:12

标签: amp-html

我正在尝试实施AMP,当我转到/url.html#development=1时,Facebook amp-social-share节点错误说“需要归属”。但我在该节点上有一个归属属性,它是一个有效的Facebook AppID。

<amp-social-share type="facebook" attribution="[FBAppID]" width="60" height="44"></amp-social-share>

为什么这个amp-social-share节点会失败而另外三个节点有效?

我也在<head>中有这个,即使我不确定是否有必要:

<script async="async" custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>

这件事还在建设中吗?

1 个答案:

答案 0 :(得分:1)

您似乎在使用属性归因,而非数据归因。

https://github.com/ampproject/amphtml/blob/master/extensions/amp-social-share/amp-social-share.md#simple-examples

此示例显示将属性指定为元素属性。