Got players working.
This commit is contained in:
parent
cfdb083a81
commit
fea34835e1
3 changed files with 65 additions and 40 deletions
17
example.html
17
example.html
|
@ -12,6 +12,21 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="soundcloud" data-url="https://soundcloud.com/joshtronic/baby-got-back/s-IGDdX" data-auto_play="true"></div>
|
||||
<h1>jQuery SoundCloud Plugin</h1>
|
||||
|
||||
<h2>Maximum Config</h2>
|
||||
<div
|
||||
class="soundcloud"
|
||||
data-url="https://soundcloud.com/joshtronic/baby-got-back"
|
||||
data-auto_play="true"
|
||||
data-color="336699"
|
||||
data-iframe="false"
|
||||
data-maxheight="81px"
|
||||
data-max-width="500px"
|
||||
data-show_comments="true"
|
||||
></div>
|
||||
|
||||
<h2>Minimal Config</h2>
|
||||
<div class="soundcloud" data-url="https://soundcloud.com/joshtronic/baby-got-back"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue