Skip to content

Instantly share code, notes, and snippets.

@danwoods
Created July 9, 2012 11:29
Show Gist options
  • Save danwoods/3075922 to your computer and use it in GitHub Desktop.
Save danwoods/3075922 to your computer and use it in GitHub Desktop.
Simple Sound Cloud player
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Sample SC</title>
<link rel="stylesheet" href="css/sc-player-standard.css" type="text/css">
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="js/soundcloud.player.api.js"></script>
<!-- <script type="text/javascript" src="js/api.js"></script> -->
<script type="text/javascript" src="js/sc-player.js"></script>
</head>
<body>
<a href="http://soundcloud.com/zoogma" class="sc-player">My new dub track</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment