{"id":31545,"date":"2014-09-06T20:36:42","date_gmt":"2014-09-06T20:36:42","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/posts-social-shares-count\/"},"modified":"2015-11-24T09:51:04","modified_gmt":"2015-11-24T09:51:04","slug":"posts-social-shares-count","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/posts-social-shares-count\/","author":13912890,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.1","stable_tag":"1.4.1","tested":"4.3.34","requires":"2.5.0","requires_php":"","requires_plugins":"","header_name":"Posts Social Shares Count","header_author":"Bishoy A.","header_description":"","assets_banners_color":"344881","last_updated":"2015-11-24 09:51:04","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/bishoy.me\/donate","header_plugin_uri":"http:\/\/bishoy.me\/wp-plugins\/posts-social-shares-count\/","header_author_uri":"http:\/\/bishoy.me","rating":3.9,"author_block_rating":0,"active_installs":300,"downloads":7635,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":"1","4":"2","5":"3"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1271352","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1271352","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.3","1.3.1","1.4.0","1.4.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1107573","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1271352","resolution":"2","location":"assets"}},"screenshots":{"1":"Shares count in admin edit post view","2":"Shares count in admin edit post\/pages\/post types list view"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[442,157,167,357,174],"plugin_category":[43,56],"plugin_contributors":[81471],"plugin_business_model":[],"class_list":["post-31545","plugin","type-plugin","status-publish","hentry","plugin_tags-count","plugin_tags-facebook","plugin_tags-shares","plugin_tags-shortcodes","plugin_tags-social","plugin_category-customization","plugin_category-social-and-sharing","plugin_contributors-bishoya","plugin_committers-bishoya"],"banners":{"banner":"https:\/\/ps.w.org\/posts-social-shares-count\/assets\/banner-772x250.png?rev=1271352","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/posts-social-shares-count\/assets\/icon-128x128.png?rev=1271352","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/posts-social-shares-count\/assets\/screenshot-1.png?rev=1107573","caption":"Shares count in admin edit post view"},{"src":"https:\/\/ps.w.org\/posts-social-shares-count\/assets\/screenshot-2.png?rev=1271352","caption":"Shares count in admin edit post\/pages\/post types list view"}],"raw_content":"<!--section=description-->\n<h4>About<\/h4>\n\n<p>You can use this plugin to get the number of shares for a given post by ID.<\/p>\n\n<h4>How to use<\/h4>\n\n<p>To count for example how many times the post or page has been shared on Facebook use the function echo pssc_facebook() in the loop or echo pssc_facebook( $post_id ) anywhere. This function will return the count integer for example 5 or 0.<\/p>\n\n<p>Or you can use the shortcode [pssc_facebook] in the post you want to count shares for or [pssc_facebook post_id=\"\"] for a specific post by ID.<\/p>\n\n<h4>Available Shortcodes<\/h4>\n\n<ul>\n<li>[pssc_facebook]<\/li>\n<li>[pssc_pinterest]<\/li>\n<li>[pssc_linkedin]<\/li>\n<li>[pssc_delicious]<\/li>\n<li>[pssc_stumble]<\/li>\n<li>[pssc_gplus]<\/li>\n<li>[pssc_all]<\/li>\n<\/ul>\n\n<h4>Available Functions<\/h4>\n\n<ul>\n<li>pssc_facebook()<\/li>\n<li>pssc_pinterest()<\/li>\n<li>pssc_linkedin()<\/li>\n<li>pssc_delicious()<\/li>\n<li>pssc_stumble()<\/li>\n<li>pssc_gplus()<\/li>\n<li>pssc_all()<\/li>\n<\/ul>\n\n<p>Note that PHP functions needs to be echoed.<\/p>\n\n<h4>Change Log<\/h4>\n\n<ul>\n<li>Version 1.4.1: Removed Twitter functions due Twitter\u2019s disabling their count API.<\/li>\n<li>Version 1.4.0: Fixed some bugs and added Posts Social Shares Count to edit posts\/pages\/custom post types list view in admin (edit.php).<\/li>\n<li>Version 1.3.1: Fixed a bug with caching.<\/li>\n<li>Version 1.3: Added caching support and Added total shares count to post edit page.<\/li>\n<li>Version 1.2: Fixed a bug with functions without post ID usage.<\/li>\n<li>Version 1.1: Fixed a bug with pssc_all shortcode<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Go to your admin area and select Plugins -&gt; Add new from the menu.<\/li>\n<li>Search for \\\"Posts Social Shares Count\\\".<\/li>\n<li>Click install.<\/li>\n<li>Click activate.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Bug fixes<\/li>\n<li>Disabled Twitter functions because Twitter has disabled their count API. See <a href=\"https:\/\/blog.twitter.com\/2015\/hard-decisions-for-a-sustainable-platform\" title=\"Hard decisions for a sustainable platform\">this blog post<\/a><\/li>\n<\/ul>\n\n<h4>1.4.0<\/h4>\n\n<ul>\n<li>Added Posts Social Shares Count to edit posts\/pages\/custom post types list view in admin (edit.php).<\/li>\n<li>Fixed PHP notices that displayed randomly.<\/li>\n<li>Fixed Issue for users with PHP safe_mode or open_basedir set on.<\/li>\n<li>Fixed Issue with Pinterest count to always 0.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed a bug with caching<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added Caching support<\/li>\n<li>Improved performance<\/li>\n<li>Added total shares count to post edit page<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixed a bug with functions without post ID usage.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixed a bug with [pssc_all] shortcode<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Plugin Release<\/li>\n<\/ul>","raw_excerpt":"Plugin that gives you shortcodes and PHP functions to count posts\/pages shares on 6 social networks!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31545","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=31545"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bishoya"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31545"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31545"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31545"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31545"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31545"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}