Skip to content

Instantly share code, notes, and snippets.

@vaishalighuman
Last active April 7, 2023 13:08
Show Gist options
  • Save vaishalighuman/26f452e255f28f01ac835714ed63ad19 to your computer and use it in GitHub Desktop.
Save vaishalighuman/26f452e255f28f01ac835714ed63ad19 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_336x280">
<amp-iframe width="336" height="280" sandbox="allow-scripts allow-same-origin allow-popups" allowfullscreen frameborder="0" src="https://covidapi.unibots.in/html/abplive/directAd_EOA">
<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