Skip to content

Instantly share code, notes, and snippets.

@vaishalighuman
Created April 14, 2023 06:34
Show Gist options
  • Save vaishalighuman/d4c96ed478b98ddabdbad635646a0ac9 to your computer and use it in GitHub Desktop.
Save vaishalighuman/d4c96ed478b98ddabdbad635646a0ac9 to your computer and use it in GitHub Desktop.
STEP 1:
Add the following script tag 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, where you want to show the ad in <body> tag
<div id="ub_300x250">
<amp-iframe width="300" height="250" sandbox="allow-scripts allow-same-origin allow-popups" allowfullscreen frameborder="0" src="https://covidapi.unibots.in/html/andhrajyothy/directAds">
<amp-img layout="fill" src="https://cdn.jsdelivr.net/gh/unib0ts/unibots@latest/main/placeholder.png" placeholder></amp-img>
</amp-iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment