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

VKontakte Share Button

설명

VKontakte Share Button plugin brings powerful way to add VKontakte share button for you posts and pages.

It supports all functions of VKontakte API and easy customizable:

  • You can choose one of seven button appearance types include custom
  • Place button on posts, pages and frontpage at will
  • Select location of button: before or after content, on the left or right
  • Exclude pages and posts by ID which should stay without buttons
  • Choose description of content: forepart of post/page or global description for all site
  • Can be used description from meta tag description
  • Use your own site logo image specifying link or with meta tag image-src

You can use the shortcode [vk-share-button].

Also can be used PHP code in your template:

<?php if (class_exists('VKShareButton'))
          if(!isset($VKShareButton)
              $VKShareButton = new VKShareButton();
          echo $VKShareButton->the_button() ?>

스크린샷

  • Settings page
  • Settings page in Russian
  • Button types examples
  • Share Button in action

설치

  1. Upload vkontakte-share-button.zip to the /wp-content/plugins/ directory
  2. Unzip it
  3. Activate the plugin through the Plugins menu in WordPress
  4. Use the Settings->VK Share Button page to change your plugin options.

FAQ

How can I use custom button type?

Just select custom button type and write html code in Text on button field.

Can I translate plugin to my language

Sure! Remember to send .mo and .po files to me through Contact Form

How can I request that you improve or add a feature?

Visit plugin page on my site and use contact form or post a comment.

How to find page or post ID?

At Dashboard go to Pages or Posts. Mouse over the link of any post/page and look at URL.

…/wp-admin/post.php?post=3&action=edit

ID of this post is 3

I am using shortcode but button looks strange

VKontakte share button are formed as a table, so sometimes CSS of your current theme can adds paddings or borders between parts of button.
To fix this you should cover [vk-share-button] shortcode with div or span and use special class style vk-button, eg

<div class="vk-button"> [vk-share-button] </div>
How to resolve the positional conflict with the TweetMeme plugin

Simple. Add clear: right; property to TweetMeme CSS.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“VKontakte Share Button”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “VKontakte Share Button”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Пофиксен баг при выполнении javascript’a кнопки, возникающий из-за «лишней» запятой.

1.0.0.43

  • Устанен баг «expected identifier string or number», возникающий в IE при разрешении дополнительного API-запроса. Николай, спасибо!

1.0.0.42

  • Перевод страницы настроек плагина на украинский выполнен Юрком Червоным

1.0.0.41

  • Теперь кнопку можно размещать на страницах архивов категорий, меток, авторов и страницы поиска

1.0.0.38

  • Custom CSS

1.0.0.36

  • Now you can enable the buttons on the frontpage
  • Auto description length is customizable

1.0.0.35

  • Fixed bug with three dots instead of the description in Auto mode.

1.0.0.34

  • Now you can use shorcode [vk-share-button]

1.0.0.31

  • Excluding pages and posts by ID
  • Three dots at the end of long auto descriprion

1.0.0.30

  • CSS fix for button structure
  • Tested on WP 3.0-beta2-14576

1.0.0.28

  • First public release