如何在HTML中嵌入Soundcloud?

时间:2015-06-17 10:26:53

标签: html iframe soundcloud

我想在我的html中嵌入一个声音云,下面是跟踪文件的链接。

https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny

如何在我的网页中显示此内容,例如嵌入YouTube视频?

2 个答案:

答案 0 :(得分:3)

你是说这样的意思吗?

<iframe allowtransparency="true" scrolling="no" frameborder="no" src="https://w.soundcloud.com/icon/?url=http%3A%2F%2Fsoundcloud.com%2Faviciiofficial%2Fpreview-avicii-vs-lenny&color=orange_white&size=32" style="width: 32px; height: 32px;"></iframe>

我使用了这个https://soundcloud.com/pages/embed

答案 1 :(得分:2)

在浏览器中打开https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny链接,在页面中有一个共享按钮,单击它并弹出将加载并在其中单击嵌入选项卡并复制代码

使用

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/41395010&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>