I am testing soundcloud in jquery and for that I have begun with the <iframe> of soundcloud.
I have successfully disabled all other parameters as follows:
<iframe id = 'scframe' width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F63422331&&show_artwork=false&show_comments=false&show_playcount=false&sharing=false&buying=false;color=ff7700"></iframe>
Is there something like 'liking=false' parameter?
I referred https://github.com/soundcloud/Widget-JS-API/wiki/widget-options but there wasn't any parameter for the like button.
how do i hide the like button in the soundcloud?
I am testing soundcloud in jquery and for that I have begun with the <iframe> of soundcloud.
<iframe id = 'scframe' width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F63422331&&show_artwork=false&show_comments=false&show_playcount=false&sharing=false&buying=false;color=ff7700"></iframe>I have successfully disabled all other parameters as follows:
Is there something like 'liking=false' parameter?
I referred https://github.com/soundcloud/Widget-JS-API/wiki/widget-options but there wasn't any parameter for the like button.
how do i hide the like button in the soundcloud?