# WP-UserOnline Contributors: GamerZ Donate link: https://lesterchan.net/site/donation/ Tags: useronline, usersonline, wp-useronline, online, widget Requires at least: 4.6 Tested up to: 6.7 Stable tag: 2.88.9 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enable you to display how many users are online on your Wordpress blog with detailed statistics. ## Description 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` 1. The widget name is UserOnline. 1. Scroll down for instructions on how to create a *UserOnline Page*. ### Usage (Without Widget) * Open `wp-content/themes//sidebar.php` and add Anywhere: ~~~

Users online:

~~~ ### Development [https://github.com/lesterchan/wp-useronline](https://github.com/lesterchan/wp-useronline "https://github.com/lesterchan/wp-useronline") ### Credits * 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. ## Screenshots 1. Admin - Dashboard's Right Now 2. UserOnline Page 3. Admin - Settings Page ## Frequently Asked Questions ### Creating A UserOnline Page 1. Go to `WP-Admin -> Pages -> Add New` 1. Type any title you like in the post's title area 1. 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. 1. Click 'Edit' and type in `useronline` in the text field and click 'Save'. 1. Type `[page_useronline]` in the post's content area 1. 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: ~~~

Most Users Ever Online Is On

~~~ ### To Display Users Browsing Site * Use: ~~~
~~~ ### To Display Users Browsing A Page * Use: ~~~
~~~ ### 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 `