How to add NON-ADSENSE ad banners? SIimply image with a link.

Posted in: Newspaper
Post count: 3

Hi there,

I just can’t find out how to add simple image ad banners with a link to the ad spaces. I want to place our own ad banners on the site, not Adsense.

Please help me out. 🙂

Post count: 317

Hi,

Add the following code on the theme panel.

<div>
<a href="http://google.com"><img src="https://www.google.com/images/srpr/logo11w.png"/></a>
</div>

Replace http://google.com with the link that you want the ad to be redirected and replace https://www.google.com/images/srpr/logo11w.png with the image link that you want to show.

Hope that helps.

Thanks.

Post count: 3

THX a lot, I try it.

Post count: 6600

Hi,

Also, please follow this guide, last part, “How to make responsive text/flash or image ads” https://forum.tagdiv.com/ads/
Here you have an example of an header ad:

<div class="td-visible-desktop">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg" /></a>
</div>

<div class="td-visible-tablet-l">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>

<div class="td-visible-tablet-tp">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>

<div class="td-visible-phone">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg" /></a>
</div>

Hope this helps
Thanks

Post count: 3

THX Lucien, I’m going to do so.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.