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

Version Description

  • Assets loading fix
    • Readme update
Download this release

Release Info

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

Code changes from version 19.6.4 to 19.6.5

admin/content-popup.php CHANGED
@@ -14,7 +14,7 @@ function opinionstage_content_popup_add_editor_button() {
14
  function opinionstage_content_popup_js() {
15
 
16
  // asset loader hotfix TODO: improve this loader machanism
17
- if ( !($_REQUEST['page'] == OPINIONSTAGE_MENU_SLUG || $_REQUEST['page'] == OPINIONSTAGE_PLACEMENT_SLUG || $_REQUEST['page'] == OPINIONSTAGE_GETTING_STARTED_SLUG) ) {
18
  opinionstage_register_javascript_asset(
19
  'content-popup',
20
  'content-popup.js',
14
  function opinionstage_content_popup_js() {
15
 
16
  // asset loader hotfix TODO: improve this loader machanism
17
+ if ( !(isset($_REQUEST['page']) && ($_REQUEST['page'] == OPINIONSTAGE_MENU_SLUG || $_REQUEST['page'] == OPINIONSTAGE_PLACEMENT_SLUG || $_REQUEST['page'] == OPINIONSTAGE_GETTING_STARTED_SLUG)) ) {
18
  opinionstage_register_javascript_asset(
19
  'content-popup',
20
  'content-popup.js',
admin/enqueue-scripts.php CHANGED
@@ -3,7 +3,8 @@
3
  defined( 'ABSPATH' ) or die();
4
 
5
  function opinionstage_admin_page_assets() {
6
- if ($_REQUEST['page'] == OPINIONSTAGE_MENU_SLUG || $_REQUEST['page'] == OPINIONSTAGE_PLACEMENT_SLUG || $_REQUEST['page'] == OPINIONSTAGE_GETTING_STARTED_SLUG) {
 
7
 
8
  opinionstage_register_css_asset( 'menu-page', 'menu-page.css' );
9
  opinionstage_register_css_asset( 'icon-font', 'icon-font.css' );
3
  defined( 'ABSPATH' ) or die();
4
 
5
  function opinionstage_admin_page_assets() {
6
+
7
+ if ( isset($_REQUEST['page']) && ($_REQUEST['page'] == OPINIONSTAGE_MENU_SLUG || $_REQUEST['page'] == OPINIONSTAGE_PLACEMENT_SLUG || $_REQUEST['page'] == OPINIONSTAGE_GETTING_STARTED_SLUG)) {
8
 
9
  opinionstage_register_css_asset( 'menu-page', 'menu-page.css' );
10
  opinionstage_register_css_asset( 'icon-font', 'icon-font.css' );
opinionstage-polls.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.4
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage (Deprecated)
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.5
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
- Version: 19.6.4
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
@@ -24,7 +24,7 @@ if ( defined('WP_DEBUG') && true === WP_DEBUG ) {
24
  }
25
  }
26
 
27
- define('OPINIONSTAGE_WIDGET_VERSION', '19.6.4');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
3
  Plugin Name: Poll, Survey, Form & Quiz Maker by OpinionStage
4
  Plugin URI: https://www.opinionstage.com
5
  Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
6
+ Version: 19.6.5
7
  Author: OpinionStage.com
8
  Author URI: https://www.opinionstage.com
9
  Text Domain: social-polls-by-opinionstage
24
  }
25
  }
26
 
27
+ define('OPINIONSTAGE_WIDGET_VERSION', '19.6.5');
28
 
29
  define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
30
 
readme.txt CHANGED
@@ -1,34 +1,39 @@
1
  === Poll, Survey, Form & Quiz Maker by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link: https://www.opinionstage.com
4
- Tags: poll, quiz, survey, form, slideshow, story, article
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
- Stable tag: 19.6.4
8
 
9
- Easily add polls, surveys, quizzes, slideshows, forms & story article to your website. 
10
 
11
  == Description ==
12
 
13
- Easily add engaging & visual interactive content elements such as polls, quizzes, surveys, slideshows, forms & story articles to your site. This results with more traffic, engagement, leads & revenue.
14
 
15
- https://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
16
 
17
- = Why use Opinion Stage interactive content tools? =
18
 
19
- * Manage all your interactive content (polls, surveys, quizzes, slideshows, forms & article stories) from one dashboard
20
- * Opinion Stage makes it easy and fast to create content. It literally takes minutes to get up & going with a poll, quiz, survey or slideshow
21
- * Create content from scratch or use pre-made poll, quiz & survey content templates to further speed the creation process
22
- * Boost engagement - Adding a poll, survey, quiz, slideshow or form to your posts/pages increases participation, time-on-site & page views
23
- * Drive new traffic from social shares - Using a quiz, poll, survey or slideshow is one of the best ways to increase social sharing
24
- * Supports a social sharing bar you can add to your poll, quiz or survey. The social sharing bar includes sharing buttons to all the popular social networks
25
- * Add facebook comments to your poll, quiz, survey or slideshow
26
- * Generate revenue by integrating ads in your poll, quiz or slideshow - build upon the high engagement rates to increase revenue from your ads
27
- * Gather more leads by integrating a lead form inside the poll, quiz or survey. This will not only produce more leads, but will also produce leads of higher quality, as the leads will be associated with the answers of the users.
 
 
 
 
 
 
28
  * Works seamlessly on all environments - 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
29
  * Embed in any location - in the sidebar, inside a post/page, in a section on your site or in a popup
30
- * Supports setting the color theme, fonts & sizes & title ortientation of the different contetn formats
31
- * White label your poll, survey, quiz or slideshow and add your own logo to make it seem as if it was built by your brand
32
 
33
  = Main Poll Features: =
34
 
@@ -53,7 +58,6 @@ https://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
53
  * View graphic presentations of the poll results including pie & chart bars that show the break down of votes in the different sides
54
  * View a detailed result table of all poll votes (e.g. vote side, vote timestamp, etc)
55
  * Export the poll results to an xls or csv file
56
- * Checkout the <a href="https://www.opinionstage.com/showcase?o=wp35e8" target="_blank">Poll Showcase</a>
57
 
58
  = Main Quiz Features: =
59
 
@@ -75,8 +79,6 @@ https://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
75
  * Support for randomizing answers in each quiz question to improve validity of results
76
  * Support for call-to-action buttons at the end of the quiz
77
  * Support sending to different landing pages based on the quiz outcome
78
- * Checkout this <a href="https://www.opinionstage.com/rsacks/test-your-olympic-knowledge?o=wp35e8" target="_blank">Trivia Quiz Example</a>
79
- * Checkout this <a href="https://www.opinionstage.com/rsacks/how-healthy-are-you?o=wp35e8" target="_blank">Personality Quiz Example</a>
80
 
81
  = Main Survey Features: =
82
 
@@ -96,14 +98,6 @@ https://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
96
  * Detailed response table, each response with all the answers and meta data such as timestamp of submission
97
  * Graphic display (pie chart & bar chart) of answers to each one of the questions
98
  * Drop off report to help optimize the survey for maximum completion rates
99
- * Checkout this <a href="https://www.opinionstage.com/opinionstage/help-us-improve-opinion-stage1?o=wp35e8" target="_blank">Survey Example</a>
100
-
101
- = Main Slideshow Features: =
102
-
103
- * Add slideshows using images, videos & text
104
- * Add a call to action at the end of the slideshow
105
- * View Statistics that incldue how many people viewed, started and completed the slideshow and a drop-off report to optimize the slideshow for completion
106
- * Checkout this <a href="https://www.opinionstage.com/maryna_bond/top-reasons-why-to-drink-water-daily?o=wp35e8" target="_blank">Slideshow Example</a>
107
 
108
  = Main Form Features: =
109
 
@@ -116,14 +110,6 @@ https://www.youtube.com/watch?v=zwcRWGsOxxQ?rel=0&showinfo=0
116
  * Supports native integrations with mailchimp and hubspot
117
  * View statistics on # of views vs. # of submissions
118
  * View all submissions including the all field entries and meta data such as timestamp of submission
119
- * Checkout this <a href="https://www.opinionstage.com/jamiescott935/inquiry-form?o=wp35e8" target="_blank">Form Example</a>
120
-
121
- = Main Story Article Features: =
122
-
123
- * Create an interactive article that includes visual & interactive elements
124
- * Supports adding a poll, personality quiz, trivia quiz, forms, slideshow & survey into the story article
125
- * Supports adding text, images & videos to the story article, including an image search function that lets you locate free images
126
- * Checkout this <a href="https://www.opinionstage.com/quiz/buzzfeed-quiz-create-a-buzzfeed-style-quiz?o=wp35e8" target="_blank">Story Article Example</a>
127
 
128
  = Placements: =
129
 
@@ -137,12 +123,12 @@ Opinion Stage supports over 42 languages, missing a language? Let us know!
137
 
138
  = About Opinion Stage: =
139
 
140
- Opinion Stage is a powerful & easy-to-use interactive content (e.g. poll, quiz, survey, slideshow, forms, etc) creation service. Opinion Stage's highly engaging content formats are used to boost engagement, gather leads, generate revenue and to extract actionable insights. Opinion Stage works with world-leading publishers, brands & agencies as well as small sites & blogs, offering their audiences content engagement experiences that convert to measurable business values. For more details, visit <a href="https://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
141
 
142
  == Installation ==
143
 
144
- 1. Upload the "Poll, Survey, Quiz, Slideshow, Form & Story Article" plugin to your blog (or search for it) and then install the plugin on your plugins page
145
- 2. Active it and start creating interactive content!
146
 
147
  == Frequently Asked Questions ==
148
 
@@ -156,7 +142,7 @@ With Opinion Stage you can create the following content formats: Poll, Poll Sets
156
 
157
  = What is the difference between a Poll and a Survey =
158
 
159
- Polls include one question for getting a quick answer on a question. Polls are often used for gathering opinions, getting feedback, running contents & competitions and generating engagement. Surveys include multiple questions in which only the survey creator can see the answers. Surveys are often used to gather feedback and insights. If you are still unsure whether to use a poll or a survey, contact our support team and we'd be happy to help.
160
 
161
  == Other Notes ==
162
 
@@ -166,11 +152,11 @@ Polls include one question for getting a quick answer on a question. Polls are o
166
  2. **Poll standard layout** - the poll include a lot of features including, selecting if users can select one side or more in the poll, allowing users to add their own answer to the poll, different methods of organizing the poll side order, setting the poll color, setting the poll font, preventing repeat voting in the poll, voting with a social profile in the poll, setting the poll result display, setting an expiry date for the poll, alignment of the poll title, setting the poll width, setting poll sharing bar, and much more
167
  3. **poll head to head layout** - example of a head-to-head layout poll
168
  4. **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 one of the most engaging type of content.
169
- 5. **Outcome quiz** - example of an outcome quiz. Using an outcome quiz, you can ask you users different quiz questions, and based on their answers to the quiz questions, offer them different quiz results. Outcome quizzes usually produce a lot of social shares.
170
- 6. **Content creation dashboard** - example of the Opinion Stage interactive content (e.g. poll, quiz, list, story, form) creation dashboard
171
- 7. **Lead form** - example of gathering quality leads while users participate in the polls, quizzes, surveys and slideshows
172
- 8. **Report** - example of a poll report screen allowing advanced analysis of results
173
- 9. **Content examples** - dashboard that includes highly effective examples that can be duplicated to your account
174
  10. **Popup placement** - display your content in an exit/enter, center/side screen popup
175
 
176
  == Upgrade Notice ==
@@ -178,6 +164,9 @@ Polls include one question for getting a quick answer on a question. Polls are o
178
  N/A
179
 
180
  == Changelog ==
 
 
 
181
  = 19.6.4 =
182
  * Permission fix on sub pages
183
  = 19.6.3 =
1
  === Poll, Survey, Form & Quiz Maker by OpinionStage ===
2
  Contributors: OpinionStage.com
3
  Donate link: https://www.opinionstage.com
4
+ Tags: poll, quiz, survey, form, interactive content
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
+ Stable tag: 19.6.5
8
 
9
+ Easily add a Poll, Survey, Quiz and Form Plugin to your WordPress Site. Create Beautiful and Top Performing Polls, Quizzes, Surveys & Forms in Minutes.
10
 
11
  == Description ==
12
 
13
+ Looking for a Top-Notch WordPress Poll Maker, Quiz Maker, Survey Maker or Form Maker solution?
14
 
 
15
 
16
+ Check out:
17
 
18
+
19
+ <a href="https://www.opinionstage.com/poll?o=wp35e8" target="_blank">Poll Maker Product Page</a> | <a href="https://www.opinionstage.com/pollstage/why-do-you-use-opinion-stage2" target="_blank">Poll Live Example</a>
20
+ <a href="https://www.opinionstage.com/quiz?o=wp35e8" target="_blank">Quiz Maker Product Page</a> | <a href="https://www.opinionstage.com/rsacks/how-healthy-are-you?o=wp35e8" target="_blank">Quiz Live Example</a>
21
+ <a href="https://www.opinionstage.com/survey?o=wp35e8" target="_blank">Survey Maker Product Page</a> | <a href="https://www.opinionstage.com/opinionstage/help-us-improve-opinion-stage1?o=wp35e8" target="_blank">Survey Live Example</a>
22
+ <a href="https://www.opinionstage.com/form?o=wp35e8" target="_blank">Form Maker Product Page</a> | <a href="https://www.opinionstage.com/jamiescott935/inquiry-form?o=wp35e8" target="_blank">Form Live Example</a>
23
+
24
+ = Why use Opinion Stage Poll, Survey, Form & Quiz Maker? =
25
+
26
+ * Manage all your interactive content (polls, surveys, quizzes, forms, slideshow & article stories) from one dashboard
27
+ * Opinion Stage makes it easy and fast to create content. It literally takes minutes to get up & going with a poll, quiz, survey or form
28
+ * Create from scratch or use pre-made poll, quiz, survey and form templates to further speed the creation process
29
+ * Boost engagement - add a poll, survey or quiz to your posts/pages to increases participation, time-on-site & page views
30
+ * Drive new traffic from social shares - Using an effective quiz or poll is one of the best ways to increase social sharing and viral distribution
31
+ * Generate revenue by integrating ads in your polls & quizzes - take advantage of the high engagement rates to increase revenue from your ads
32
+ * Gather more leads by integrating a lead form inside the poll, quiz or survey. This will not only produce more leads, but will also produce qualified leads, as the leads will be associated with the answers of the users.
33
  * Works seamlessly on all environments - 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
34
  * Embed in any location - in the sidebar, inside a post/page, in a section on your site or in a popup
35
+ * Supports setting the color theme, fonts & sizes & title ortientation of the different content formats
36
+ * White label your poll, survey, quiz or form and add your own logo to make it seem as if it was built by your brand/site
37
 
38
  = Main Poll Features: =
39
 
58
  * View graphic presentations of the poll results including pie & chart bars that show the break down of votes in the different sides
59
  * View a detailed result table of all poll votes (e.g. vote side, vote timestamp, etc)
60
  * Export the poll results to an xls or csv file
 
61
 
62
  = Main Quiz Features: =
63
 
79
  * Support for randomizing answers in each quiz question to improve validity of results
80
  * Support for call-to-action buttons at the end of the quiz
81
  * Support sending to different landing pages based on the quiz outcome
 
 
82
 
83
  = Main Survey Features: =
84
 
98
  * Detailed response table, each response with all the answers and meta data such as timestamp of submission
99
  * Graphic display (pie chart & bar chart) of answers to each one of the questions
100
  * Drop off report to help optimize the survey for maximum completion rates
 
 
 
 
 
 
 
 
101
 
102
  = Main Form Features: =
103
 
110
  * Supports native integrations with mailchimp and hubspot
111
  * View statistics on # of views vs. # of submissions
112
  * View all submissions including the all field entries and meta data such as timestamp of submission
 
 
 
 
 
 
 
 
113
 
114
  = Placements: =
115
 
123
 
124
  = About Opinion Stage: =
125
 
126
+ Opinion Stage is a powerful & easy-to-use interactive content (e.g. poll, quiz, survey, forms, etc) creation service. Opinion Stage's highly engaging content formats are used to boost engagement, gather leads, generate revenue and to extract actionable insights. Opinion Stage works with world-leading publishers, brands & agencies as well as small sites & blogs, offering their audiences content engagement experiences that convert to measurable business values. For more details, visit <a href="https://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
127
 
128
  == Installation ==
129
 
130
+ 1. Upload the "Poll, Survey, Form & Quiz Maker" plugin to your blog (or search for it) and then install the plugin on your plugins page
131
+ 2. Active it and start creating polls, quizzes, surveys and forms
132
 
133
  == Frequently Asked Questions ==
134
 
142
 
143
  = What is the difference between a Poll and a Survey =
144
 
145
+ Polls include one question and are used for getting a quick answer on a question. Polls are often used for gathering opinions, getting feedback, running contents & competitions and generating engagement. Surveys include multiple questions of different types. Surveys are often used to gather feedback and insights. If you are still unsure whether to use a poll or a survey, contact our support team and we'll be happy to help.
146
 
147
  == Other Notes ==
148
 
152
  2. **Poll standard layout** - the poll include a lot of features including, selecting if users can select one side or more in the poll, allowing users to add their own answer to the poll, different methods of organizing the poll side order, setting the poll color, setting the poll font, preventing repeat voting in the poll, voting with a social profile in the poll, setting the poll result display, setting an expiry date for the poll, alignment of the poll title, setting the poll width, setting poll sharing bar, and much more
153
  3. **poll head to head layout** - example of a head-to-head layout poll
154
  4. **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 one of the most engaging type of content.
155
+ 5. **Personality quiz** - example of a personality quiz. 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 tend to be viral as they produce a lot of social shares.
156
+ 6. **Content creation dashboard** - example of the Opinion Stage interactive content (e.g. poll, quiz, survey, form) creation dashboard
157
+ 7. **Lead form** - example of gathering quality leads while users participate in the polls, quizzes & surveys
158
+ 8. **Report** - example of a poll report screen that includes advanced analysis of results
159
+ 9. **Templates** - dashboard that includes highly effective examples that can be duplicated to your account
160
  10. **Popup placement** - display your content in an exit/enter, center/side screen popup
161
 
162
  == Upgrade Notice ==
164
  N/A
165
 
166
  == Changelog ==
167
+ = 19.6.5 =
168
+ * Assets loading fix
169
+ * Readme update
170
  = 19.6.4 =
171
  * Permission fix on sub pages
172
  = 19.6.3 =