https://github.com/the-launch-tech/bbpress-likes
Wordpress plugin adds beautiful likes for replies on bbPress Wordpress plugin. And some extra bells/whistles..
https://github.com/the-launch-tech/bbpress-likes
Last synced: over 1 year ago
JSON representation
Wordpress plugin adds beautiful likes for replies on bbPress Wordpress plugin. And some extra bells/whistles..
- Host: GitHub
- URL: https://github.com/the-launch-tech/bbpress-likes
- Owner: the-launch-tech
- License: mit
- Created: 2020-04-14T12:53:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:33:11.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:58:09.295Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bbPress Likes for Wordpress
## Features
- Written with Typescript, SCSS, and bundled with Webpack and Babel
- Uses REST API from Wordpress
- Tracks user-likes with user ID
- Beautiful "like" animation with bouncing heart
- No double likes
- No non-logged-in likes
- Tracks total topic likes
- Applies likes to all instances of bbPress topic display
- Includes shortcode to notify user of admin-liked replies
## Installation
- Download .zip archive
- Run `npm run prod` in root to build TS, JS, CSS assets
- Install in Wordpress
## Requirements
*** Not meant for ease of distribution ***
- Advanced Custom Fields
- Create "likes" field on `reply` post type
- Insert field ID in BBPLikesController.php
## Todo
- None, just wanted to save it for later