Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

// Register oEmbed providers
function custom_oembed_provider_admitad() {

	wp_oembed_add_provider( 'https://ad.admitad.com/shuffle/*/', 'https://ad.admitad.com/oembed/', false );

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