# WP-Polls Contributors: GamerZ Donate link: https://lesterchan.net/site/donation/ Tags: poll, polls, polling, vote, booth, democracy, ajax, survey, post, widget Requires at least: 4.0 Tested up to: 4.8 Stable tag: 2.73.7 Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page. ## Description WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. ### Build Status [](https://travis-ci.org/lesterchan/wp-polls) ### Development [https://github.com/lesterchan/wp-polls](https://github.com/lesterchan/wp-polls "https://github.com/lesterchan/wp-polls") ### Translations [http://dev.wp-plugins.org/browser/wp-polls/i18n/](http://dev.wp-plugins.org/browser/wp-polls/i18n/ "http://dev.wp-plugins.org/browser/wp-polls/i18n/") ### Credits * Plugin icon by [Freepik](http://www.freepik.com) from [Flaticon](http://www.flaticon.com) ### Donations I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations. ## Changelog * FIXED: Unable to save input HTML tags for footer templates ### Version 2.73.6 * FIXED: Unable to vote for multiple answers * FIXED: input HTML tags being removed when saving templates ### Version 2.73.5 * FIXED: Parsed error in SERVER variable. ### Version 2.73.4 * FIXED: sanitize_key on top of intval. ### Version 2.73.3 * NEW: Added sort by votes casted to poll answers. * NEW: For polls with mutiple answers, we divided by total votes instead of total voters. Props @ljxprime. * FIXED: Do not display poll option is not respected when poll is closed. * FIXED: pollip_qid, pollip_aid, pollip_timestamp are now int(10) in pollsip table. * FIXED: pollq_expiry is now int(10) in pollsq table. ### Version 2.73.2 * NEW: Bump WordPress 4.7 * FIXED: Change cron to hourly instead of twice daily. ### Version 2.73.1 * FIXED: Allow local IP * FIXED: XSS on Poll bar option. Props [Netsparker Web Application Security Scanner](https://www.netsparker.com/) * FIXED: Stricter Poll pptions check ### Version 2.73 * NEW: Display Poll Questions at the top of the Poll Logs table * FIXED: Remove slashes ### Version 2.72 * NEW: Use translate.wordpress.org to translate the plugin * FIXED: SQL Injection fixes. Props [Jay Dansand](https://github.com/jaydansand) * FIXED: Use $wpdb->insert(), $wpdb->update() and $wpdb->delete() as much as possible * FIXED Remove poll_archive_show option from UI ### Version 2.71 * FIXED: Use wp_kses_post() to get filter always bad tags ### Version 2.70 * NEW: Add wp_polls_vote_poll_success action hook * NEW: Add wp_polls_add_poll, wp_polls_update_poll, wp_polls_delete_poll action hooks * FIXED: PHP Notices * FIXED: Removed not needed wp_print_scripts * FIXED: Use esc_attr() and esc_textarea() instead of htmlspecialchars(). Props [Govind Singh](https://in.linkedin.com/pub/govind-singh/21/1a9/bab) ## Screenshots 1. Admin - All Poll 2. Admin - Manage Polls 3. Admin - Poll Options 4. Admin - Poll Templates 5. Admin - Poll Widget 6. Admin - Uninstall Poll 7. Poll - Single Poll Answer 8. Poll - Mutiple Poll Answers 9. Poll - Results 10. Poll - Archive ## Frequently Asked Questions ### General Usage (Without Widget) ```