Deezer Music

Deezer has a music Widget Creator that can easily be repurposed in a SAM using the iFrame Block.

Go to: https://widget.deezer.com/

Follow Deezer’s guide

Follow the directions as listed on the page for your desired, artist, list, song, etc.

Once settings are created, Step 3 in their process generates the embed code, that might look like this:


<iframe title="deezer-widget" src="https://widget.deezer.com/widget/dark/playlist/1479458365" width="100%" height="300" frameborder="0" allowtransparency="true" allow="encrypted-media; clipboard-write"></iframe>

Result

To use in a SAM, just copy the link inside the src="" section:

So for this example, this is what is needed:


https://widget.deezer.com/widget/dark/playlist/1479458365

Paste that URL into an iFrame block in your desired SAM, and you’re done!