From c3ede2a4bd66a7baed8f2e9105bfc23ba610ea29 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 25 Oct 2018 11:14:02 +0200 Subject: [PATCH] functions/social: comment out buffer As we don't have a fork-awesome icon for it, let's remove it for the time being --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 .= '';