ID ), 'full' ); // Construct sharing URL without using any script $twitterURL = 'https://twitter.com/intent/tweet?text='.$artcelaTitle.'&url='.$artcelaURL.'&via=artcela'; $facebookURL = 'https://www.facebook.com/sharer/sharer.php?u='.$artcelaURL; $googleURL = 'https://plus.google.com/share?url='.$artcelaURL; $bufferURL = 'https://bufferapp.com/add?url='.$artcelaURL.'&text='.$artcelaTitle; //$whatsappURL = 'whatsapp://send?text='.$artcelaTitle . ' ' . $artcelaURL; $linkedInURL = 'https://www.linkedin.com/shareArticle?mini=true&url='.$artcelaURL.'&title='.$artcelaTitle; $pinterestURL = 'https://pinterest.com/pin/create/button/?url='.$artcelaURL.'&media='.$artcelaThumbnail[0].'&description='.$artcelaTitle; // Add sharing button at the end of page/page content $content .= '
'; return $content; } else{ // if not a post/page then don't include sharing button return $content; } }; function artcela_social_sharing() { echo wp_kses( artcela_social_sharing_buttons('') ,artcela_allow_html() ); do_action('artcela_tags'); } ?>