Thank for plugin.
I had the same problem though.
https://i57.tinypic.com/5v0vu0.png
I havent used the shortcode since, I copied the code and pasted it in to a WYSIWYG widget plugin, also put the <script> and it works well. Can’t remember if it was my error or not but there was a < missing or extra, somewhere near the <audio src line – firefox said there was an error when I was viewing the source.
<script type=’text/javascript’ src=’https://****.net/wp-content/plugins/codescar-radio-widget/radio-js.js?ver=4.1.1′></script>
<div class=”radio-widget”>
<div class=”radio_block”>
<audio src=”https://****” id=”radio_player”
autoplay=”autoplay”>
</audio>
<div id=”radio_controls”>
<div class=”radio_cube”>
<button type=”button” id=”radio_play”>
Pause </button>
<button type=”button” id=”radio_mute”>Mute</button>
</div>
<div class=”radio_cube”>
<input type=”range” id=”radio_volume” min=”0.1″ max=”1″ step=”0.1″
value=”0.7″>
</div>
</div>
</div>
</div>