https://github.com/netways/netways_wp_thumbs
A lightweight WordPress plugin that adds thumbs up/down voting to single blog posts
https://github.com/netways/netways_wp_thumbs
Last synced: 8 months ago
JSON representation
A lightweight WordPress plugin that adds thumbs up/down voting to single blog posts
- Host: GitHub
- URL: https://github.com/netways/netways_wp_thumbs
- Owner: NETWAYS
- License: gpl-2.0
- Created: 2025-05-13T13:48:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T14:44:21.000Z (about 1 year ago)
- Last Synced: 2025-06-20T23:44:58.099Z (12 months ago)
- Language: PHP
- Homepage: https://netways.de
- Size: 15.6 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NETWAYS WP Thumbs
A lightweight WordPress plugin that adds thumbs up/down voting to single blog posts.
## Features
- 👍 / 👎 vote buttons
- Vote counts next to each button
- LocalStorage and cookies prevent multiple votes per user
- Automatically uses Divi (ETmodules) icons when Divi is active
- Falls back to Font Awesome icons if Divi is not active
- Supports multiple languages using standard i18n
## Usage
1. Upload the plugin folder `netways_wp_thumbs` to `/wp-content/plugins/`
2. Activate **NETWAYS WP Thumbs** in the WordPress admin
3. Add the shortcode to any post or page:
Insert this into any post or page:
[netways_wp_thumbs]
## Installation
1. Upload the plugin folder `netways_wp_thumbs` to `/wp-content/plugins/`
2. Activate **NETWAYS WP Thumbs** in the WordPress admin
3. Use the shortcode `[netways_wp_thumbs]` where you want the voting UI to appear
## License
GPLv2 or later. See `LICENSE` file for details.
## Author
[NETWAYS](https://netways.de)