我正在尝试关闭"喜欢"按钮,但参数"喜欢"不起作用,仍然显示"喜欢"按钮(其他人喜欢:显示艺术,评论都可以)
我的内嵌框架:
<iframe width="100%" height="450" scrolling="yes" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2F<?php echo $id; ?>&show_artwork=true&show_comments=false&show_playcount=false&liking=false></iframe>
播放列表是私有的。
$id = "playlists%2F1234567%3Fsecret_token…"
当你在末尾添加"&sharing=false&buying=false"时,它会起作用当"喜欢=错误"位于iframe的末尾时,它不起作用