How to remove rcPlayer v1 from your site

Locate and delete the following. Note ‘clientCode’ is your station name

<script type="text/javascript" src="http://cdn.right-click.com.au/rightclick/rcPlayer/js/rcPlayer.js"></script>
<a href="javascript:rcPopup('clientCode')">Listen Now</a>

To add rcPlayer v2
In the <head> tag of your page add;

For sites NOT served by HTTPS

<script async type="text/javascript" src="http://rcplayer.right-click.com.au/rcPlayer.js"></script>

For sites which ARE served via HTTPS

<script async type="text/javascript" src="https://s3-ap-southeast-2.amazonaws.com/rcplayer.right-click.com.au/rcPlayer.js"></script>

Where you want to call the popup player add;

<a href="javascript:rcPopup2('clientCode')">Listen Now</a>