Add support for amp sticky ad for mobile - https://amp.dev/documentation/components/amp-sticky-ad/ We can add an option in the plugin options page - - [ ] Enable/Disable Sticky Ad - [ ] Adunit name for sticky ad (for example - /35096353/amptesting/formats/sticky) Enabling this will add amp-sticky-ad that shows at the footer of page. Out put this markup with dynamic values from options page - ``` <amp-sticky-ad layout="nodisplay"> <amp-ad width="320" height="50" type="doubleclick" data-slot="/35096353/amptesting/formats/sticky" > </amp-ad> </amp-sticky-ad> ```
Add support for amp sticky ad for mobile - https://amp.dev/documentation/components/amp-sticky-ad/
We can add an option in the plugin options page -
Enabling this will add amp-sticky-ad that shows at the footer of page.
Out put this markup with dynamic values from options page -