>
Download This Plugin | |
Download Elegant Themes | |
Name | VKontakte Share Button |
Version | 1.0.1 |
Author | Eugene Padlov |
Rating | 0 |
Last updated | 2010-08-30 08:36:00 |
Downloads |
18234
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
VKontakte Share Button plugin added 11 kB of resources to the Home page and 13 kB of resources to the sample Post page.
VKontakte Share Button plugin added 1 new host(s) to the Home page and 2 new host(s) to the sample Post page.
Great! VKontakte Share Button plugin ads no tables to your Wordpress blog database.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() ?>