TablePress
96Embed beautiful, accessible, and interactive tables into your WordPress website’s posts and pages, without hav...
Enable you to display how many users are online on your WordPress site with detailed statistics.
WP-UserOnline is a WordPress plugin that displays the number of users currently on your site and their locations. It tracks members, guests, and search bots, updating this information in real-time without needing a page reload. You can use various display options, including a sidebar widget and shortcodes for more detailed user listings.
The plugin includes features like a full users online page, customizable templates for displayed text, and recognition of around three hundred search bots. It is suitable for site owners who want to monitor visitor activity and enhance user engagement by showing real-time statistics.
Best for: This plugin suits WordPress site owners looking to track and display visitor activity.
What it does well
Where it falls short
WP-UserOnline offers useful real-time visitor tracking features for WordPress sites. It is straightforward to set up and customize, making it a practical choice for those interested in user engagement.
Lester Chan's own description of WP-UserOnline, lightly tidied.
WP-UserOnline shows how many people are on your site right now, and where they are. Members are named, guests and search bots are counted, and the whole thing refreshes itself in the background without a page reload.
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.
The simplest way is the widget. Go to WP-Admin -> Appearance -> Widgets, add the UserOnline widget to a sidebar, and pick which of the five statistics types it should show.
A classic theme can call the template tags directly instead, anywhere in sidebar.php, header.php or a template part:
<?php if ( function_exists( 'users_online' ) ) : ?>
<p>Users online: <span id="useronline-count"><?php users_online(); ?></span></p>
<?php endif; ?>
The element ids matter: useronline-count, useronline-browsing-site, useronline-browsing-page and useronline-details are what the refresh script looks for. A figure printed outside one of them is correct when the page loads and then stays where it is.
To give visitors a page of their own listing everyone online, create a page and put the shortcode in it:
[page_useronline]
Everything the plugin has is at WP-Admin -> WP-UserOnline, on three tabs: Users Online for who is here right now, Settings, and Templates for the wording of everything the plugin prints.
One block is available in the editor, under Widgets:
[page_useronline] produces.Other plugins for directory sites.
Embed beautiful, accessible, and interactive tables into your WordPress website’s posts and pages, without hav...
Best WordPress file manager without FTP access. Edit code with built-in editor, upload files, download plugins...
Powerful user profile plugin to create front-end user registration forms, login & user profile forms. Incl...
Membership & community plugin with user profiles, registration & login, member directories, content re...
Simple plugin to scan "uploads" directory and bring those files into Media Library.
Create modern careers page, list jobs, and manage applications directly from your WordPress dashboard.