2014-09-03 108 views
1

我在我的wordpress網站上使用soundcloud嵌入代碼時遇到了小問題。Soundcloud嵌入問題

它的工作正常,它只是顯示藝術家的用戶名和曲目,我只是希望它顯示曲目名稱。

這裏是我的代碼

<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&amp;color=6f0025&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false"></iframe> 

如果你看到下面的圖片,你可以看到我爲什麼要這麼做。 http://gyazo.com/693c03cd588c61a056001eced99952ff

任何幫助或建議表示讚賞。

謝謝。

+0

屏幕截圖請 – 2016-01-20 06:39:50

回答

2
<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&amp;color=6f0025&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=false&amp;show_reposts=false"></iframe> 

這應該工作。對於下一次,這是更多與HTML相關的Wordpress