> ## 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.

# Embed in a Standard Webpage

> Add your player to any custom HTML website, Webflow, Ghost, or traditional CMS.

If you have access to your website's source code, deploying your player takes less than a minute. Ensure you have the **Standard Webpage** tab selected on your Completed screen.

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

    ```html theme={null}
    <web-radio-player configuration="YOUR-UNIQUE-ID-HERE"></web-radio-player>
    ```
  </Step>

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

Once both snippets are placed, refresh your website to see your live player!
