I want to embed the following into my post
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/...&visual=true"></iframe>
How can I do that?
Thanks!
I want to embed the following into my post
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/...&visual=true"></iframe>
How can I do that?
Thanks!
Do you have to add the normal soundcloud embed code as well as the script that it says on https://developers.soundcloud.com/blog/html5-widget-api ? This;
<script src="https://w.soundcloud.com/player/api.js"type="text/javascript"></script>
What can I do to fix it?