Skip to main content
If you embed a player directly onto a webpage, the audio will stop if the user clicks a link to another page on your site. To provide uninterrupted background listening, you can launch the player in a standalone pop-up window. Ensure you have the Pop-up Window tab selected on your Completed screen.
1

Create the Pop-up File

In the root folder of your website (the same place your index.html lives), create a brand new file named live.html.Copy the large block of HTML code from the dashboard and paste it entirely into this new file. Save and upload it to your server.Tip: You can also click the download icon in the top right corner of the code block to download the live.html file automatically!
2

Add the Trigger Link

Now, you need a button on your main website that opens the pop-up. Copy the <a> tag snippet provided in Step 2.Place this link in your website’s navigation bar or body text. When a user clicks “Listen Live!”, it will spawn a perfectly sized window dedicated entirely to your stream.
Customizing the Window: You can easily change the size of the pop-up by adjusting the width=400,height=600 values directly inside the onclick snippet!