이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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