Spotify是否为他们的Spotify“播放按钮”嵌入提供了一个oEmbed API端点?

时间:2012-05-30 19:44:31

标签: api spotify oembed

Spotify是否为Spotify Play按钮提供了一个oembed API端点?

https://developer.spotify.com/technologies/spotify-play-button/

2 个答案:

答案 0 :(得分:10)

有点晚了,但now there is oEmbed support, yes

似乎尚未记录,但是here's an example

{
    "height": 380, 
    "html": "<iframe src=\"https://embed.spotify.com/?uri=spotify:track:298gs9ATwr2rD9tGYJKlQR\" width=\"300\" height=\"380\" frameborder=\"0\" allowtransparency=\"true\"></iframe>", 
    "provider_name": "Spotify", 
    "provider_url": "https://www.spotify.com", 
    "thumbnail_height": 300, 
    "thumbnail_url": "https://d3rt1990lpmkn.cloudfront.net/300/35ff8ecde854e7c713dc4ffad2f31441e7bc1207", 
    "thumbnail_width": 300, 
    "title": "John De Sohn, Kristin Amparo - Dance Our Tears Away - Radio Edit", 
    "type": "rich", 
    "version": "1.0", 
    "width": 300
}

themeview参数似乎尚未得到支持。

答案 1 :(得分:3)

没有。没有oEmbed支持。

我们可以用富类型添加它。我将其添加为功能请求。 (我在Spotify工作)

我同意功能请求不适合Stack Overflow。