Changes

Jump to: navigation, search

SoundCloud

2,109 bytes added, 16:55, 27 December 2020
Created page with "{{Widget |description=Allows you to add SoundCloud tracks. |author=Sergey Chernyshev, Ioannis Protonotarios, |provider=SoundCloud |providerurl=http://www.soundcloud.com/ |stat..."
{{Widget
|description=Allows you to add SoundCloud tracks.
|author=Sergey Chernyshev, Ioannis Protonotarios,
|provider=SoundCloud
|providerurl=http://www.soundcloud.com/
|status=active
|security=unknown
|addedon=2011-06-30
}}
This widget allows you to add [http://www.soundcloud.com/ SoundCloud] tracks to your [[wiki]] pages.

To insert this widget, use the following minimum [[code]]:

<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|id=26963349
}}</nowiki>

[[Full]] code:

<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|id=
|width=
|height=
|color=
|visual=
}}</nowiki>

== Parameters ==
* '''id''' - numeric ID of the track ('''''required''''')
* '''width''' - width of the widget (default = 100%, use a plain [[number]] for pixels)
* '''height''' - height of the widget (default = 160)
* '''color''' - player theme color (default = ff5500, use hex values without #)
* '''[[visual]]''' - whether to embed ''classic'' or ''visual'' player ([[true]]/false, default = [[false]] = classic player)

=== Notes ===
* To get numeric ID of a track when in SoundCloud click ''Share'' > ''Embed'' and look [[inside]] the embed code for something like "...api.soundcloud.com/tracks/26963349&amp;amp;...". The number "26963349" in this example is the track ID.
* Parameter ''color'' has no effect in ''visual'' player.
* Visual player looks better in a high ''height'' [[value]]. SoundCloud suggests ''300'', ''450'' and ''600'' as heights.
* You can further customize this widget in your wiki easily and [[add more]] boolean parameters if you [[wish]] for ''auto_play'', ''hide_related'', ''show_comments'', ''show_user'' and ''show_reposts''. Just look in the widget's code and it's pretty much [[self]]-explanatory.

== Sample results ==

=== Classic ===
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|id=26963349
|color=00FF00
}}</nowiki>

{{#widget:{{PAGENAME}}
|id=26963349
|color=00FF00
}}

=== Visual===
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
|id=26963349
|visual=true
|height=450
}}</nowiki>

{{#widget:{{PAGENAME}}
|id=26963349
|visual=true
|height=450
}}
{{Comments}}
Root Admin, Bots, Bureaucrats, flow-bot, oversight, Administrators, Widget editors
24,654
edits

Navigation menu