button with 'forced download'
-
Hi! I want to have a clickable button that ‘force’ the download of the file it’s linked to.
I currently use this shortcode
[su_button url="https://www.mywebsite.com/wp-content/uploads/filename.mp3" background="#FF6B53" size="2" icon="icon: download"]download[/su_button]
However, when I click on it, I’m redirected to a page with an embedded player.
I would like to act as it is the case with following HTML tag :
<a href="https://www.mywebsite.com/wp-content/uploads/filename.mp3" download="my file.mp3"> download </a>
with a nice button instead of only the word “download”.Any guess ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘button with 'forced download'’ is closed to new replies.