wearerequired / rest-likes
Like posts and comments using the REST API.
Installs: 6 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 0
Open Issues: 8
Type:wordpress-plugin
Requires
- php: >=7.0
- wearerequired/traduttore-registry: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-07 12:35:08 UTC
README
A WordPress plugin to capture likes from users using the WP REST API. Supports posts, comments, and basically any other object type.
It does so by adding custom endpoints under the /rest-likes/v1
namespace to allow users to like (POST
) and unlike (DELETE
) a given object.
Installation
To install, use composer:
composer require wearerequired/rest-likes
Documentation
Check out the wiki for usage examples and further documentation.
Add-ons
- REST Likes: Log: Implements logging of like actions.