Mixcloud Embed free WordPress plugin
Description
Mixcloud Embed free WordPress plugin
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]