When sharing music, you can copy the embedded track with the following:
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/1lbjDy6IIerHFGZWKG0hno?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
Looks like the only thing needed is the track id, and the rest can be pulled from the link.
When sharing music, you can copy the embedded track with the following:
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/1lbjDy6IIerHFGZWKG0hno?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>Looks like the only thing needed is the track id, and the rest can be pulled from the link.