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

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

FAQ

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