blog/layouts/shortcodes/soundcloud_playlists.html

4 lines
324 B
HTML
Raw Normal View History

2020-02-27 14:39:18 +01:00
<p>
<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/{{ index .Params 0 }}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
</p>