- Xenforo.com resource URL
- https://xenforo.com/community/resources/xb-react-as-user.8286/
- Compatibile XF2 versions
- 2.2
- 2.3
React to content as another user — or several users at once. Useful tool for simulating engagement in your community.
Features
React as Multiple Users: Add reactions from one or several users in a single action.
Flexible Permissions: Control exactly which user groups can react on behalf of others.
REST API Support: Integrate with external tools, scripts, or bots to automate reactions.
- Posts
- Profile posts & comments
- Conversation messages
- Xenforo Resource Manager resources & updates
- Xenforo Media Gallery items, Albums & comments
POST
- conversation-messages/{id}/react-as-user
- posts/{id}/react-as-user
- profile-post-comments/{id}/react-as-user
- profile-posts/{id}/react-as-user
- media/{id}/react-as-user
- media-albums/{id}/react-as-user
- media-comments/{id}/react-as-user
- resources/{id}/react-as-user
- resource-updates/{id}/react-as-user
See other add-ons like this:
Parameters
Input | Type | Description |
---|---|---|
reaction_id | integer | ID of the reaction to use. Use the current reaction ID to undo. |
usernames | string | Comma-separated list of usernames to react |
Response
Output | Description |
---|---|
success | true |
Requires Standard Library by Xon !
* Reaction removing tool provided by Moderator Tools add-on