1
Place the Player Element
First, copy the custom
<web-radio-player> tag.Paste this snippet into your HTML exactly where you want the player to appear visually on your page (for example, inside your sidebar, footer, or header container).2
Include the Required Scripts
Next, copy the script block. These lines load the styling and audio engine that power the player.Paste this code block at the very bottom of your page, ideally right before the closing
</body> tag to ensure it doesn’t slow down the rest of your website’s loading speed.