Popunder Ads integrate in IFRAME

hackbird79

Newbie
Joined
Aug 11, 2013
Messages
35
Reaction score
0
Hello,

is it possible to integrate an popunder in an embed video iframe code?
For Example:
<iframe src='http://embed.blababa.com/jaajajajhs' frameborder='0' width='576' height='354' scrolling='no' /></iframe>

How can i add an popup in this code when it works?

Thx

hackbird
 
Hello,

is it possible to integrate an popunder in an embed video iframe code?
For Example:
<iframe src='http://embed.blababa.com/jaajajajhs' frameborder='0' width='576' height='354' scrolling='no' /></iframe>

How can i add an popup in this code when it works?

Thx

hackbird



iFrames are always tricky to work with as they are a sort of asynchronous GET request to another site. Very meta :p

All code in the iframe is loaded from that domain, so you can't on your domain make code run on the other domain you're loading through the iframe.

What you can do is set popups that appear to be from that domain by using the proper js/css on your domain. So you can have a modal that appears on top of the iframe based on a local js event giving the same effect you desire.

This seems complex, trying to trigger a monetization impression? I would rethink the strategy before such overhead of work. Regards,
 
Back
Top