iFrame / Embed

If your software or hosting service does not allow you to include JavaScript files in your site, there is a workaround to get your ad spaces running as an iframe (or embed).

To turn your normal ad space into an iframe-ready space, just play around with your integration code and turn it from:

https://intravert.co/serve/XYXYXY.ZZZ.js

into:

https://intravert.co/serve/iframe/XYXYXY/ZZZ/

(emphasis on where the XYXYXY and ZZZ go). You can use this url to get it embedded into an iframe as such:

<iframe src="https://intravert.co/serve/iframe/XYXYXY/ZZZ/" height="200" width="400"></iframe> 

Last updated