이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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