-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Viewer integration API #6066
Copy link
Copy link
Closed
Description
AMP has an API that allows "Viewers" (apps that show AMP content) to talk to the page.
Plugging into this API required either
- having access to a cache
- or using web view JS injection
We are planning to build an AMP extension that makes the API available to all web based consumers.
Reactions are currently unavailable