Guys, How could import an music file( link ) in sololearn program??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys, How could import an music file( link ) in sololearn program???

I want to make an audio in my website https://code.sololearn.com/WxnIbIf0n36d/?ref=app

26th Sep 2022, 8:31 AM
Hani
Hani - avatar
2 Answers
+ 5
Use dropbox Here is tutorial for hosting files from dropbox https://code.sololearn.com/WW6t4B73kJVz/?ref=app Note: don't forget to change "dl=0" to "raw=1" otherwise audio will not work code : <audio controls> <source src="dropbox_audio_link" type="audio/mpeg"> </audio>
26th Sep 2022, 8:51 AM
Sujal
Sujal - avatar
+ 6
1.First import song on dropbox 2. click on copy link of ur song 3.paste this in ur src path 4.remove the value where u see "0" to 1 5.finally you added a song in ur website 6. Enjoy happy coding
26th Sep 2022, 6:46 PM
GordXRohit
GordXRohit - avatar