Ludus custom oembed
Embed Ludus presentation in your blog
// Register oEmbed providers
function ludus_oembed_provider() {
wp_oembed_add_provider( 'https://app.ludus.one', 'https://app.ludus.one/oembed', false );
}
add_action( 'init', 'ludus_oembed_provider' );