Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wearerequired/rest-likes
A simple post like plugin that uses the WP REST API for endorsing posts & pages.
https://github.com/wearerequired/rest-likes
wordpress wordpress-api wordpress-plugin
Last synced: 3 days ago
JSON representation
A simple post like plugin that uses the WP REST API for endorsing posts & pages.
- Host: GitHub
- URL: https://github.com/wearerequired/rest-likes
- Owner: wearerequired
- Created: 2016-10-13T06:38:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T12:30:51.000Z (15 days ago)
- Last Synced: 2024-11-01T13:26:13.863Z (15 days ago)
- Topics: wordpress, wordpress-api, wordpress-plugin
- Language: PHP
- Size: 1.59 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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:
```
composer require wearerequired/rest-likes
```## Documentation
Check out [the wiki](https://github.com/wearerequired/rest-likes/wiki) for usage examples and further documentation.
## Add-ons
* [REST Likes: Log](https://github.com/wearerequired/rest-likes-log): Implements logging of like actions.