How to create your own download link
In order to generate direct download link for your blogger from google drive or any other site you don't
need to visit any direct download link website you just need to follow two simple steps and your code
will be ready for direct download
This is code for direct download
https://drive.google.com/uc?export=download&id=
Just paste the google drive link in front of this code and you will get your file downloaded directly
on your blogger post.e.g. here is our whats app button file google drive link
https://drive.google.com/file/d/1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6/view?usp=sharing
now trim above link from start and end as follow:
https://drive.google.com/file/d/1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6/view?usp=sharing
1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6/view?usp=sharing
similarly form end as follow
1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6/view?usp=sharing
1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6
now combine both the trimmed links:
https://drive.google.com/uc?export=download&id=
1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6
your link will look as follow
https://drive.google.com/uc?export=download&id=1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6
now copy paste this link in the insert link option of your blogger post or page at the desired location
or your can add download button icon from font awesome webstie,but for that first you have to add a bootstrap code in head section of html document within the meta tag.For this you can check my previous post as well.
https://drive.google.com/uc?export=download&id=1JIfnK0sWgHUupJAdYbbrXaNCnzJF4Kd6
<button class="btn"><i class="fa
fa-download"></i> Download</button>
0 Comments