This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Bookmark Me

Description

The Bookmark Me plugin will add buttons that let your visitors share your content on social media sites such as Buzz Up!, Delicious, Digg, Facebook, Mixx, Reddit and StumbleUpon.

Share by Email and Print buttons are also added when the plugin is called within the loop.

Hovering the initial set of buttons will reveal many more services. Only major services are included in the complete list of services. (Two exceptions were made for specialized sites.)

These services are added through the use of widgets. This makes it especially useful for Semiologic theme users.

Users of other themes can add the following call within the loop instead:

<php the_bookmark_links(); ?>

The call accepts an optional argument, which sets the widget’s title.

Help Me!

The Plugin’s Forum is the best place to report issues.

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Bookmark Me” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Bookmark Me” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

5.6.1

  • Had inclusion of minified js reversed in production/debug mode. doh!

5.6

  • Updated to use PHP5 constructors as WP deprecated PHP4 constructor type in 4.3.
  • WP 4.3 compat
  • Tested against PHP 5.6

5.5

  • Added spanish language translations (props andrew@WebHostingHub)
  • WP 4.0 compatibility

5.4.3

  • Use more full proof WP version check to alter plugin behavior instead of relying on $wp_version constant.

5.4.2

  • Clear internal cache upon WP upgrade

5.4.1

  • Fix localization

5.4

  • Use minified javascript file for improved performance
  • Code refactoring
  • WP 3.9 compat

5.3.1

  • WP 3.8 compat

5.3

  • WP 3.6 compat
  • PHP 5.4 compat

5.2.3

  • Removed the “What’s This?’ link

5.2.2

  • Ensure bookmark popup is on top of other elements

5.2.1

  • Fixed broken Google+ url being generated

5.2

  • Added Pinterest as top level service

5.1.1

  • Updated google plus bookmark link

5.1

  • WP 3.5 compat
  • Changed top level services to Facebook, Twitter and Google+
  • Updated secondary services to current offering. Removed out-dated/not in service services

5.0.2

  • Fix occasional invalid HTML on manual calls

5.0.1

  • Apply filters to permalinks
  • Fix cache flushing

5.0

  • Complete rewrite
  • WP_Widget class
  • Drop all options except title (nofollow is always enabled)
  • Smaller, better list of services
  • Add Email and Print services
  • Smaller number of image depends
  • Use jQuery, insert script in footer
  • Localization
  • Code enhancements and optimizations