Code:
<script type="application/javascript" src="//www.telize.com/geoip?callback=getgeoip"></script>
JavaScript:
Code:
<script type="application/javascript"> function getgeoip(json){document.write("Connected via ", json.country); document.write(", ", json.country_code); document.write(".");}</script>
It will show the users where there Connected via for example: CONNECTED VIA UNITED KINGDOM, GB