Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 11.5.0 |
Comparing to | |
See all releases |
Code changes from version 11.4.0 to 11.5.0
- opinionstage-polls.php +2 -2
- readme.txt +4 -1
- readme.txt.mine +391 -0
- readme.txt.r1141654 +388 -0
- readme.txt.r1149294 +390 -0
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
|
6 |
-
Version: 11.
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
*/
|
@@ -11,7 +11,7 @@ Author URI: http://www.opinionstage.com
|
|
11 |
/* --- Static initializer for Wordpress hooks --- */
|
12 |
|
13 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
14 |
-
define('OPINIONSTAGE_WIDGET_VERSION', '11.
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
3 |
Plugin Name: Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your site. Easily add polls to any post/page or to your sites sidebar.
|
6 |
+
Version: 11.5.0
|
7 |
Author: OpinionStage.com
|
8 |
Author URI: http://www.opinionstage.com
|
9 |
*/
|
11 |
/* --- Static initializer for Wordpress hooks --- */
|
12 |
|
13 |
define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
|
14 |
+
define('OPINIONSTAGE_WIDGET_VERSION', '11.5.0');
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Requires at least: 2.8
|
|
7 |
Tested up to: 4.1
|
8 |
Stable tag: trunk
|
9 |
|
10 |
-
Add a powerful & easy-to-use polling
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -130,6 +130,9 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
130 |
N/A
|
131 |
|
132 |
== Changelog ==
|
|
|
|
|
|
|
133 |
= Version 11.4.0 =
|
134 |
* Fixed compatibility issues
|
135 |
= Version 11.3.0 =
|
7 |
Tested up to: 4.1
|
8 |
Stable tag: trunk
|
9 |
|
10 |
+
Add a powerful & easy-to-use polling service to your site. Create beautiful polls that boost time on site and drive traffic to your site.
|
11 |
|
12 |
== Description ==
|
13 |
|
130 |
N/A
|
131 |
|
132 |
== Changelog ==
|
133 |
+
= Version 11.5.0 =
|
134 |
+
* New poll ad configuration
|
135 |
+
* New poll MC UI format
|
136 |
= Version 11.4.0 =
|
137 |
* Fixed compatibility issues
|
138 |
= Version 11.3.0 =
|
readme.txt.mine
ADDED
@@ -0,0 +1,391 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Polls by OpinionStage ===
|
2 |
+
Contributors: OpinionStage.com
|
3 |
+
Donate link:
|
4 |
+
Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
|
5 |
+
|
6 |
+
Requires at least: 2.8
|
7 |
+
Tested up to: 4.1
|
8 |
+
Stable tag: trunk
|
9 |
+
|
10 |
+
Add a powerful & easy-to-use polling service to your site. Create beautiful polls that boost time on site and drive traffic to your site.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
The Opinion Stage poll plug-in allows you to easily add standard or social polls to your website or Facebook page.
|
15 |
+
|
16 |
+
= Poll Examples: =
|
17 |
+
|
18 |
+
For examples, checkout the <a href="http://www.opinionstage.com/showcase?o=wp35e8" target="_blank">Poll Showcase.</a>
|
19 |
+
|
20 |
+
= Why Opinion Stage? =
|
21 |
+
|
22 |
+
* Discover opinions
|
23 |
+
* Boost engagement - increase time-on-site, page views & shares
|
24 |
+
* Drive traffic from social networks
|
25 |
+
* Run contests and sweepstakes
|
26 |
+
* Generate revenue by integrating ads in the polls
|
27 |
+
* Gather contact info such as emails & social profiles
|
28 |
+
* Get up and going in minutes
|
29 |
+
<br>
|
30 |
+
|
31 |
+
http://www.youtube.com/watch?v=P7xKNlWbk0s
|
32 |
+
|
33 |
+
= Main Poll Features: =
|
34 |
+
|
35 |
+
* Manage all your WordPress polls from one dashboard
|
36 |
+
* Poll your site visitors using their social network identities or anonymously
|
37 |
+
* View the full poll participant list social profiles
|
38 |
+
* Filter the poll participant list according to side votes
|
39 |
+
* Filter the poll results using social & demographic filters such as social network belonging, gender, location, time-frame and more
|
40 |
+
* Get the poll question & poll votes shared in social networks, driving social traffic to your poll and site
|
41 |
+
* Set the details of the social sharing (e.g. text, image & link displayed in the Facebook share) to optimize the share for improved visibility and click rates
|
42 |
+
* Customize the poll feature to match your needs (e.g. show/don't show number of votes, show results before / after voting, order sides by most votes or as configured, etc)
|
43 |
+
* Customize the poll's size, font, colour yourself or select from pre-defined poll styles and poll sizes.
|
44 |
+
* ... much more!
|
45 |
+
|
46 |
+
= Main Poll Benefits: =
|
47 |
+
|
48 |
+
* Discover opinions & people - discover opinions & the people behind them. You can view the social profiles of the public voters and learn about the opinions of your audience using aggregated poll reports
|
49 |
+
* Engage your audience - opinion polls are one of the most engaging types of content. Opinion Stage’s social layer further increases the poll engagement by allowing voters to discover who the participants are, view the poll results by various filters and more
|
50 |
+
* Drive traffic from social networks to your poll and site - after voting, participants are automatically prompted to share their votes in the various social networks, driving new traffic from social networks to your site
|
51 |
+
* Research the poll results and gain insights - Filter poll results by demographic & social attributes such as gender, location, social network belonging, time frame, and more. Learn how effective your polls are by discovering their level of engagement, how many of the poll votes are shared and how much traffic the polls generate
|
52 |
+
* Run profile based competitions & elections - conducting competitions & elections using social profiles, is a great way to achieve more authentic voting. Competitions become much more appealing, and tend to generate many social shares that drive traffic from social networks to your site
|
53 |
+
* Design polls that fit to your site - opinion Stage includes an online poll design studio that lets you design polls that perfectly fit into your site. You can set the poll size, font, colors, logo and more
|
54 |
+
* Polls works seamlessly on all platforms - Opinion Stage uses responsive design techniques to fully support all platforms & screen sizes, including desktops, tablets and mobile devices. Reach your target audience wherever they are
|
55 |
+
* Easy content creation - creating polls is an easy way to produce engaging and relevant content. Deploy your first polls in minutes and easily manage all your polls from a simple and intuitive dashboard
|
56 |
+
|
57 |
+
= Language support =
|
58 |
+
|
59 |
+
Opinion Stage supports over 30 languages, missing a language? Let us know!
|
60 |
+
|
61 |
+
= About Opinion Stage: =
|
62 |
+
|
63 |
+
Opinion Stage offers web sites a highly engaging opinion polling solution. For more details on Opinion Stage's polling solutions, visit <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
|
64 |
+
|
65 |
+
== Installation ==
|
66 |
+
|
67 |
+
1. Upload the social polls plug-in to your blog (or search for it) and install it on your plug-ins page
|
68 |
+
2. Activate it
|
69 |
+
|
70 |
+
== Frequently Asked Questions ==
|
71 |
+
|
72 |
+
|
73 |
+
= What sets Opinion Stage online polls apart from other online polling solutions? =
|
74 |
+
|
75 |
+
Opinion Stage online polls are social polls which means that social network identities are used for polling the participants. This makes the poll more engaging than the typical online poll, letting users discover who supports what and how each user voted in other polls. You can also follow users and then filter the poll results by the people you follow. Using social polls improves the distribution of the poll in social networks, allows gathering contact, demographic & social statistics from the poll participants. Lastly, social polls also work very well for elections & competitions.
|
76 |
+
|
77 |
+
= Do you require users to identify by logging-in before voting? =
|
78 |
+
|
79 |
+
When creating the polls you can determine if a social profile is required, if it is optional or if it is not required at all for voting. Opinion Stage online polls currently support Facebook, Twitter & Google login, and will include additional poll login options in the future.
|
80 |
+
|
81 |
+
= Do you support anonymous voting? =
|
82 |
+
|
83 |
+
When using a social profile to participate in the poll, you can hide your vote so that nobody besides yourself knows what you voted in the poll. In addition, the administator can configure that users can vote anonymously in the poll without requiring a social profile.
|
84 |
+
|
85 |
+
= How do users share the poll & their vote in social networks? =
|
86 |
+
|
87 |
+
Users can either share the poll question from the social (e.g. Facebook & Twitter) sharing buttons that are displayed on the top of the poll or by sharing the social sharing dialog that is displayed automatically after they vote in the poll. Opinion Stage never shares anything on the users' behalf without getting explicit permission for it.
|
88 |
+
|
89 |
+
= What are the benefits of using social polls? =
|
90 |
+
|
91 |
+
Using social polls offer the following main benefits: (1) improves user engagement on the site (2) drives traffic from social networks to the site (3) allow you to discover the the person behind the opinion (4) serves as a great tool for running elections & contests (5) allow you to gather contact, social & demographic information from the poll participants
|
92 |
+
|
93 |
+
= What types of online polls do you support? =
|
94 |
+
|
95 |
+
We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
|
96 |
+
|
97 |
+
= Do you plan to add debating capabilities to the poll? =
|
98 |
+
|
99 |
+
Yes, we plan to add the option to debate the poll. Users will be able to add a text explanation to their votes so the vote can be debated.
|
100 |
+
|
101 |
+
= How do I add a poll to my post/page? =
|
102 |
+
|
103 |
+
Follow these steps:
|
104 |
+
|
105 |
+
1. Create a new poll from <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">here</a>
|
106 |
+
2. After the poll was created, from the dashboard, click "Add to Website" link and copy the WordPress poll code ( e.g. [socialpoll id="119543"] )
|
107 |
+
3. Paste the poll code you copied into the blog post/page/section
|
108 |
+
|
109 |
+
= What is the embed ID and where can I find it? =
|
110 |
+
|
111 |
+
Each poll has a unique ID which identifies it. The poll ID can be found in the WordPress code (e.g. if [socialpoll id="119543"] is the WordPress code, 119543 is the poll ID)
|
112 |
+
|
113 |
+
= Can I embed a poll manually? =
|
114 |
+
|
115 |
+
Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], where the xyz represents the poll ID.
|
116 |
+
|
117 |
+
== Screenshots ==
|
118 |
+
|
119 |
+
1. **Multiple-choice poll** - example of a multiple-choice social poll, note that you can view who voted what and view the poll voters social profile. You can also filter the poll results by the people you follow, by gender of the poll participants and more
|
120 |
+
2. **Head-to-head poll** - example of a head-to-head poll, use this poll layout for highly engaging interactions
|
121 |
+
3. **Social sharing** - after voting, users are offered to share their votes in social networks (Facebook, Twitter, Google+), driving traffic back to your site
|
122 |
+
4. **Poll set** - example of polls grouped into a poll set, users can navigate between the different polls based on a pre-defined logic
|
123 |
+
5. **Poll in post** - you can add polls inside any post/page by adding the Opinion Stage short-code directly or by clicking on the Insert poll icon and inserting the ID
|
124 |
+
6. **Poll in sidebar** - you can add polls to your sidebar using the Opinion Stage widget (find it in the Appearance->Widgets screen)
|
125 |
+
7. **Poll section in all articles** - you can configure that a poll or a set of polls is displayed at the end of all or specific sections of posts/pages
|
126 |
+
8. **Poll results** - From the Opinion Stage dashboard view the poll results and poll performance metrics
|
127 |
+
|
128 |
+
== Upgrade Notice ==
|
129 |
+
|
130 |
+
N/A
|
131 |
+
|
132 |
+
== Changelog ==
|
133 |
+
= Version 11.4.0 =
|
134 |
+
* New poll ad configuration
|
135 |
+
* New poll MC UI format
|
136 |
+
= Version 11.3.0 =
|
137 |
+
* First Trivia poll version
|
138 |
+
= Version 11.2.0 =
|
139 |
+
* Various functionality & usability improvements
|
140 |
+
= Version 11.1.0 =
|
141 |
+
* Head-to-Head Poll - new revamped UI (first version)
|
142 |
+
= Version 11.0.0 =
|
143 |
+
* New look & feel settings
|
144 |
+
= Version 10.9.0 =
|
145 |
+
* Allow disabling global poll section for specific posts
|
146 |
+
= Version 10.8.0 =
|
147 |
+
* Texts changes
|
148 |
+
= Version 10.7.0 =
|
149 |
+
* New options for adding polls or sets to all posts
|
150 |
+
= Version 10.6.0 =
|
151 |
+
* Poll sets and poll placements - improved interface
|
152 |
+
= Version 10.5.0 =
|
153 |
+
* Ad integrations (optional) - revamped interface
|
154 |
+
= Version 10.4.0 =
|
155 |
+
* Added UI support for social logins
|
156 |
+
= Version 10.3.0 =
|
157 |
+
* New UI for Multiple Choice Polls
|
158 |
+
= Version 10.2.0 =
|
159 |
+
* Various stability fixes
|
160 |
+
= Version 10.1.0 =
|
161 |
+
* Post vote actions
|
162 |
+
= Version 10.0.0 =
|
163 |
+
* Performance improvements
|
164 |
+
= Version 9.9.0 =
|
165 |
+
* Various fixes
|
166 |
+
= Version 9.8.0 =
|
167 |
+
* Poll discovery first version
|
168 |
+
= Version 9.7.0 =
|
169 |
+
* Placements first version
|
170 |
+
= Version 9.6.0 =
|
171 |
+
* Various fixes
|
172 |
+
= Version 9.5.0 =
|
173 |
+
* Smart containers first version
|
174 |
+
= Version 9.4.0 =
|
175 |
+
* Allow users to add their own answers
|
176 |
+
* Head2Head polls - mobile optimizations
|
177 |
+
= Version 9.3.0 =
|
178 |
+
* Support adding custom texts to the interface
|
179 |
+
* Solve minor UI issues
|
180 |
+
= Version 9.2.0 =
|
181 |
+
* Support displaying ads before showing the results
|
182 |
+
* Support reordering the sides of the poll
|
183 |
+
= Version 9.1.0 =
|
184 |
+
* Added the option to add Facebook comments to the polls
|
185 |
+
* Improvements to poll creation flow
|
186 |
+
= Version 9.0.0 =
|
187 |
+
* New poll head-to-head themes
|
188 |
+
* Poll UI optimizations
|
189 |
+
= Version 8.9.0 =
|
190 |
+
* Various additions and improvements to the poll style studio
|
191 |
+
* Support for wide pages
|
192 |
+
= Version 8.8.0 =
|
193 |
+
* Improved poll built-in UI styles
|
194 |
+
* New capabilities to poll style studio
|
195 |
+
= Version 8.7.0 =
|
196 |
+
* Improved poll reports
|
197 |
+
* Various minor improvements
|
198 |
+
= Version 8.6.0 =
|
199 |
+
* Poll performance improvements for peek scenarios
|
200 |
+
* New banner type ad unit
|
201 |
+
= Version 8.5.0 =
|
202 |
+
* Improve process of adding polls to site
|
203 |
+
* Improve returning traffic tracking mechanism
|
204 |
+
= Version 8.4.0 =
|
205 |
+
* Add first version of poll discovery feature
|
206 |
+
* Resolve issue with image addition
|
207 |
+
= Version 8.3.0 =
|
208 |
+
* Add the option to integrate advertisement into the polls for generating revenue
|
209 |
+
* Optimizations for poll display in mobile environments
|
210 |
+
= Version 8.2.0 =
|
211 |
+
* Enhancements on contact generation feature
|
212 |
+
* Mobile polls improvements
|
213 |
+
* Additions to default poll settings
|
214 |
+
= Version 8.1.0 =
|
215 |
+
* Poll discovery - first version
|
216 |
+
* Poll sets improvements
|
217 |
+
* Poll performance improvements
|
218 |
+
= Version 8.0.0 =
|
219 |
+
* Added an account report dashboard
|
220 |
+
= Version 7.9.0 =
|
221 |
+
* Resolved paypal integration issues
|
222 |
+
* Resolved facebook page integration issues
|
223 |
+
= Version 7.8.0 =
|
224 |
+
* Renamed plugin to better reflect the platform
|
225 |
+
= Version 7.7.0 =
|
226 |
+
* Fixed 2 poll display issues
|
227 |
+
= Version 7.6.0 =
|
228 |
+
* Added the ability to insert a shortcode of a set of polls
|
229 |
+
* Added a widget for a container and for a set of polls
|
230 |
+
= Version 7.5.0 =
|
231 |
+
* Created a widget for easily adding polls to site
|
232 |
+
= Version 7.4.0 =
|
233 |
+
* Poll performance optimizations
|
234 |
+
= Version 7.3.0 =
|
235 |
+
* Resolved 2 issues with polls on mobile
|
236 |
+
= Version 7.2.0 =
|
237 |
+
* Add external integration with 3rd parties via API/XML mechanism
|
238 |
+
= Version 7.1.0 =
|
239 |
+
* Support collecting emails from poll voters
|
240 |
+
= Version 7.0.0 =
|
241 |
+
* Fixed potential collisions with other plugins
|
242 |
+
= Version 6.9.0 =
|
243 |
+
* First version of Poll Sets
|
244 |
+
* First version of redirect after poll vote
|
245 |
+
* Fix related to languages in poll display
|
246 |
+
= Version 6.8.0 =
|
247 |
+
* Fix issue with Mobile voting
|
248 |
+
* Fix for iframe embed of poll
|
249 |
+
* Fix for uploading images from computer
|
250 |
+
= Version 6.7.0 =
|
251 |
+
* Added Czech language & fix for Polish
|
252 |
+
* Add poll images via URL
|
253 |
+
= Version 6.6.0 =
|
254 |
+
* Improve poll login screen in mobile
|
255 |
+
* Fixes for poll container
|
256 |
+
= Version 6.5.0 =
|
257 |
+
* Fix issues with voting on iphone/ipad (iOS7)
|
258 |
+
= Version 6.4.0 =
|
259 |
+
* New poll container
|
260 |
+
* Improvements to the poll optimization dashboard
|
261 |
+
= Version 6.3.0 =
|
262 |
+
* New graphs for the new reports page
|
263 |
+
* New languages - Romanian, Polish, Indonesian, Danish
|
264 |
+
= Version 6.2.0 =
|
265 |
+
* New Poll navigation bar
|
266 |
+
* New languages - Dutch, Albanian, Lithuanian
|
267 |
+
= Version 6.1.0 =
|
268 |
+
* New dashboard and site header
|
269 |
+
* Poll was translated to the following languages - Swedish, Turkish, Chinese, Japanese, Korean
|
270 |
+
= Version 6.0.0 =
|
271 |
+
* Added the option to login to Opinion Stage with a email/user-name and password combination
|
272 |
+
= Version 5.9.0 =
|
273 |
+
* Added geographic location filter to poll results dashboard
|
274 |
+
= Version 5.8.0 =
|
275 |
+
* Added time filter to poll results dashboard
|
276 |
+
* New design for on site poll page
|
277 |
+
* Various improvements & fixes on poll results dashboard
|
278 |
+
= Version 5.7.0 =
|
279 |
+
* Added the option to block repeat voting in polls by IP
|
280 |
+
= Version 5.6.0 =
|
281 |
+
* Improvements & fixes on poll studio
|
282 |
+
= Version 5.5.0 =
|
283 |
+
* Improvements & fixes on poll reporting statistics
|
284 |
+
* Improvements & fixes on poll core flows
|
285 |
+
= Version 5.4.0 =
|
286 |
+
* Added to the poll results screen the following poll stats: poll engagement stats, poll social stats & poll traffic stats
|
287 |
+
= Version 5.3.0 =
|
288 |
+
* Add a clone function that allows to easily create multiple polls from the same template
|
289 |
+
* Add the option to schedule when the poll will be closed
|
290 |
+
= Version 5.2.0 =
|
291 |
+
* Revamp of the poll social sharing settings
|
292 |
+
* revamp of add poll to website screen
|
293 |
+
= Version 5.1.0 =
|
294 |
+
* Add Facebook comments to polls added to Facebook pages
|
295 |
+
* Add the option to preview the poll in different widths
|
296 |
+
= Version 5.0.0 =
|
297 |
+
* Improvements to poll style studio
|
298 |
+
* Added option to configure head to head polls not to show results before voting
|
299 |
+
* Added the option to configure all types of polls not to show results to voters
|
300 |
+
* Extended width support of head to head polls to 250-740 pxls
|
301 |
+
= Version 4.7.1 =
|
302 |
+
* Additional social filters added to the poll interface & poll report
|
303 |
+
* Optimize poll sharing scenarios
|
304 |
+
= Version 4.7.0 =
|
305 |
+
* Improvements on poll sharing scenarios
|
306 |
+
= Version 4.6.0 =
|
307 |
+
* Add polls to Facebook pages in 2-clicks feature added
|
308 |
+
* Enhanced poll reporting that includes poll result filters
|
309 |
+
* Brightcove video format now supported in the polls
|
310 |
+
= Version 4.5.5 =
|
311 |
+
* Added support for Google+ poll login
|
312 |
+
* Fixed a presentation issue with polls and https sites
|
313 |
+
* Fixed issue with poll display on Facebook pages
|
314 |
+
= Version 4.5.0 =
|
315 |
+
* Localize polls for Russian and French
|
316 |
+
* New design for poll social login dialogue
|
317 |
+
* Polls now auto-detect https environments
|
318 |
+
* Various minor fixes and improvements to poll functionality
|
319 |
+
= Version 4.4.0 =
|
320 |
+
* Polls are now localized for Portuguese
|
321 |
+
* Various minor bug fixes
|
322 |
+
= Version 4.3.0 =
|
323 |
+
* Multiple sided polls are supported for 150 widths and above
|
324 |
+
* Head-to-head polls are supported for 300 widths and above
|
325 |
+
* Poll style studio was improved to included many more poll style options
|
326 |
+
* New improved poll dashboard
|
327 |
+
* Poll showcase was improved to include more poll examples and detailed explanations
|
328 |
+
= Version 4.2.0 =
|
329 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
330 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
331 |
+
= Version 4.1.0 =
|
332 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
333 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
334 |
+
= Version 4.0.0 =
|
335 |
+
* UI improvements for the polls (filters, border etc)
|
336 |
+
= Version 3.1.0 =
|
337 |
+
* Poll creator can select number of allowed poll answers
|
338 |
+
* FB poll sharing flow optimizations
|
339 |
+
* Poll results can be shown from the Opinion-Stage poll dashboard
|
340 |
+
= Version 3.0.0 =
|
341 |
+
* New hybrid voting method added to the polls, allowing users to vote either via a social profile or completely anonymously
|
342 |
+
= Version 2.9.0 =
|
343 |
+
* Added support for anonymous poll voting
|
344 |
+
= Version 2.8.0 =
|
345 |
+
* Improved editing process of polls by adding a preview to the poll editing screen
|
346 |
+
* Additional layout customizations for polls - hide top bars, add bottom padding
|
347 |
+
* Polls can now be reset
|
348 |
+
= Version 2.7.0 =
|
349 |
+
* Additional poll languages support (German, Italian, Serbian)
|
350 |
+
* Additional poll customizations for the vote sharing process
|
351 |
+
= Version 2.6.0 =
|
352 |
+
* Additional customizations options to the poll: Define which poll filters to show, poll social sharing bar removal
|
353 |
+
* Hiding vote option can be enabled / disabled by poll creator
|
354 |
+
= Version 2.5.0 =
|
355 |
+
* Added support for multiple selection polls
|
356 |
+
= Version 2.4.0 =
|
357 |
+
* Better support for hiding user votes in the poll
|
358 |
+
* Improved embed options to support both dynamic and constant width for the polls
|
359 |
+
* Polls can now be closed from the Opinion-Stage dashboard
|
360 |
+
= Version 2.3.0 =
|
361 |
+
* Improved creation flow of polls
|
362 |
+
* Added basic report per poll in the Opinion Stage polls dashboard
|
363 |
+
* Added account report in Opinion-Stage poll dashboard
|
364 |
+
= Version 2.2.0 =
|
365 |
+
* Polls are now localized for Arabic
|
366 |
+
* Better support for sidebar polls (300px)
|
367 |
+
* Supporting longer side texts in polls
|
368 |
+
= Version 2.1.0 =
|
369 |
+
* Polls are now displayed properly in mobile environments
|
370 |
+
* Additional built-in poll themes
|
371 |
+
* When clicking on poll participants, the user is now redirected to their social network profile
|
372 |
+
* Polls are now localized for Spanish
|
373 |
+
* You can now set whether you would like to display the number of votes in the poll
|
374 |
+
* Support for election polls (e.g. poll results displayed in points, add a minimum cliff, etc)
|
375 |
+
= Version 2.0.0 =
|
376 |
+
* Support for multiple sided polls
|
377 |
+
* Added the option to configure the URL in which the poll will be hosted. This will allow to direct additional traffic from social network shares and emails back to the location where the poll is hosted
|
378 |
+
* Added the option to set the order in which the poll results are displayed. You can either set it so that the poll sides are located in the order they were configured or set them so that the side with the most votes is displayed on top
|
379 |
+
= Version 1.2.0 =
|
380 |
+
* Poll width can now be set, supported poll widths are 400-620 pxl
|
381 |
+
* Poll widget performance optimizations for high traffic polling deployments
|
382 |
+
* Support customized color themes for the polls
|
383 |
+
= Version 1.1.0 =
|
384 |
+
* Added an optional gender filter to the poll, so that poll results can be viewed by gender
|
385 |
+
* Added a central dashboard for managing all polls
|
386 |
+
* Added the option to display a detailed text description of the poll question to the poll widget
|
387 |
+
* Added the ability to configure which image is shared when sharing the poll or the poll vote on Facebook
|
388 |
+
= Version 1.0.1 =
|
389 |
+
* Improvements in the poll embed flow to ease insertion of polls
|
390 |
+
= Version 1.0.0 =
|
391 |
+
* First social poll version
|
readme.txt.r1141654
ADDED
@@ -0,0 +1,388 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Polls by OpinionStage ===
|
2 |
+
Contributors: OpinionStage.com
|
3 |
+
Donate link:
|
4 |
+
Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
|
5 |
+
|
6 |
+
Requires at least: 2.8
|
7 |
+
Tested up to: 4.1
|
8 |
+
Stable tag: trunk
|
9 |
+
|
10 |
+
Add a powerful & easy-to-use polling solution to your site. Create beautiful polls that boost time on site and drive traffic to your site.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
The Opinion Stage poll plug-in allows you to easily add standard or social polls to your website or Facebook page.
|
15 |
+
|
16 |
+
= Poll Examples: =
|
17 |
+
|
18 |
+
For examples, checkout the <a href="http://www.opinionstage.com/showcase?o=wp35e8" target="_blank">Poll Showcase.</a>
|
19 |
+
|
20 |
+
= Why Opinion Stage? =
|
21 |
+
|
22 |
+
* Discover opinions
|
23 |
+
* Boost engagement - increase time-on-site, page views & shares
|
24 |
+
* Drive traffic from social networks
|
25 |
+
* Run contests and sweepstakes
|
26 |
+
* Generate revenue by integrating ads in the polls
|
27 |
+
* Gather contact info such as emails & social profiles
|
28 |
+
* Get up and going in minutes
|
29 |
+
<br>
|
30 |
+
|
31 |
+
http://www.youtube.com/watch?v=P7xKNlWbk0s
|
32 |
+
|
33 |
+
= Main Poll Features: =
|
34 |
+
|
35 |
+
* Manage all your WordPress polls from one dashboard
|
36 |
+
* Poll your site visitors using their social network identities or anonymously
|
37 |
+
* View the full poll participant list social profiles
|
38 |
+
* Filter the poll participant list according to side votes
|
39 |
+
* Filter the poll results using social & demographic filters such as social network belonging, gender, location, time-frame and more
|
40 |
+
* Get the poll question & poll votes shared in social networks, driving social traffic to your poll and site
|
41 |
+
* Set the details of the social sharing (e.g. text, image & link displayed in the Facebook share) to optimize the share for improved visibility and click rates
|
42 |
+
* Customize the poll feature to match your needs (e.g. show/don't show number of votes, show results before / after voting, order sides by most votes or as configured, etc)
|
43 |
+
* Customize the poll's size, font, colour yourself or select from pre-defined poll styles and poll sizes.
|
44 |
+
* ... much more!
|
45 |
+
|
46 |
+
= Main Poll Benefits: =
|
47 |
+
|
48 |
+
* Discover opinions & people - discover opinions & the people behind them. You can view the social profiles of the public voters and learn about the opinions of your audience using aggregated poll reports
|
49 |
+
* Engage your audience - opinion polls are one of the most engaging types of content. Opinion Stage’s social layer further increases the poll engagement by allowing voters to discover who the participants are, view the poll results by various filters and more
|
50 |
+
* Drive traffic from social networks to your poll and site - after voting, participants are automatically prompted to share their votes in the various social networks, driving new traffic from social networks to your site
|
51 |
+
* Research the poll results and gain insights - Filter poll results by demographic & social attributes such as gender, location, social network belonging, time frame, and more. Learn how effective your polls are by discovering their level of engagement, how many of the poll votes are shared and how much traffic the polls generate
|
52 |
+
* Run profile based competitions & elections - conducting competitions & elections using social profiles, is a great way to achieve more authentic voting. Competitions become much more appealing, and tend to generate many social shares that drive traffic from social networks to your site
|
53 |
+
* Design polls that fit to your site - opinion Stage includes an online poll design studio that lets you design polls that perfectly fit into your site. You can set the poll size, font, colors, logo and more
|
54 |
+
* Polls works seamlessly on all platforms - Opinion Stage uses responsive design techniques to fully support all platforms & screen sizes, including desktops, tablets and mobile devices. Reach your target audience wherever they are
|
55 |
+
* Easy content creation - creating polls is an easy way to produce engaging and relevant content. Deploy your first polls in minutes and easily manage all your polls from a simple and intuitive dashboard
|
56 |
+
|
57 |
+
= Language support =
|
58 |
+
|
59 |
+
Opinion Stage supports over 30 languages, missing a language? Let us know!
|
60 |
+
|
61 |
+
= About Opinion Stage: =
|
62 |
+
|
63 |
+
Opinion Stage offers web sites a highly engaging opinion polling solution. For more details on Opinion Stage's polling solutions, visit <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
|
64 |
+
|
65 |
+
== Installation ==
|
66 |
+
|
67 |
+
1. Upload the social polls plug-in to your blog (or search for it) and install it on your plug-ins page
|
68 |
+
2. Activate it
|
69 |
+
|
70 |
+
== Frequently Asked Questions ==
|
71 |
+
|
72 |
+
|
73 |
+
= What sets Opinion Stage online polls apart from other online polling solutions? =
|
74 |
+
|
75 |
+
Opinion Stage online polls are social polls which means that social network identities are used for polling the participants. This makes the poll more engaging than the typical online poll, letting users discover who supports what and how each user voted in other polls. You can also follow users and then filter the poll results by the people you follow. Using social polls improves the distribution of the poll in social networks, allows gathering contact, demographic & social statistics from the poll participants. Lastly, social polls also work very well for elections & competitions.
|
76 |
+
|
77 |
+
= Do you require users to identify by logging-in before voting? =
|
78 |
+
|
79 |
+
When creating the polls you can determine if a social profile is required, if it is optional or if it is not required at all for voting. Opinion Stage online polls currently support Facebook, Twitter & Google login, and will include additional poll login options in the future.
|
80 |
+
|
81 |
+
= Do you support anonymous voting? =
|
82 |
+
|
83 |
+
When using a social profile to participate in the poll, you can hide your vote so that nobody besides yourself knows what you voted in the poll. In addition, the administator can configure that users can vote anonymously in the poll without requiring a social profile.
|
84 |
+
|
85 |
+
= How do users share the poll & their vote in social networks? =
|
86 |
+
|
87 |
+
Users can either share the poll question from the social (e.g. Facebook & Twitter) sharing buttons that are displayed on the top of the poll or by sharing the social sharing dialog that is displayed automatically after they vote in the poll. Opinion Stage never shares anything on the users' behalf without getting explicit permission for it.
|
88 |
+
|
89 |
+
= What are the benefits of using social polls? =
|
90 |
+
|
91 |
+
Using social polls offer the following main benefits: (1) improves user engagement on the site (2) drives traffic from social networks to the site (3) allow you to discover the the person behind the opinion (4) serves as a great tool for running elections & contests (5) allow you to gather contact, social & demographic information from the poll participants
|
92 |
+
|
93 |
+
= What types of online polls do you support? =
|
94 |
+
|
95 |
+
We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
|
96 |
+
|
97 |
+
= Do you plan to add debating capabilities to the poll? =
|
98 |
+
|
99 |
+
Yes, we plan to add the option to debate the poll. Users will be able to add a text explanation to their votes so the vote can be debated.
|
100 |
+
|
101 |
+
= How do I add a poll to my post/page? =
|
102 |
+
|
103 |
+
Follow these steps:
|
104 |
+
|
105 |
+
1. Create a new poll from <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">here</a>
|
106 |
+
2. After the poll was created, from the dashboard, click "Add to Website" link and copy the WordPress poll code ( e.g. [socialpoll id="119543"] )
|
107 |
+
3. Paste the poll code you copied into the blog post/page/section
|
108 |
+
|
109 |
+
= What is the embed ID and where can I find it? =
|
110 |
+
|
111 |
+
Each poll has a unique ID which identifies it. The poll ID can be found in the WordPress code (e.g. if [socialpoll id="119543"] is the WordPress code, 119543 is the poll ID)
|
112 |
+
|
113 |
+
= Can I embed a poll manually? =
|
114 |
+
|
115 |
+
Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], where the xyz represents the poll ID.
|
116 |
+
|
117 |
+
== Screenshots ==
|
118 |
+
|
119 |
+
1. **Multiple-choice poll** - example of a multiple-choice social poll, note that you can view who voted what and view the poll voters social profile. You can also filter the poll results by the people you follow, by gender of the poll participants and more
|
120 |
+
2. **Head-to-head poll** - example of a head-to-head poll, use this poll layout for highly engaging interactions
|
121 |
+
3. **Social sharing** - after voting, users are offered to share their votes in social networks (Facebook, Twitter, Google+), driving traffic back to your site
|
122 |
+
4. **Poll set** - example of polls grouped into a poll set, users can navigate between the different polls based on a pre-defined logic
|
123 |
+
5. **Poll in post** - you can add polls inside any post/page by adding the Opinion Stage short-code directly or by clicking on the Insert poll icon and inserting the ID
|
124 |
+
6. **Poll in sidebar** - you can add polls to your sidebar using the Opinion Stage widget (find it in the Appearance->Widgets screen)
|
125 |
+
7. **Poll section in all articles** - you can configure that a poll or a set of polls is displayed at the end of all or specific sections of posts/pages
|
126 |
+
8. **Poll results** - From the Opinion Stage dashboard view the poll results and poll performance metrics
|
127 |
+
|
128 |
+
== Upgrade Notice ==
|
129 |
+
|
130 |
+
N/A
|
131 |
+
|
132 |
+
== Changelog ==
|
133 |
+
= Version 11.3.0 =
|
134 |
+
* First Trivia poll version
|
135 |
+
= Version 11.2.0 =
|
136 |
+
* Various functionality & usability improvements
|
137 |
+
= Version 11.1.0 =
|
138 |
+
* Head-to-Head Poll - new revamped UI (first version)
|
139 |
+
= Version 11.0.0 =
|
140 |
+
* New look & feel settings
|
141 |
+
= Version 10.9.0 =
|
142 |
+
* Allow disabling global poll section for specific posts
|
143 |
+
= Version 10.8.0 =
|
144 |
+
* Texts changes
|
145 |
+
= Version 10.7.0 =
|
146 |
+
* New options for adding polls or sets to all posts
|
147 |
+
= Version 10.6.0 =
|
148 |
+
* Poll sets and poll placements - improved interface
|
149 |
+
= Version 10.5.0 =
|
150 |
+
* Ad integrations (optional) - revamped interface
|
151 |
+
= Version 10.4.0 =
|
152 |
+
* Added UI support for social logins
|
153 |
+
= Version 10.3.0 =
|
154 |
+
* New UI for Multiple Choice Polls
|
155 |
+
= Version 10.2.0 =
|
156 |
+
* Various stability fixes
|
157 |
+
= Version 10.1.0 =
|
158 |
+
* Post vote actions
|
159 |
+
= Version 10.0.0 =
|
160 |
+
* Performance improvements
|
161 |
+
= Version 9.9.0 =
|
162 |
+
* Various fixes
|
163 |
+
= Version 9.8.0 =
|
164 |
+
* Poll discovery first version
|
165 |
+
= Version 9.7.0 =
|
166 |
+
* Placements first version
|
167 |
+
= Version 9.6.0 =
|
168 |
+
* Various fixes
|
169 |
+
= Version 9.5.0 =
|
170 |
+
* Smart containers first version
|
171 |
+
= Version 9.4.0 =
|
172 |
+
* Allow users to add their own answers
|
173 |
+
* Head2Head polls - mobile optimizations
|
174 |
+
= Version 9.3.0 =
|
175 |
+
* Support adding custom texts to the interface
|
176 |
+
* Solve minor UI issues
|
177 |
+
= Version 9.2.0 =
|
178 |
+
* Support displaying ads before showing the results
|
179 |
+
* Support reordering the sides of the poll
|
180 |
+
= Version 9.1.0 =
|
181 |
+
* Added the option to add Facebook comments to the polls
|
182 |
+
* Improvements to poll creation flow
|
183 |
+
= Version 9.0.0 =
|
184 |
+
* New poll head-to-head themes
|
185 |
+
* Poll UI optimizations
|
186 |
+
= Version 8.9.0 =
|
187 |
+
* Various additions and improvements to the poll style studio
|
188 |
+
* Support for wide pages
|
189 |
+
= Version 8.8.0 =
|
190 |
+
* Improved poll built-in UI styles
|
191 |
+
* New capabilities to poll style studio
|
192 |
+
= Version 8.7.0 =
|
193 |
+
* Improved poll reports
|
194 |
+
* Various minor improvements
|
195 |
+
= Version 8.6.0 =
|
196 |
+
* Poll performance improvements for peek scenarios
|
197 |
+
* New banner type ad unit
|
198 |
+
= Version 8.5.0 =
|
199 |
+
* Improve process of adding polls to site
|
200 |
+
* Improve returning traffic tracking mechanism
|
201 |
+
= Version 8.4.0 =
|
202 |
+
* Add first version of poll discovery feature
|
203 |
+
* Resolve issue with image addition
|
204 |
+
= Version 8.3.0 =
|
205 |
+
* Add the option to integrate advertisement into the polls for generating revenue
|
206 |
+
* Optimizations for poll display in mobile environments
|
207 |
+
= Version 8.2.0 =
|
208 |
+
* Enhancements on contact generation feature
|
209 |
+
* Mobile polls improvements
|
210 |
+
* Additions to default poll settings
|
211 |
+
= Version 8.1.0 =
|
212 |
+
* Poll discovery - first version
|
213 |
+
* Poll sets improvements
|
214 |
+
* Poll performance improvements
|
215 |
+
= Version 8.0.0 =
|
216 |
+
* Added an account report dashboard
|
217 |
+
= Version 7.9.0 =
|
218 |
+
* Resolved paypal integration issues
|
219 |
+
* Resolved facebook page integration issues
|
220 |
+
= Version 7.8.0 =
|
221 |
+
* Renamed plugin to better reflect the platform
|
222 |
+
= Version 7.7.0 =
|
223 |
+
* Fixed 2 poll display issues
|
224 |
+
= Version 7.6.0 =
|
225 |
+
* Added the ability to insert a shortcode of a set of polls
|
226 |
+
* Added a widget for a container and for a set of polls
|
227 |
+
= Version 7.5.0 =
|
228 |
+
* Created a widget for easily adding polls to site
|
229 |
+
= Version 7.4.0 =
|
230 |
+
* Poll performance optimizations
|
231 |
+
= Version 7.3.0 =
|
232 |
+
* Resolved 2 issues with polls on mobile
|
233 |
+
= Version 7.2.0 =
|
234 |
+
* Add external integration with 3rd parties via API/XML mechanism
|
235 |
+
= Version 7.1.0 =
|
236 |
+
* Support collecting emails from poll voters
|
237 |
+
= Version 7.0.0 =
|
238 |
+
* Fixed potential collisions with other plugins
|
239 |
+
= Version 6.9.0 =
|
240 |
+
* First version of Poll Sets
|
241 |
+
* First version of redirect after poll vote
|
242 |
+
* Fix related to languages in poll display
|
243 |
+
= Version 6.8.0 =
|
244 |
+
* Fix issue with Mobile voting
|
245 |
+
* Fix for iframe embed of poll
|
246 |
+
* Fix for uploading images from computer
|
247 |
+
= Version 6.7.0 =
|
248 |
+
* Added Czech language & fix for Polish
|
249 |
+
* Add poll images via URL
|
250 |
+
= Version 6.6.0 =
|
251 |
+
* Improve poll login screen in mobile
|
252 |
+
* Fixes for poll container
|
253 |
+
= Version 6.5.0 =
|
254 |
+
* Fix issues with voting on iphone/ipad (iOS7)
|
255 |
+
= Version 6.4.0 =
|
256 |
+
* New poll container
|
257 |
+
* Improvements to the poll optimization dashboard
|
258 |
+
= Version 6.3.0 =
|
259 |
+
* New graphs for the new reports page
|
260 |
+
* New languages - Romanian, Polish, Indonesian, Danish
|
261 |
+
= Version 6.2.0 =
|
262 |
+
* New Poll navigation bar
|
263 |
+
* New languages - Dutch, Albanian, Lithuanian
|
264 |
+
= Version 6.1.0 =
|
265 |
+
* New dashboard and site header
|
266 |
+
* Poll was translated to the following languages - Swedish, Turkish, Chinese, Japanese, Korean
|
267 |
+
= Version 6.0.0 =
|
268 |
+
* Added the option to login to Opinion Stage with a email/user-name and password combination
|
269 |
+
= Version 5.9.0 =
|
270 |
+
* Added geographic location filter to poll results dashboard
|
271 |
+
= Version 5.8.0 =
|
272 |
+
* Added time filter to poll results dashboard
|
273 |
+
* New design for on site poll page
|
274 |
+
* Various improvements & fixes on poll results dashboard
|
275 |
+
= Version 5.7.0 =
|
276 |
+
* Added the option to block repeat voting in polls by IP
|
277 |
+
= Version 5.6.0 =
|
278 |
+
* Improvements & fixes on poll studio
|
279 |
+
= Version 5.5.0 =
|
280 |
+
* Improvements & fixes on poll reporting statistics
|
281 |
+
* Improvements & fixes on poll core flows
|
282 |
+
= Version 5.4.0 =
|
283 |
+
* Added to the poll results screen the following poll stats: poll engagement stats, poll social stats & poll traffic stats
|
284 |
+
= Version 5.3.0 =
|
285 |
+
* Add a clone function that allows to easily create multiple polls from the same template
|
286 |
+
* Add the option to schedule when the poll will be closed
|
287 |
+
= Version 5.2.0 =
|
288 |
+
* Revamp of the poll social sharing settings
|
289 |
+
* revamp of add poll to website screen
|
290 |
+
= Version 5.1.0 =
|
291 |
+
* Add Facebook comments to polls added to Facebook pages
|
292 |
+
* Add the option to preview the poll in different widths
|
293 |
+
= Version 5.0.0 =
|
294 |
+
* Improvements to poll style studio
|
295 |
+
* Added option to configure head to head polls not to show results before voting
|
296 |
+
* Added the option to configure all types of polls not to show results to voters
|
297 |
+
* Extended width support of head to head polls to 250-740 pxls
|
298 |
+
= Version 4.7.1 =
|
299 |
+
* Additional social filters added to the poll interface & poll report
|
300 |
+
* Optimize poll sharing scenarios
|
301 |
+
= Version 4.7.0 =
|
302 |
+
* Improvements on poll sharing scenarios
|
303 |
+
= Version 4.6.0 =
|
304 |
+
* Add polls to Facebook pages in 2-clicks feature added
|
305 |
+
* Enhanced poll reporting that includes poll result filters
|
306 |
+
* Brightcove video format now supported in the polls
|
307 |
+
= Version 4.5.5 =
|
308 |
+
* Added support for Google+ poll login
|
309 |
+
* Fixed a presentation issue with polls and https sites
|
310 |
+
* Fixed issue with poll display on Facebook pages
|
311 |
+
= Version 4.5.0 =
|
312 |
+
* Localize polls for Russian and French
|
313 |
+
* New design for poll social login dialogue
|
314 |
+
* Polls now auto-detect https environments
|
315 |
+
* Various minor fixes and improvements to poll functionality
|
316 |
+
= Version 4.4.0 =
|
317 |
+
* Polls are now localized for Portuguese
|
318 |
+
* Various minor bug fixes
|
319 |
+
= Version 4.3.0 =
|
320 |
+
* Multiple sided polls are supported for 150 widths and above
|
321 |
+
* Head-to-head polls are supported for 300 widths and above
|
322 |
+
* Poll style studio was improved to included many more poll style options
|
323 |
+
* New improved poll dashboard
|
324 |
+
* Poll showcase was improved to include more poll examples and detailed explanations
|
325 |
+
= Version 4.2.0 =
|
326 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
327 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
328 |
+
= Version 4.1.0 =
|
329 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
330 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
331 |
+
= Version 4.0.0 =
|
332 |
+
* UI improvements for the polls (filters, border etc)
|
333 |
+
= Version 3.1.0 =
|
334 |
+
* Poll creator can select number of allowed poll answers
|
335 |
+
* FB poll sharing flow optimizations
|
336 |
+
* Poll results can be shown from the Opinion-Stage poll dashboard
|
337 |
+
= Version 3.0.0 =
|
338 |
+
* New hybrid voting method added to the polls, allowing users to vote either via a social profile or completely anonymously
|
339 |
+
= Version 2.9.0 =
|
340 |
+
* Added support for anonymous poll voting
|
341 |
+
= Version 2.8.0 =
|
342 |
+
* Improved editing process of polls by adding a preview to the poll editing screen
|
343 |
+
* Additional layout customizations for polls - hide top bars, add bottom padding
|
344 |
+
* Polls can now be reset
|
345 |
+
= Version 2.7.0 =
|
346 |
+
* Additional poll languages support (German, Italian, Serbian)
|
347 |
+
* Additional poll customizations for the vote sharing process
|
348 |
+
= Version 2.6.0 =
|
349 |
+
* Additional customizations options to the poll: Define which poll filters to show, poll social sharing bar removal
|
350 |
+
* Hiding vote option can be enabled / disabled by poll creator
|
351 |
+
= Version 2.5.0 =
|
352 |
+
* Added support for multiple selection polls
|
353 |
+
= Version 2.4.0 =
|
354 |
+
* Better support for hiding user votes in the poll
|
355 |
+
* Improved embed options to support both dynamic and constant width for the polls
|
356 |
+
* Polls can now be closed from the Opinion-Stage dashboard
|
357 |
+
= Version 2.3.0 =
|
358 |
+
* Improved creation flow of polls
|
359 |
+
* Added basic report per poll in the Opinion Stage polls dashboard
|
360 |
+
* Added account report in Opinion-Stage poll dashboard
|
361 |
+
= Version 2.2.0 =
|
362 |
+
* Polls are now localized for Arabic
|
363 |
+
* Better support for sidebar polls (300px)
|
364 |
+
* Supporting longer side texts in polls
|
365 |
+
= Version 2.1.0 =
|
366 |
+
* Polls are now displayed properly in mobile environments
|
367 |
+
* Additional built-in poll themes
|
368 |
+
* When clicking on poll participants, the user is now redirected to their social network profile
|
369 |
+
* Polls are now localized for Spanish
|
370 |
+
* You can now set whether you would like to display the number of votes in the poll
|
371 |
+
* Support for election polls (e.g. poll results displayed in points, add a minimum cliff, etc)
|
372 |
+
= Version 2.0.0 =
|
373 |
+
* Support for multiple sided polls
|
374 |
+
* Added the option to configure the URL in which the poll will be hosted. This will allow to direct additional traffic from social network shares and emails back to the location where the poll is hosted
|
375 |
+
* Added the option to set the order in which the poll results are displayed. You can either set it so that the poll sides are located in the order they were configured or set them so that the side with the most votes is displayed on top
|
376 |
+
= Version 1.2.0 =
|
377 |
+
* Poll width can now be set, supported poll widths are 400-620 pxl
|
378 |
+
* Poll widget performance optimizations for high traffic polling deployments
|
379 |
+
* Support customized color themes for the polls
|
380 |
+
= Version 1.1.0 =
|
381 |
+
* Added an optional gender filter to the poll, so that poll results can be viewed by gender
|
382 |
+
* Added a central dashboard for managing all polls
|
383 |
+
* Added the option to display a detailed text description of the poll question to the poll widget
|
384 |
+
* Added the ability to configure which image is shared when sharing the poll or the poll vote on Facebook
|
385 |
+
= Version 1.0.1 =
|
386 |
+
* Improvements in the poll embed flow to ease insertion of polls
|
387 |
+
= Version 1.0.0 =
|
388 |
+
* First social poll version
|
readme.txt.r1149294
ADDED
@@ -0,0 +1,390 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Polls by OpinionStage ===
|
2 |
+
Contributors: OpinionStage.com
|
3 |
+
Donate link:
|
4 |
+
Tags: poll, polls, polling, vote, voting, debate, survey, social, opinionstage, opinion stage
|
5 |
+
|
6 |
+
Requires at least: 2.8
|
7 |
+
Tested up to: 4.1
|
8 |
+
Stable tag: trunk
|
9 |
+
|
10 |
+
Add a powerful & easy-to-use polling solution to your site. Create beautiful polls that boost time on site and drive traffic to your site.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
The Opinion Stage poll plug-in allows you to easily add standard or social polls to your website or Facebook page.
|
15 |
+
|
16 |
+
= Poll Examples: =
|
17 |
+
|
18 |
+
For examples, checkout the <a href="http://www.opinionstage.com/showcase?o=wp35e8" target="_blank">Poll Showcase.</a>
|
19 |
+
|
20 |
+
= Why Opinion Stage? =
|
21 |
+
|
22 |
+
* Discover opinions
|
23 |
+
* Boost engagement - increase time-on-site, page views & shares
|
24 |
+
* Drive traffic from social networks
|
25 |
+
* Run contests and sweepstakes
|
26 |
+
* Generate revenue by integrating ads in the polls
|
27 |
+
* Gather contact info such as emails & social profiles
|
28 |
+
* Get up and going in minutes
|
29 |
+
<br>
|
30 |
+
|
31 |
+
http://www.youtube.com/watch?v=P7xKNlWbk0s
|
32 |
+
|
33 |
+
= Main Poll Features: =
|
34 |
+
|
35 |
+
* Manage all your WordPress polls from one dashboard
|
36 |
+
* Poll your site visitors using their social network identities or anonymously
|
37 |
+
* View the full poll participant list social profiles
|
38 |
+
* Filter the poll participant list according to side votes
|
39 |
+
* Filter the poll results using social & demographic filters such as social network belonging, gender, location, time-frame and more
|
40 |
+
* Get the poll question & poll votes shared in social networks, driving social traffic to your poll and site
|
41 |
+
* Set the details of the social sharing (e.g. text, image & link displayed in the Facebook share) to optimize the share for improved visibility and click rates
|
42 |
+
* Customize the poll feature to match your needs (e.g. show/don't show number of votes, show results before / after voting, order sides by most votes or as configured, etc)
|
43 |
+
* Customize the poll's size, font, colour yourself or select from pre-defined poll styles and poll sizes.
|
44 |
+
* ... much more!
|
45 |
+
|
46 |
+
= Main Poll Benefits: =
|
47 |
+
|
48 |
+
* Discover opinions & people - discover opinions & the people behind them. You can view the social profiles of the public voters and learn about the opinions of your audience using aggregated poll reports
|
49 |
+
* Engage your audience - opinion polls are one of the most engaging types of content. Opinion Stage’s social layer further increases the poll engagement by allowing voters to discover who the participants are, view the poll results by various filters and more
|
50 |
+
* Drive traffic from social networks to your poll and site - after voting, participants are automatically prompted to share their votes in the various social networks, driving new traffic from social networks to your site
|
51 |
+
* Research the poll results and gain insights - Filter poll results by demographic & social attributes such as gender, location, social network belonging, time frame, and more. Learn how effective your polls are by discovering their level of engagement, how many of the poll votes are shared and how much traffic the polls generate
|
52 |
+
* Run profile based competitions & elections - conducting competitions & elections using social profiles, is a great way to achieve more authentic voting. Competitions become much more appealing, and tend to generate many social shares that drive traffic from social networks to your site
|
53 |
+
* Design polls that fit to your site - opinion Stage includes an online poll design studio that lets you design polls that perfectly fit into your site. You can set the poll size, font, colors, logo and more
|
54 |
+
* Polls works seamlessly on all platforms - Opinion Stage uses responsive design techniques to fully support all platforms & screen sizes, including desktops, tablets and mobile devices. Reach your target audience wherever they are
|
55 |
+
* Easy content creation - creating polls is an easy way to produce engaging and relevant content. Deploy your first polls in minutes and easily manage all your polls from a simple and intuitive dashboard
|
56 |
+
|
57 |
+
= Language support =
|
58 |
+
|
59 |
+
Opinion Stage supports over 30 languages, missing a language? Let us know!
|
60 |
+
|
61 |
+
= About Opinion Stage: =
|
62 |
+
|
63 |
+
Opinion Stage offers web sites a highly engaging opinion polling solution. For more details on Opinion Stage's polling solutions, visit <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
|
64 |
+
|
65 |
+
== Installation ==
|
66 |
+
|
67 |
+
1. Upload the social polls plug-in to your blog (or search for it) and install it on your plug-ins page
|
68 |
+
2. Activate it
|
69 |
+
|
70 |
+
== Frequently Asked Questions ==
|
71 |
+
|
72 |
+
|
73 |
+
= What sets Opinion Stage online polls apart from other online polling solutions? =
|
74 |
+
|
75 |
+
Opinion Stage online polls are social polls which means that social network identities are used for polling the participants. This makes the poll more engaging than the typical online poll, letting users discover who supports what and how each user voted in other polls. You can also follow users and then filter the poll results by the people you follow. Using social polls improves the distribution of the poll in social networks, allows gathering contact, demographic & social statistics from the poll participants. Lastly, social polls also work very well for elections & competitions.
|
76 |
+
|
77 |
+
= Do you require users to identify by logging-in before voting? =
|
78 |
+
|
79 |
+
When creating the polls you can determine if a social profile is required, if it is optional or if it is not required at all for voting. Opinion Stage online polls currently support Facebook, Twitter & Google login, and will include additional poll login options in the future.
|
80 |
+
|
81 |
+
= Do you support anonymous voting? =
|
82 |
+
|
83 |
+
When using a social profile to participate in the poll, you can hide your vote so that nobody besides yourself knows what you voted in the poll. In addition, the administator can configure that users can vote anonymously in the poll without requiring a social profile.
|
84 |
+
|
85 |
+
= How do users share the poll & their vote in social networks? =
|
86 |
+
|
87 |
+
Users can either share the poll question from the social (e.g. Facebook & Twitter) sharing buttons that are displayed on the top of the poll or by sharing the social sharing dialog that is displayed automatically after they vote in the poll. Opinion Stage never shares anything on the users' behalf without getting explicit permission for it.
|
88 |
+
|
89 |
+
= What are the benefits of using social polls? =
|
90 |
+
|
91 |
+
Using social polls offer the following main benefits: (1) improves user engagement on the site (2) drives traffic from social networks to the site (3) allow you to discover the the person behind the opinion (4) serves as a great tool for running elections & contests (5) allow you to gather contact, social & demographic information from the poll participants
|
92 |
+
|
93 |
+
= What types of online polls do you support? =
|
94 |
+
|
95 |
+
We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
|
96 |
+
|
97 |
+
= Do you plan to add debating capabilities to the poll? =
|
98 |
+
|
99 |
+
Yes, we plan to add the option to debate the poll. Users will be able to add a text explanation to their votes so the vote can be debated.
|
100 |
+
|
101 |
+
= How do I add a poll to my post/page? =
|
102 |
+
|
103 |
+
Follow these steps:
|
104 |
+
|
105 |
+
1. Create a new poll from <a href="http://www.opinionstage.com?o=wp35e8" target="_blank">here</a>
|
106 |
+
2. After the poll was created, from the dashboard, click "Add to Website" link and copy the WordPress poll code ( e.g. [socialpoll id="119543"] )
|
107 |
+
3. Paste the poll code you copied into the blog post/page/section
|
108 |
+
|
109 |
+
= What is the embed ID and where can I find it? =
|
110 |
+
|
111 |
+
Each poll has a unique ID which identifies it. The poll ID can be found in the WordPress code (e.g. if [socialpoll id="119543"] is the WordPress code, 119543 is the poll ID)
|
112 |
+
|
113 |
+
= Can I embed a poll manually? =
|
114 |
+
|
115 |
+
Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], where the xyz represents the poll ID.
|
116 |
+
|
117 |
+
== Screenshots ==
|
118 |
+
|
119 |
+
1. **Multiple-choice poll** - example of a multiple-choice social poll, note that you can view who voted what and view the poll voters social profile. You can also filter the poll results by the people you follow, by gender of the poll participants and more
|
120 |
+
2. **Head-to-head poll** - example of a head-to-head poll, use this poll layout for highly engaging interactions
|
121 |
+
3. **Social sharing** - after voting, users are offered to share their votes in social networks (Facebook, Twitter, Google+), driving traffic back to your site
|
122 |
+
4. **Poll set** - example of polls grouped into a poll set, users can navigate between the different polls based on a pre-defined logic
|
123 |
+
5. **Poll in post** - you can add polls inside any post/page by adding the Opinion Stage short-code directly or by clicking on the Insert poll icon and inserting the ID
|
124 |
+
6. **Poll in sidebar** - you can add polls to your sidebar using the Opinion Stage widget (find it in the Appearance->Widgets screen)
|
125 |
+
7. **Poll section in all articles** - you can configure that a poll or a set of polls is displayed at the end of all or specific sections of posts/pages
|
126 |
+
8. **Poll results** - From the Opinion Stage dashboard view the poll results and poll performance metrics
|
127 |
+
|
128 |
+
== Upgrade Notice ==
|
129 |
+
|
130 |
+
N/A
|
131 |
+
|
132 |
+
== Changelog ==
|
133 |
+
= Version 11.4.0 =
|
134 |
+
* Fixed compatibility issues
|
135 |
+
= Version 11.3.0 =
|
136 |
+
* First Trivia poll version
|
137 |
+
= Version 11.2.0 =
|
138 |
+
* Various functionality & usability improvements
|
139 |
+
= Version 11.1.0 =
|
140 |
+
* Head-to-Head Poll - new revamped UI (first version)
|
141 |
+
= Version 11.0.0 =
|
142 |
+
* New look & feel settings
|
143 |
+
= Version 10.9.0 =
|
144 |
+
* Allow disabling global poll section for specific posts
|
145 |
+
= Version 10.8.0 =
|
146 |
+
* Texts changes
|
147 |
+
= Version 10.7.0 =
|
148 |
+
* New options for adding polls or sets to all posts
|
149 |
+
= Version 10.6.0 =
|
150 |
+
* Poll sets and poll placements - improved interface
|
151 |
+
= Version 10.5.0 =
|
152 |
+
* Ad integrations (optional) - revamped interface
|
153 |
+
= Version 10.4.0 =
|
154 |
+
* Added UI support for social logins
|
155 |
+
= Version 10.3.0 =
|
156 |
+
* New UI for Multiple Choice Polls
|
157 |
+
= Version 10.2.0 =
|
158 |
+
* Various stability fixes
|
159 |
+
= Version 10.1.0 =
|
160 |
+
* Post vote actions
|
161 |
+
= Version 10.0.0 =
|
162 |
+
* Performance improvements
|
163 |
+
= Version 9.9.0 =
|
164 |
+
* Various fixes
|
165 |
+
= Version 9.8.0 =
|
166 |
+
* Poll discovery first version
|
167 |
+
= Version 9.7.0 =
|
168 |
+
* Placements first version
|
169 |
+
= Version 9.6.0 =
|
170 |
+
* Various fixes
|
171 |
+
= Version 9.5.0 =
|
172 |
+
* Smart containers first version
|
173 |
+
= Version 9.4.0 =
|
174 |
+
* Allow users to add their own answers
|
175 |
+
* Head2Head polls - mobile optimizations
|
176 |
+
= Version 9.3.0 =
|
177 |
+
* Support adding custom texts to the interface
|
178 |
+
* Solve minor UI issues
|
179 |
+
= Version 9.2.0 =
|
180 |
+
* Support displaying ads before showing the results
|
181 |
+
* Support reordering the sides of the poll
|
182 |
+
= Version 9.1.0 =
|
183 |
+
* Added the option to add Facebook comments to the polls
|
184 |
+
* Improvements to poll creation flow
|
185 |
+
= Version 9.0.0 =
|
186 |
+
* New poll head-to-head themes
|
187 |
+
* Poll UI optimizations
|
188 |
+
= Version 8.9.0 =
|
189 |
+
* Various additions and improvements to the poll style studio
|
190 |
+
* Support for wide pages
|
191 |
+
= Version 8.8.0 =
|
192 |
+
* Improved poll built-in UI styles
|
193 |
+
* New capabilities to poll style studio
|
194 |
+
= Version 8.7.0 =
|
195 |
+
* Improved poll reports
|
196 |
+
* Various minor improvements
|
197 |
+
= Version 8.6.0 =
|
198 |
+
* Poll performance improvements for peek scenarios
|
199 |
+
* New banner type ad unit
|
200 |
+
= Version 8.5.0 =
|
201 |
+
* Improve process of adding polls to site
|
202 |
+
* Improve returning traffic tracking mechanism
|
203 |
+
= Version 8.4.0 =
|
204 |
+
* Add first version of poll discovery feature
|
205 |
+
* Resolve issue with image addition
|
206 |
+
= Version 8.3.0 =
|
207 |
+
* Add the option to integrate advertisement into the polls for generating revenue
|
208 |
+
* Optimizations for poll display in mobile environments
|
209 |
+
= Version 8.2.0 =
|
210 |
+
* Enhancements on contact generation feature
|
211 |
+
* Mobile polls improvements
|
212 |
+
* Additions to default poll settings
|
213 |
+
= Version 8.1.0 =
|
214 |
+
* Poll discovery - first version
|
215 |
+
* Poll sets improvements
|
216 |
+
* Poll performance improvements
|
217 |
+
= Version 8.0.0 =
|
218 |
+
* Added an account report dashboard
|
219 |
+
= Version 7.9.0 =
|
220 |
+
* Resolved paypal integration issues
|
221 |
+
* Resolved facebook page integration issues
|
222 |
+
= Version 7.8.0 =
|
223 |
+
* Renamed plugin to better reflect the platform
|
224 |
+
= Version 7.7.0 =
|
225 |
+
* Fixed 2 poll display issues
|
226 |
+
= Version 7.6.0 =
|
227 |
+
* Added the ability to insert a shortcode of a set of polls
|
228 |
+
* Added a widget for a container and for a set of polls
|
229 |
+
= Version 7.5.0 =
|
230 |
+
* Created a widget for easily adding polls to site
|
231 |
+
= Version 7.4.0 =
|
232 |
+
* Poll performance optimizations
|
233 |
+
= Version 7.3.0 =
|
234 |
+
* Resolved 2 issues with polls on mobile
|
235 |
+
= Version 7.2.0 =
|
236 |
+
* Add external integration with 3rd parties via API/XML mechanism
|
237 |
+
= Version 7.1.0 =
|
238 |
+
* Support collecting emails from poll voters
|
239 |
+
= Version 7.0.0 =
|
240 |
+
* Fixed potential collisions with other plugins
|
241 |
+
= Version 6.9.0 =
|
242 |
+
* First version of Poll Sets
|
243 |
+
* First version of redirect after poll vote
|
244 |
+
* Fix related to languages in poll display
|
245 |
+
= Version 6.8.0 =
|
246 |
+
* Fix issue with Mobile voting
|
247 |
+
* Fix for iframe embed of poll
|
248 |
+
* Fix for uploading images from computer
|
249 |
+
= Version 6.7.0 =
|
250 |
+
* Added Czech language & fix for Polish
|
251 |
+
* Add poll images via URL
|
252 |
+
= Version 6.6.0 =
|
253 |
+
* Improve poll login screen in mobile
|
254 |
+
* Fixes for poll container
|
255 |
+
= Version 6.5.0 =
|
256 |
+
* Fix issues with voting on iphone/ipad (iOS7)
|
257 |
+
= Version 6.4.0 =
|
258 |
+
* New poll container
|
259 |
+
* Improvements to the poll optimization dashboard
|
260 |
+
= Version 6.3.0 =
|
261 |
+
* New graphs for the new reports page
|
262 |
+
* New languages - Romanian, Polish, Indonesian, Danish
|
263 |
+
= Version 6.2.0 =
|
264 |
+
* New Poll navigation bar
|
265 |
+
* New languages - Dutch, Albanian, Lithuanian
|
266 |
+
= Version 6.1.0 =
|
267 |
+
* New dashboard and site header
|
268 |
+
* Poll was translated to the following languages - Swedish, Turkish, Chinese, Japanese, Korean
|
269 |
+
= Version 6.0.0 =
|
270 |
+
* Added the option to login to Opinion Stage with a email/user-name and password combination
|
271 |
+
= Version 5.9.0 =
|
272 |
+
* Added geographic location filter to poll results dashboard
|
273 |
+
= Version 5.8.0 =
|
274 |
+
* Added time filter to poll results dashboard
|
275 |
+
* New design for on site poll page
|
276 |
+
* Various improvements & fixes on poll results dashboard
|
277 |
+
= Version 5.7.0 =
|
278 |
+
* Added the option to block repeat voting in polls by IP
|
279 |
+
= Version 5.6.0 =
|
280 |
+
* Improvements & fixes on poll studio
|
281 |
+
= Version 5.5.0 =
|
282 |
+
* Improvements & fixes on poll reporting statistics
|
283 |
+
* Improvements & fixes on poll core flows
|
284 |
+
= Version 5.4.0 =
|
285 |
+
* Added to the poll results screen the following poll stats: poll engagement stats, poll social stats & poll traffic stats
|
286 |
+
= Version 5.3.0 =
|
287 |
+
* Add a clone function that allows to easily create multiple polls from the same template
|
288 |
+
* Add the option to schedule when the poll will be closed
|
289 |
+
= Version 5.2.0 =
|
290 |
+
* Revamp of the poll social sharing settings
|
291 |
+
* revamp of add poll to website screen
|
292 |
+
= Version 5.1.0 =
|
293 |
+
* Add Facebook comments to polls added to Facebook pages
|
294 |
+
* Add the option to preview the poll in different widths
|
295 |
+
= Version 5.0.0 =
|
296 |
+
* Improvements to poll style studio
|
297 |
+
* Added option to configure head to head polls not to show results before voting
|
298 |
+
* Added the option to configure all types of polls not to show results to voters
|
299 |
+
* Extended width support of head to head polls to 250-740 pxls
|
300 |
+
= Version 4.7.1 =
|
301 |
+
* Additional social filters added to the poll interface & poll report
|
302 |
+
* Optimize poll sharing scenarios
|
303 |
+
= Version 4.7.0 =
|
304 |
+
* Improvements on poll sharing scenarios
|
305 |
+
= Version 4.6.0 =
|
306 |
+
* Add polls to Facebook pages in 2-clicks feature added
|
307 |
+
* Enhanced poll reporting that includes poll result filters
|
308 |
+
* Brightcove video format now supported in the polls
|
309 |
+
= Version 4.5.5 =
|
310 |
+
* Added support for Google+ poll login
|
311 |
+
* Fixed a presentation issue with polls and https sites
|
312 |
+
* Fixed issue with poll display on Facebook pages
|
313 |
+
= Version 4.5.0 =
|
314 |
+
* Localize polls for Russian and French
|
315 |
+
* New design for poll social login dialogue
|
316 |
+
* Polls now auto-detect https environments
|
317 |
+
* Various minor fixes and improvements to poll functionality
|
318 |
+
= Version 4.4.0 =
|
319 |
+
* Polls are now localized for Portuguese
|
320 |
+
* Various minor bug fixes
|
321 |
+
= Version 4.3.0 =
|
322 |
+
* Multiple sided polls are supported for 150 widths and above
|
323 |
+
* Head-to-head polls are supported for 300 widths and above
|
324 |
+
* Poll style studio was improved to included many more poll style options
|
325 |
+
* New improved poll dashboard
|
326 |
+
* Poll showcase was improved to include more poll examples and detailed explanations
|
327 |
+
= Version 4.2.0 =
|
328 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
329 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
330 |
+
= Version 4.1.0 =
|
331 |
+
* Multi-sided polls support addition of multimedia (video and image)
|
332 |
+
* Both head-to-head and multi-sided polls - Multimedia support auto-fit for different width (e.g mobile environment)
|
333 |
+
= Version 4.0.0 =
|
334 |
+
* UI improvements for the polls (filters, border etc)
|
335 |
+
= Version 3.1.0 =
|
336 |
+
* Poll creator can select number of allowed poll answers
|
337 |
+
* FB poll sharing flow optimizations
|
338 |
+
* Poll results can be shown from the Opinion-Stage poll dashboard
|
339 |
+
= Version 3.0.0 =
|
340 |
+
* New hybrid voting method added to the polls, allowing users to vote either via a social profile or completely anonymously
|
341 |
+
= Version 2.9.0 =
|
342 |
+
* Added support for anonymous poll voting
|
343 |
+
= Version 2.8.0 =
|
344 |
+
* Improved editing process of polls by adding a preview to the poll editing screen
|
345 |
+
* Additional layout customizations for polls - hide top bars, add bottom padding
|
346 |
+
* Polls can now be reset
|
347 |
+
= Version 2.7.0 =
|
348 |
+
* Additional poll languages support (German, Italian, Serbian)
|
349 |
+
* Additional poll customizations for the vote sharing process
|
350 |
+
= Version 2.6.0 =
|
351 |
+
* Additional customizations options to the poll: Define which poll filters to show, poll social sharing bar removal
|
352 |
+
* Hiding vote option can be enabled / disabled by poll creator
|
353 |
+
= Version 2.5.0 =
|
354 |
+
* Added support for multiple selection polls
|
355 |
+
= Version 2.4.0 =
|
356 |
+
* Better support for hiding user votes in the poll
|
357 |
+
* Improved embed options to support both dynamic and constant width for the polls
|
358 |
+
* Polls can now be closed from the Opinion-Stage dashboard
|
359 |
+
= Version 2.3.0 =
|
360 |
+
* Improved creation flow of polls
|
361 |
+
* Added basic report per poll in the Opinion Stage polls dashboard
|
362 |
+
* Added account report in Opinion-Stage poll dashboard
|
363 |
+
= Version 2.2.0 =
|
364 |
+
* Polls are now localized for Arabic
|
365 |
+
* Better support for sidebar polls (300px)
|
366 |
+
* Supporting longer side texts in polls
|
367 |
+
= Version 2.1.0 =
|
368 |
+
* Polls are now displayed properly in mobile environments
|
369 |
+
* Additional built-in poll themes
|
370 |
+
* When clicking on poll participants, the user is now redirected to their social network profile
|
371 |
+
* Polls are now localized for Spanish
|
372 |
+
* You can now set whether you would like to display the number of votes in the poll
|
373 |
+
* Support for election polls (e.g. poll results displayed in points, add a minimum cliff, etc)
|
374 |
+
= Version 2.0.0 =
|
375 |
+
* Support for multiple sided polls
|
376 |
+
* Added the option to configure the URL in which the poll will be hosted. This will allow to direct additional traffic from social network shares and emails back to the location where the poll is hosted
|
377 |
+
* Added the option to set the order in which the poll results are displayed. You can either set it so that the poll sides are located in the order they were configured or set them so that the side with the most votes is displayed on top
|
378 |
+
= Version 1.2.0 =
|
379 |
+
* Poll width can now be set, supported poll widths are 400-620 pxl
|
380 |
+
* Poll widget performance optimizations for high traffic polling deployments
|
381 |
+
* Support customized color themes for the polls
|
382 |
+
= Version 1.1.0 =
|
383 |
+
* Added an optional gender filter to the poll, so that poll results can be viewed by gender
|
384 |
+
* Added a central dashboard for managing all polls
|
385 |
+
* Added the option to display a detailed text description of the poll question to the poll widget
|
386 |
+
* Added the ability to configure which image is shared when sharing the poll or the poll vote on Facebook
|
387 |
+
= Version 1.0.1 =
|
388 |
+
* Improvements in the poll embed flow to ease insertion of polls
|
389 |
+
= Version 1.0.0 =
|
390 |
+
* First social poll version
|