Spotify 插件 打开 Spotify
Spotify Plugin Opening up Spotify
我试过将嵌入代码直接从 Spotify 粘贴到我的 php 文件中。一旦我在 iframe 上点击播放,它就会打开 Spotify 并从那里播放。我希望音乐直接从网页播放,而不是在 Spotify 中播放。
我在WordPress/php方面的经验不多,所以我不知道从哪里开始修改代码。
这是 Spotify 播放按钮的预期行为。
When a logged-in Spotify user clicks the button, the music will start
playing in the Spotify player. If the user is not logged into their
Spotify account, the Spotify Play Button will play a 30-second audio
preview of the music, and they will be prompted to login or sign up.
您可以阅读更多相关信息 here。
目前无法直接在浏览器中从 Spotify 获取完整曲目播放。使用 Web API,您可以播放 30 秒的剪辑(轨道对象的一部分 here) or control Spotify connect, which will start playback in a Spotify player (documentation here)。
我试过将嵌入代码直接从 Spotify 粘贴到我的 php 文件中。一旦我在 iframe 上点击播放,它就会打开 Spotify 并从那里播放。我希望音乐直接从网页播放,而不是在 Spotify 中播放。
我在WordPress/php方面的经验不多,所以我不知道从哪里开始修改代码。
这是 Spotify 播放按钮的预期行为。
When a logged-in Spotify user clicks the button, the music will start playing in the Spotify player. If the user is not logged into their Spotify account, the Spotify Play Button will play a 30-second audio preview of the music, and they will be prompted to login or sign up.
您可以阅读更多相关信息 here。
目前无法直接在浏览器中从 Spotify 获取完整曲目播放。使用 Web API,您可以播放 30 秒的剪辑(轨道对象的一部分 here) or control Spotify connect, which will start playback in a Spotify player (documentation here)。