Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

CLIP STUDIO SHARE

// Register oEmbed providers
function clipstudioshare_oembed_provider() {

	wp_oembed_add_provider( 'https://share.clip-studio.com/zh-tw/*', 'https://share.clip-studio.com/zh-tw/oembed/', true );

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