How do I do this?

Handle problems or report system bug
Post Reply
Newbeee
Posts: 4
Joined: Tue Sep 10, 2024 7:17 pm

How do I do this?

Post by Newbeee »

How do I embed mp3 player on my site
User avatar
Xkria-uy
Posts: 121
Joined: Fri Apr 07, 2023 9:27 pm
Location: Uruguay
Contact:

Re: How do I do this?

Post by Xkria-uy »

En file lister

Code: Select all

<audio controls loop> Your browser does not support the audio player. <source src="%cdn_link%" type="audio/mpeg" rel="dofollow"/><source src="%download_link%.%format%" rel="dofollow" type="audio/mp3"/> </audio>
Newbeee
Posts: 4
Joined: Tue Sep 10, 2024 7:17 pm

Re: How do I do this?

Post by Newbeee »

Thanks it's really worked 🙏
I am grateful
Post Reply