<div class="spotify">
<iframe
src="https://open.spotify.com/embed/playlist/(line of numbers and letters in the url)?utm_source=oembed"
style="top: 10; left: 0; width: 100%; height: 100%; position: absolute; border: 0;
" allowfullscreen=""
allow="clipboard-write;
encrypted-media; fullscreen; picture-in-picture;">
</iframe>
</div>
<!-- which part of the url do you need -->
https://open.spotify.com/playlist/1NifyxJCcQfUwHonLMaKpH?si=21a7bf3b88444246
<!-- part of <style> tag -->
.spotify{
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
left: 0;
width: 100%;
height: 352px;
position: relative;
}
Comments
Displaying 0 of 0 comments ( View all | Add Comment )