Open floehopper opened 3 months ago
That's brilliant! I understand how it works now, there will be a URL on jam.coop that gets iframe-d in to the embedded site. Sounds like a good approach.
You can see how a SoundCloud album URL is rendered in Mastodon here:
@chrislo I started doing some work on this a while ago based on how SoundCloud does it.
If you look at the
<head>
on this album page, you can see the following which is used by the hellsite and/or other social media:Also there are also these oEmbed links which I believe is what Mastodon uses:
These oEmbed endpoints serve up:
XML
JSON
But the common theme of all three is the "player URL" which looks like this. It's the latter that I think I was trying to build in this WIP branch...