How to Launch the Personal Broadcaster Player and Station Page
To launch your Station Page or your Station Page and your Personal Broadcaster Player Window you'll need some basic knowledge of HTML and a few key pieces of information. To launch the Player Window, you'll need your broadcaster username. For the Station Page, you'll need your station number (unless you have the Premium Broadcasting Package which uses your username instead of station number). The station number can be found by logging in to your station and accessing your Broadcast Homepage. The station number is listed just above your Listener Statistics in the Station Page section (it is the last number in the Web address).

The Premium Broadcasting Package includes a "Personalized URL" which uses your username as part of the URL rather than a Station Number (i.e. http://www.live365.com/stations/yourusername). For more info or to upgrade to the Premium Broadcasting Package, visit the Broadcast Services Order Form.

For instructions on launching PRO custom-colored players and station pages, click here.

Text in blue should be replaced with your own information.

Launch the Station Page from a Text Link
Launch the Station Page from an Image Link
Launch the Station Page and Player from a Text Link
Launch the Station Page and Player from an Image Link

Launch the Station Page from a Text Link

Copy and paste this HTML into your web page:

Select All

Example: My Broadcast

<A HREF="http://www.live365.com/stations/username">My Broadcast</A>

 
 
 
 
Launch the Station Page from an Image Link

Copy and paste this HTML into your web page:

Select All

Example: Example (you may use any image)

<A HREF="http://www.live365.com/stations/username"><img border="0" src="playicon.gif"></A>

 
 
 
 
Launch the Station Page and Player from a Text Link

Copy and paste this HTML into your web page:

Select All

Example: My Broadcast

<A HREF="http://www.live365.com/stations/username?play=1">My Broadcast</A>

 
 
 
 
Launch the Station Page and Player from an Image Link

Copy and paste this HTML into your web page:

Select All

Example: Example (you may use any image)

<A HREF="http://www.live365.com/stations/username?play=1"><img border="0" src="playicon.gif"></A>