2014-09-03 109 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