Hugo shortcodes to embed SoundCloud on your site.
Copy soundcloud-user.html into your layouts/shortcodes/ directory.
{{< soundcloud-user UserID >}}Copy soundcloud-playlist.html into your layouts/shortcodes/ directory.
{{< soundcloud-playlist PlaylistID >}}Copy soundcloud-track.html into your layouts/shortcodes/ directory.
{{< soundcloud-track TrackID >}}You can confirm UserID, PlaylistID or TrackID from the following URL (Paste your SoundCloud URL).
https://w.soundcloud.com/player/?url=<PASTE YOUR SOUNDCLOUD URL HERE>
Or you can use SoundCloud HTTP API to get the IDs.


