0

我正在尝试关闭“赞”按钮,但参数“赞”不起作用并且仍然显示“赞”按钮(其他人喜欢:展示艺术,评论还可以)

我的 iframe:

<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…"
4

1 回答 1

0

当您在末尾添加“&sharing=false&buying=false”时它有效 当“like=false”位于 iframe 末尾时它不起作用

于 2012-05-07T13:03:27.943 回答