WP Manifestindependent plugin directory
manifest / analytics / time-spent-tracker

Time Spent Tracker

Отслеживание общего времени, проведенного на сайте пользователем

by Aleksey Krivoshein · github.com/a-krivoshen/time-spent-tracker · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/a-krivoshen/time-spent-tracker/archive/refs/heads/main.zip

Readme

=== Time Spent Tracker === Contributors: Alekseyweb Tags: time tracking, user engagement, analytics Requires at least: 5.0 Tested up to: 6.6 Requires PHP: 7.0 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Track how much time users spend on your website with customizable display options.

== Description == Time Spent Tracker allows you to track how much time users spend on your website. It provides a customizable display of the total time with language options. Use the [time_spent] shortcode to display the tracker on your posts or pages.

== Installation ==

  1. Upload the time-spent-tracker folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use the [time_spent] shortcode to display the tracker on your posts or pages.

== Frequently Asked Questions ==

= How do I display the time tracker on my site? = Use the [time_spent] shortcode.

= Can I change the language? = Yes, you can select between English and Russian in the settings page.

== Screenshots ==

  1. Settings page.
  2. Time spent tracker on a post or page.

== Changelog == = 1.0 =

  • Initial release.

== Upgrade Notice == = 1.0 = Initial release of Time Spent Tracker.

Read the full README on GitHub →