Stratus is a jQuery powered SoundCloud player that lives at the bottom (or top) of your website or blog. In version 2, we’ve rebuilt Stratus from the ground up to include many requested features, a nicer aesthetic, and a much easier installation.
- Stratus For Soundcloud Login
- Stratus Soundcloud
- Stratus For Soundcloud Player
- Stratus For Soundcloud Download
- Stratus For Soundcloud Downloader
SoundCloud Logo. This track is a drum kit with almost no processing on it. Exponential Audio’s Stratus reverb, with decreased early reflections. Stratus is a simple and efficient SoundCloud player: – The app is located in the menu bar, allowing you to always keep SoundCloud open, saving you from worrying about managing browser tabs, or losing your music when you close/restart your browser.
Pumped?Yeh, me too. Here’s how to participate in the BETA:
'Limited Direct To Disc Reference Edition'. Gatefold cover Recorded 18 March, 1981 at Studio 1, CBS, London. Vertrieb: In-akustik GmbH, Im Breyel 13, D-7801 Pfaffenweiler. Stratus is a jQuery powered SoundCloud player that lives at the bottom (or top) of your website or blog. SoundCloud is an online audio distribution platform that allows collaboration, promotion and distribution of audio recordings. Reach the top of the digital hemisphere with Stratus Online! Stream Tracks and Playlists from Stratus Digital Media on your desktop or mobile device.
Installation
Installing Stratus is easy. All you need to do is add some code to the <head>
section of your HTML.
First, make sure you have jQuery installed.
Next, include the main Stratus library.
Finally, configure and load the Stratus plugin.
That’s it! For a list of all configuration options, go here.
Feedback
All good BETA tests require good feedback. If you’ve got a suggestion, found a bug, or deployed the player on your site: Please, let me know @leemartin or at lee@soundcloud.com. We really appreciate the help!
Thanks and happy BETA testing!
Installation
Stratus For Soundcloud Login
See installation guides for: WordPressTumblrBlogger
Installing Stratus is easy!
- Register as a SoundCloud developer to obtain a Client ID.
- Make sure you're using jQuery version 1.7.
- In your page's
<head>
, after jQuery, add the follow script: - Finally, configure and load the Stratus plugin:
And that's it! For further customization options, keep reading.
Customization
You can customize Stratus by passing the appropriate options to the stratus
function.
For example, the code below will cause the player to auto play a random Queens of the Stone Age track and hide the download button.
Options
Refer to the table below for all configuration options.
Key | Default | Description |
---|---|---|
align | 'bottom' | Whether the player appears at the top of bottom of the page. Acceptable values: top or bottom |
animate | 'slide' | How and if the player should animate when it opens. Acceptable values: slide , fade , or false . |
auto_play | false | Whether the player should start playing automatically. |
buying | true | Whether the buy button should appear on the player. |
color | 'F60' | The color of the controls and waveform. Acceptable value: hex or name (from SVG color codes) |
download | true | Whether the download button should appear on the player. |
links | An comma separated list of SoundCloud links. Can be a track, set, user, or group. | |
offset | 0 | This will position the player x pixels from the top or bottom of page depending on alignment. |
position | 'fixed' | Change to absolute if you do not want the player to scroll with the page. |
random | false | Whether the first played track is randomly chosen. |
user | true | Whether or not the track artist name is shown on player. |
stats | true | Whether or not the stats for comments, favorites, and plays appear on the player. |
theme | The theme option is deprecated due to security concerns. | |
volume | 50 | The default volume level. Acceptable value: 0 - 100 |
New Features
Dynamically Add Tracks
You can now add tracks to Stratus right from your page. Simply give a SoundCloud track link the class of stratus
and the player will do the rest. This works great for the discography section of your site.
Try it out: Zeds Dead - Lost You
Sharing
Users can now click the share button to email, tweet, facebook, and embed your tracks around the web.
Stratus Soundcloud
Commenting & Favoriting
Users can now comment and favorite tracks right from Stratus. Upon intially clicking either button, they will be asked to login to your player. Once logged in, they'll be able to comment and favorite currently playing tracks.
Tracklist
Stratus For Soundcloud Player
Double-click any blank space on the player to unveil a tracklist of all currently queued up tracks.
Pop-up Player
Users can now popup your player and continue listening to tunes while they browser your site.
Stratus For Soundcloud Download
Theming
Stratus For Soundcloud Downloader
Passing a custom theme is deprecated due to security concerns.
Who's using it?
Feedback
Got a suggestion? Found a bug? Deployed the player on your site? Let us know api@soundcloud.com
FAQ
Can I keep Stratus playing even when the page reloads?
Not currently. Your site would need to be built so that it doesn't reload rather than the player. However, we do provide a popup function that users can click to enjoy your tunes while browsing your site.
How can I make YouTube videos appear below Stratus?
The trick is adding ?wmode=transparent
to each of your YouTube videos. You can also adjust all YouTube videos on a single page with jQuery.
Stratus is Copyright © 2021 SoundCloud, released under the MIT License.