0 Votes

Changes for page Pro White Music

Last modified by XWikiGuest on 2025/05/07 09:35

From version 3.1
edited by Ryan C
on 2025/03/15 22:34
Change comment: There is no comment for this version
To version 4.1
edited by Ryan C
on 2025/03/15 22:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,17 @@
1 1  {{html}}
2 -<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/0e8guQffSLf0AD7SayyGpc?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
2 +<script src="https://open.spotify.com/embed/iframe-api/v1" async></script>
3 +
4 +<div id="embed-iframe"></div>
5 +
6 +<script>
7 + window.onSpotifyIframeApiReady = (IFrameAPI) => {
8 + let element = document.getElementById("embed-iframe");
9 + let options = {
10 + uri: "spotify:playlist:0e8guQffSLf0AD7SayyGpc",
11 + };
12 + let callback = (EmbedController) => {};
13 + IFrameAPI.createController(element, options, callback);
14 + };
15 +</script>
3 3  {{/html}}
4 4