WP Js About Visitor
Displays IP address, operating system, browser type and origin of the visitor by short code or as widget sidebar.
Usage ** **
- Place the widget to your sidebar.
- You can use the shortcode
- IP: 85.13.138.5
optional parameter:
ip = 0 to hide IpAddress
os = 0 to hide Operating System
browser = 0 to hide the browser
location = 1 to show the location / origin
Examples:
List of default informations:- IP: 85.13.138.5
- IP: 85.13.138.5
List of informations including default location:- IP: 85.13.138.5
- Country: DE
- IP: 85.13.138.5
- Country: DE
List only the IP address:- IP: 85.13.138.5
- IP: 85.13.138.5
- Without sidebar you can display informations by including in php code by using function then 'js_aboutvisitor_display'.
parameters array:
ip => 0 to hide IpAddress
os => 0 to hide Operating System
browser => 0 to hide the browser
location => 1 to show the location / origin
Examples:
List of default informations:<? Php if (function_exists ('js_aboutvisitor_display')) { js_aboutvisitor_display (); }>
List of informations including default location:
<? Php if (function_exists ('js_aboutvisitor_display')) { js_aboutvisitor_display (array (location => 1)); }>
List only the IP address:
<? Php if (function_exists ('js_aboutvisitor_display')) { js_aboutvisitor_display (array (os => 0, browser => 0)); }>
Installation == ==
1 Download and unzip the last version of this plugin.
2 Upload the wp-js-about-visitor folder to. / Wp-content / plugins /
3 Go to WP Admin panel> Plugins> activate "WP Js About Visitor".
4 Place the widget to your sidebar or include function 'js_aboutvisitor_display' anywhere you want.
Frequently Asked Questions == ==
Changelog == ==
= 1:23 =
* Fixed errors with PHP 5.3 or higher
* Updated browserdetection by Browscap.ini
= 1:22 =
* Updated browserdetection by Browscap.ini
= 1:21 =
* Belorussian language by www.fatcow.com
= 1.2 =
* Updated browserdetection by Browscap.ini
* WP 2.9 support
= 1.1 =
* Shortcode
- IP: 85.13.138.5
* Function 'js_aboutvisitor_display' added to display in php code.
* Fixed some problems
= 1:01 =
* Fixed problem-if country location service is down.
= 1.0 =
* First release
more plugins:
more sites available:









Thanks, I installed it on my website
@ Mrman: sorry, there is no function to help you.
Hello,
Nice plugin. Is there a way to use the plugin to the country in a post, as if seeking visitor_country = us dollars then display, then display if visitor_country = GB pounds otherwise display Euro
Slim, useful and informative - so be it. Well done
Great plugin, thank you
Thank you very much
Currently working on an update and will make possible the above shortcodes.
Hello Jörg!
Is it possible to output the information even without the plugin widget? I do not use widgets, but would like to use the plugin.
Greeting
Michael
thanks so much for this great plugin! installed it on http://www.woozybmx.com and its working absolutely perfect. thanks again!