i have a website and i use juicyads for popunder
and every week google send me alerts for bad Abusive Experience
i contact with customer support and they told me
Sorry for the delayed reply. I had to hear back from our techs. To pop the ad on images only.... first you need to add a class name to your images. So something like the following...
<img src= "img/test.jpg" class="thumb"/>
Then you just need to update the list of tags that the Pops script looks at with the class name.
Example :
var juicy_tags = ['thumb'];
could any one help me with that?
i have no programing experience
i use wordpress and RetroTube theme
and every week google send me alerts for bad Abusive Experience
i contact with customer support and they told me
Sorry for the delayed reply. I had to hear back from our techs. To pop the ad on images only.... first you need to add a class name to your images. So something like the following...
<img src= "img/test.jpg" class="thumb"/>
Then you just need to update the list of tags that the Pops script looks at with the class name.
Example :
var juicy_tags = ['thumb'];
could any one help me with that?
i have no programing experience
i use wordpress and RetroTube theme