diff --git a/functions.php b/functions.php index cb77926..3e79081 100644 --- a/functions.php +++ b/functions.php @@ -68,7 +68,6 @@ function crunchify_social_sharing_buttons($content) { // Construct sharing URL without using any script $twitterURL = 'https://twitter.com/intent/tweet?text='.$crunchifyTitle.'&url='.$crunchifyURL.'&via=Crunchify'; $facebookURL = 'https://www.facebook.com/sharer/sharer.php?u='.$crunchifyURL; - $googleURL = 'https://plus.google.com/share?url='.$crunchifyURL; $bufferURL = 'https://bufferapp.com/add?url='.$crunchifyURL.'&text='.$crunchifyTitle; $whatsappURL = 'whatsapp://send?text='.$crunchifyTitle . ' ' . $crunchifyURL; $linkedInURL = 'https://www.linkedin.com/shareArticle?mini=true&url='.$crunchifyURL.'&title='.$crunchifyTitle; @@ -82,7 +81,7 @@ function crunchify_social_sharing_buttons($content) { $content .= ''; $content .= ''; $content .= ''; - $content .= ''; + // $content .= ''; $content .= ''; $content .= ''; $content .= '';