如何在 HTML 中嵌入 Soundcloud?

How to embed Soundcloud in HTML?

我想在我的 html 中嵌入一个音云,下面是音轨文件的 link。

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

如何像嵌入 YouTube 视频一样在我的网页中显示?

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

使用

<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>

你是这样的意思吗?

<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