Related questions
Best way to include custom JavaScript in AMP
I read all documentation about script tag but I cannot find how to include a custom JavaScript in AMP HTML.
I know the <script> tag is prohibited unless its type is application/ld+json.
There are default AMP …
Google AMP with React
We have an isomorphic react App with node. I want to convert some pages to AMP pages. I am confused! Shall we go for a separate AMP version of the app or shall we modify the current app according to …
Add Javascript in AMP Pages
Please help me understand how to add javascript in the AMP (Accelerated Mobile Pages). My requirement is I get an ID in URL. For example localhost:8080/home?id=1.I would like to access that id in my html file.
or …