- Compatibile XF2 versions
- 2.2
- 2.3
Enhance user engagement by displaying thread watchers details with customizable privacy options.
Features:
Display Watchers Count:
Show the count of users watching specific content, providing transparency and insight into popular items.Public or Anonymous Watchers List:
Offer options to display watchers publicly or anonymously, similar to IPBoard, catering to user privacy preferences.Track Watch Start Date:
Record and display the date a user started watching content, making it easy to track long-time followers and recent watchers.Start Conversations with Watchers:
Start conversations with watchers directly to engage with an interested audience. Users who are allowed to view anonymous watchers can also add them to conversations.Watchers Count Rebuild
Rebuild tool recalculates watcher counts and automatically activates after installation for seamless integration.REST API support
This addon includes REST API support for advanced integration and automation.Supported content types:
- Threads
- Forums
- Xenforo Resource Manager: resources and categories
- Xenforo Media Gallery: items, albums and categories
- XenAddons AMS: Category, Article support
- XenAddons UBS: Blog, Blog item, Series, Category support
REST API endpoints:
API route:
[GET] forums/{id}/watchers
[GET] threads/{id}/watchers
[GET] resources/{id}/watchers
[GET] resources/categories/{id}/watchers
[GET] media/{id}/watchers
[GET] media/albums/{id}/watchers
[GET] media/categories/{id}/watchers
Parameters:
Response:
[GET] forums/{id}/watchers
[GET] threads/{id}/watchers
[GET] resources/{id}/watchers
[GET] resources/categories/{id}/watchers
[GET] media/{id}/watchers
[GET] media/albums/{id}/watchers
[GET] media/categories/{id}/watchers
Parameters:
Input | Type | Description |
---|---|---|
page | int |
Output | Type | Description |
---|---|---|
total | int | |
watchers | Entity[] | |
pagination | pagination |