关闭Like按钮 - Soundcloud Widget参数

时间:2012-05-06 17:57:32

标签: button soundcloud social-media-like

我正在尝试关闭Like按钮,但参数“喜欢”不起作用,仍显示Like按钮(其他类似:show art,评论还可以)

我的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…"

1 个答案:

答案 0 :(得分:0)

当你在最后添加“&amp; sharing = false&amp; buying = false”时它会起作用 当“liking = false”位于iframe的末尾时,它不起作用