Add support for Podcast profiles
gfscott opened this issue · 0 comments
gfscott commented
Follow-on to gfscott/eleventy-plugin-embed-spotify#1
We added support for embedding individual podcast episodes in v1.1.0, but not for podcasts themselves, which are represented in Spotify URLs as show
s (in the same way that album
s are made up of track
s).
Spotify’s native embed builder just renders Shows as a podcast player with the latest episode. We could just follow that pattern. Investigate the best way forward!