Geo Location Test

Display Text Depending on Location

———————————————————————————————

[geoip_detect2_show_if country="IN"]This text appears if the user is in India[/geoip_detect2_show_if]
Text will show above if the user is in India.

———————————————————————————————

[geoip_detect2_show_if country="US"]This text appears if the user is in the United States[/geoip_detect2_show_if]
Text will show above if the user is in the US.

———————————————————————————————

[geoip_detect2_show_if country="US" state="Oregon"]This appears if user is in Oregon[/geoip_detect2_show_if]
Text will appear above if the user is in Oregon, US.

———————————————————————————————

[geoip_detect2_show_if ip="98.254.36.81"]This text only shows if user has the right IP address[/geoip_detect2_show_if]
Text will show above if user has ip=98.254.36.81

———————————————————————————————

[geoip_detect2_show_if country="US" state="Florida" city="West Palm Beach"]This text only shows if user is in West Palm Beach, Florida[/geoip_detect2_show_if]
Text will show above if user is in West Palm Beach, Florida, US.

———————————————————————————————

[geoip_detect2_hide_if lang="en" country="France" not_city="Paris, Lyon"]This TEXT will be hidden if the user is in France, except if he lives in Paris or Lyon. Use the english country/city name for the comparison.[/geoip_detect2_hide_if]
Text should appear above unless the user is in France, but will appear in Paris or Lyon