使用以下代码,小部件右下角 Soundcloud 上的声音链接有效(Firefox/OSX):
<iframe id="sc-widget" src="http://w.soundcloud.com/player/?url=http://soundcloud.com/k0s/bcn07" width="100%" height="166" scrolling="no" frameborder="no"></iframe>
<script src="http://w.soundcloud.com/player/api.js" type="text/javascript"></script>
但是当我添加show_comments=false
为查询参数时它停止工作:
<iframe id="sc-widget" src="http://w.soundcloud.com/player/?url=http://soundcloud.com/k0s/bcn07&show_comments=false" width="100%" height="166" scrolling="no" frameborder="no"></iframe>
<script src="http://w.soundcloud.com/player/api.js" type="text/javascript"></script>
我究竟做错了什么?