內容簡介
此 WordPress 外掛可以透過短碼或小工具在側邊欄中顯示訪客的 IP 位址、作業系統、瀏覽器種類和來源國家/地區。
使用方式
將小工具放置至側邊欄中。
您可以使用短碼 [about-visitor] 將這些資訊包含在您的文章或頁面中。
選用參數:
ip=0 隱藏 IP 位址
os=0 隱藏作業系統
browser=0 隱藏瀏覽器
location=1 顯示訪客的國家/地區
範例:
列出預設資訊:[about-visitor]
列出預設資訊,包括訪客國家/地區:[about-visitor location=1]
僅顯示 IP 位址:[about-visitor os=0 browser=0]
若您不使用側邊欄,您可以透過使用函式 ‘js_aboutvisitor_display’ 將這些資訊包含在 PHP 程式碼中。
選用參數陣列:
ip=>0 隱藏 IP 位址
os=>0 隱藏作業系統
browser=>0 隱藏瀏覽器
location=>1 顯示訪客的國家/地區
範例:
列出預設資訊:
列出預設資訊,包括訪客國家/地區:1)); } ?>
僅顯示 IP 位址:0;browser=>0)); } ?>
外掛標籤
開發者團隊
原文外掛簡介
Displays IP address, operating system, browser type and origin of the visitor by shortcode or as Widget in Sidebar.
Usage
Place the widget to your Sidebar.
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]
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)); } ?>
