How to Add Download Timer in Blogger & WordPress || Easy Method



??????? ?????? ! ?????? ?? ???? Jankari Seekho ????? ?????? ?? ?? ?? ??????? ??? ?? ??? ???? ???? ?? Add Download Timer in Blogger & WordPress ?? ???? ???? and ?? ???? ?? & ?????? ?? ???? Use ?? ???? ??? ?? ?? ??? ????? ?? ?? ?? Article ??? ???????? ?? ??? ????? ?? Article ??? ?? ????? ???? Details ??? |

What is Download Timer?
So ??????? Add Download Timer in Blogger ?? ???? ??? ????? ?? ???? ?? ?? Download Timer ?? ???? ??? ??? ???? ??|

?? ??? ???? ??? ??? ?? ?? ?? Process ?? ???? ?? ??? ?? Download ???? ?? ???? ?? ????????? ??? ?? ????? ????? ???? ??| ??? ?? ?? Download Timer ???? ??|
You have to wait 15 seconds.

Download Timer






Free Countdown Widget for Blogger
??? ?? Blogging ???? ?? ?? ???? ????? Blogger ?????????? ?? ??| ??? ?? ???? ????? ?? Downloading Blog ??| ?? ???? ??? ? ??? ???? ???? ?? ??? ????? ???? ???? ?? ?? ????|

?? ???? ??? ??????????? Download Timer ?? ???????? ???? ??| ???? ???????? ?? ???? ????? ?? ??? ???? ?????? ??????? ???? ??? ??? ?? ??????| ????? ???? Bounce Rate ?? Control ??? ???? ??|

How To Use Download Timer
?? ???? ????? ?? ??? Steps ?? ???? ??? ????????????? ????? ??| ????? ??? ?? ?? ????? ?? ?? Download Timer Widget ?? ???????? ?? ???? ??| ?? ???? ?? ??????? ?? ??????????? ???? ???|

Step 1� ???? ???? ???? ???? ?? Download Timer ?? Script ??????| ??? ???? ?? ??|

<div dir="ltr" style="text-align: left;" trbidi="on">
<body>
<center>
<span id="countdown">You have to wait
20 seconds.</span></center>
<br />
<div style="text-align: center;">
<b>Download Link</b><br />
<a href="#" id="download_link" style="display: none;"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTfPHZTvaC94ANCu-IIL0pqJ2k1JBCIDF-wTw&usqp=CAU" /></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
= 20;
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>
</body></div>


Step 2� ?? ???? ??? ?? ?? Widget ?? ???????? ???? ?? ?? ???? ?? ??? ?? ????? ???? ??|

Step 3� ?? ???? ?? ??? ??? # ?? ??? ?? ???? ??????? ???? ????? ???? ??|

Step 4� ?? ??? ???? ????? ??? ?? ???? ???? ?? ?? ?? ????? ?? ??? ???? ??| ?? ??? ?? ??|

Step 5� ?? ???? ??? ??????????? ?????? ?? ???? ??|

Note �  ???? ?? Add Download Timer in Blogger & WordPress ?? ??????? ???? ???? So ?? ???? ????? ????? ??? ????? ???? ???? ?????? ?? ???? ?????? ?? ????? ???? ?? ????? ??| So ?? ???? Comment Box ??? ???? ??? ????? ??? Share ?? ???? ???
Reactions

Post a Comment

0 Comments