Hello Everyone, Today in this post I will show you how to create one page for all your download links and its very easy to create, So Read the Post until end. So that you can install the code without any errors.
But doing this every time is a difficult one. And it is almost impossible for anyone who owns a website in WordPress or Blogger to control the size of their website. But there is a solution to this problem.
This is used to facilitate your download management, not to create more than one page, and to control the size of your website.
It manages all your download links with a single download page. Let's see below how to install this download page script on your website.
What is Download Page?
Download Page is a page used to provide download links for your website. This Script is perfect makes this download page and download page increase bounce rate.
What is a Single Download Page For Multiple Download Link?
This Download Page For Multiple Download Link makes it possible for you to use all the download links on the website through only one download page on your website. This will help you to control the size of your website.
How it Works?
Once you have this "Single Download Page For Multiple Download Link" script installed on your website you need to create and add some additional sections to the download page link. Once you have done this a clock will appear on your website. 10 seconds of which will gradually begin to decrease. Your download link will be automatically redirected when the download timer touches 0. This is how this script works.
Advantage of Download Page with timer:
- Increase Your Adsense Earnings
- Optimize your Website Bounce Rate
- You can add Adsense or Other Ad network Script Easily
- You can content on this Download Page
- This Download Page Maybe attracted Some Visitors
- If you have AdSense or using any other ad networks, By using this code before downloading will help you to increase the earnings
- It will reduce the bounce rate of your site
- When the user is waiting he may see other posts of your site and may get attracted.
Disadvantage of Download Page with timer:
- This Script maybe Irritate Some Visitors
- If you set too much time on your Download Page your website visitor will even exit the website.
How to add it to Blogger?
- First, create one page where you want to send all your visitors before downloading. Make sure you keep the page slug short. for example yourdoamin.com/p/download.html. (See the below picture example of my download timer page URL.)
- After creating the page click on Edit HTML section and Paste the Below Code
- Now Publish the Page. and Don't Forget to Put your articles and ad codes.
// Add Your Article Here with Ad Codes
<center><p style="font-size:22px;">Please wait, Opening the link in <strong><span id="countdown">30</span> seconds</strong></p>
<p> </p>
<script type="text/javascript">
const queryString = window.location.search;
const Urlparams = new URLSearchParams(queryString);
const fileName = Urlparams.get('go');
// Total seconds to wait
var seconds = 20;
function countdown() {
seconds = seconds - 1;
if (seconds < 0) {
// Download link
window.location.href = `${fileName}`;
} else {
// Update remaining seconds
document.getElementById("countdown").innerHTML = seconds;
// Countdown wait time is 1 second
setTimeout("countdown()", 1000);
}
}
// Run countdown function
countdown();
</script>
// Add Your Article Here with adcodes
How does it work?
https://yourblog.com/p/download.html?go=https://yourlink.com
Conclusion
So this is the tutorial of How to Create One Page For All Download Links With Timer . I hope this will be helpful for you guyzz. This Tutorial is working properly in all Blogger Theme. If you face any problem and error you can put up your comment in to comment section or Contact us.
© Tech & Fun Zone