Hello friends, welcome to all of you in today's new blog, in this blog of today we are going to talk about how you can put the Download Timer button in any of your blogger's posts.
Nowadays, you must have seen as many big bloggers, whether you use WordPress or blogger, to download any file in your website, the Download Timer button must be installed. It happens that the bounce rate of their website remains maintain, due to which the ranking of their website increases rapidly.
Friends, if you too are thinking of putting Download Timer Button in your website, then today we are going to tell you how you can install Download Timer button in your website.
Friends, you will need a script to put Download Timer Button in your website, which we have provided you below. After downloading that script, you can put the Download Button in any post of your blogger. When you download the script, you will get a 20-second timer and after that you can download the script.
To install Download Timer in your website, you have to follow some steps which have been given below.
<br /> <iframe allowtransparency="true" data-aa="1442134" scrolling="no" src=" YOUR ADS "></iframe> <br /> <div dir="ltr" style="text-align: left;" trbidi="on"> <script> var count = 5; // 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 = "DOWNLOAD LINK"; return; } } // Start the countdown timer when the page loads. window.addEventListener("load", start, false); </script> <br /><div style="text-align: center;"><font color="#444444">Your download will begin in <span id="displaySeconds">5</span> seconds.</font></div> <div style="text-align: center;"><br /></div> <iframe allowtransparency="true" data-aa="1442134" scrolling="no" src=" YOUR ADS "></iframe> <br /> <a href="DOWNLOAD LINK">Click here if your download does not begin.</a></div>
- First of all, you have to download this script by clicking on the download link above.
- Now open this script in an editor.
- Now you will see Adsense Code 1 and Adsense Code 2 at the very top and bottom in this script . Here you have to paste the code of your Adsense Ad.
- After that friends, whatever file you want to download, first upload it in Google Drive.
- After uploading the file to Google Drive, you have to copy its share link.
- Now in this script you will get to see Enter Your Download Link in two places . You have to paste the Download Link of your file instead.
- Now your script is ready. You have to use this script in your article.