Monday, 7 September 2020

How to add download timer in blogger

Friends, many people keep comment how sir, add download button, many people on blogger have this problem very much

But in this article, I brought a good thing with the download button, which you will know only by reading this post. So this article has to be completed which will give you complete information

You will get these benefits by using this download timer

  • Increase earning
  • Bounce rate maintain
  • Will look professional

Advantages of download timer

Friends, in this post, I will tell you how you can put a download the timer on your blog post, which will get you more money because when you put it on your blogger, then you have to put ADS on top of that download timer. If you do this, then every person who has been given time in that timer will have to spend time on your blog, which will increase the impressions and double the money.

This will give you two more benefits from, one, every person on your blog will stay for some time as long as they have decided and so that the person will not leave your blog in the middle which will keep your bounce rate low and search engine You will get help in Optimization, your blog will be quickly ranked on Google, which is a good thing.

It will look like your blog, professional and will also look attractive.


How to put download timer in post or page



Step 1 -  First of all, you have to download the script code which I have given the link below this post, you have to download it from it.

Step 2 -  After that you have to copy that script code, then you have to write the download link, highlight it with red color, then you have to come back

Step 3 -  You have to create a page. Selecting HTML and pasting the code that you have downloaded, after which you have to add such as a timer, link URL, add code, and then save it and publish it.

Step 4 - Then you have to go back to the text that you had written, select that text and click on the link, the box will be coming to the bottom of the link, in that you have to enter the link of the page which was made in your 3rd step. And then below that, you should click on Open this link in a new window and save it.


Copy Timer Script


 <br />  
[ADS CODE]
<br>
<div dir="ltr" style="text-align: left;" trbidi="on">
<script>
var count = 10; // 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 = "#";
return;
}
}
// Start the countdown timer when the page loads.
window.addEventListener("load", start, false);
</script>
<br />
Your download will begin in <span id="displaySeconds">10</span> seconds.<br />
<br />
[ADS CODE]
<br>
<a href="#">Click here if your download does not begin.</a></div>

About this post


In this post, I told you how you can add a download timer to your blogger post.

The whole process is in this article and if you want a video of it, I have also uploaded it on my YouTube channel, you can watch that video from the bottom.

Video preview



Disqus Comments