Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

event

// Register oEmbed providers
function event() {

	wp_oembed_add_provider( 'https://busquechina.com', 'https://busquechina.com', false );

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