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

Ipdata Integration Plugin

설명

The plugin detects the user’s location using the Ipdata API and allows you to block access to your site for specific countries (by redirecting visitors from these countries to a specified page or URL).

The plugin also provides a handful of useful shortcodes that allows you to use the detected location data in your posts.

Global Settings

Install the plugin, navigate to the Ipdata menu item on the left. This will open the main Settings page, where you can define global redirection settings.

  • IpData API Key – enter your API key obtained from ipdata.co. Please note that the plugin won’t work without the key.
  • IpData API Timeout, sec – enter API timeout in seconds (default – 5 s).
  • Blocked countries – a list of globally blocked countries. All visitors from the specified countries will be redirected to the page specified below.
  • Page to Redirect – here you can set the page that will be shown to all visitors from the globally blocked countries. It may contain an explanation for why the user is blocked and redirected there.
  • Rules section – here you can add an unlimited number of redirection rules for specific countries.

Post/Page Specific Settings

The plugin adds a metabox to posts and pages, where you can define blocking/redirection rules for this particular post or page. It contains the same settings (except for the API key and Timeout) but they will be applied to this specific post only.

Shortcodes

The plugin provides the following shortcodes:

  • [ipdata_continent] – User’s continent code (e.g. NA, EU etc.)
  • [ipdata_country] – User’s country code (e.g. US, UK etc.)
  • [ipdata_region] – User’s region name (e.g. New York, England etc.)
  • [ipdata_city] – User’s city name (e.g. New York, London etc.)
  • [ipdata_location] – User’s latitude/longitude separated by slash.

Filters

The plugin provides a number of filters that can be used for customizations. Please contact Support for details.

스크린샷

  • Global Settings page.
  • Post/page metabox.
  • Shortcodes.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Ipdata Integration Plugin”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Ipdata Integration Plugin”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • 1.0.0: First production version.