Stream Voting (Suggestions)
A simple suggestion and voting plugin for Wordpress
by EmberShadow2019 · github.com/embershadow/suggestion-voting-for-wordpress
★ 1stars
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/embershadow/suggestion-voting-for-wordpress/archive/refs/heads/main.zipA lightweight WordPress plugin for anonymous suggestion voting.
Features
- Custom post type for suggestions
- Anonymous voting (cookie-based)
- AJAX vote handling
- Sort by alphabetical, newest, most votes, or least votes
- Client-side search
- Optional suggestion submission form
- Basic spam protection and blocked word filtering
Installation
- Copy the plugin into
wp-content/plugins/or upload it via the WordPress UI - Activate the plugin in WordPress
- Add the shortcode(s) to a page
Shortcodes
Display the suggestion list: [display_suggestions]
Display the submission form: [submit_suggestion]
Notes
- Votes are anonymous and limited to one per suggestion per user
- CSS, JS, and blocked words are separated for easy maintenance and customisation