Description
WP Thumbs is a voting plugin that allows users to like or dislike posts and pages.
Features:
*Thumbs up or down mode
*Like button only mode
*Like/Dislike button mode
*Graph of clicks
*Customizable via CSS
*WPMU Compatible
*User only or cookie based security.
*Placement of buttons
*Page or Post Placement
Future:
*IP based security
*Reset likes/dislikes from wp-admin editor
Screenshots
Installation
e.g.
- Upload the entire wp-thumbs plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the settings page under wp-admin, settings > WP Thumbs
- Place your domain name in the first text box and select the options you want. Once selected hit “Save Changes.”
- Go to your home page and see what you think.
Comments, questions, see https://www.alanpinnt.com/wp-thumbs/
FAQ
- Edit the css file found in the css folder under this plugin. Here is the class names:
wp-thumbs-div
wp-thumbs-like-button
wp-thumbs-dislike-button
wp-thumbs-like-thumb
wp-thumbs-dislike-thumb
wp-thumbs-counter-like
wp-thumbs-counter-dislike
wp-thumbs-message
wp-thumbs-graph-main
wp-thumbs-graph-likes
wp-thumbs-graph-dislikes
wp-thumbs-graph-clicks - Changing the height of the clicks graph is under line line 180, function wp_thumbs_build_graph, file thumbs.php
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WP Thumbs Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Thumbs Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
Javascript file updated with a fix for htaccess
1.0
-released