LEAVE A REPLY

Please enter your comment!
Please enter your name here


In my Triple Risk thread, I talked about how I’m utilizing again button and popunder scripts to assist monetize my touchdown pages. Effectively, I made a decision to mix them right into a single script that you simply and I can use on any touchdown web page actually simply :)

I name it BackUnder 👇

BackUnder Script​

JavaScript:

<script>
     var again =  'https://yahoo.com';
    var underneath="https://google.com";
</script>
<script src="https://backunder.com/script.js"></script>

All you have to do so as to add Again Button or Popunder to your touchdown web page is copy/paste this code onto the touchdown web page (I like to recommend the within the ) and alter the hyperlinks you wish to ship the individual to.

Within the instance, somebody that presses the again button of their browser will likely be taken to yahoo.com and after somebody clicks any hyperlink in your touchdown web page, google.com will load as a popunder and your major call-to-action hyperlink will likely be loaded in a brand new tab (which turns into the main target when clicked).

You may take away both variable to take away that performance out of your touchdown web page. For instance, if I solely wished to make use of the again button function and never the popunder function, I might merely add this code to my

 



Introducing BackUnder – Again Button + Popunder Script