Embed Bandcamp music on your website
Add a compact Indie Crates player to your site to showcase a curated selection and help visitors discover music they can purchase on Bandcamp.
66 curators have published 171 crates covering 3,062 tracks.
Showcase music while keeping Bandcamp at the center
The embedded player brings your crate into a blog, website, or other page you publish. It is a way to introduce visitors to Bandcamp music and drive purchases on Bandcamp, not a substitute for streaming on Bandcamp.
Every track links straight to Bandcamp to buy
Every track in the embedded player has a prominent “Buy on Bandcamp” link that opens its Bandcamp page in a new tab. When a GetMusic link is available for a track, the player shows that as an additional option.
How the player works
The 152-pixel-high player includes artwork, track details, playback controls, and purchase links in a compact layout. Its width is 100%, so it fills the space provided by your site.
The player uses a dedicated embed layout, and its controller removes the
X-Frame-Options header so the iframe works on third-party sites.
Each player loads from an embed URL in the form
/crates/:username/:slug/embed.
How to get your embed snippet
- Publish your crate.
- Open the published crate page and open its Share panel.
- Copy the code from the Embed Player field.
- Paste the code into a page that accepts iframe HTML.
The snippet uses the crate's own embed URL, 100% width, and a height of 152:
<iframe src="<crate_embed_url>" width="100%" height="152" frameborder="0" allow="autoplay; encrypted-media" allowtransparency="true"></iframe>
Frequently asked questions
How do I get the embed code for an Indie Crates crate?
Publish your crate, open its published page, and copy the embed snippet from the Share panel.
What size is the Indie Crates embed player?
The copied iframe snippet uses a width of 100% and a height of 152 pixels.
Does every embedded track link to Bandcamp?
Yes. Every track has a prominent “Buy on Bandcamp” link that opens Bandcamp in a new tab. A GetMusic link also appears when one is available.
Where can I use the Indie Crates embed player?
You can paste the iframe snippet into a website, blog, or publishing system that accepts iframe HTML.