October 2017
Intermediate to advanced
370 pages
8h 57m
English
We've mentioned amp-bind a few times in the previous chapters; now it's time to see it in action. The amp-bind component makes it possible to program custom interactivity into your pages. You can think of it as a programming layer for your AMP pages, sort of a JavaScript-lite.
You can add amp-bind to your pages with the following script:
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
Read now
Unlock full access