দেখেনিন কিভাবে আপনি আপনার ব্লগার ওয়েবসাইটে Timed Download Button Add করবেন | how to Create a Timed Download Button in Blogger

How to Create Timer Download Button For Blogger

আসসালামু আলাইকুম। কেমন আছেন? আশা করি ভালো আছেন!

আজ আমি আপনাদেরকে দেখাতে যাচ্ছি যে কি করে আপনি আপনার ব্লগার ওয়েবসাইটে Timer Download Button Add করবেন।

How Timed Download Button Works

When the visitor clicks the Download button, it will run the Javascript and the visitor has to wait for a while (depending on the webmaster set) before going to the download link.

It is the same as safelink but will not redirect to a new page. Do not worry, it will not affect the loading speed of the blog.

How to Create Timed Download Button For Blogger

To create a download button with a timer is very simple, please follow the steps below.

1 : Go to Blogger.com

2 : Select Theme and go to Edit HTML.

3 : Add CSS For Download Button.

To add CSS, find the ]]></b:skin> tag and paste it above it.
CSS Code:


Alternatively, you can add above the </head> tag, add the following.

<style>
    <!--[ CSS CODE ]-->
  </style>
</head>

4 : Add JavaScript so the download button can count.

To make the download button count the time, you can't do without JavaScript, add this JavaScript above the </body> tag.
JavaScript Code:


Replace 10 with time to wait

5 : Click To Save! 

How To Use Timed Download Button

After completing the above steps, the rest to use is very simple. When posting and inserting the download button, you just need to switch to Edit HTML and copy the HTML download button and paste it where you need it.

HTML Code:


.zip - .file_name.zip - 200kb - Download - Link download
Replace the highlighted parts with your own.

So I showed you how to Create a Timed Download Button for Blogger, don't forget to leave a comment below if you have any problems.

Thanks for Visit ❤️

Next Post Previous Post
No Comment
Add Comment
comment url