Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the soundcloud custom player to pull in favorites. my question is how do i sort by date favorited, not by date uploaded which is the default in the minimal demo?

http://developers.soundcloud.com/docs/custom-player

the script i'm working off of is here: https://github.com/soundcloud/soundcloud-custom-player/blob/master/js/sc-player.js

in my implementation i built the player using:

<div class="post faves">
<a href="http://soundcloud.com/mr-tunes/favorites" class="sc-player"></a>
</div>
share|improve this question
code snippet plssss – Ashirvad Aug 30 '12 at 20:53
just added it above, sorry. – mrtunes Aug 30 '12 at 20:58
hey its already giving by sort date favorited – Ashirvad Aug 30 '12 at 21:04
on my live site mrtunes.ca it's going by alphabetical though. sorry not alphabetical, something stranger than that hah. – mrtunes Aug 30 '12 at 21:05
it's sorting by date the track was uploaded. not the date it was favourited. sorry it took me a while to figure that out. – mrtunes Aug 30 '12 at 21:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.