Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 14.0.0

Version Description

N/A

Download this release

Release Info

Developer assafp
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 14.0.0
Comparing to
See all releases

Code changes from version 13.9.0 to 14.0.0

opinionstage-functions.php CHANGED
@@ -214,7 +214,7 @@ function opinionstage_add_poll_page() {
214
  <div class="section">
215
  <h2>Help</h2>
216
  <ul class="os_links_list">
217
- <li><a href="http://blog.opinionstage.com/wordpress-poll-how-to-add-polls-to-wordpress-sites/?o=wp35e8" target="_blank">How to use this plugin</a></li>
218
  <li><?php echo opinionstage_create_link('Poll Examples', 'showcase', ''); ?></li>
219
  <li><?php echo opinionstage_create_link('Discover Content', 'discover', ''); ?></li>
220
  <li><a href="https://opinionstage.zendesk.com/anonymous_requests/new" target="_blank">Contact Us</a></li>
214
  <div class="section">
215
  <h2>Help</h2>
216
  <ul class="os_links_list">
217
+ <li><a href="http://blog.opinionstage.com/how-to-add-interactive-content-on-wordpress/?o=wp35e8" target="_blank">How to use this plugin</a></li>
218
  <li><?php echo opinionstage_create_link('Poll Examples', 'showcase', ''); ?></li>
219
  <li><?php echo opinionstage_create_link('Discover Content', 'discover', ''); ?></li>
220
  <li><a href="https://opinionstage.zendesk.com/anonymous_requests/new" target="_blank">Contact Us</a></li>
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll & Quiz Tools by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds highly engaging polls & quizzes to your site. Easily add polls & quizzes to any post/page or to your site sidebar.
6
- Version: 13.9.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -12,7 +12,7 @@ Text Domain: social-polls-by-opinionstage
12
  /* --- Static initializer for Wordpress hooks --- */
13
 
14
  define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
15
- define('OPINIONSTAGE_WIDGET_VERSION', '13.9.0');
16
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Poll & Quiz Tools by OpinionStage');
17
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
18
  define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
3
  Plugin Name: Poll & Quiz Tools by OpinionStage
4
  Plugin URI: http://www.opinionstage.com
5
  Description: Adds highly engaging polls & quizzes to your site. Easily add polls & quizzes to any post/page or to your site sidebar.
6
+ Version: 14.0.0
7
  Author: OpinionStage.com
8
  Author URI: http://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
12
  /* --- Static initializer for Wordpress hooks --- */
13
 
14
  define('OPINIONSTAGE_SERVER_BASE', "www.opinionstage.com"); /* Don't include the protocol, added dynamically */
15
+ define('OPINIONSTAGE_WIDGET_VERSION', '14.0.0');
16
  define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Poll & Quiz Tools by OpinionStage');
17
  define('OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8');
18
  define('OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget');
readme.txt CHANGED
@@ -28,8 +28,9 @@ For quiz examples, checkout the <a href="http://www.opinionstage.com/discovery?o
28
  * Drive traffic from quiz & poll shares in social networks
29
  * Run contests and sweepstakes
30
  * Generate revenue by integrating ads in the polls & quizzes
31
- * Gather contact info such as emails & social profiles
32
- * Get up and going with your first poll or quiz in minutes
 
33
  <br>
34
 
35
  http://www.youtube.com/watch?v=P7xKNlWbk0s
@@ -66,6 +67,8 @@ http://www.youtube.com/watch?v=P7xKNlWbk0s
66
  * Customize the quiz size, font, colors
67
  * Create different quiz types, such as personality quiz and trivia quiz
68
  * Quiz repository that demonstrates quiz best practices, including quiz examples, such as trivia quiz examples and personality quiz examples
 
 
69
 
70
  = Main Quiz Benefits: =
71
 
@@ -89,7 +92,7 @@ Opinion Stage offers web sites a highly engaging poll & quiz solution. For more
89
  == Installation ==
90
 
91
  1. Upload the "poll & quiz tools by Opinion Stage" plug-in to your blog (or search for it) and install the "poll & quiz tools by Opinion Stage" plugin on your plug-ins page
92
- 2. Activate it
93
 
94
  == Frequently Asked Questions ==
95
 
@@ -131,10 +134,22 @@ Users can either share the poll or quiz question from the social (e.g.Users can
131
 
132
  We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
133
 
 
 
 
 
 
 
 
 
134
  = What types of quizzes do you support? =
135
 
136
  You can select between a trivia quiz and a personality quiz, we plan to offer a few more quiz types in the future. If there is a quiz type you are missing, please notify us!
137
 
 
 
 
 
138
 
139
  == Screenshots ==
140
 
@@ -146,14 +161,17 @@ You can select between a trivia quiz and a personality quiz, we plan to offer a
146
  6. **Poll in sidebar** - you can add polls to your sidebar using the Opinion Stage widget (find it in the Appearance->Widgets screen)
147
  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
148
  8. **Poll results** - From the Opinion Stage dashboard view the poll results and poll performance metrics
149
- 9. **Personality quiz** - example of a personality quiz result. Using a personality quiz, you can ask you users different quiz questions, and based on their answers to the quiz questions, offer them different quiz results
150
- 10. **Trivia quiz** - example of a Trivia quiz result. Set the correct answer in each of the quiz questions, and following users answers to the quiz, give them a quiz result with the number of correct quiz answers
151
 
152
  == Upgrade Notice ==
153
 
154
  N/A
155
 
156
  == Changelog ==
 
 
 
157
  = Version 13.9.0 =
158
  * Added creation links for trivia quiz, peronsality quiz and lists
159
  * Added a link for content discovery
28
  * Drive traffic from quiz & poll shares in social networks
29
  * Run contests and sweepstakes
30
  * Generate revenue by integrating ads in the polls & quizzes
31
+ * Gather contact info such as emails & social profiles, while your audience participates in the polls & quizzes
32
+ * Get up and going with your first poll or quiz in minutes" -> "Get up and going with your first poll or quiz in minutes, creating polls & quizzes with the service is highly intuitive and help is avialable when needed
33
+
34
  <br>
35
 
36
  http://www.youtube.com/watch?v=P7xKNlWbk0s
67
  * Customize the quiz size, font, colors
68
  * Create different quiz types, such as personality quiz and trivia quiz
69
  * Quiz repository that demonstrates quiz best practices, including quiz examples, such as trivia quiz examples and personality quiz examples
70
+ * Discover top quizzes, from a list of quizzes hand-picked by the Opinion Stage editors
71
+ * Various customizations that will make your quizzes stand out and make the quizzes perfectly fit to your site
72
 
73
  = Main Quiz Benefits: =
74
 
92
  == Installation ==
93
 
94
  1. Upload the "poll & quiz tools by Opinion Stage" plug-in to your blog (or search for it) and install the "poll & quiz tools by Opinion Stage" plugin on your plug-ins page
95
+ 2. Active it to start creation polls & quizzes from the polls & quizzes creation dashboard
96
 
97
  == Frequently Asked Questions ==
98
 
134
 
135
  We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
136
 
137
+ = What is a social poll? =
138
+
139
+ Opinion Stage supports both standard annoymous polls and social polls which are polls in which you need to use your social profile for voting. You can configure the polls, so that the polls voting is anonymous, the polls voting requires a social profile for voting or the polls voting can either be done using a social profile or anonymously.
140
+
141
+ = What polls settings do you support -
142
+
143
+ Opinion Stagte supports many poll settings. You can configure look & feel polls settings, setting the polls font, the polls width, the polls colors and more. You can configure the polls general settings, such as when the poll results are displayed, if the poll result is displayed in number or % or both, in what order the poll answers are displayed, and more. You can configure the poll social settings, such as whether to add to the poll facebook comments, attach social sharing buttons to the polls, and other poll social settings.You can also configure the poll language. Finally, you can configure advanced poll setings, such as poll election settings, collecting leads from the poll respondants, redircting after the poll vote and more
144
+
145
  = What types of quizzes do you support? =
146
 
147
  You can select between a trivia quiz and a personality quiz, we plan to offer a few more quiz types in the future. If there is a quiz type you are missing, please notify us!
148
 
149
+ = Do you offer read-made polls & quizzes? =
150
+
151
+ Yes - our editors hand-pick the top polls & quizzes. You can browse the Opinion discover site and discover these polls and quizzes.
152
+
153
 
154
  == Screenshots ==
155
 
161
  6. **Poll in sidebar** - you can add polls to your sidebar using the Opinion Stage widget (find it in the Appearance->Widgets screen)
162
  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
163
  8. **Poll results** - From the Opinion Stage dashboard view the poll results and poll performance metrics
164
+ 9. **Personality quiz** - example of a personality quiz result. Using a personality quiz, you can ask you users different quiz questions, and based on their answers to the quiz questions, offer them different quiz results. Personality quizzes usually also produce a lot of social shares.
165
+ 10. **Trivia quiz** - example of a Trivia quiz result. Set the correct answer in each of the quiz questions, and following users answers to the quiz, give them a quiz result with the number of correct quiz answers. Trivia quizzes are usually one of the most engaging type of content.
166
 
167
  == Upgrade Notice ==
168
 
169
  N/A
170
 
171
  == Changelog ==
172
+ = Version 14.0.0 =
173
+ * Improved polls & quizzes creation help file
174
+ * Various small issues
175
  = Version 13.9.0 =
176
  * Added creation links for trivia quiz, peronsality quiz and lists
177
  * Added a link for content discovery