Skip to content

Instantly share code, notes, and snippets.

@vaishalighuman
Last active October 27, 2023 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaishalighuman/dbf055740881988da860460f795b7953 to your computer and use it in GitHub Desktop.
Save vaishalighuman/dbf055740881988da860460f795b7953 to your computer and use it in GitHub Desktop.
STEP 1:
Add the following script tags in the <head> to include amp-iframe component.
If already present, ignore this step.
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
STEP 2:
Add the following div element just before closing the <body> tag
<amp-iframe width="1" height="1" sandbox="allow-scripts allow-same-origin allow-popups" src="https://covidapi.unibots.in/html/digitalphabet/GA">
</amp-iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment