+ 1

How can i upload and get the link of my audio (.mp3) to put on my website (webpage)

Thanks for your answers. Please where can i upload my audio, in order to get it's link to put in my website.

19th May 2019, 1:24 AM
Eboy
Eboy - avatar
2 Réponses
+ 2
If I understand your question, you can use websites like https://support.wix.com/en/article/uploading-mp3-files or https://instaud.io/ in order to upload media. However, I suggest using the .mp3 file directly in your HTML/PHP page because in case the website that is hosting your audio has problems (or it's closed), you will lose your audio completely. In case you want to embed your mp3 file directly into html this is the way: <audio controls> <source src="horse.mp3" type="audio/mpeg"> </audio>
19th May 2019, 1:33 AM
PacoB
PacoB - avatar
+ 2
Didn't help, working with phone not desktop. The instaudio, total trash didn't work, while the first is if i was using a desktop, thanks anway
20th May 2019, 10:02 AM
Eboy
Eboy - avatar