Soundcloud嵌入了问题

时间:2014-09-03 22:01:25

标签: html soundcloud

在wordpress网站上使用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

感谢任何帮助或建议。

感谢。

1 个答案:

答案 0 :(得分: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相关