>
Download This Plugin | |
Download Elegant Themes | |
Name | VA Shared Number |
Version | 0.0.4 |
Author | KUCKLU |
Rating | 0 |
Last updated | 2014-11-07 05:12:00 |
Downloads |
133
|
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%
VA Shared Number plugin added 25 kB of resources to the Home page and 32 kB of resources to the sample Post page.
VA Shared Number plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! VA Shared Number plugin ads no tables to your Wordpress blog database.Can get the number that your article has been shared on social networking sites.
You can use the template function of VA Shared Number, to make the share button on the original.
Accessed automatic to the API of each SNS, and the shared number of a posts is saved in a database.
Order to display the number of shares by accessing the database in Ajax.
This plugin acquires the number of shares automatically in WP-Cron.
It takes approximately 30 minutes by 1,000 article data.
<?php
// Acquire the number of shares from API, and it is saved to a database. output in array result.
vasn_get_number( $post->ID );
// Acquire the number of shares from API, and it is saved to a database. output in HTML result.
vasn_get_the_number( $post->ID );
// The retrieved from the database the number of shares of the posts specified, and outputs the HTML.
vasn_the_number( $post->ID );
?>