Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Scoop.it

Scoop.it Embed

// Register oEmbed providers
function custom_oembed_provider() {

	wp_oembed_add_provider( 'http://www.scoop.it/*', 'https://www.scoop.it/oembedprovider', false );

}
add_action( 'init', 'custom_oembed_provider' );