我正在尝试实现 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>
这是仍在建设中的东西吗?