Skip to main content

How to add download button in blogger ?

 

Do you want to add download button in blogger post ? If yes then you are at the best possible place.

 In todays world almost everything is online and there are alot of web based services like watching movies , listening music , reading blogs , social media etc. And among those many websites offer some data to download  and in similar way you  may also provide something to download to  your visitors.

And those files can be downloaded simply by clicking a button . So lets understand what is a download button.

You should know that download button doesnt exists practically yes almost all website in this world uses download link . And when user click these link then download is triggered and files get downloaded.

So i assume that you have this download link and now you want  to set this link in a button in blogger post.

Generally these download links are created by file host to trigger download mechanism . Like google drive provide a way to host such files or mediafire or dropbox etc are some hosts which offer file storage.

How to add download button in blogger ?

In order to set that link to button just follow these steps.

Step1 : Go to blogger dashboard and open any post  in HTML mode.


Step 2 : copy code below and paste it where you want download button ,there are two different types of button simple button and game type button . Copy any one  which you like.



First type of buttons






Preview of buttons














second type of button or game buttons






Preview of buttons







Step 3 : replace that href="downloadLink" with your file download link.



Step 4 : just save your post and your download button is ready to work.




Editing Button's color and round border
I have created 5 different colour of button in simple buttons and 4 different colours in game type buttons. 
Red , green , blue , cyan , purple in simple.
You can choose and use any one of them . In order to change color go to <button class="pirate-button blue" replace this blue by red or cyan or green or purple And you will get your required colour .

And to get round border or say curved button add round at last of color inside class.

Similarly in game buttons there are 4 different colors and you can similarly add color names inside class=" game-button orange" This orange can be replaced by red or orange or green.
And if you didn't used any of these word then by default it will be blue. I have added blue as default so if no colour is mentioned it will appear blue.


Conclusion


Having a download button makes everything very professional and make it easier for your visitor to download given files. There are many ways you can create button first is native css buttons which is very simple , fast and occupy less storage .
Other methods are prebuilt images which can be used but professionals don't recommend them why ? Because it takes alot of storage and increases your loading time . CSS button are few KB where as images are more than 200KB .

So in my opinion always use css buttons in blog as its professional plus takes less storage. Yeah they are not fancy but you know its about work not about fashion and looks but again game button looks attractive right.

If you liked this post then please share it and please link to this blog.
Thanks
Read also :

Comments

  1. titanium arts
    TATONIC 제이티엠허브출장안마 ART CUSTOMING 메리트 카지노 주소 · TATONIC ROCKING T-TATONIC ROCKING T-TATONIC ROCKING T-TATONIC. This unique and original 카지노 사이트 design 카지노 is crafted with mens titanium wedding bands the use of sustainable

    ReplyDelete

Post a Comment

Popular posts from this blog

How to create a static home page in Blogger ?

Do you want step by step guide to create a static home page in blogger ? Well if you want then read this post carefully.  Before that i want to give a little background knowledge about websites. Generally there are about three types of websites in this world and they are static , dynamic and application. Static websites are those which organize their content in such a way that it never up gets updated or say its looks , appearance or written texts are not updated. For example  Websites of college and universities which are written  once and their students or those students who wants to apply reads same thing for year and year. Their website put articles like how to apply , fee structure , scholarships , hostel etc. These articles never get old with every new year it gets new readers. Similarly websites of companies , organization , clubs etc comes under static sites Now lets come to dynamic websites , All those websites which keep on changing or updating their web content are dynamic w

How to add links in blogger comment ?

  Do you want to know , how to add links in blogger comment ? If yes then you are at the best possible place. At first blogger comment form doesn't give us any simple button or icon for adding link and sometime its creates problem . Sometime readers may need to put  a link to particular site  in  their comment and they start thinking how to do it and run to google. If you are one of them then i am telling you after reading this post you will be able to add links in comment of both blogger and wordpress blogs. This Method is native way using HTML anchor tag which is given below. <a href="    Your_Link    " > Text to be displayed </a> How to use it ? In comment form write comment and when you need to add link , just add above code and replace your_Link  with link of webpage or any site. And Text to be displayed with your own text. After that publish comment and you  will see a clickable link on comment. DEMO PREVIEW Pro tips :  ( read careful