Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter f.cloutier

    (@fcpro)

    * Sorry but; Will your plugin be handling embed code (through iframe) that allows to show banners on 3rd party websites (external websites)?

    Thank you

    Plugin Author smartdevth

    (@smartdevth)

    Have you tried to use custom HTML in the banner section yet?

    Regards

    Thread Starter f.cloutier

    (@fcpro)

    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 ??

    Plugin Author smartdevth

    (@smartdevth)

    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 https://www.yoursite.com/your-page-slug

    Cheers

    Plugin Author smartdevth

    (@smartdevth)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘html embed into any web page’ is closed to new replies.