syntx to add shortcode on html page code example
Example: how to use plugin shortcode in wordpress template
<?php echo do_shortcode("[insert-your-shortcode-here]"); ?>
<?php echo do_shortcode("[insert-your-shortcode-here]"); ?>