|
Use the code below to open your player box within a Web Browser Window.
Step 1: Step 1: Insert the
below code between the <head> </head> section of your html page.
Step 2: Add your 'Listen Now' text or 'Image' to your site.
Then link it to the reference below. Remember to replace YourStationID
with the unique assigned ID that we give you.
HTML text link example for station 'wxyz-fm':
<a href="javascript: openplayer('wxyz-fm');>Listen Now</a>
HTML image link example for station 'wxyz-fm':
<a href="javascript: openplayer('wxyz-fm');><img src="images/listen.gif"></a> |