{"id":10805,"date":"2010-10-08T07:09:02","date_gmt":"2010-10-08T07:09:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/social-counters\/"},"modified":"2016-03-29T12:00:27","modified_gmt":"2016-03-29T12:00:27","slug":"social-counters","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/social-counters\/","author":155117,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2.9","stable_tag":"2.2.9","tested":"4.4.34","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"Social Counters","header_author":"Alejandro Carravedo (Blogestudio)","header_description":"","assets_banners_color":"","last_updated":"2016-03-29 12:00:27","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/blogestudio.com\/plugin\/social-counters\/","header_author_uri":"http:\/\/blogestudio.com","rating":0,"author_block_rating":0,"active_installs":20,"downloads":13266,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.0.1","2.0.2","2.1.0","2.1.1","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573774","resolution":"1","location":"plugin"}},"screenshots":{"1":"Default view in a single post"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[869,157,174,499,159],"plugin_category":[36,56],"plugin_contributors":[82363,86738],"plugin_business_model":[],"class_list":["post-10805","plugin","type-plugin","status-publish","hentry","plugin_tags-counter","plugin_tags-facebook","plugin_tags-social","plugin_tags-social-bookmarking","plugin_tags-twitter","plugin_category-analytics","plugin_category-social-and-sharing","plugin_contributors-blogestudio","plugin_contributors-mortay","plugin_committers-blogestudio","plugin_committers-fserer","plugin_committers-mortay"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/social-counters.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/social-counters\/trunk\/screenshot-1.png?rev=1573774","caption":"Default view in a single post"}],"raw_content":"<!--section=description-->\n<p>It allows to place counters and social sharing links to the most popular social networks like Men\u00e9ame, Twitter, Facebook, Google Buzz, Tuenti or Bitacoras.com.<\/p>\n\n<p>It also has WordPress actions (add_action) and filters (add_filter) allowing to select the social sharing links we want to show.<\/p>\n\n<p>The available functions are:<\/p>\n\n<ul>\n<li><p><code>the_social_counters( $counters = array() )<\/code>: Displays selected social counters.<\/p>\n\n<ul>\n<li><code>$counters<\/code>: Array with list of social counters to view, by default <code>bitacoras,tuenti,google-buzz,meneame,twitter,facebook<\/code><\/li>\n<\/ul><\/li>\n<li><p><code>the_social_counters__get ( $counters = array() )<\/code>: Returns the selected social counters.<\/p>\n\n<ul>\n<li><code>$counters<\/code>: Array with list of social counters to view, by default <code>bitacoras,tuenti,google-buzz,meneame,twitter,facebook<\/code><\/li>\n<\/ul><\/li>\n<li><p><code>social_counter( $social_counter = '', $postparam = false, $linked = true )<\/code>: Displays a particular social counter<\/p>\n\n<ul>\n<li><code>$social_counter<\/code>: Name of social counter, by default the options are <code>bitacoras,tuenti,google-buzz,meneame,twitter,facebook<\/code><\/li>\n<li><code>$postparam<\/code>: $post object to get the counter, by default system use global $post;<\/li>\n<li><code>$linked<\/code>: Simple option to de-activate link.<\/li>\n<\/ul><\/li>\n<li><p><code>social_counter__get( $social_counter = '', $postparam = false, $linked = true )<\/code>: Returns a particular social counter<\/p>\n\n<ul>\n<li><code>$social_counter<\/code>: Name of social counter, by default the options are <code>bitacoras,tuenti,google-buzz,meneame,twitter,facebook<\/code><\/li>\n<li><code>$postparam<\/code>: <code>$post<\/code> object to get the counter, by default system uses global <code>$post<\/code> var.<\/li>\n<li><code>$linked<\/code>: Simple option to de-activate link.<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<p>It's also possible to define two constants in 'wp-config.php'...<\/p>\n\n<ul>\n<li>SOCIAL_COUNTER__LOAD_CSS: If we define this constant as <code>false<\/code>, the plugin will not load the default style.<\/li>\n<li>SOCIAL_COUNTER__LOAD_CSS_SMALL: If we define this constanta as <code>true<\/code>, the plugin will load de small icons.<\/li>\n<li>SOCIAL_COUNTER__TWITTER_USER: The twitter sharing link includes this username with the RT link.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload directory <code>social-counter<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place code <code>&lt;?php the_social_counters() ?&gt;<\/code> in Loop (home, single,...) in your theme<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>2.2.9<\/h4>\n\n<ul>\n<li>Reduced requests timeout to 1 second.<\/li>\n<li>Various modifications.<\/li>\n<\/ul>\n\n<h4>2.2.8<\/h4>\n\n<ul>\n<li>Changed cache system to increase page load speed.<\/li>\n<\/ul>\n\n<h4>2.2.7<\/h4>\n\n<ul>\n<li>Re-Tagged last version.<\/li>\n<\/ul>\n\n<h4>2.2.6<\/h4>\n\n<ul>\n<li>Repaired error in function called (plugin_dir_url)!! Sorry!!<\/li>\n<\/ul>\n\n<h4>2.2.5<\/h4>\n\n<ul>\n<li>Changed plugin version in README!!<\/li>\n<\/ul>\n\n<h4>2.2.4<\/h4>\n\n<ul>\n<li>Repaired error with URLs from plugin and Domain Mapping.<\/li>\n<li>Repaired error with WPML and language load order.<\/li>\n<\/ul>\n\n<h4>2.2.3<\/h4>\n\n<ul>\n<li>Google Buzz counter deleted.<\/li>\n<\/ul>\n\n<h4>2.2.2<\/h4>\n\n<ul>\n<li>Repaired malfunction in Twitter counter<\/li>\n<\/ul>\n\n<h4>2.2.1<\/h4>\n\n<ul>\n<li>Updated CSS Version<\/li>\n<\/ul>\n\n<h4>2.2.0<\/h4>\n\n<ul>\n<li>Added counter from \"Bitcoras\"<\/li>\n<li>Added counter from \"LinkedIn\"<\/li>\n<li>Added SOCIAL_COUNTER__LOAD_CSS_SMALL constant to load only icons, not share text.<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Changed counter system on Twitter, now used Twitter itself, not Tweetmeme<\/li>\n<li>Fixed Facebook counter, now uses the Graph API.<\/li>\n<\/ul>\n\n<h4>2.1.0<\/h4>\n\n<ul>\n<li>Added param to send post object to functions \"the_\" (postparam).<\/li>\n<li>Changed system of \"share\" in Twitter<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Solved error with CONSTANT <code>SOCIAL_COUNTER__LOAD_CSS<\/code><\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Reprogramming of the plugin to work with WordPress actions and filters.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Counter system changed from Twitter to Tweetmeme.<\/li>\n<li>Added function \"social_counter__twitter__login_string\" to change the user ReTweet.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Fixed bug with cache counter.<\/li>\n<li>Fixed connection error on Men\u00e9ame.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First Version<\/li>\n<\/ul>","raw_excerpt":"It allows to place counters and social sharing links to the most popular social networks like Men\u00e9ame, Twitter, Facebook, Google Buzz, Tuenti or Bitac &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10805"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mortay"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10805"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10805"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10805"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10805"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10805"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}