ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

WP Js About Visitor

აღწერა

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

დაყენება

  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.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“WP Js About Visitor” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ WP Js About Visitor თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.23

  • fixed errors with php 5.3 or higher
  • updated browser detection by Browscap.ini

1.22

  • updated browser detection by Browscap.ini

1.21

  • Belorussian Language by www.fatcow.com

1.2

  • updated browser detection by Browscap.ini
  • WP 2.9 support

1.1

  • shortcode [about-visitor] added to include informations in posts or pages.
  • 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