https://github.com/bordoni/online-now
Check which users are currently online on WordPress
https://github.com/bordoni/online-now
Last synced: about 2 months ago
JSON representation
Check which users are currently online on WordPress
- Host: GitHub
- URL: https://github.com/bordoni/online-now
- Owner: bordoni
- Created: 2014-10-24T04:07:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T00:03:29.000Z (over 8 years ago)
- Last Synced: 2025-02-26T03:15:13.758Z (about 2 months ago)
- Language: PHP
- Homepage: http://bordoni.me/wordpress/display-online-users-wordpress/
- Size: 24.4 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Online Now
Online Now is a very small plugin that will help you to show which registred users are online now
**Contributors:** [bordoni](http://profiles.wordpress.org/bordoni)
**Tags:** [users](http://wordpress.org/plugins/tags/users), [registred users](http://wordpress.org/plugins/tags/registred users), [online](http://wordpress.org/plugins/tags/online), [whos online](http://wordpress.org/plugins/tags/whos online)
**Requires at least:** 3.5
**Tested up to:** 4.4
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)## Description ##
### See room for improvement? ###
Great! There are several ways you can get involved to help make Online Now better:1. **Report Bugs:** If you find a bug, error or other problem, please report it! You can do this by [creating a new issue](https://github.com/bordoni/online-now/issues) in the plugin forum. As soon as I can I will try to reproduce and if verified I will mark it as `Confirmed` then I will try to resolve it.
2. **Suggest New Features:** Have an awesome idea? Please share it! Simply [create a new issue](https://github.com/bordoni/online-now/issues) in the plugin repository to express your thoughts on why the feature should be included and get a discussion going around your idea.
3. **Issue Pull Requests:** If you're a developer, the easiest way to get involved is to help out on [issues already reported](https://github.com/bordoni/online-now/issues) in GitHub.Thank you for wanting to make Online Now better for everyone! [We salute you](https://www.youtube.com/watch?v=8fPf6L0XNvM).
## Changelog ##
### 0.3.0 ###
* Feature: Track Users by Time
* Feature: Include a Minimum of Users to be displayed
* Feature: Links to User Profiles### 0.2.0 ###
* Feature: Now the plugin tracks the users to check if they are still online
* Feature: Included a method to check if the current User is online### 0.1.1 ###
* Tweak: Added a Zero text to the listing shortcode### 0.1.0 ###
* Feature: Had the idea to the Post and Created the first draft of the Plugin