Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

fxb

xc

// Add Shortcode
function custom_shortcode() {
}
add_shortcode( 'shortcode', 'custom_shortcode' );