Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

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

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Bookmark Me » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Bookmark Me » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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