';
$content .= '
SHARE ON
Sprybirds';
$content .= '';
$content .= 'Facebook';
$content .= 'Google+';
$content .= 'Buffer';
$content .= '';
return $content;
}else{
// if not post/page then don't include sharing button
return $content;
}
};
add_filter( 'the_content', 'sprybirds_all_social_sharing_buttons');
?>