yo u know that mini music player thing right
https://layouts.spacehey.com/layout?id=36600 this thing by vomitgirl
i found out how to make it loop :D thanks to this blog entry https://blog.spacehey.com/entry?id=727182 by jex !!
most of it is still the same as the original mini player layout code, just the youtube iframe is mostly different, here u go !!
<div style="margin-top: 4px;margin-bottom: -12px;">
<div id="music">
<iframe allowfullscreen="" src="https://www.youtube.com/embed/[MUSIC ID]?autoplay=1&loop=1&playlist=[MUSIC ID]" title="youtube music player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" loading="lazy" data-ruffle-polyfilled=""></iframe>
<div>
<span class="song">[SONG NAME]</span>
<span class="artist">[SONG ARTIST]</span>
</div>
</div>
</div>
it took me a long while to figure this out LMAO
basic explanation; youtube embeds dont loop standalone videos for some reason but it does with playlists so ur able to make the video of the song u want into a playlist by puttin the video id into both the [MUSIC ID] spots. u can just copy what i did !! hopefully it works :D !!
Comments
Displaying 0 of 0 comments ( View all | Add Comment )