Insert shortcode between ”

just use

<?php echo do_shortcode('[YOUR_SHORT_CODE_HERE]');?>

For more information:

Short-code in code file

$cb_byline="<div class="cb-byline">" . $cb_author . $cb_date . $cb_cat_output . $cb_comments . $cb_post_views . do_shortcode('[YOUR_SHORT_CODE_HERE]'). '</div>';
}

For Plugin “I Recommend This” :

<?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis(); ?>