REST Likes #4 in Social & Sharing
Like posts and comments using the REST API.
★ 13stars
7kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wearerequired/rest-likes/archive/refs/heads/master.zipAlso on Packagist as wearerequired/rest-likes:
composer require wearerequired/rest-likesFrom the readme
REST Likes
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:
Documentation
Check out the wiki for usage examples and further documentation.
Add-ons
REST Likes: Log: Implements logging of like actions.
Read the full README on GitHub →