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.
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:
description
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() ?>