jxnblk / plangular

Create custom SoundCloud players with HTML & CSS
http://jxnblk.github.io/plangular
480 stars 93 forks source link

Including the 'Buy' button #61

Closed cutout closed 9 years ago

cutout commented 9 years ago

I could hard-code this, but do you have plans to include Soundcloud's 'Buy' button in the player? As a sidenote, I'm really impressed with this project! Thanks for putting it out there.

shazzygh commented 9 years ago

Not the author here, but you can display a Buy button like this: <a href="{{ track.purchase_url }}" ng-if="track.purchase_url" title="Buy">Buy</a>

cutout commented 9 years ago

Great point, thanks shazzygh!