amp-access是否可与amp-story一起使用? amp-subscription会取代amp-story的amp-access吗?

时间:2018-10-10 21:46:33

标签: amp-html amp-story amp-access

amp-story与amp-access(或amp-subscription)一起使用吗?

这是amp-access的示例代码

<script id="amp-access" type="application/json">
  {
      "authorization": "https://ampbyexample.com/components/amp-access/authorization?rid=READER_ID&url=CANONICAL_URL&ref=DOCUMENT_REFERRER&_=RANDOM",
      "pingback": "https://ampbyexample.com/components/amp-access/authorization?rid=READER_ID&url=CANONICAL_URL&ref=DOCUMENT_REFERRER&_=RANDOM",
      "login": {
        "sign-in": "https://ampbyexample.com/components/amp-access/login?rid=READER_ID&url=CANONICAL_URL",
        "sign-out": "https://ampbyexample.com/components/amp-access/logout"
      },
      "authorizationFallbackResponse": {
          "error": true,
          "access": false,
          "subscriber": false
      }
  }
</script>

所需的设置

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

引用

1 个答案:

答案 0 :(得分:1)

Paywall对amp-story的支持目前正在开发中。您可以在this GitHub issue中跟踪其进度。

相关问题