Widget:SC
Description

This widget allows you to embed audio hosted on SoundCloud. It will generate all necessary HTML markup and create a minimalistic HTML5/Flash player with "Play/Pause" button and name of the audio you are embedding. You should pass one required parameter to the widget: absolute URL of the audio (which is easy to obtain from SoundCloud "Share' options). The mini player is supposed to be very compact and not to make the page overloaded with unnecessary elements.
Also, if needed, you can adjust width of the player by passing second parameter.
JavaScript engine and styling for this widget are located in common.js and common.css respectively and can (should) be changed as neede. This widget uses jQuery library, SoundCloud API connector and jQuery plugin The SoundCloud Custom Player.
Usage
The widget code looks like this:
{{#widget:SC|link=YOUR_URL|width=YOUR_WIDTH}}
Where:
link -- URL of the audio file you can find on SoundCloud (see the image)
width -- you can adjust the width of the mini player (for example when the audio file name is too long). This parameter is optional, default value is 175px. Please specify the width without 'px', just the number.