VKontakte Share Button

VKontakte Share Button Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 20,515 downloads
VKontakte Share Button Icon

Try plugin: VKontakte Share Button

We'll create fresh WordPress site with VKontakte Share Button installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About VKontakte Share Button

Plugin allows you to add fully customizable share button of VKontakte social network.

0


0


0


0


0

updated: 14 years ago
since: 14 years ago
author: Eugene Padlov

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