
Settings page
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:
descriptionimage-srcYou 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() ?>