mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Publisher and soundcloud attribute, streamer
- More attribute to publisher and soundcloud - Started using the streamer api instead of widget api
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
<div id="fireplace_player" class="ytplayer"></div>
|
||||
{{/unless}}
|
||||
<div id="player" class="ytplayer"></div>
|
||||
<div id="soundcloud_container">
|
||||
<iframe width="100%" id="soundcloud_player" height="166" scrolling="no" frameborder="no" style="visibility: hidden;z-index: -999;"
|
||||
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/undefined&{ auto_play: false, buying:false, sharing:false, download:false, show_user:false, }">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<div id="main_components">
|
||||
<div id="player_overlay" class="hide valign-wrapper">
|
||||
<div id="playing_on">
|
||||
@@ -17,6 +13,9 @@
|
||||
<div id="chromecast_text"></div>
|
||||
</div>
|
||||
<div class="soundcloud_info_container hide">
|
||||
<a href="#!" id="soundcloud_listen_link" target="_blank">
|
||||
<img src="https://developers.soundcloud.com/assets/powered_by_large_white-9c2af6a93ad2b1c541f423d9e9045980.png" />
|
||||
</a>
|
||||
<a href="#!" class="btn green waves-effect waves-light" target="_blank">Buy</a>
|
||||
<a href="#!" class="btn red waves-effect waves-light" target="_blank">Artist</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user