Mixcloud Embed

The Mixcloud Embed plugin allows you to embed the Mixcloud player to your WordPress blog or page.
This plugin was born on the old Mixcloud Shortcode,

Author:Domenico Biancardi (profile at wordpress.org)
WordPress version required:3.5.1
WordPress version tested:4.3.0
Plugin version:2.2.0
Added to WordPress repository:11-03-2013
Last updated:03-09-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:54
Rated by:10
Plugin URI:
Total downloads:20 169
Active installs:700+
plugin download
Click to start download

The Mixcloud Embed plugin allows you to add the Mixcloud player into your WordPress blog or page, by using the [mixcloud] shortcode. You can also display a playlist of the cloudcast. In the last version there is the possibility to use a widget on your sidebar for view your Mixcloud profile.

Usage

As default you only need to copy the URL of the song from Mixcloud you wish to add into your WordPress post or page, and past it between [mixcloud] and [/mixcloud]

[mixcloud]http://www.mixcloud.com/artist-name/long-live-set-name/[/mixcloud]

Make sure it's the permalink (…com/artist-name/dj-set-or-live-name/) instead of "…com/domenicobiancardi/".

The optional parameters are height and width:

[mixcloud height="100" width="400"]http://www.mixcloud.com/artist-name/recorded-live-somewhere/[/mixcloud]

If you want display a cloudcast profile you must add the parameter profile with value true

[mixcloud profile="true"]http://www.mixcloud.com/BJT/[/mixcloud]

If you want embed an entire playlist you must add the url of the playlist:

[mixcloud]http://www.mixcloud.com/BJT/playlists/bjt-djset/[/mixcloud]

This shortcode display a cloudcast profile BJT.

Parameters

This version accepts the following parameters:

  • Height: integer value
  • Width: integer value
  • Iframe: boolean value
  • Playlist: boolean value
  • Profile: boolean value

Examples

[mixcloud]https://www.mixcloud.com/dottblanchard/dott-blanchard-discovering-music/[/mixcloud]
[mixcloud height="100" width="400"]https://www.mixcloud.com/dottblanchard/dott-blanchard-discovering-music/[/mixcloud]
[mixcloud iframe="true"]https://www.mixcloud.com/dottblanchard/dott-blanchard-discovering-music/[/mixcloud]
[mixcloud iframe="false"]https://www.mixcloud.com/dottblanchard/dott-blanchard-discovering-music/[/mixcloud]
[mixcloud]http://www.mixcloud.com/BJT/playlists/bjt-djset/[/mixcloud]
[mixcloud profile="true"]http://www.mixcloud.com/dottblanchard/[/mixcloud]

Screenshots
FAQ
ChangeLog