WP Manifestindependent plugin directory
manifest / social / super-awesome-up-vote

Super Awesome upVote

Voting plugin for wordpress posts. See it live :

by Malith Priyashan · github.com/malithmcr/super-awesome-up-vote · website

4stars
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/malithmcr/super-awesome-up-vote/archive/refs/heads/master.zip

From the readme

Super awesome 👍up vote 👎 🙋‍ A Voting plugin for WordPress 🙋‍ Features - Changble voting icons. - Use shortcode to add voting anywhere you want. Tech [Wordpress] - This is a custom plugin for wordpress. [Javascript] - Used native javascript in the admin image uplader. [Php] - Used php for backend stuff. [jQuery] - yep. Installation Please clone this repo or download as a .zip file. go to wordpress admin-plugins-add new and then upload the file. How to use You can show voting on frontend using shortcode. In the post: [superawesomeupvote] In php file: echo doshortcode('[superawesomeupvote]'); That's it. Enjoy! Feel free to create a PR

Read the full README on GitHub →