[Tut]Include Visitor's Location on your Landing Pages

0 replies
  • SEO
  • |
It requires no programming knowledge. Just a few lines of code you can copy and paste.



Code:
<script src="http://geoapi123.appspot.com"></script>
Country Code: <script>document.write(geoip_country_code());</script>
Country Name: <script>document.write(geoip_country_name());</script>
City: <script>document.write(geoip_city());</script>
Region: <script>document.write(geoip_region());</script>
Region Name: <script>document.write(geoip_region_name());</script>
Line 1 The first line of code is required to be placed BEFORE any of the following lines of code. You can place it anywhere in your page's header or body as long as it is placed before lines 2-6

Free maxmind is no longer working and this service does same thing.
#landing #location #pages #tutinclude #visitor

Trending Topics