=== Plugin Name === Contributors: jondor Donate link: http://www.funsite.eu/downloadable-wallpapers/ Tags: score,page,vote Requires at least: 3.0.1 Tested up to: 4.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin implements a widget for a simple voting system. == Description == This plugin implements a widgetf to show a simple hot (+) or not (-) voting system. The implementation doesn't go to great lengths to avoid multiple votes. That is, if the user reloads the page he can vote again. Besides, it only works with javascript enabled. The scores are also shown as an extra column in the posts overview. For a demo see http://www.funsite.eu/simplevote/ == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add the widget to a widgetarea. You can edit the hot/not texts/ == Frequently Asked Questions == = Why did you write this widget? = I couldn't really find what I was looking for. = Why only javascript = Well, where I don't make a point out of multiple votes, even the basic reload page protection doesn't work when voting through an url. That is, I couldn't sort out the session stuff which would be needed yet. So that's for an update. == Screenshots == 1. Widget as presented to the user (using Alizee theme in this case) 2. The widget settings 3. The column in the post/page overview == Changelog == = 1.0 = * First release == Upgrade Notice == Nothing yet.