Building a Web Player for website

by Peter van de Pas on

🎧 Building a Web Player for Lastpak – Easier Than It Seemed

Building a website is one thing, but I also wanted a custom web player for Lastpak. I thought it would be a challenge, but in the end, it was easier than it seemed!

πŸ”₯ How I Did It

Here’s a sample of the code:

<!--

<div class="playing"><span class="radioplayer"
data-src="https://s4.radio.co/s3914b6fa5/listen"
data-playbutton="true"
data-volumeslider="true"
data-elapsedtime="true"
data-nowplaying="true"
data-showplayer="true"
data-albumArtwork="false"></span></div>

-->

<script src="https://embed.radio.co/player/10ea0fa.js"></script>