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' );
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' );