In today’s article, we will know how we can put Stylish Download Button in Blogger and WordPress Blog Post. Or say that today we are going to give you a Unique and Advance Download Button Script for Blogger and WordPress.
Read More: How to Create Age Calculator Tool in Blogger
What is a Stylish Download Button
If you are a blogger then you must have known about this download button. But have you ever heard about Stylish Download Button? If you do not know, then let me tell you that some different features are available in the stylish button.
So today we will tell you in detail about the Stylish Download Button for Blogger and WordPress Script. So let us know below. That’s how we can apply this stylish download button in our Blogger and WordPress posts.
How to Create Stylish Download Button for Blogger Script
So below I have told you through the stylish download button in HTML script, how you can easily apply this stylish download button in a blogger blog post by following some steps.
- First of all, you have to open Blogger Dashboard.
- Now you have to click on Create New Post.
- Now you have to copy the script given below.
<html> <link href="https://codebarta.com/wcode/css/stylish_download_button.css" rel="stylesheet"></link> <div class="abt-button"> <a href="#" target="_blank">Download Now!</a> <p class="up">Free file</p> <p class="down">10 MB</p> </div> </html>
- Now you have to paste the code by going to the HTML section of the new post.
- Now publish this post of yours.
- Your Stylish Download Button is ready.
Note – In this code paste your link instead of download link (#)!
How to Create Stylish Download Button for WordPress Script
So below I have told you through the stylish download button in HTML script, how you can easily apply this stylish download button in a WordPress blog post by following some steps. Follow the steps given below.
- First of all, you have to open WordPress Dashboard.
- Now you have to click on Create Add New.
- Now you have to copy the script given below.
<html> <link href="https://codebarta.com/wcode/css/stylish_download_button.css" rel="stylesheet"></link> <div class="abt-button"> <a href="#" target="_blank">Download Now!</a> <p class="up">Free file</p> <p class="down">10 MB</p> </div> </html>
- Now you have to paste the code by going to the HTML section of the new post.
- Now publish this post of yours.
- Your Stylish Download Button is ready.
Note – In this code paste your link instead of download link (#)!
So, friends, you have got this How to Create Stylish Download Button for Blogger and WordPress? How was the article? Do tell us by commenting below. And share the post as much as possible.