plugin-icon

Foxlis Geo

作者:foxlis·
Free! Get visitor's geo-location by ip-address. Redirect visitor by his city or country with smart options.
评级
1
版本
2.8.0
活跃安装
10
最后更新
May 7, 2021

This free plug-in allows you to get your website visitor’s geo-location by an ip-address. If you need to redirect your visitor based on his city or country you can do that by using simple interface. Also you can ask is visitor’s city or country like detected and forward him to specific page or add query params.

Advantages:

  • Multi-language result
    • English
    • Chinese
    • French
    • Russian
    • German
    • Spanish
    • Japanese
    • Portuguese
  • High speed getting location (~20 ms)
  • Redirect by PHP or JavaScript
  • Save geo-location results to visitor session
  • Simple code usage
  • Developer mode with fake ip-address
  • Bots filter
  • JSON API for independent developing

  • Unlimited redirect settings

    • Option: Ask a question for redirect
    • Option: Redirect only one time per session
    • Option: Redirect always

Simple backend usage:

  • Get city <?php foxlis_geo()->getCity(); ?>
  • Get country <?php foxlis_geo()->getCountry(); ?>
  • Get continent <?php foxlis_geo()->getContinent(); ?>
  • Get subdivisions <?php foxlis_geo()->getSubdivisions(); ?>
  • Get accuracy radius <?php $locationEntity = foxlis_geo()->getLocation(); $accuracyRadius = $locationEntity->getAccuracyRadius(); ?>
  • Get latitude <?php $locationEntity = foxlis_geo()->getLocation(); $latitude = $locationEntity->getLatitude(); ?>
  • Get longitude <?php $locationEntity = foxlis_geo()->getLocation(); $longitude = $locationEntity->getLongitude(); ?>
  • Get time zone <?php $locationEntity = foxlis_geo()->getLocation(); $timeZone = $locationEntity->getTimeZone(); ?>

Get visitor location by JSON API using URL-path: /wp-json/foxlis-geo/v1/data/

Redirect By Geo Location Video Tutorial:

Credits

免费基于付费套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.7.15
这个插件是可用的下载,适用于您的站点。