mattch Posted July 7, 2020 Share Posted July 7, 2020 Site URL: https://www.instagram.com/thethamessubmarine/ Hi everyone, i would really like to create a simple music player for my page , i was thinking just a play triangle symbolyou could click on, i have no coding experience, just wondered if anyone could advise. Im not keen on the squarespace players and the only soundcloud one i like means you have to sign up to pro which is quite expensive. Any tips or advise would be really great, thankyou, Matt Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 Like this? https://codepen.io/coothead/pen/RwNgGBO Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mattch Posted July 8, 2020 Author Share Posted July 8, 2020 hey thanks! so i put the code in but how do i get the audio onto it now?? Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 Add Code Block > Paste this code <audio controls> <source src="https://www.coothead.co.uk/audio/You-Cant-Always-Get-What-You-Want.mp3" type="audio/mpeg"> </audio> <style> audio { display:block; margin: auto; } </style> replace link with audio url, you can follow this to upload audio. https://support.squarespace.com/hc/en-us/articles/205813928-Uploading-and-managing-files mattch 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment