settings
5 years ago
adsense-account.php
1 year ago
adsense-ad-parameters.php
5 months ago
adsense-report.php
3 years ago
auto-ads-video.php
6 years ago
borlabs-cookie-auto-ads-warning.php
3 years ago
connect-adsense.php
1 year ago
external-ads-adsense.php
6 years ago
external-ads-links.php
1 year ago
external-ads-list.php
1 year ago
auto-ads-video.php
16 lines
| 1 | <div id="advads-auto-ads-links"> |
| 2 | <a id="advads-auto-ads-video-link" style="cursor: pointer;"> |
| 3 | <span class="dashicons dashicons-format-video"></span> <?php |
| 4 | esc_attr_e( 'How to enable Auto ads in 30 seconds (video tutorial)', 'advanced-ads' ); ?> |
| 5 | </a> |
| 6 | </div> |
| 7 | <script> |
| 8 | (function ($) { |
| 9 | var $videoLink = $('#advads-auto-ads-video-link'); |
| 10 | $videoLink.click(function () { |
| 11 | $('<br class="clear"/><br/><iframe src="https://player.vimeo.com/video/381874350" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>').appendTo('#advads-auto-ads-links'); |
| 12 | $(this).remove(); |
| 13 | }) |
| 14 | .children('.dashicons').css('line-height', $videoLink.css('line-height')); |
| 15 | })(jQuery) |
| 16 | </script> |