+ 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.
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>
+ 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