2012-06-21 53 views
0

用下面的代碼的鏈接上的SoundCloud的聲音在widget作品的右下角(火狐/ OSX):show_comments =播放器插件虛假禁止鏈接的聲音

<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> 

我在做什麼錯?

回答

0

這是一個小部件中的錯誤 - 評論的容器仍然被添加到頁面中,並且它覆蓋了鏈接。我現在已經推出了一個修復程序,你應該會在幾分鐘內看到它。

此外,url參數應指向API端點:如:

而不是

.../player/?url=http://soundclou... 

它應該是:

.../player/?url=http://api.soundclou...