Skip to content Skip to sidebar Skip to footer

Player Html5 Soundcloud

I would like to change flash player SoundCloud to HTML5 player to my site in WordPress. The audios are add in pages. I'm having problems because i cant find a code no user, just a

Solution 1:

Did you try code like this?

Simply create a new Wordpress post, give a title, then in main text area just insert the shown code below into it as if it was usual article text: (click "Save draft" and then try "Preview") :

[soundcloud url="http://api.soundcloud.com/tracks/34019569" params="color=000000" width="100%" height="166" iframe="true" /]

note: You must use http:// not the SSL version of https://.

EDIT :

First make sure you install the SoundCloud Short Code plugin (made by SoundClound Inc) :

For using SoundCloud URL as link, you can now try:

[soundcloud url="https://soundcloud.com/soulmovementrecords/dj-fleg-new-horns" params="auto_play=false&show_comments=false" width="100%" height="150" /]

Here is a link to an example: SoundCloud Player test (using a page URL not user or track ID)

I assume using your code, you can try something like:

[soundcloud url="sound_link" params="auto_play=false&show_comments=false" width="100%" height="150" /]

Post a Comment for "Player Html5 Soundcloud"