這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Subscribers Text Counter

外掛說明

This plugin let you create your customized twitter (X) followers, Facebook fans, YouTube Subscribers,
WordPress members counters. It creates widget or let you display these counters as raw text anywhere in your template
or post/page content. You get it as a text so you may customize design with your own HTML/CSS. All design and icons
may be easily customized.

With this plugin you will not need any more third party buttons or scripts as it connects directly to
Facebook, twitter and YouTube APIs. This plugin should speed up your blog as counters are cached in your database
and are refreshed no more than once per 2 hours. With third party buttons every page load gets all counter data from
external websites that slow down you blog.

Quick howto:

  1. To display counters use following tags: twitter, facebook, youtube, wordpress, all
  2. To display links use following tags: twitterlink, facebooklink, youtubelink
  3. In widget area use it like this: %twitter%
  4. In post/page content use it like this: [stcounter type=”twitter”]
  5. In templates use it like this: <?php echo stcounter(‘twitter’) ?>

This plugin require PHP in version 5 or higher!

螢幕擷圖

  • Widget in action (with default template)
  • Part of plugin configuration page
  • Widget configuration window

安裝方式

  1. Upload subscribers-text-counter folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Update your setting with ‘Settings/Subscriber Text Counter’ menu in WordPress and click Refresh to load counters
    (to set all counters read the instructions on settings page)
  4. You may put ‘Subscriber Text Counter’ widget on your sidebar through ‘Appearance/Widgets’ menu in WordPress
  5. Display your counters as described on top of ‘Settings/Subscriber Text Counter’ page

常見問題集

Why counters refresh only once per 2 hours?

To speed up your website and to avoid bans for to many API calls.

My links are not working after upgrade

Please refresh counters with “Refresh Counters Now” on “Settings/Subscribers Text Counter” page

What is `all` counter?

It displays sum of all your subscribers counters

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Subscribers Text Counter〉的開發相關工作。

參與者

將〈Subscribers Text Counter〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.7.1

  • Security bug fixes (XSS prevention)
  • Updated to work with new twitter (x) API
  • Removed Facebook counter due to new API policy

1.7

  • Fixed twitter counter (please update your settings!)
  • Removed depracted Feedburner support

1.6.4

  • Fixed ID of widget to keep it compatible with your previous CSS

1.6.2

  • Updated depracted code

1.6.1

  • Fixed default new look (closed tag)

1.6

  • easier Facebook integration (only handle/id required)
  • added WordPress Members counter
  • added YouTube counter
  • new twitter, youtube and other icons
  • fixed twitter counter
  • fixed feedburner counter
  • display settings screen only to admin

1.5.4

  • Fixed update problem with all counter – you don’t have to reset plugin anymore

1.5.3

  • Fixed all counter in widget

1.5.2

  • New counter all that is showing summ of all subscribers
  • Fixed reset of the counter when your account data is removed from settings

1.5.1

  • Fixed cache (counters have been showing 0 on fetch error – fixed to show last correct value)
  • Fixed title display when it had special character

1.5

  • Counters may be used outside of the widget (template and post/page content)

1.4

  • Better looking default template
  • New tags %facebooklink% and %feedburneremail%
  • Possibility to reset plugin and template in settings panel
  • Improved compatibility (with diffrent PHP configurations)

1.3

  • Facebook fans counter added
  • Some code clean up

1.2

  • Optimized configuration page
  • Some code clean up

1.1

  • If twitter or FeedBurner API return error, counters keep old value instead of ‘N/A’ message
  • Improved plugin compatibility
  • Improved error handling
  • Optimized code

1.0.1

  • Increased counter update interval

1.0

  • First Release