我希望在 jquery 移动页面中使用 soundcloud。我复制粘贴以下内容:
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F63422331&show_artwork=true"></iframe>
来自http://soundcloud.com/amar-dj/
它在 chrome 浏览器中运行良好,但是当我在移动设备上上传 jquery 页面时,曲目不播放。此外,我希望自定义 soundcloud 小部件以包括曲目、播放按钮以及艺术家和曲目名称。没有喜欢或分享按钮!为此,我写了以下内容:
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F63422331&&show_artwork=false&show_comments=false&show_playcount=false&liking=false&sharing=false&buying=false;color=ff7700"></iframe>
除了点赞按钮之外的所有按钮都消失了。如何隐藏喜欢按钮?