How to remove rcPlayer v1 from your site
Locate and delete the following. Note ‘clientCode’ is your station name
1 2 | < 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
1 |
For sites which ARE served via HTTPS
1 | < 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;
1 | < a href = "javascript:rcPopup2('clientCode')" >Listen Now</ a > |