WP Js About Visitor

Displays IP address, operating system, browser type and origin of the visitor by shortcode or as Widget in Sidebar.

Author:Joerg Schueler (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.3.2
Plugin version:1.23
Added to WordPress repository:04-11-2009
Last updated:09-02-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.joergschueler.de/dev/wp/about-visi...
Total downloads:14 063
Active installs:50+
plugin download
Click to start download

Displays IP address, operating system, browser type and origin of the visitor by shortcode or as Widget in Sidebar.

Usage

  1. Place the widget to your Sidebar.

  2. You can use the shortcode [about-visitor] to include informations in your posts or pages. optional Parameters: 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: [about-visitor] List of default informations including location: [about-visitor location=1] List only the IP Adress: [about-visitor os=0 browser=0]

  3. Without sidebar you can display informations by including in php-code by using then function 'js_aboutvisitor_display'. parameter 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: List of default informations including location: 1)); } ?> List only the IP Adress: 0;browser=>0)); } ?>


ChangeLog