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

Region Detect

描述

Region detect is a plugin for WordPress that detects the country that the current visitor is browsing from.

It can display the country to the user; something like: Hello visitor from Spain! or display a flag of the country. The plugin also makes the ISO 3166-1 country code and country name avaliable to other plugins.

安裝

  1. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin through the ‘Plugins’ page.
  3. Copy the MaxMind country database to the plugin folder, or add your MaxMind license key to the plugin admin panel.
  4. If you are using the web service enable caching and select the cache length that you need.
  5. Use %%COUNTRYCODE%% or %%COUNTRYNAME%% in your posts to display the two character country code or country name respectively.

常見問題

Do I have to pay for the MaxMind database?

No, MaxMind offer a free version of the database. However the paid for version is more accurate.

I am a wordpress developer and want to access the country code or name in my code. How do I do that?

Easy 🙂 Just declare the global variables $rdISO3166_1 or $rdCountryName in your code and away you go.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Region Detect” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Region Detect 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.00.00

  • Initial version

1.01.00

  • Added option to set the country from the url

1.02.00

  • Corrected bug with the cache clearing too quickly
  • Added a table that shows countries and number of ip addresses that are cached

1.02.01

  • Corrected spelling mistakes

1.02.02

  • Removed debugging code

1.02.04

  • Fixed installation bug which was causing a crash when installing

1.02.05

  • Made plugin multisite compliant