Title: WP-UserOnline
Author: Lester Chan
Published: <strong>3 Tháng 1, 2006</strong>
Last modified: 11 Tháng 1, 2025

---

Tìm kiếm plugin

![](https://ps.w.org/wp-useronline/assets/banner-772x250.jpg?rev=1206770)

![](https://ps.w.org/wp-useronline/assets/icon.svg?rev=978026)

# WP-UserOnline

 Bởi [Lester Chan](https://profiles.wordpress.org/gamerz/)

[Tải về](https://downloads.wordpress.org/plugin/wp-useronline.2.88.9.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/wp-useronline/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/wp-useronline/#reviews)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/wp-useronline/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/wp-useronline/)

## Mô tả

This plugin enables you to display how many users are online on your WordPress site,
with detailed statistics of where they are and who they are (Members/Guests/Search
Bots).

### Usage (With Widget)

 1. Go to `WP-Admin -> Appearance -> Widgets`
 2. The widget name is **UserOnline**.
 3. Scroll down for instructions on how to create a _UserOnline Page_.

### Usage (Without Widget)

 * Open `wp-content/themes/<YOUR THEME NAME>/sidebar.php` and add Anywhere:

    ```
    <?php if (function_exists('users_online')): ?>
        <p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p>
    <?php endif; ?>
    ```

### Development

[https://github.com/lesterchan/wp-useronline](https://github.com/lesterchan/wp-useronline)

### Đóng góp

 * Plugin icon by [Freepik](http://www.freepik.com) from [Flaticon](http://www.flaticon.com)

### Donations

I spent most of my free time creating, updating, maintaining and supporting these
plugins, if you really love my plugins and could spare me a couple of bucks, I will
really appreciate it. If not feel free to use it without any obligations.

## Ảnh màn hình

 * [[
 * Admin – Dashboard’s Right Now
 * [[
 * UserOnline Page
 * [[
 * Admin – Settings Page

## Hỏi đáp

### Creating A UserOnline Page

 1. Go to `WP-Admin -> Pages -> Add New`
 2. Type any title you like in the post’s title area
 3. If you ARE using nice permalinks, after typing the title, WordPress will generate
    the permalink to the page. You will see an ‘Edit’ link just beside the permalink.
 4. Click ‘Edit’ and type in `useronline` in the text field and click ‘Save’.
 5. Type `[page_useronline]` in the post’s content area
 6. Click ‘Publish’

If you ARE NOT using nice permalinks, you need to go to `WP-Admin -> Settings ->
UserOnline` and under ‘UserOnline URL’, you need to fill in the URL to the UserOnline
Page you created above.

### To Display Most Number Of Users Online

 * Use:

    ```
    <?php if (function_exists('get_most_users_online')): ?>
       <p>Most Users Ever Online Is <?php echo get_most_users_online(); ?> On <?php echo get_most_users_online_date(); ?></p>
    <?php endif; ?>
    ```

### To Display Users Browsing Site

 * Use:

    ```
    <?php if (function_exists('get_users_browsing_site')): ?>
       <div id="useronline-browsing-site"><?php echo get_users_browsing_site(); ?></div>
    <?php endif; ?>
    ```

### To Display Users Browsing A Page

 * Use:

    ```
    <?php if (function_exists('get_users_browsing_page')): ?>
       <div id="useronline-browsing-page"><?php echo get_users_browsing_page(); ?></div>
    <?php endif; ?>
    ```

### Error on activation: “Parse error: syntax error, unexpected…”

Make sure your host is running PHP 5. The only foolproof way to do this is to add
this line to wp-config.php (after the opening `<?php` tag):

    ```
    var_dump(PHP_VERSION);
    ```

## Đánh giá

![](https://secure.gravatar.com/avatar/a4babfd10111b95936a6bea8d17e03f91cc74cc6f0a0654a3c120f2199d114d5?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-9400/)󠁿

 [Betty_](https://profiles.wordpress.org/betty_/) 26 Tháng mười một, 2024

A simple and excellent plugin, very useful for me!Thank you very much!

![](https://secure.gravatar.com/avatar/c485e8cdf4ff37822987ad28f12e13ea4ae57e33faa08e98b91b135267c916a9?
s=60&d=retro&r=g)

### 󠀁[Broke my theme.](https://wordpress.org/support/topic/broke-my-theme-14/)󠁿

 [Trondur](https://profiles.wordpress.org/trondur/) 9 Tháng 5, 2023

Installed, activated widget, and the Divi Theme broke. Widget not shown on front
end I’m looking everywhere for at widget or anything to display live users on my
site. The internet is almost comlpetely empty on the subject. Was standard in HTML
ffrom the early beginnings of the internet. Please fix, and I’ll rate anew.

![](https://secure.gravatar.com/avatar/fe7b5928006dab152bcbef868d788198c5c9b3211323e7ce7b3a7c9b6998785d?
s=60&d=retro&r=g)

### 󠀁[Exactly what I was looking for](https://wordpress.org/support/topic/exactly-what-i-was-looking-for-511/)󠁿

 [cjnrluay9](https://profiles.wordpress.org/cjnrluay9/) 11 Tháng 8, 2021

This is exactly what I was looking for. Quick and simple way to see if there are
users connected. No complicated setup, no 3rd party accounts needed. All in the 
Backend. Perfect

![](https://secure.gravatar.com/avatar/bc4811254f1b9770f9aef349ccabeea37d7471e0beec475f95c280f3b53ce308?
s=60&d=retro&r=g)

### 󠀁[Well, it works… 😉](https://wordpress.org/support/topic/well-it-works-5/)󠁿

 [MarkJ](https://profiles.wordpress.org/forusak/) 8 Tháng 8, 2021

So hard to find a minimalist plugin to check online users. Thank you!

![](https://secure.gravatar.com/avatar/dcc48e9c96c9ee54c358ad65a85e30e4c1777d8dd7111bcb16255962c2df165d?
s=60&d=retro&r=g)

### 󠀁[It works right out of the box!](https://wordpress.org/support/topic/it-works-right-out-of-the-box-3/)󠁿

 [Jakours2](https://profiles.wordpress.org/jakours2/) 15 Tháng 7, 2021 2 trả lời

Do what it is supposed to. Great plugin. Thanks for this! Where can i pay you a 
coffee or two?

![](https://secure.gravatar.com/avatar/7fe1cea42f9e6d31656e222c292c679418e182d21c0307f6d0b01b7a68dd60b6?
s=60&d=retro&r=g)

### 󠀁[you deserve for 5 stars](https://wordpress.org/support/topic/you-deserve-for-5-stars/)󠁿

 [tajmohamed30](https://profiles.wordpress.org/tajmohamed30/) 30 Tháng 6, 2021

thanks and great

 [ Đọc tất cả 38 đánh giá ](https://wordpress.org/support/plugin/wp-useronline/reviews/)

## Người đóng góp & Lập trình viên

“WP-UserOnline” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ Lester Chan ](https://profiles.wordpress.org/gamerz/)

“WP-UserOnline” đã được dịch qua 19 ngôn ngữ. Cảm ơn [những người tham gia dịch](https://translate.wordpress.org/projects/wp-plugins/wp-useronline/contributors)
vì đóng góp của họ.

[Dịch “WP-UserOnline” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/wp-useronline)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/wp-useronline/), check out
[SVN repository](https://plugins.svn.wordpress.org/wp-useronline/), hoặc theo dõi
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/wp-useronline/) qua 
[RSS](https://plugins.trac.wordpress.org/log/wp-useronline/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

### 2.88.9

 * FIXED: Check scbWidget exists first before loading scbWidget. Props @whiteshadow.

### 2.88.8

 * FIXED: Remove widget code from useronline_init

### 2.88.7

 * FIXED: WP SCB Framework use init hook
 * FIXED: Widget now loads seperately in it is own hook

### 2.88.6

 * FIXED: Revert WP SCB Framework to use plugins_loaded hook

### 2.88.5

 * FIXED: Update WP SCB Framework to fix load_textdomain_just_in_time warning
 * FIXED: Remove load_plugin_textdomain since it is no longer needed since WP 4.6

### 2.88.4

 * FIXED: Add load_plugin_textdomain during init
 * NEW: Update bots

### 2.88.3

 * FIXED: Strip all tags before inserting data into the DB.

### 2.88.2

 * FIXED: Fixed XS. Props Alex.

### 2.88.1

 * FIXED: Fixed XSS. Props Juampa Rodriguez.

### 2.88.0

 * NEW: Bump to WordPress 6.0.
 * FIXED: Fixed XSS. Props @steffinstanly.

### 2.85.6

 * NEW: Bump to WordPress 5.6
 * NEW: Added more bots
 * NEW: Remove hardcoded Archive text in page title
 * FIXED: Update SCB Framework to support PHP 8

### 2.85.5

 * NEW: Bump to WordPress 5.4
 * NEW: Added more bots

### 2.87.4

 * NEW: Bump to WordPress 5.3
 * NEW: Added more bots
 * FIXED: Update SCB Framework To Remove contextual_help

### 2.87.3

 * FIXED: Duplicated Settings Saved admin_notices
 * FIXED: Missing arrow
 * FIXED: Updated bots list

### 2.87.2

 * NEW: Bump to 4.9
 * FIXED: Notices in SCB Framework

### 2.87.1

 * NEW: Bump to 4.7
 * NEW: New useronline_custom_template filter

### 2.87

 * NEW: Remove po/mo files from the plugin
 * NEW: Use translate.wordpress.org to translate the plugin
 * FIXED: Update SCB Framework
 * FIXED: Incompatible scbAdminPage::validate()

### 2.86

 * FIXED: Notices in Widget Constructor for WordPress 4.3

### 2.85

 * NEW: Uses WordPress native uninstall.php

### 2.84

 * NEW: Bump to 4.0

### 2.83

 * Show user agent when hovering over IP, instead of address lookup
 * Use local time for UserOnline Page
 * Fixed ‘Strict Standards: Non-static method’ warnings
 * Update scb Framework

### 2.82

 * show most recent visitors first
 * fix duplicate entry errors
 * fix ajax requests for SSL

### 2.81

 * fixed settings page
 * fixed “Return to default” buttons
 * show user list in admin only to users with ‘manage_options’ capability
 * added ‘useronline_bots’ filter

### 2.80

 * don’t show url and referral links for users in the admin area
 * smarter detection via ajax requests
 * fix SQL errors

### 2.72

 * fix fatal error on upgrade

### 2.71

 * fix %USERONLINE_COUNT% problem

### 2.70

 * added option to link user names to their author page
 * allow displaying online users from a different page than the current page
 * bundle language files
 * [more info](http://scribu.net/wordpress/wp-useronline/wu-2-70.html)

### 2.62 (2010-03-07)

 * fix integration with WP-Stats
 * fix error with get_admin_page_title()

## Meta

 *  Phiên bản **2.88.9**
 *  Cập nhật lần cuối **1 năm trước**
 *  Số lượt cài đặt **10.000+**
 *  Phiên bản WordPress ** 4.6 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.7.5**
 *  Ngôn ngữ
 * [Albanian](https://sq.wordpress.org/plugins/wp-useronline/), [Arabic](https://ar.wordpress.org/plugins/wp-useronline/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/wp-useronline/), [Czech](https://cs.wordpress.org/plugins/wp-useronline/),
   [Danish](https://da.wordpress.org/plugins/wp-useronline/), [Dutch](https://nl.wordpress.org/plugins/wp-useronline/),
   [English (US)](https://wordpress.org/plugins/wp-useronline/), [French (France)](https://fr.wordpress.org/plugins/wp-useronline/),
   [German](https://de.wordpress.org/plugins/wp-useronline/), [Hebrew](https://he.wordpress.org/plugins/wp-useronline/),
   [Hungarian](https://hu.wordpress.org/plugins/wp-useronline/), [Italian](https://it.wordpress.org/plugins/wp-useronline/),
   [Japanese](https://ja.wordpress.org/plugins/wp-useronline/), [Persian](https://fa.wordpress.org/plugins/wp-useronline/),
   [Romanian](https://ro.wordpress.org/plugins/wp-useronline/), [Russian](https://ru.wordpress.org/plugins/wp-useronline/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-useronline/), [Spanish (Spain)](https://es.wordpress.org/plugins/wp-useronline/),
   [Swedish](https://sv.wordpress.org/plugins/wp-useronline/), và [Vietnamese](https://vi.wordpress.org/plugins/wp-useronline/).
 *  [Dịch sang ngôn ngữ của bạn](https://translate.wordpress.org/projects/wp-plugins/wp-useronline)
 * Thẻ
 * [online](https://vi.wordpress.org/plugins/tags/online/)[useronline](https://vi.wordpress.org/plugins/tags/useronline/)
   [widget](https://vi.wordpress.org/plugins/tags/widget/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/wp-useronline/advanced/)

## Đánh giá

 4.6 trên 5 sao.

 *  [  28 5-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=5)
 *  [  6 4-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/wp-useronline/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-useronline/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/wp-useronline/reviews/)

## Những người đóng góp

 *   [ Lester Chan ](https://profiles.wordpress.org/gamerz/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/wp-useronline/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://lesterchan.net/site/donation/)