TEXT LINK AD TAGS

Classic

Works best close to your other buttons.

Copy and paste this code into your page.
Replace (YOUR PUBLISHER ID) with your actual Publisher ID!

Classic Text link ad

<a href="https://adserver.adreactor.com/servlet/view/window/url/zone?zid=40&pid=(YOUR PUBLISHER ID)" rel="nofollow">FAST DOWNLOAD</a>

Example AD

CSS Buttons

You're allowed to design our text link ad with CSS. To make designing easier we've prepared some examples, but your free to change the CSS as you wish.

FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD FAST DOWNLOAD

Copy and paste CSS code into your page's CSS file and text ad code where you want to show it.

Click on the example above to preload it's settings.

Replace (YOUR PUBLISHER ID) with your actual Publisher ID!

Generate AD

Background color:
Width
Height
Border color:
Border radius
Border size
Text color:
Text size

Ad text

CSS code

.textAd {background-color:#e4685d; border-radius:4px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; font-weight: normal; font-style: normal; text-decoration: none; padding:6px 15px}
.textAd:hover {opacity:0.8;}
.textAd:active {position:relative;top:1px;}

Text ad code

<a href="https://adserver.adreactor.com/servlet/view/window/url/zone?zid=40&pid=(YOUR PUBLISHER ID)" rel="nofollow" class="textAd">FAST DOWNLOAD</a>

More CSS customization

As we didn't want to over complicate button design we included just the most basic options. If you want to design your button with more details you can visit https://www.bestcssbuttongenerator.com/ for more options.

Text Link Behaviour

When you place our text link ad you might wish to control how and where the ad opens. It can open in the same tab, new tab or you can even link it to your existing link so it is opened alongside that link.

Open ad in the same tab

This link is the same as in all previous examples. After your visitor clicks on it the ad will open in the same browser tab.

<a href="https://adserver.adreactor.com/servlet/view/window/url/zone?zid=40&pid=(YOUR PUBLISHER ID)" rel="nofollow">FAST DOWNLOAD</a>

Open ad in new tab

Using this link the ad will open in the new tab while preserving the content of the existing one. To achieve this kind of behaviour in examples above just add target="_blank" to the link.

<a href="https://adserver.adreactor.com/servlet/view/window/url/zone?zid=40&pid=(YOUR PUBLISHER ID)" rel="nofollow" target="_blank">FAST DOWNLOAD</a>

Open ad in new tab at the same time as opening another link

Using this link the ad will open in the new tab and at the same time change the content of your page to the link you provided.

NOTE: You must change ***YOUR-LINK*** to the link you want your visitor to show after clicking on it.

<a href="***YOUR-LINK***" onclick="window.open('https://adserver.adreactor.com/servlet/view/window/url/zone?zid=40&pid=(YOUR PUBLISHER ID)'); return true;">*** YOUR LINK ***</a>