Title: Social Counters
Author: mortay
Published: <strong>2010 年 10 月 8 日</strong>
Last modified: 2016 年 3 月 29 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/social-counters.svg)

# Social Counters

 作者：[mortay](https://profiles.wordpress.org/mortay/)

[下载](https://downloads.wordpress.org/plugin/social-counters.2.2.9.zip)

 * [详情](https://cn.wordpress.org/plugins/social-counters/#description)
 * [评价](https://cn.wordpress.org/plugins/social-counters/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/social-counters/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/social-counters/#developers)

 [支持](https://wordpress.org/support/plugin/social-counters/)

## 描述

It allows to place counters and social sharing links to the most popular social 
networks like Menéame, Twitter, Facebook, Google Buzz, Tuenti or Bitacoras.com.

It also has WordPress actions (add_action) and filters (add_filter) allowing to 
select the social sharing links we want to show.

The available functions are:

 * `the_social_counters( $counters = array() )`: Displays selected social counters.
    - `$counters`: Array with list of social counters to view, by default `bitacoras,
      tuenti,google-buzz,meneame,twitter,facebook`
 * `the_social_counters__get ( $counters = array() )`: Returns the selected social
   counters.
    - `$counters`: Array with list of social counters to view, by default `bitacoras,
      tuenti,google-buzz,meneame,twitter,facebook`
 * `social_counter( $social_counter = '', $postparam = false, $linked = true )`:
   Displays a particular social counter
    - `$social_counter`: Name of social counter, by default the options are `bitacoras,
      tuenti,google-buzz,meneame,twitter,facebook`
    - `$postparam`: $post object to get the counter, by default system use global
      $post;
    - `$linked`: Simple option to de-activate link.
 * `social_counter__get( $social_counter = '', $postparam = false, $linked = true)`:
   Returns a particular social counter
    - `$social_counter`: Name of social counter, by default the options are `bitacoras,
      tuenti,google-buzz,meneame,twitter,facebook`
    - `$postparam`: `$post` object to get the counter, by default system uses global`
      $post` var.
    - `$linked`: Simple option to de-activate link.

It’s also possible to define two constants in ‘wp-config.php’…

 * SOCIAL_COUNTER__LOAD_CSS: If we define this constant as `false`, the plugin will
   not load the default style.
 * SOCIAL_COUNTER__LOAD_CSS_SMALL: If we define this constanta as `true`, the plugin
   will load de small icons.
 * SOCIAL_COUNTER__TWITTER_USER: The twitter sharing link includes this username
   with the RT link.

## 屏幕截图

 * [[
 * Default view in a single post

## 安装

 1. Upload directory `social-counter` to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件
 3. Place code `<?php the_social_counters() ?>` in Loop (home, single,…) in your theme

## 评价

此插件暂无评价。

## 贡献者及开发者

「Social Counters」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ mortay ](https://profiles.wordpress.org/mortay/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

[帮助将「Social Counters」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/social-counters)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/social-counters/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/social-counters/)，或通过[RSS](https://plugins.trac.wordpress.org/log/social-counters/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/social-counters/)。

## 更新日志

#### 2.2.9

 * Reduced requests timeout to 1 second.
 * Various modifications.

#### 2.2.8

 * Changed cache system to increase page load speed.

#### 2.2.7

 * Re-Tagged last version.

#### 2.2.6

 * Repaired error in function called (plugin_dir_url)!! Sorry!!

#### 2.2.5

 * Changed plugin version in README!!

#### 2.2.4

 * Repaired error with URLs from plugin and Domain Mapping.
 * Repaired error with WPML and language load order.

#### 2.2.3

 * Google Buzz counter deleted.

#### 2.2.2

 * Repaired malfunction in Twitter counter

#### 2.2.1

 * Updated CSS Version

#### 2.2.0

 * Added counter from “Bitcoras”
 * Added counter from “LinkedIn”
 * Added SOCIAL_COUNTER__LOAD_CSS_SMALL constant to load only icons, not share text.

#### 2.1.1

 * Changed counter system on Twitter, now used Twitter itself, not Tweetmeme
 * Fixed Facebook counter, now uses the Graph API.

#### 2.1.0

 * Added param to send post object to functions “the_” (postparam).
 * Changed system of “share” in Twitter

#### 2.0.1

 * Solved error with CONSTANT `SOCIAL_COUNTER__LOAD_CSS`

#### 2.0.0

 * Reprogramming of the plugin to work with WordPress actions and filters.

#### 1.2.0

 * Counter system changed from Twitter to Tweetmeme.
 * Added function “social_counter__twitter__login_string” to change the user ReTweet.

#### 1.1.0

 * Fixed bug with cache counter.
 * Fixed connection error on Menéame.

#### 1.0

 * First Version

## 额外信息

 *  版本 **2.2.9**
 *  最后更新：**10 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 2.9 或更高版本 **
 *  已测试的最高版本为 **4.4.34**
 *  语言
 * [English (US)](https://wordpress.org/plugins/social-counters/)
 * 标签
 * [Counter](https://cn.wordpress.org/plugins/tags/counter/)[facebook](https://cn.wordpress.org/plugins/tags/facebook/)
   [social](https://cn.wordpress.org/plugins/tags/social/)[social bookmarking](https://cn.wordpress.org/plugins/tags/social-bookmarking/)
   [twitter](https://cn.wordpress.org/plugins/tags/twitter/)
 *  [高级视图](https://cn.wordpress.org/plugins/social-counters/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/social-counters/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/social-counters/reviews/)

## 贡献者

 *   [ mortay ](https://profiles.wordpress.org/mortay/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/social-counters/)