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

Name: Visited Countries

外掛說明

Visited Countries is a WordPress plugin that allows you to track how many countries you have visited and display your customized map via shortcode.

You can change the colors of the map from the settings page including: water color, visited color, not visited color, outline color, roll over color, roll over outline color, etc.

The map size is fully customizable by passing in a height and width value when you call the shortcode.

Use [visited_countries] to display your map.

You can also add text and close the shortcode while using the following fields:
{num}, {total}, {percent}

i.e. [visited_countries width=”500″ height=”500″]I have visited {num} of {total} countries! That is {percent} of the world![/visited_countries]

螢幕擷圖

  • This is a preview of the map
  • Preview of the settings page
  • Preview of the countries page

安裝方式

  1. Upload np_visited_countries folder to your current plugin directory (i.e. /wp-content/plugins/ if you haven’t changed them)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Can I change the size of the map?

Yes, just pass in the width and height values when you call the shortcode. i.e. [visited_countries width=”1000″ height=”600″]

What colors can I use?

You can use any valid HEX color code or even try entering a common color name. If I’ve added it to the plugin it will automatically change it to the correct HEX code and save it. Don’t worry if you get one wrong, it will just go back to the default color.

I’ve added a preview of the map to the settings screen so you can immediately see your color changes!

Answer to foo bar dilemma.

使用者評論

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

參與者及開發者

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

參與者

將〈Name: Visited Countries〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.1

  • Added settings page

1.0.0

  • First Draft