I ran into a problem recently with this plugin. Installed it and activated it but now I am suppose to add this (<? if (function_exists('social_bookmark')) { social_bookmark(); } ?> ) code to the post loop As it will not work in the sidebar. So where exactly should i add it..? Which file? Thanks.
look for this in your index.php file: <?php if (have_posts()) : while (have_posts()) : the_post(); Code (markup): Depending on the location you want the plugin output to show up will determine where you put the plugin code. I'd suggest immediately after this line in the loop: <?php the_content(); ?> Code (markup):
Happy to help. You should add a line break between your post content and the "continue reading" link too.