Not working for Spotify Playlist
-
Hi,
first of all – a very big thanks for this nice plugin!!!!
I′ve installed it and it works perfect for my needs (Spotify and Soundcloud) but unfortunately not for the integrated Spotify Playlist.
I′ve created a new Embed for the playlist with the following regex:src="https://open.spotify.com\/embed\/playlist/(?=[a-zA-Z0-9][a-zA-Z])(?=[a-zA-Z0-9][0-9])[a-zA-Z0-9]{22}"
which should match the special url of the playlist included in the iframe. But unfortunately it doesen′t work. The Playlist is still shown.
The content of corresponding embedded iframe is this one:<div class="entry-content"> <iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/6SnZl0xM5jIQwk6Q2bQSX3" width="100%" height="450" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe> <span class="more-link"> <a href="https://open.spotify.com/playlist/6SnZl0xM5jIQwk6Q2bQSX3" target="_blank" class="readmore">Follow Playlist<span class="screen-reader-text">Follow Playlist</span></a> </span> </div>
I guess the problem is the regex – but unfortunately I′m not so famillar in regular expressions. Therefore I would be very happy about some help regarding this.
Many thanks in advance for your help!
Best regards,
HolgerThe page I need help with: [log in to see the link]
- The topic ‘Not working for Spotify Playlist’ is closed to new replies.