Quote:
Originally Posted by z3r0
I don't know anything about soundcloud but I've just had a quick try and can get it working, it does give an error when saving the new code below, but if you click continue it works fine.
replace the bbcode with this
Code:
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true" ></iframe>
make sure "Disable Automatic Link Parsing Within This BB Code" is yes.
|
Thanks for that - It works. Any chance you can get it working for "Soundcloud Sets" as well? This is the original code we have for that:
Code:
<object height="360" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&secret_url=false"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="360" src="http://player.soundcloud.com/player.swf?url={param}&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed>
</object>