There should be a means of selecting the starting track for the album preview (per Bandcamp) and also the ability to link to a track to override the start position or possibly play only that track.
Since the player is meant to go in an iframe this will require a bit of Javascript for inspecting the parent document's URL, which might be a modern security policy issue (as window.parent.location is generally not going to give the full URL when things are across different domains).
There should be a means of selecting the starting track for the album preview (per Bandcamp) and also the ability to link to a track to override the start position or possibly play only that track.
Since the player is meant to go in an
iframe
this will require a bit of Javascript for inspecting the parent document's URL, which might be a modern security policy issue (aswindow.parent.location
is generally not going to give the full URL when things are across different domains).