Embedding music or podcasts into your WordPress website is a fun way to jazz up your visitor interaction, and make it more… well… interactive.
On average, dropping in SoundCloud content in WordPress makes engagement go up by 25%!
And SoundCloud embedding has gotten simpler with the Gutenberg editor’s SoundCloud block.
How simple? Let’s roll through it right quick:
Gutenberg block editor makes adding Soundcloud audio files to your WordPress site is easy as cake.
To embed a SoundCloud track or playlist, find the SoundCloud embed block by searching the Block Inserter for “sound”:
Find The SoundCloud embed block
Then you just copy the URL from SoundCloud and paste it into the SoundCloud embed block in WordPress, like so:
Copy and paste SoundCloud URL
The embedded link shows the album or playlist’s cover art along with a list of tracks you can scroll through. You can even add a caption to the track!
You Can Even Add A Caption!
The vanilla Soundcloud block should be fine for most sites but if you are interested in more options then plugins like ZoomSounds premium plugin or the Ultimate Soundcloud plugin have responsive design and customizable features.
With the classic editor, it’s the same exact thing: you just paste in the URL from SoundCloud and it grabs the embed code for you.
Copy and Paste! It’s really that easy to embed your SoundCloud tracks into a WordPress post
You’ve got an album cover, tracks, the works.
Adding multiple tracks to WordPress pages or posts is just as simple as pasting in each link.
The free SoundCloud Ultimate plugin is a nice upgrade for musicians, podcasters, or website owners to plug directly into the SoundCloud app. It goes beyond simply showcasing your pieces to the public using the SoundCloud player widget on your site. This plugin gives you the ability to manage, upload, and delete your SoundCloud tracks directly from the WordPress admin panel.
This plugin is chock-full of features, which include:
Style changes to the Soundcloud embed block can be done through CSS.
For example, you can try this CSS as an example to make them smaller and flatter rectangles.
.wp-block-embed-soundcloud iframe {
height: 200px; /* Originally 400 */
width: 400px; /* Originally 604 */
}
Got to Appearance > Customize > Additional CSS to add the CSS.
Adding multiple SoundCloud tracks to a WordPress page or post is a walk in the park and doesn’t need any coding. Just paste the URL of each track into the content area in WordPress. This will fetch the embed code for each track, letting you add them to your page or post with a click.
You can also use the SoundCloud Shortcode plugin if you’re using a self-hosted site, which makes it even easier. With this, you can add multiple audio files from SoundCloud and create a fun experience for your visitors.
No, sorry, private tracks can’t be embedded in WordPress. If you try to paste a link to a private track into the content area, an error message will show up.