Pollka polls

This is a simple and flexible plugin that allows to use polls in worpress site and bbpress forums.

Author:Unicornis (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:4.2.3
Plugin version:2.0
Added to WordPress repository:26-11-2014
Last updated:02-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:4
Plugin URI:http://pollka.unicornis.pl
Total downloads:1 919
Active installs:300+
plugin download
Click to start download

Just put a shortcode into your post or page and the plugin will display a poll. You can also use Poll quicktag button to automate this process a bit.

Votes are assigned to the site user, you must be logged in to vote.

Poll can be created by any user, not just editor, even without access to the wp-admin part. Polls are compatible with bbpress posts.

[poll question='Was it difficult?' answers='Yes,No']

All tags are easily customizable via Settings page, so you can adapt them to your page or language. There are several different types of polls available.

Examples available on a sample page:

Pollka polls in action on a wordress page

Pollka polls in action on a bbress forum topic

There are two sample accounts available, feel free to play with it.

Default You can see who has voted, but not which answer was chosen. Default answers available. [poll question='Is it simple enough?']

With custom answers As above, but with answers of your choice separated by commas

[poll question='Is it simple enough?' answers='Oh yeah, Nope, Its too hard']

Public Public poll - it is visible who has voted and how

[poll question="How do you like a public poll?" answers="A bit, So-so, Not at all" options="public"]

Secret Secret poll - only the number of votes will be displayed

[poll question="How do you like a secret poll?" answers="A bit, So-so, Not at all" options="secret"]

Open Open poll - everybody can vote more than once

[poll question="How do you like a open poll?" answers="A bit, So-so, Not at all" options="open"]

Time constrained Poll is open only for a given period of time, specified like with strtotime function. * "10 September 2020" * "+1 day" * "+1 week" * "+1 week 2 days 4 hours 2 seconds" * "next Thursday"

[poll question="How do you like a open, time constrained poll?" answers="A bit, So-so, Not at all" options="open" time="2014-12-31"]