该插件尚未通过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