【问题标题】:Embed latest song SoundCloud嵌入最新歌曲 SoundCloud
【发布时间】:2017-03-16 15:17:30
【问题描述】:

我想要一个类似这个页面的嵌入式声音云播放器:https://soundcloud.com/pages/embed

但如果我上传一首新歌,我希望它自动更改。我没有找到任何直接的答案,所以想知道这是否可能。

关于如何最好用 JS 来做这件事有什么想法吗?

【问题讨论】:

    标签: html soundcloud


    【解决方案1】:

    为此,您首先必须通过发出 GET 请求来获取用户的最新曲目 ID

    此链接将对您有所帮助:

    Get a user's Most Recent SoundCloud Track Links

    完成此操作后,您只需在此 iframe 中输入 track_ID(我说 [track_id])

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-01
      • 2014-08-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多