Soundcloud-Player
jQuery Soundcloud Player. Stream track playlist by title, tags or username.
Uage:
<!-- CSS --> <link type="text/css" rel="stylesheet" href="src/scp.css" /><!-- HTML --> <div id="scp"></div>
<!-- jQuery --> <script src="//code.jquery.com/jquery-2.1.1.min.js"></script> <script src="src/scp.js"></script> <script> scp( auto_play = true, // true or false client_id = 'Your soundcloud client_id' ); </script>