178

Product support

Get help in the plugin support forum.

  • Added on Jun 24, 2024
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x use latest
    v2.x not tested
    v1.x not tested
  • Created by

Categories

The LiveUserCounter plugin for October CMS tracks and displays the number of current visitors on your site in real-time. Ideal for websites wanting to engage users by showing the number of active visitors.

Signboard by Icons8

Usage

  1. Add the Component: Add the LiveUser component to the page or partial where you want to display the number of visitors.

  2. Insert the Code: Add the following code snippet to the desired location in your page or partial:

    <p>Number of visitors: {% component "LiveUser" %}</p>

    The code provided is just an example. The key point is to include the component on the page by adding the following snippet:

    {% component "LiveUser" %}

    This is the important part to ensure the visitor count is displayed correctly.

  3. View the Visitor Count: Open the page in your browser. You should now see the number of visitors who have been on your site in the last five minutes displayed in real-time.

1.0.1

First version of LiveUserCounter

Jun 22, 2024