I want site visitors to be able to download mp3s from my site.

Avatar
  • Answered
I have mp3 media files on my site. When I use the code [audio mp3="http://webaddress.com/wp-content/uploads/2017/06/song.mp3"][/audio] the mp3 plays from the site, but I would also like it to be downloadable to site visitors. Is there a code for that I can use?

The many plugins I've tried aren't working for me (possibly because I don't understand them, possibly because they just don't do what I want. If you recommend a plugin, I would also appreciate help with the actual code I need to use, because this is all new to me!) Ideally, I'd like visitors to be able to download a folder with multiple mp3s in it, instead of one by one.
Avatar
Scott
Hello,

Thank you for your question on creating a link to download an MP3 on your site. For that, you need to have a separate link. The format would be the same as any other normal href link:

<a href="http://example.com/audiofilename.mp3"> Click here to download!</a>

Kindest Regards,
Scott M