WP-UserOnline

plugin banner

Enable you to display how many users are online on your WordPress blog with detailed statistics.

Author:Lester 'GaMerZ' Chan (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4.3
Plugin version:2.88.3
Added to WordPress repository:03-01-2006
Last updated:21-11-2023
Rating, %:92
Rated by:37
Plugin URI:https://lesterchan.net/portfolio/programming/...
Total downloads:874 709
Active installs:20 000+
plugin download
Click to start download

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

Credits

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.


Screenshots
FAQ
ChangeLog