Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template_AMP_top_Sticky
- 1. Paste this code in the <head> section of the AMP page:
- Important: This code should only be added once. Ensure these elements are not already present before adding. In AMP, each library can only be included once, and duplicating the inclusion will result in an error, causing your AMP page to become invalid.
- <script async src="https://cdn.ampproject.org/v0/amp-list-0.1.js" custom-element="amp-list"></script>
- <script async src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js" custom-element="amp-iframe"></script>
- <script async src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js" custom-template="amp-mustache"></script>
- <script async src="https://cdn.ampproject.org/v0/amp-bind-0.1.js" custom-element="amp-bind"></script>
- 2. Insert the following CSS styles in your tag <style amp-custom> on the AMP page:
- #cl-top-sticky{position:fixed;top:0;left:0;width:100%;height:100px;z-index:2147483646;box-shadow:0 2px 5px rgba(0,0,0,.3);background-color:#fff}.cl-ts-hidden{display:none}.cl-ts-visible{display:block}.cl-ts-close-button{position:absolute;bottom:-28px;width:28px;height:28px;right:0;background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="341 8 13 13"><path fill="%234F4F4F" fill-rule="evenodd" d="M354 9.31 352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z"/></svg>') 9px 9px no-repeat #fff;box-shadow:-1px 2px 1px 0 rgba(0,0,0,.2);border:none;border-radius:0 0 0 12px}#clickio-ts-list:has(#clickio-ts-creative[height="100"][width="0"]){display:none}#clickio-ts-list:has(#clickio-ts-creative[style*="width:"][style*="0px"]){display:none;}#clickio-ts-list{height:100px}
- 3. Add this code at the beginning of the <body> of your AMP page before all other elements:
- -----------
- template_AMP_Bottom_Sticky
- 1. Paste this code in the <head> section of the AMP page. This code should be placed on the site only once as it is the same for all site's and ad units
- <script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
- <script async custom-element="amp-sticky-ad" src="https://cdn.ampproject.org/v0/amp-sticky-ad-1.0.js"></script>
- 2. Paste this code into the <body> section of the page where you want the ads to be shown.
- <amp-sticky-ad layout="nodisplay">
- <amp-ad
- width="320"
- height="100"
- type="clickio"
- data-site-id="xxxxxxx"
- data-unit-id="xxxxxxx"
- data-block-on-consent
- >
- </amp-ad>
- </amp-sticky-ad>
Advertisement