Obsidian does not display "Embedded" from Bandcamp

Please add support for Embedded iframe from the bandcamp music site


image

<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=2525957488/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://youuswethem.bandcamp.com/album/ghosts-of-los-angeles">Ghosts Of Los Angeles by You Us We Them</a></iframe>

Moved to help.

1 Like

@Grihail - I don’t think there’s an issue with Bandcamp - it’s the href in the display text (which isn’t actually displayed anyways). A quick search on Google shows that javascript is probably necessary to turn an iframe into a working link, but I could find no actual working examples (I didn’t dig too deep, nor do I know if this sort of thing works elsewhere - just seems to be a web standard?)

Anyhow, your code works fine for me, once the link is removed:

<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=2525957488/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless>Ghosts Of Los Angeles by You Us We Them</iframe>

Have you seen this sort of thing work anywhere else? I’d be keen to see how it was done.