delucis / astro-embed

Low-JavaScript embed components for Astro websites
https://astro-embed.netlify.app
MIT License
166 stars 24 forks source link

FR: Support Bandcamp embeds #90

Open jasikpark opened 4 months ago

jasikpark commented 4 months ago

I'm not sure whether it's possible to programmatically generate Bandcamp iframes, they have quite a few options...

Maybe it's not worth building out, but I'd be interested in an option for that.

Ex:

<iframe style="border: 0; width: 100%; height: 120px;" 
    src="https://bandcamp.com/EmbeddedPlayer/album=1188525573/
    size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless>
    <a href="https://droeloe.bandcamp.com/album/the-art-of-change">The Art of Change by DROELOE</a>
</iframe>