05
03
2008
Social Bookmarking Plugin
Posted by: Luke in blogging, tags: increase exposure, php, plugin, social bookmarking, wordpressI just installed a plugin to enable easy social bookmarking of my pages. Here are the simple steps to follow.
Get the plugin from here.
Unzip and upload
social-bookmark.php.Go to “themes editor” and edit your current theme.
comments.phpworks, as it occurs just below each post. At the top, above the< ?phpI inserted the following code:<?php if (function_exists('social_bookmark')) { social_bookmark(); } ?>
Now it should be working
Related posts:












