このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Bookmark Me

説明

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.

インストール

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

評価

このプラグインにはレビューがありません。

貢献者と開発者

Bookmark Me はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Bookmark Me” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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