Linux 软件免费装

Plugin Name

开发者 Joerg Schueler
更新时间 2012年2月9日 20:38
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.3

标签

widget sidebar ip visitor location browser os ipaddress about you

下载

1.0 1.01 1.1 1.2 1.21 1.22 1.23

详情介绍:

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: <?php if (function_exists('js_aboutvisitor_display')) { js_aboutvisitor_display(); } ?> List of default informations including location: <?php if (function_exists('js_aboutvisitor_display')) { js_aboutvisitor_display(array(location=>1)); } ?> List only the IP Adress: <?php if (function_exists('js_aboutvisitor_display')) { js_aboutvisitor_display(array(os=>0;browser=>0)); } ?>

安装:

  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.

更新日志:

1.23 1.22 1.21 1.2 1.1 1.01 1.0