• Hi Support Team,

    I’m trying to implement a system on my WordPress site that tracks users’ video watchtime and rewards them with XP points. The key features I need are:

    1️⃣ Track how long a user watches a video.

    2️⃣ Award 5 XP points for every 10 minutes watched.

    3️⃣ Display a pop-up notification when XP is earned.

    4️⃣ Store watchtime and XP data in the database.

    I attempted a custom implementation using JavaScript and PHP but ran into issues with tracking and updating data in real-time. Could you advise if WordPress supports this kind of functionality? Would I need custom development, or is there an existing solution/plugin that can achieve this?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    No, this is not provided by the WordPress core. You would need a plugin that provides the function you are looking for.

    If you use a statistics tool such as Google Analytics, you could also use it to collect such data. However, as far as I know, this requires some individual configurations in both Analytics and the website. Possibly, if you use this, a plugin for Google Analytics would be helpful, e.g. Sitekit, which comes from Google itself.

    However, other statistics tools may also be able to do this. You would also have to contact them if you want to know whether they can do this.

Viewing 1 replies (of 1 total)

The topic ‘[NSFW] WordPress implementation’ is closed to new replies.