+ 3
Is there is website for audio auto generated link like imgbb.com for image upload in html ??
I want upload audio but that's not show
3 Answers
+ 1
You can use dropbox. But i use Google Drive in my codes. Some prefer vocaroo too. Since a lot of people use google drive:
(1) Upload the audio file to drive.google.com
(2)Turn on link sharing and copy file link
(3)Write the link as source in <iframe src="your link"></iframe>
(4)At the end of the link, there will be /?view=*****
Change it as /?preview=*****
Set height and width, you can find your audio file working in your code.
+ 2
Can you give me example