Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mysnippets

// Add Shortcode
function custom_shortcodetag() {

}
add_shortcode( 'myshortcodetag', 'custom_shortcodetag' );