How To Add Download Timer Phul4u in Blogger & WordPress  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.

If you are going to sell any of the free items like pdf files, themes, plugins, etc. on your WordPress site to increase your website traffic by creating a download wait countdown page in WordPress while providing free material, there are two different ways to get traffic for your website today many of the Users opt for the free stuff, so make sure you can provide free e-books, PDFs, and many more, etc.

For example, this is the most useful method when you provide free files or any other folders in your WordPress post, now the highlight is most of the blogger used to increase the traffic of your website. To create a timer for your download button like when the user reads your articles and you have provided visitors with free download files, the reader now wants to download the files you have provided but cannot directly download the given files because in that The movement will start the timer and he has to wait 15-20 seconds and then only he can download the files directly from his website.

 
<div dir="ltr" style="text-align: left;"><center> <span id="countdown">You have to wait 30 seconds.</span></center> <div style="text-align: center;"><b>Download Timer</b><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span> <a id="download_link" style="display: none;" href="https://play.google.com/store/apps/details?id=com.yogesh.fotoric_status"><img src="https://3.bp.blogspot.com/-bqCFF_nGMv0/Wp-aBztjc7I/AAAAAAAAAVA/9eU63GcIxKk8n4N2ppAqk797hMFpwK7YQCLcBGAs/s1600/but.jpg" /></a> <noscript>JavaScript needs to be enabled in order to be able to download.</noscript> <script type="application/javascript"> (function(){ var message = "%d seconds before download link appears"; // seconds before download link becomes visible var count = 30; var countdown_element = document.getElementById("countdown"); var download_link = document.getElementById("download_link"); var timer = setInterval(function(){ // if countdown equals 0, the next condition will evaluate to false and the else-construct will be executed if (count) { // display text countdown_element.innerHTML = "You have to wait %d seconds.".replace("%d", count); // decrease counter count--; } else { // stop timer clearInterval(timer); // hide countdown countdown_element.style.display = "none"; // show download link download_link.style.display = ""; } }, 1000); })(); </script></div> &nbsp; </div>

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *