WP Js About Visitor

WP Js About Visitor Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 14,029 downloads
WP Js About Visitor Icon

Try plugin: WP Js About Visitor

We'll create fresh WordPress site with WP Js About Visitor installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Js About Visitor

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

0


0


0


0


0

updated: 12 years ago
since: 15 years ago
author: Joerg Schueler

Description

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)); } ?>