Skip to main content

How do I embed an Audio.com player on my website or blog?

Updated over a month ago

Audio.com makes it easy to share your tracks or collections directly on any website or blog using a built-in HTML embed player. It’s perfect for musicians, podcasters, educators, or anyone who wants audio playback right on their site.


How to get the embed code

  1. Go to the track or collection you want to embed

  2. Click the “Share” button

  3. Choose “Embed” from the menu

  4. Copy the generated HTML embed code

  5. Paste it into your site’s HTML (or embed block, if using a website builder like WordPress, Wix, or Squarespace)

Note: Embeds work with both Public and Unlisted content — but Unlisted tracks will only play if the viewer has the link.


Customization options

Currently, you can customize the following aspects of the embedded player:

  • Size: The default size fits most blog layouts, but you can manually adjust the <iframe> width and height in the HTML

  • Autoplay: Enable autoplay by adding ?autoplay=1 at the end of the embed URL
    Example:

    <iframe src="https://audio.com/embed/your-track-id?autoplay=1" ...></iframe>

More customization (like color themes or playback controls) may be added in the future.


Tips for embedding

  • Make sure your track or collection is published and not set to “Private” (private tracks cannot be embedded)

  • Test your embed on desktop and mobile to ensure responsiveness

  • You can embed multiple players on the same page if needed

Did this answer your question?