ID;
$social_share_icon_opt = broadnews_get_option('single_post_social_share_view');
$wrap_class = '';
if ($social_share_icon_opt == 'after-title-default') {
$wrap_class = 'social-after-title';
} else {
$wrap_class = 'social-before-title';
}
?>