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.

  1. April 20th, 2008 at 21:38 | #1

    You misspelled languuages :-)

  2. May 16th, 2008 at 09:49 | #2

    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/

  3. May 19th, 2008 at 10:48 | #3

    Would be great if you added Mr. Wong and some german sites!

  4. May 25th, 2008 at 11:06 | #4

    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.

  5. July 2nd, 2008 at 01:46 | #5

    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 :)

  6. July 6th, 2008 at 02:40 | #6

    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.

  7. July 6th, 2008 at 08:40 | #7

    The code to add in the template file is

    < ?php echo bookmark_me(); ?>

  8. July 6th, 2008 at 17:00 | #8

    Thank you. it worked. is it possible to show the name of the bookmark next to its icon?
    thank you.

  9. July 8th, 2008 at 21:47 | #9

    May be in the next release… really, it’s a nice idea, but i have no time to implement it these days…

  10. July 9th, 2008 at 07:46 | #10

    no problem. thank you. appreciate your work.

  11. August 17th, 2008 at 22:46 | #11

    hi, thx 4 your Work.
    Is it posible to show only (costumised) text instad of the Icons?

  12. September 1st, 2008 at 10:27 | #12

    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 !!

  13. September 7th, 2008 at 16:33 | #13

    @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/

  14. September 7th, 2008 at 16:34 | #14

    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!

  15. September 7th, 2008 at 16:49 | #15

    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?

  16. September 7th, 2008 at 17:00 | #16

    Yeah, it’s working now ! Thanks a lot !! Your plug-in is very great !

  17. May 18th, 2009 at 22:11 | #17

    Nice plug…I’m using it on my blog as we speak. Cheers

  1. July 2nd, 2008 at 00:03 | #1
  2. March 14th, 2009 at 15:14 | #2