xtw18387853d
global $post, $page_builder_id;
$share_box_class= "mini-share-post";
if( is_singular() && empty( $page_builder_id ) ) $share_box_class = "share-post";
$post_link = tie_get_option( 'share_shortlink' ) ? esc_url( wp_get_shortlink() ) : esc_url( get_permalink() );
$post_title = wp_strip_all_tags( get_the_title() );
$protocol = is_ssl() ? 'https' : 'http';
?>