Tag Archives: SoundCloud

Some Good Websites Excluding SoundCloud That Offers Free Creative Common Music

Creative Common is popular among image files but there are different other content types that are also licensed under creative commons. There are many websites that provides you content like creative common text, creative common videos and creative common music etc. SoundCloud is a popular website you can use for finding some creative common music but on cloud there are no shortage of domains running websites where you can search plenty of it to share, remix and even use it commercially.

Jewel Beat

Free Music Library

Free Music Archive

Free Music Archive

Jamendo

Jamendo

Free Sound

Free Sound

Audio Nautix

Audio Nautix

If you also know about some good service offering free, creative common sound the feel free to share it by posting a comment.

How To Add External Media Files In WordPress Library Via oEmbed ?

oEmbed is now a popular feature among bloggers. It allows you to embed any media file like videos and images simply by pasting their URLs inside post content.

Continue reading How To Add External Media Files In WordPress Library Via oEmbed ?

Top 3 WordPress Widget Plugins For Displaying Links To Social Media Profiles

Here are three best and very popular WordPress widget plugins that allows you to display links to your social media profiles.

Continue reading Top 3 WordPress Widget Plugins For Displaying Links To Social Media Profiles

Embedding SoundCloud In Your WordPress Posts

You can embed SoundCloud in your WordPress posts using WordPress feature oEmbed. It supports auto embedding until your URL breaks the line. WP oEmbed library supports Twitter, YouTube and many other popular services. SoundCloud is not yet supported by WordPress but still you have it by using oEmbed with the help of this function: wp_oembed_add_provider() 

Adding oEmbed for SoundCloud in WordPress:

Open your theme’s function.php file and add the following code:

function add_oembed_soundcloud(){
wp_oembed_add_provider( ‘http://soundcloud.com/*’, ‘http://soundcloud.com/oembed’ );
}
add_action(‘init’,’add_oembed_soundcloud’);

All done. Now you can simply paste SoundCloud URL on separate line and let oEmbed do auto-embedding.

Using WordPress Plugin:

You may also use this WordPress Plugin SoundCloud is Gold.

If you are running your blog on WordPress.Com then you may use the shortcode available for all WordPress.Com users because Sound Cloud is officially supported by WordPress.Com.

If you have a self hosted blog then you may use JetPack plugin and enable option for shortcode embeds. After doing this you can easily use the shortcode as shown here: