* Sorry but; Will your plugin be handling embed code (through iframe) that allows to show banners on 3rd party websites (external websites)?
Thank you
Have you tried to use custom HTML in the banner section yet?
Regards
No have not – Why?
Are you saying that you think it is possible to handle embeded code (show banners) on 3rd party websites (i-e external websites) ?
If so, please provide instructions or documentation about if you can.
Regards and thank you for your time 🙂
Maybe you can adapt this function by adding a new page in back-end and then create a new php file name page-{your-page-slug}.php,header-ads.php and footer-ads.php in your theme root. In your page-{your-page-slug-here}.php should be something like this
<?php get_header(‘ads’);?>
<?php echo do_shortcode(‘[aas_zone zone_id=”{zone_id}”]’);?>
<?php get_footer(‘ads’);?>
Make sure that the header and footer file contain only scripts and styles. Things like menu or footer should not be here.
Finally, your iframe src should be something like http://www.yoursite.com/your-page-slug
Cheers
Anyway, I will add the embed function(without messing with php) in my to do list for the PRO version.
Also, thank you for your suggestion.
Regards