Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Spacetime

    (@spacetime)

    Hello,

    the plugin can insert any HTML/CSS/Javascript code:
    https://adinserter.pro/documentation/code-editing

    Thread Starter cstangor

    (@cstangor)

    Yes, probably so but the html5 ads are in a folder package. How to link to the folder (using an iframe potentially).

    Neither of these work for me :

    [ADINSERTER ROTATE <a href= https://gettysburgconnection.org/ target="_blank" rel="nofollow"> <img src= "https://gettysburgconnection.org/wp-content/ads/STS_ad/"> </a>
    
    [ADINSERTER ROTATE <a href= https://gettysburgconnection.org/ target="_blank" rel="nofollow"> <iframe src="https://gettysburgconnection.org/wp-content/ads/STS_ad/" width="1800" height="300">
    </a>
    
    
    • This reply was modified 1 year ago by cstangor.
    • This reply was modified 1 year ago by cstangor.
    • This reply was modified 1 year ago by cstangor.
    Plugin Author Spacetime

    (@spacetime)

    Yes, use iframe, for example:

    <iframe src="https://gettysburgconnection.org/wp-content/ads/STS_ad/"></iframe>

    Define width and height as needed.

    Thread Starter cstangor

    (@cstangor)

    OK, so the html5 ad is displaying but not fully.

    https://ymlt9z6xnd-staging.onrocket.site/test/

    Why doesn’t it fill the available space?

    Plugin Author Spacetime

    (@spacetime)

    You have two issues:

    1. The url for the iframe source is wrong. This page does not exist:
      https://gettysburgconnection.org/wp-content/ads/STS_ad/
    2. You wrapped the iframe element with an a element – this doesn’t make sense. iframe source is a complete HTML page with own clickable elements. Create link there.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘html5 ad’ is closed to new replies.