Head & Body questions
Design and Skin Customization
This is the code and instructions from the maker of the script
Paste the following code between the HEAD /HEAD tags of your web page.
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script><script src="https://public.radio.co/playerapi/jquery.radiocoplayer.min.js"></script>
Paste the following code just after the closing /BODY tag of your web page.
<script>$('.radioplayer').radiocoPlayer();</script>
Define where you want the player to be located. Copy the following code to where you want the player to be located:
<div class="radioplayer" data-src="<em><strong>https://streaming.radio.co/your_station/listen</strong></em>" data-autoplay="false" data-playbutton="true" data-volumeslider="true" data-elapsedtime="true" data-nowplaying="true" data-showplayer="true" data-volume="50" data-showartwork="false"></div>
updated by @kanu: 12/17/19 04:39:34PM