> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webradioplayers.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Launch in a Pop-up Window

> Create a dedicated pop-up window so your audio never stops when listeners navigate your site.

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.

<Steps>
  <Step title="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!*
  </Step>

  <Step title="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.
  </Step>
</Steps>

<Info>
  **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!
</Info>
