diff --git a/functions.php b/functions.php index 7414567..67fe04a 100644 --- a/functions.php +++ b/functions.php @@ -78,14 +78,14 @@ function crunchify_social_sharing_buttons($content) { // Add sharing button at the end of page/page content $content .= ''; - $content .= '
'; - $content .= '
SHARE ON
Twitter'; - $content .= 'Facebook'; - $content .= 'WhatsApp'; - $content .= 'Google+'; - $content .= 'Buffer'; - $content .= 'LinkedIn'; - $content .= 'Pin It'; + $content .= '
'; + $content .= ''; + $content .= ''; + $content .= ''; + $content .= ''; + $content .= ''; + $content .= ''; + $content .= ''; $content .= '
'; return $content;