ID); // Post URL $my_title = str_replace(' ','+',get_the_title( $post->ID )); // Post title $content .= ""; //if (is_page() && is_feed()) { if (is_single()) { $content .= "\n" . '
' . "\n"; } return $content; } add_filter('the_content', 'add_to_social'); ?>