';
} elseif ($post_type == "post") {
$html .= '
';
} elseif ($post_type == "page") {
$html .= '
';
}
$html .= '
';
$html .= '
';
if($show_share_icon == 'yes'){
$html .= '';
}
$html .= ''. __('Share','qode') .'';
$html .= '';
$html .= '
';
$is_mobile = (bool)preg_match('#\b(ip(hone|od|ad)|android|opera m(ob|in)i|windows (phone|ce)|blackberry|tablet'.
'|s(ymbian|eries60|amsung)|p(laybook|alm|rofile/midp|laystation portable)|nokia|fennec|htc[\-_]'.
'|mobile|up\.browser|[1-4][0-9]{2}x[1-4][0-9]{2})\b#i', $_SERVER['HTTP_USER_AGENT'] );
if(isset($qode_options_proya['enable_facebook_share']) && $qode_options_proya['enable_facebook_share'] == "yes") {
$html .= '- ';
// if mobile, use different link to sharer.php service
if($is_mobile) {
$html .= '';
if (!empty($qode_options_proya['facebook_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("Facebook","qode") . "";
$html .= "";
$html .= " ";
}
if($qode_options_proya['enable_twitter_share'] == "yes") {
$html .= '";
}
if($qode_options_proya['enable_google_plus'] == "yes") {
$html .= '- ';
$html .= '';
if(!empty($qode_options_proya['google_plus_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("Google+","qode") . "";
$html .= "";
$html .= " ";
}
if(isset($qode_options_proya['enable_linkedin']) && $qode_options_proya['enable_linkedin'] == "yes") {
$html .= '- ';
$html .= '';
if(!empty($qode_options_proya['linkedin_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("LinkedIn","qode") . "";
$html .= "";
$html .= " ";
}
if(isset($qode_options_proya['enable_tumblr']) && $qode_options_proya['enable_tumblr'] == "yes") {
$html .= '- ';
$html .= '';
if(!empty($qode_options_proya['tumblr_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("Tumblr","qode") . "";
$html .= "";
$html .= " ";
}
if(isset($qode_options_proya['enable_pinterest']) && $qode_options_proya['enable_pinterest'] == "yes") {
$html .= '- ';
$image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full');
$html .= '';
if(!empty($qode_options_proya['pinterest_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("Pinterest","qode") . "";
$html .= "";
$html .= " ";
}
if(isset($qode_options_proya['enable_vk']) && $qode_options_proya['enable_vk'] == "yes") {
$html .= '- ';
$image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full');
$html .= '';
if(!empty($qode_options_proya['vk_icon'])) {
$html .= '
';
} else {
$html .= '';
}
//$html .= "" . __("VK","qode") . "";
$html .= "";
$html .= " ";
}
$html .= "
";
$html .= "
";
if($post_type == "portfolio_page" || $post_type == "post" || $post_type == "page") {
$html .= '
';
}
}
}
}
return $html;
}
add_shortcode('social_share', 'social_share');
}