Changeset 1732603
- Timestamp:
- 09/20/2017 03:56:00 AM (9 years ago)
- Location:
- setup-adsense-for-amp/trunk
- Files:
-
- 3 edited
-
adsense-for-amp.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
templates/adsense/below-the-content.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setup-adsense-for-amp/trunk/adsense-for-amp.php
r1732573 r1732603 5 5 Plugin URI: https://creativebrains.co.in 6 6 Description: Setup Google Adsense on AMP pages 7 Version: 1.2. 07 Version: 1.2.1 8 8 Author: Creative Brains 9 9 */ -
setup-adsense-for-amp/trunk/readme.txt
r1732586 r1732603 66 66 == Changelog == 67 67 68 = 1.2.1 = 69 * bug fixes 70 68 71 = 1.2.0 = 69 72 * Added support for custom banner ads -
setup-adsense-for-amp/trunk/templates/adsense/below-the-content.php
r1732573 r1732603 24 24 </div> 25 25 </div> 26 <div class="below-the-content-google-adsense<?php if ($ above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">26 <div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>"> 27 27 <div class="afa-form-label" scope"row">Publisher id:</div> 28 28 <div class="afa-form-input"> … … 32 32 </div> 33 33 </div> 34 <div class="below-the-content-google-adsense<?php if ($ above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">34 <div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>"> 35 35 <div class="afa-form-label" scope"row">Ad unit id:</div> 36 36 <div class="afa-form-input"> … … 40 40 </div> 41 41 </div> 42 <div class="below-the-content-google-adsense<?php if ($ above_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>">42 <div class="below-the-content-google-adsense<?php if ($below_the_content_ad_type != "google-adsense") echo ' afa-hide'; ?>"> 43 43 <div class="afa-form-label" scope"row">Ad size:</div> 44 44 <div class="afa-form-input"> … … 52 52 </div> 53 53 54 <div class="below-the-content-custom-banner<?php if ($ above_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">54 <div class="below-the-content-custom-banner<?php if ($below_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>"> 55 55 <div class="afa-form-label" scope"row">Custom banner ad image url:</div> 56 56 <div class="afa-form-input"> … … 61 61 </div> 62 62 63 <div class="below-the-content-custom-banner<?php if ($ above_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>">63 <div class="below-the-content-custom-banner<?php if ($below_the_content_ad_type != "custom-banner") echo ' afa-hide'; ?>"> 64 64 <div class="afa-form-label" scope"row">Custom banner ad link:</div> 65 65 <div class="afa-form-input">
Note: See TracChangeset
for help on using the changeset viewer.