0

我正在尝试实现 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>

这是仍在建设中的东西吗?

4

1 回答 1

1

看起来您使用的是属性归因,而不是数据归因。

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

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

于 2016-03-21T19:09:57.383 回答