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

GoogleAnalyticsCounter

外掛說明

Displays your visits from Google Analytics in a Feedburner like style in the sidebar of your blog via widget interface or anywhere else via function call. The plugin displays always the visits from yesterday.

The Plugins comes with 4 layouts so far. We’re planning to release some more layouts with the next version. Feel free to contact us to get you own layout included.

Note:
It’s not a live counter because that would produce a lot of overhead. Like 2 api calls per visitor + the dynamic image generation. That would slow done you blog for sure.

螢幕擷圖

  • layout 1
  • layout 2
  • layout 3
  • layout 4

安裝方式

  1. Unpack the zipfile googleanalyticscounter-X.y.zip
  2. Upload folder googleanalyticscounter to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. go to plugin configure
  5. TYPE IN YOUR GOOGLE ACCOUNT DATA FIRST! (email and password) and click save
  6. after the menu is reloaded, select the domain from the account list and click save
  7. Place <?php if(function_exists('googleanalyticscounter_display')) googleanalyticscounter_display(); ?> in your template or use the sidebar widgets.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

  • v0.6 2009-07-03 updated to work with wp 4.0
  • v0.5 2009-07-03 added fallback method for automated analytics code injection
  • v0.4 2009-07-02 fixed caching, added automated analytics code injection, added check for curl extension
  • v0.3 2009-06-27 updated admin panel for better usability
  • v0.2 2009-06-26 better error handling in google api class
  • v0.1 2009-06-26 initial release