After browsing through the various WordPress plugin repositories, I had yet to find a plugin that offered a visitor a large number of options for bookmarking and article. There were Technorati and Deli.cio.us plugins. Since I’m fairly happy with WordPress, I decided maybe I’d try my hand at writing my first plugin.
Download Latest Version (1.1)
Installation:
Unarchive to your wp-content/plugins directory.
This will leave you with:
- wp-content/plugins/bookmarks.php
- wp-content/plugins/bookmarks/*.png
Usage:
In your theme, somewhere within the Loop place the code <?php sef_bookmarks(); ?> to call the function.
The plugin uses the is_single() call to ensure that the bookmarks don’t garbage up your main page.
Support:
None.