Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TypeCast Player

TypeCast oembed provider

// Register oEmbed providers
function typecast_oembed_provider() {

	wp_oembed_add_provider( 'https://play.typecast.ai/s/*', 'https://play.typecast.ai/oembed', false );

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