{"id":31557,"date":"2014-09-12T06:53:12","date_gmt":"2014-09-12T06:53:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/va-shared-number\/"},"modified":"2014-11-07T17:12:05","modified_gmt":"2014-11-07T17:12:05","slug":"va-shared-number","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/va-shared-number\/","author":13783068,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.0.4","stable_tag":"trunk","tested":"4.0.38","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"VA Shared Number","header_author":"KUCKLU","header_description":"","assets_banners_color":"ffffff","last_updated":"2014-11-07 17:12:05","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=TNPKX9MAJL7C8","header_plugin_uri":"https:\/\/github.com\/VisuAlive\/va-shared-number","header_author_uri":"http:\/\/visualive.jp\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2075,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"987963","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"987963","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"987963","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.1","0.0.2","0.0.3","0.0.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"987963","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"987963","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"987963","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"987963","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"987963","resolution":"5","location":"assets"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"987963","resolution":"6","location":"assets"},"screenshot-7.png":{"filename":"screenshot-7.png","revision":"987963","resolution":"7","location":"assets"},"screenshot-8.png":{"filename":"screenshot-8.png","revision":"987963","resolution":"8","location":"assets"}},"screenshots":{"1":"Plugin settings.","2":"Plugin settings.","3":"Edit posts.","4":"User profile.","5":"Shared button.","6":"Shared button.","7":"Shared button.","8":"Shared button."}},"plugin_section":[],"plugin_tags":[430,494,495,157,3170,150,185,63235,2795,29472,312,27468,2912,23604,138,12811,7843,174,680,1540,159],"plugin_category":[56],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-31557","plugin","type-plugin","status-closed","hentry","plugin_tags-bookmark","plugin_tags-bookmarking","plugin_tags-bookmarks","plugin_tags-facebook","plugin_tags-feedly","plugin_tags-google","plugin_tags-google-plus","plugin_tags-hatebu","plugin_tags-hatena","plugin_tags-hatena-bookmark","plugin_tags-pinterest","plugin_tags-plus-1","plugin_tags-plus-one","plugin_tags-pocket","plugin_tags-share","plugin_tags-shared","plugin_tags-sns","plugin_tags-social","plugin_tags-social-share","plugin_tags-social-sharing","plugin_tags-twitter","plugin_category-social-and-sharing","plugin_committers-kuck1u"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/va-shared-number_ffffff.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-1.png?rev=987963","caption":"Plugin settings."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-2.png?rev=987963","caption":"Plugin settings."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-3.png?rev=987963","caption":"Edit posts."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-4.png?rev=987963","caption":"User profile."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-5.png?rev=987963","caption":"Shared button."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-6.png?rev=987963","caption":"Shared button."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-7.png?rev=987963","caption":"Shared button."},{"src":"https:\/\/ps.w.org\/va-shared-number\/assets\/screenshot-8.png?rev=987963","caption":"Shared button."}],"raw_content":"<!--section=description-->\n<p>Can get the number that your article has been shared on social networking sites.<br \/>\nYou can use the template function of VA Shared Number, to make the share button on the original.<br \/>\nAccessed automatic to the API of each SNS, and the shared number of a posts is saved in a database.<br \/>\nOrder to display the number of shares by accessing the database in Ajax.<\/p>\n <h4>Attention<\/h4>\n <p>This plugin acquires the number of shares automatically in WP-Cron.<br \/>\nIt takes approximately 30 minutes by 1,000 article data.<\/p>\n <h4>SNS which supports<\/h4>\n <ul>\n<li>Facebook<\/li>\n<li>Twitter<\/li>\n<li>Google plus<\/li>\n<li>Pinterest<\/li>\n<li>Pocket<\/li>\n<li>Hatena bookmark<\/li>\n<li>Feedly<\/li>\n<\/ul>\n <h4>Template functions<\/h4>\n <pre><code>&lt;?php \/\/ Acquire the number of shares from API, and it is saved to a database. output in array result. vasn_get_number( $post-&gt;ID ); \/\/ Acquire the number of shares from API, and it is saved to a database. output in HTML result. vasn_get_the_number( $post-&gt;ID ); \/\/ The retrieved from the database the number of shares of the posts specified, and outputs the HTML. vasn_the_number( $post-&gt;ID ); ?&gt; <\/code><\/pre>\n <h4>Plugin API \/ Filter Reference<\/h4>\n <ul>\n<li><strong>vasn_interval_cron_core_str<\/strong><br \/>\nThe execution time of cron which updates the number of shares is specified by a keyword.<br \/>\nExample: fiveminutes, tenminutes, fifteenminutes, thirtynminutes, hourly, threehours, sixhours, twicedaily, daily.<\/li>\n<li><strong>vasn_interval_cron_core_int<\/strong><br \/>\nThe execution time of cron which updates the number of shares is specified by a minute.<\/li>\n<li><strong>vasn_interval_cron_sub_str<\/strong><br \/>\nThe execution time of cron which updates the number of shares of the latest posts is specified by a keyword.<br \/>\nExample: fiveminutes, tenminutes, fifteenminutes, thirtynminutes, hourly, threehours, sixhours, twicedaily, daily.<\/li>\n<li><strong>vasn_interval_cron_sub_int<\/strong><br \/>\nThe execution time of cron which updates the number of shares of the latest posts is is specified by a minute.<\/li>\n<li><strong>vasn_interval_get_number_int<\/strong><br \/>\nWhen vasn_get_number function or vasn_get_the_number function is used, an interval until it performs renewal of the number of shares is specified by a minute.<\/li>\n<li><strong>vasn_meta_description_length<\/strong><\/li>\n<li><strong>vasn_meta_keywords<\/strong><\/li>\n<li><strong>vasn_avatar_size<\/strong><\/li>\n<li><strong>vasn_ogp_image<\/strong><\/li>\n<li><strong>vasn_get_number<\/strong><br \/>\nApplied to the HTML list generated by the vasn_get_number function.<\/li>\n<li><strong>vasn_get_the_number<\/strong><br \/>\nApplied to the HTML list generated by the vasn_get_the_number function.<\/li>\n<li><strong>vasn_the_number<\/strong><br \/>\nApplied to the HTML list generated by the vasn_the_number function.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>To install VA Shared Number:<\/p>\n <ol>\n<li>Upload the \"va-shared-number\" directory and all its contents to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Please  set the initial value in the setting page of plugin.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>What is this?<\/h4>\n <p>The description covers it all.<\/p>\n\n<!--section=changelog-->\n<h4>0.0.4<\/h4>\n <ul>\n<li>Bug fix.<\/li>\n<\/ul>\n <h4>0.0.3<\/h4>\n <ul>\n<li>Bug fix.<\/li>\n<\/ul>\n <h4>0.0.2<\/h4>\n <ul>\n<li>Add Google sitelinks search box.<\/li>\n<\/ul>\n <h4>0.0.1<\/h4>\n <ul>\n<li>First public release.<\/li>\n<\/ul>","raw_excerpt":"Can get the number that your article has been shared on social networking sites.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31557"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kuck1u"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31557"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31557"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31557"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31557"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31557"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}