https://github.com/malithmcr/super-awesome-up-vote
Voting plugin for wordpress posts. See it live :
https://github.com/malithmcr/super-awesome-up-vote
List: super-awesome-up-vote
super-awesome voting wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
Voting plugin for wordpress posts. See it live :
- Host: GitHub
- URL: https://github.com/malithmcr/super-awesome-up-vote
- Owner: malithmcr
- License: gpl-2.0
- Created: 2018-12-30T15:20:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T09:24:53.000Z (over 7 years ago)
- Last Synced: 2025-10-31T22:01:05.065Z (8 months ago)
- Topics: super-awesome, voting, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://sparetime.design/
- Size: 351 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 do_shortcode('[superawesomeupvote]');
That's it. Enjoy!
# Feel free to create a PR
