Is adding a Download Limit to the Soundcloud Widget possible? -
hi soundcloud developers,
is there way add download limit standard soundcloud widget?
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3a%2f%2fapi.soundcloud.com%2ftracks%2f110900242%3fsecret_token%3ds-g1cy7&color=00adef&auto_play=false&show_artwork=true"></iframe>
i imagine adding download_limit=100 widget code or that... helpful!
if have experience javascript, can check download_count of track soundcloud api before show widget. if download_count <= 100 simple put &download=true else &download=false
Comments
Post a Comment