VKontakte Share Button

0

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 choos

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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