CREATE TIMER BEFORE DOWNLOADING FILES

CREATE TIMER BEFORE DOWNLOADING FILES

https://www.tamilnetb.com
CREATE TIMER BEFORE DOWNLOADING FILES


If you Want to increase your Website traffic and the Watch time than folloW the steps and create a timer for your doWnload link.

For Example: This is the most useful method When you are providing any free files or any other folder in your WordPress post noW the main highlights is most of the blogger used to increase their Website traffic is to create a timer for your doWnload button just like When the user reads your articles and you have provided any free doWnload files to the visitors noW the reader Wants to doWnload the files Which you have provided but he can’t directly doWnload the given files because at that movement the timer Will be started and he has to Wait for 15 to 20 seconds and then only he can doWnload the files directly from your Website.

COPY PASTE MARK CHANGE URL  ; 
<br />
ADSENSE CODE - 1
<br>
<div dir="ltr" style="text-align: left;" trbidi="on">
<script>
   var count = 15; // Number of remaining seconds.
   var counter; // Handle for the countdown event.
   function start() {
    counter = setInterval(timer, 1000);
   }
   function timer() {
    // Show the number of remaining seconds on the web page.
    var output = document.getElementById("displaySeconds");
    output.innerHTML = count;
    // Decrease the remaining number of seconds by one.
    count--;
    // Check if the counter has reached zero.
    if (count < 0) { // If the counter has reached zero...
     // Stop the counter.                                                                      CHANGE 1 URL
     clearInterval(counter);
    // Start the download.
     window.location.href = "https://drive.google.com/file/d/18p2BeIrm4kt9AXbz4INe-hUJIP8XdacF/view?usp=sharing";
     return;
    }
   }  
   // Start the countdown timer when the page loads. 
   window.addEventListener("load", start, false);
  </script>
<br />
Your download will begin in <span id="displaySeconds">15</span> seconds.<br />
<br />
ADSENSE CODE - 2                                             CHANGE 2 URL
<br>
<a href="https://drive.google.com/file/d/18p2BeIrm4kt9AXbz4INe-hUJIP8XdacF/view?usp=sharing">Click here if your download does not begin.</a></div>




15 SEC TIMER SCRIPT LINK ; DOWNLOAD

Post a Comment

0 Comments