Graphic User Interface to add ads and analytics
-
First of all, great plug in, works like a charm
Have some feature requests I hope they can be implemented in the future:
A GUI instead of needing to customize each upgrade the output of fb-instant-articles/template.php for:
- 1) Facebook automatic placed Audience Network ads
<head> <meta property="fb:use_automatic_ad_placement" content="true"> </head> <body> <article> <header> <section class="op-ad-template"> <!-- Ads to be automatically placed throughout the article --> <figure class="op-ad"> <iframe src="https://www.adserver.com/ss;adtype=banner320x50&adslot=1" height="50" width="320"></iframe> </figure> <figure class="op-ad op-ad-default"> <iframe src="https://www.adserver.com/ss;adtype=banner320x50&adslot=2" height="50" width="320"></iframe> </figure> <figure class="op-ad"> <iframe src="https://www.adserver.com/ss;adtype=banner320x50&adslot=3" height="50" width="320"></iframe> </figure> </section> </header> <!-- Article body goes here --> </article> </body>
- 2) Manual ads??? Could be an option to add them after x words or paragraphs?
- 3) Analytics for Instant Articles
<figure class="op-tracker"> <iframe> <!-- Include full analytics code here --> </iframe> </figure>
-
4) Be able to change in the GUI the feed slug/URL
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Graphic User Interface to add ads and analytics’ is closed to new replies.