Skip to content

Instantly share code, notes, and snippets.

@TheHeat
Created August 2, 2012 00:24
Show Gist options
  • Save TheHeat/3231864 to your computer and use it in GitHub Desktop.
Save TheHeat/3231864 to your computer and use it in GitHub Desktop.
Paste this into your functions.php to add Soundcloud oEmbed support to a WordPress theme.
wp_oembed_add_provider( 'http://soundcloud.com/*', 'http://soundcloud.com/oembed' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment