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!