Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Voice Thread

// Register oEmbed providers
function custom_oembed_provider() {

	wp_oembed_add_provider( '', 'www.voicethread.com', true );

}

// Hook into the 'init' action
add_action( 'init', 'custom_oembed_provider' );