BBcode should support embeds for music platforms, including Apple Music (and eventually Spotify and Soundcloud).
For Apple Music, I propose that we add a new bbcode tag [applemusic...
that supports the following attributes/embeds:
[applemusic playlist="pl.def41ac4ce5545ea8aafeff0b935bba5"]
Embed code
<iframe src="//tools.applemusic.com/embed/v1/playlist/pl.def41ac4ce5545ea8aafeff0b935bba5?country=gb" height="500px" width="100%" frameborder="0"></iframe>
[applemusic album="203708420"]
Embed code
<iframe src="//tools.applemusic.com/embed/v1/album/203708420?country=gb" height="500px" width="100%" frameborder="0"></iframe>
[applemusic song="192811017"]
Embed code
<iframe src="//tools.applemusic.com/embed/v1/song/192811017?country=gb" height="106px" width="100%" frameborder="0"></iframe>
[applemusic post="idsa.8cb3ce5e-2f19-11e5-a918-44cc07f94356"]
Embed code
<iframe src="https://embed.itunes.apple.com/us/embedded-player/idsa.8cb3ce5e-2f19-11e5-a918-44cc07f94356" width="560" height="315" frameborder="0" allowfullscreen scrolling="no"></iframe>
country
attribute to it. Default it togb
but it would allow us swap to other countries?interactive
?