Posts Tagged “increase exposure”

I just installed a plugin to enable easy social bookmarking of my pages. Here are the simple steps to follow.

  1. Get the plugin from here.

  2. Unzip and upload social-bookmark.php.

  3. Go to “themes editor” and edit your current theme. comments.php works, as it occurs just below each post. At the top, above the < ?php I inserted the following code: <?php if (function_exists('social_bookmark')) { social_bookmark(); } ?>

Now it should be working :-D

If you enjoyed this post, make sure you subscribe to my RSS feed!