How To Add Timer Before Downloading on Blogger

Also Read

How To Add Timer Before Downloading on Blogger


Welcome to our blog, in this article today we will tell you an interesting thing.your earnings may now double by Google Adsense, So let's know how to add a timer and earn more money before downloading a URL shortener on blogger.

What is Timer Before Downloading URL Shortener:

You must have seen many such websites with a Timer Before Downloading URL shortener, when you click on the download button, a timer starts here. There are some websites that keep a timer of 5 seconds to 15 seconds, There are also some websites where you get to see a timer of 30 seconds or up to 1 minute. And even if you don't want to wait so long and after the timer expires. The download link is generated or the direct download file is opened. That process is called the URL Shortener Timer.

Benefit from Timer Before Downloading URL Shortener:

The biggest advantage in this is that when you go to any website and download anything, it has a timer for a few seconds, so the longer you have to wait, the more bounce rate of that website will be maintained.
If there are ads of Google Adsense in it, then you will get a good impression till you wait, which benefits the website owner a lot.
If you also want to take advantage of this, then you have to use a URL shortener timer on your website.

How To Add Timer Before Downloading URL Shortener On Blogger:

First of all, you have to create a page on your website in the name of a URL shortener, ( you can download, safe link, etc)
After that we have given you a script code below, you have to copy it and paste it.

You have to replace it with the URL of whatever file you want to download.

After that, you can set the timer for as long as you want.

Then you have to publish the page.


If you have trouble coding, then at the end of the article below, we have put a video, you can do it with the help of the video.

<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.
clearInterval(counter);
// Start the download.
window.location.href = "https://drive.google.com/file/d/1GUR6aWvf3KjtHLJBbJOCorwCF17tfD6T/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<br>
<ahref="https://drive.google.com/file/d/1GUR6aWvf3KjtHLJBbJOCorwCF17tfD6T/view?usp=sharing"
>Click here if your download does not begin.</a></div>


Farhan

Hello there, My Name is Farhan and Welcome To My Website. My Passion is to Share Knowledge With Everyone. Also I am a Larner.

It's all about friendly conversation here at Small Review :) . I'd love to hear your thoughts!

Be sure to check back again because I do make every effort to reply to your comments here.

Post a Comment (0)
Previous Post Next Post