plugin page. Author: Biser Markov Author URI: http://socibook.com/ */ function add_me($content) { global $post; $my_width = '100%'; $my_align = 'left'; $my_images_folder = get_settings('home') . '/wp-content/plugins/add-to-your-socibook-social-bookmarking-button/images/'; $my_link = get_permalink($post->ID); $my_title = get_the_title($post->ID); if ( !is_feed() && !is_page() ) { $content .= "\n\n" . '' . "\n" . '' . "\n" . '
' . "\n" . '' . "\n\n"; } return $content; } add_filter('the_content', 'add_me', 1097); ?>