Does anyone know if something has changed on Soundcloud, this doesn't seem to work for me (4.2.3)
I wonder if they have change the format of the iframe code, when I go to soundclode, this is a typical embed iframe code they give, which doesn't resemble the above, and has a number id in it rather than the user/track which you see in the URL for the track.
Code:
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/648721967&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
EDIT:
sorted:
Code:
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url={param}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>