VKontakte Share Button Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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() ?>