Bookmark Me
Bookmark me is a WordPress plugin made to add the “social bookmark buttons” on each post. It is different to other social bookmarks plugins because it’s focused on collecting non-english bookmarks site.
As now, it counts russian, arabian, italian, french, german, espanol, slovak, netherlands, sweden sites.
And it’s still growing with the help of users… with YOUR help.
Usage
After the plugin is installed and activated, in the “settings” page there will be a special options page for bookmark me. You can choose which buttons have to appear and where (relative to the post: on the top, on the botton, in the middle, and so on).
You can, as well, call the function “bookmark_me()” directly from the theme if you want a better layout control.
Or, even better, use the post layout plugin to easly control where and how the buttons have to show. If you need hints on how to integrate the two plugins, feel free to write me or leave a comment.
Download
The plugin is available fromt the WordPress repository: Bookmark Me WordPress Plugin.

You misspelled languuages
I use this WordPress plugin and think it’s quite nice. Good work!
Here is a list of more than hundred german social bookmarking sites. http://www.zweinull.cc/uber-100-social-networks-aus-deutschland/
Would be great if you added Mr. Wong and some german sites!
It would be nice to have some some field to write text after the icons so we can use html tags to customize the whole look.
Also, you are missing many important site in english like Windows Live Bookmarks.
simple and nice plugin, great work!
it would be great if you can add Leonaut.com to your list, a half german/italian social bookmarking site. but also, french, spanish or english content is welcome.
Grazie+Una bella giornata alle piedi italiane
what is the code that I have to plug in my POST page in case I want to place the bookmark_me function manually?
thank you.
The code to add in the template file is
< ?php echo bookmark_me(); ?>
Thank you. it worked. is it possible to show the name of the bookmark next to its icon?
thank you.
May be in the next release… really, it’s a nice idea, but i have no time to implement it these days…
no problem. thank you. appreciate your work.
hi, thx 4 your Work.
Is it posible to show only (costumised) text instad of the Icons?
Little bug for images display :
I moved wordpress to another directory like this article : http://codex.wordpress.org/Moving_WordPress
Or, if wordpress script is on a sub-directory (not at the root), images from Bookmark Me can’t be display.
the line $image_url = get_option(’home’) . ‘/wp-content/plugins/bookmark-me/images/’;
need to become $image_url = get_option(’home’) . ‘/wordpress/wp-content/plugins/bookmark-me/images/’;
Ok, I can modify it ;), but if there is an update, I need to do it again. There is a possibility to automatised this ?
Thanks and very nice plug-in !!
@Yomeno
There’s a variable called WP_PLUGIN_DIR, maybe this helps.
$image_url = WP_PLUGIN_DIR;
Otherwise check these articles:
http://planetozh.com/blog/2008/07/what-plugin-coders-must-know-about-wordpress-26/
http://planetozh.com/blog/2008/07/what-plugin-coders-must-know-about-wordpress-26/
Yomeno: Check these URLs
http://alexrabe.boelinger.com/2008/08/06/the-hassle-with-wp_content_url-and-wp_plugin_dir/
and the one in the article leading to Ozh’s article!
About the image url problem: I updated the plugin some days ago with the right option to create the image url, it’s sill not working?
Yeah, it’s working now ! Thanks a lot !! Your plug-in is very great !
Nice plug…I’m using it on my blog as we speak. Cheers