Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

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() ?>

Скріншоти

Встановлення

  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.

Часті питання

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