Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |
| js:wrap_songlink [2026/05/28 12:57] – avillepreux | js:wrap_songlink [2026/05/28 13:07] (Version actuelle) – avillepreux |
|---|
| var id = $wrap.text().trim(); | var id = $wrap.text().trim(); |
| |
| $wrap.html('<iframe width="100%" height="150" style="margin: .5rem; padding: .5rem; background: #000; border: .25rem solid #fff;" src="https://embed.odesli.co/?&theme=dark&url=spotify:song:'+id+'" frameborder="0" allowtransparency allowfullscreen sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox"></iframe>'); | $wrap.html('<iframe width="100%" height="150" style="margin: .5rem; padding: .5rem; background: #000; border: .25rem solid #fff;" src="https://embed.odesli.co/?theme=dark&url=' + encodeURIComponent('https://open.spotify.com/track/' + id) + '" frameborder="0" allowtransparency allowfullscreen sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox"></iframe>'); |
| |
| }); | }); |