Version Description
- bugfixes
Download this release
Release Info
Developer | kucaahbe |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 19.6.22 |
Comparing to | |
See all releases |
Code changes from version 19.6.21 to 19.6.22
- admin/css/menu-page.css +5 -5
- admin/views/getting_started.php +4 -6
- gutenberg/form/src/init.php +1 -1
- gutenberg/personality/src/init.php +1 -1
- gutenberg/poll/src/init.php +1 -1
- gutenberg/slideshow/src/init.php +1 -1
- gutenberg/survey/src/init.php +1 -1
- gutenberg/trivia/src/init.php +1 -1
- opinionstage-polls.php +1 -1
- plugin.php +2 -2
- readme.txt +45 -38
admin/css/menu-page.css
CHANGED
@@ -798,17 +798,17 @@ div#loadMore {
|
|
798 |
font-size: 15px;
|
799 |
font-weight: bold;
|
800 |
margin-top: 10px;
|
801 |
-
padding:
|
802 |
text-align: center;
|
803 |
text-decoration: none;
|
804 |
-
width:
|
|
|
805 |
}
|
806 |
-
.gettingTemplateGallery, .gettingTemplateSolution
|
807 |
float: left;
|
808 |
-
margin-right: 9px;
|
809 |
}
|
810 |
.gettingTemplateTutorial {
|
811 |
-
|
812 |
}
|
813 |
.gettingTemplateGallery:hover, .gettingTemplateSolution:hover, .gettingTemplateTutorial:hover {
|
814 |
background-color: rgba(49, 174, 190, 0.1);
|
798 |
font-size: 15px;
|
799 |
font-weight: bold;
|
800 |
margin-top: 10px;
|
801 |
+
padding: 20px 0;
|
802 |
text-align: center;
|
803 |
text-decoration: none;
|
804 |
+
width: 100%;
|
805 |
+
max-width: 370px;
|
806 |
}
|
807 |
+
.gettingTemplateGallery, .gettingTemplateSolution,.gettingTemplateTutorial {
|
808 |
float: left;
|
|
|
809 |
}
|
810 |
.gettingTemplateTutorial {
|
811 |
+
margin-right: 10px;
|
812 |
}
|
813 |
.gettingTemplateGallery:hover, .gettingTemplateSolution:hover, .gettingTemplateTutorial:hover {
|
814 |
background-color: rgba(49, 174, 190, 0.1);
|
admin/views/getting_started.php
CHANGED
@@ -16,9 +16,8 @@ defined( 'ABSPATH' ) or die();
|
|
16 |
</div>
|
17 |
</div>
|
18 |
<div class="gettingBlockContainer">
|
19 |
-
|
20 |
-
<?php echo opinionstage_link('
|
21 |
-
<a href="https://help.opinionstage.com/wordpress-plugin/how-to-use-the-wordpress-plugin?utm_source=wordpress&utm_campaign=WPMainPI&utm_medium=link&o=wp35e8" target="_blank" class="help-link"><div class="gettingTemplateTutorial">GETTING STARTED <br/>TUTORIALS</div></a>
|
22 |
</div>
|
23 |
</div>
|
24 |
<?php }else{ ?>
|
@@ -38,9 +37,8 @@ defined( 'ABSPATH' ) or die();
|
|
38 |
</div>
|
39 |
</div>
|
40 |
<div class="gettingBlockContainer">
|
41 |
-
|
42 |
-
<?php echo opinionstage_link('
|
43 |
-
<a href="https://help.opinionstage.com/wordpress-plugin/how-to-use-the-wordpress-plugin?utm_source=wordpress&utm_campaign=WPMainPI&utm_medium=link&o=wp35e8" target="_blank" class="help-link"><div class="gettingTemplateTutorial help-link">GETTING STARTED <br/>TUTORIALS</div></a>
|
44 |
</div>
|
45 |
</div>
|
46 |
|
16 |
</div>
|
17 |
</div>
|
18 |
<div class="gettingBlockContainer">
|
19 |
+
<a href="https://help.opinionstage.com/wordpress-plugin/how-to-use-the-wordpress-plugin?utm_source=wordpress&utm_campaign=WPMainPI&utm_medium=link&o=wp35e8" target="_blank" class="help-link"><div class="gettingTemplateTutorial">GETTING STARTED <br/>VIDEO TUTORIAL</div></a>
|
20 |
+
<?php echo opinionstage_link('TEMPLATES & <br/> EXAMPLES', 'dashboard/content/templates', 'gettingTemplateGallery help-link'); ?>
|
|
|
21 |
</div>
|
22 |
</div>
|
23 |
<?php }else{ ?>
|
37 |
</div>
|
38 |
</div>
|
39 |
<div class="gettingBlockContainer">
|
40 |
+
<a href="https://help.opinionstage.com/wordpress-plugin/how-to-use-the-wordpress-plugin?utm_source=wordpress&utm_campaign=WPMainPI&utm_medium=link&o=wp35e8" target="_blank" class="help-link"><div class="gettingTemplateTutorial help-link">GETTING STARTED <br/>VIDEO TUTORIAL</div></a>
|
41 |
+
<?php echo opinionstage_link('TEMPLATES & <br/> EXAMPLES', 'dashboard/content/templates', 'gettingTemplateGallery help-link'); ?>
|
|
|
42 |
</div>
|
43 |
</div>
|
44 |
|
gutenberg/form/src/init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_form_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
-
array(
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_form_oswp_block_assets_set' );
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_form_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
+
array()
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_form_oswp_block_assets_set' );
|
gutenberg/personality/src/init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_personality_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
-
array(
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_personality_oswp_block_assets_set' );
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_personality_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
+
array()
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_personality_oswp_block_assets_set' );
|
gutenberg/poll/src/init.php
CHANGED
@@ -18,7 +18,7 @@ function opinionStage_poll_oswp_block_assets_set() {
|
|
18 |
wp_enqueue_style(
|
19 |
'opinionStage_poll_oswp_style_css_set',
|
20 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
21 |
-
array(
|
22 |
);
|
23 |
}
|
24 |
|
18 |
wp_enqueue_style(
|
19 |
'opinionStage_poll_oswp_style_css_set',
|
20 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
21 |
+
array()
|
22 |
);
|
23 |
}
|
24 |
|
gutenberg/slideshow/src/init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_slideshow_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
-
array(
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_slideshow_oswp_block_assets_set' );
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_slideshow_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
+
array()
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_slideshow_oswp_block_assets_set' );
|
gutenberg/survey/src/init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_survey_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
-
array(
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_survey_oswp_block_assets_set' );
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_survey_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
+
array()
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_survey_oswp_block_assets_set' );
|
gutenberg/trivia/src/init.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_trivia_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
-
array(
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_trivia_oswp_block_assets_set' );
|
17 |
wp_enqueue_style(
|
18 |
'opinionStage_trivia_oswp_style_css_set',
|
19 |
plugins_url( 'dist/blocks.style.build.css', dirname( __FILE__ ) ),
|
20 |
+
array()
|
21 |
);
|
22 |
}
|
23 |
add_action( 'enqueue_block_assets', 'opinionStage_trivia_oswp_block_assets_set' );
|
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.
|
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.22
|
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.
|
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.
|
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.22
|
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.22');
|
28 |
|
29 |
define('OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage');
|
30 |
|
readme.txt
CHANGED
@@ -4,41 +4,46 @@ Donate link: https://www.opinionstage.com
|
|
4 |
Tags: poll, quiz, survey, form
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.2.1
|
7 |
-
Stable tag: 19.6.
|
8 |
Requires PHP: 5.2
|
9 |
|
10 |
-
Add a Poll, Survey or
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
= Why use Opinion Stage? =
|
19 |
|
20 |
-
* Boost engagement & traffic - add a poll, survey or quiz to your posts/pages to increases participation, time-on-site & page views. Increase social sharing and viral distribution
|
21 |
-
* Gather more qualified leads - integrate a lead form inside the poll, quiz or survey. This will not only produce more leads
|
22 |
-
* Generate revenue - take advantage of the high engagement rates to increase revenue from ads inside and outside of the
|
23 |
-
* Extract insights - get more insights using interactive polls & surveys designed to maximize participation. Extract actionable insights with
|
24 |
|
25 |
= Main Poll, Survey, Form & Quiz WordPress Plugin Features: =
|
26 |
|
27 |
-
* Easy and fast to create
|
28 |
-
* Integrate images & videos into the polls, quizzes and
|
29 |
-
* Customize the look & feel by selecting the color theme, fonts and size.
|
30 |
-
* White label the widgets and add your own logo
|
31 |
-
* Display
|
32 |
-
* Advanced analyics dashboard
|
33 |
-
* Export all the details to a csv/xls file
|
34 |
-
* Integrates with social networks (e.g. facebook, twitter, etc) to promote sharing and viral distrubution of polls & quizzes
|
35 |
-
* Notify with email on
|
36 |
-
* Add call to actions at the end of quizzes & surveys
|
37 |
-
*
|
38 |
-
* Integrate with your marketing automation using native integrations (e.g. mailchip, hubspot, etc), zapier.com or webhooks
|
39 |
-
* Embed in a single post/page or display in a sidebar or section placement
|
40 |
-
* Popup the poll, survey or
|
41 |
-
* Responsive design that optimizes display of
|
42 |
|
43 |
= Language support =
|
44 |
|
@@ -46,7 +51,7 @@ Opinion Stage supports over 42 languages, missing a language? Let us know!
|
|
46 |
|
47 |
= About Opinion Stage: =
|
48 |
|
49 |
-
Opinion Stage is a powerful & easy-to-use interactive content (e.g. poll, quiz, survey, forms, etc) creation service. Opinion Stages' highly engaging content formats are used to boost engagement, gather leads, generate revenue and to extract actionable insights. Opinion Stage works with 100,000+
|
50 |
|
51 |
== Installation ==
|
52 |
|
@@ -55,43 +60,45 @@ Opinion Stage is a powerful & easy-to-use interactive content (e.g. poll, quiz,
|
|
55 |
|
56 |
== Frequently Asked Questions ==
|
57 |
|
58 |
-
=
|
59 |
|
60 |
-
Yes, all
|
61 |
|
62 |
-
= What interactive
|
63 |
|
64 |
-
With Opinion Stage you can create the following
|
65 |
|
66 |
= What is the difference between a Poll and a Survey =
|
67 |
|
68 |
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.
|
69 |
|
70 |
-
= What customization options do you offer
|
71 |
|
72 |
-
Opinion Stage offers many built-in customization options such as selecting the color theme, font and sizes.
|
73 |
|
74 |
|
75 |
== Other Notes ==
|
76 |
|
77 |
== Screenshots ==
|
78 |
|
79 |
-
1. **Poll image layout** - example of integrating images in the poll answers.
|
80 |
-
2. **Poll standard layout** -
|
81 |
3. **poll head to head layout** - example of a head-to-head layout poll
|
82 |
-
4. **Trivia quiz** - example of
|
83 |
-
5. **Personality quiz** - example of a personality quiz.
|
84 |
-
6. **Content creation dashboard** - example of the Opinion Stage interactive content (e.g. poll, quiz, survey) creation dashboard
|
85 |
7. **Lead form** - example of gathering quality leads while users participate in the polls, quizzes & surveys
|
86 |
8. **Report** - example of a poll report screen that includes advanced analysis of results
|
87 |
-
9. **Templates** -
|
88 |
-
10. **Popup placement** - display your
|
89 |
|
90 |
== Upgrade Notice ==
|
91 |
|
92 |
N/A
|
93 |
|
94 |
== Changelog ==
|
|
|
|
|
95 |
= 19.6.21 =
|
96 |
* Added support WordPress 5.2.x
|
97 |
* Removed support for PHP versions lower than 5.2
|
@@ -627,4 +634,4 @@ N/A
|
|
627 |
= 1.0.1 =
|
628 |
* Improvements in the poll embed flow to ease insertion of polls
|
629 |
= 1.0.0 =
|
630 |
-
* First social poll version
|
4 |
Tags: poll, quiz, survey, form
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.2.1
|
7 |
+
Stable tag: 19.6.22
|
8 |
Requires PHP: 5.2
|
9 |
|
10 |
+
Add a beautiful & top performing Poll, Survey, Quiz or Form to your site. Create from scratch or use templates. Set it up in Seconds.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
Looking for a Professional Poll, Survey, Form & Quiz Wordpress Plugin?
|
15 |
|
16 |
+
Check out the following examples:
|
17 |
+
|
18 |
+
<a href="https://www.opinionstage.com/poll?o=wp35e8" target="_blank">Poll Maker</a> | <a href="https://www.opinionstage.com/templates?utf8=✓&types%5B%5D=poll&o=wp35e8" target="_blank">Poll Examples</a>
|
19 |
+
<a href="https://www.opinionstage.com/quiz?o=wp35e8" target="_blank">Quiz Maker</a> | <a href="https://www.opinionstage.com/templates?utf8=%E2%9C%93&types%5B%5D=personality_quiz&o=wp35e8" target="_blank">Quiz Examples</a>
|
20 |
+
<a href="https://www.opinionstage.com/survey?o=wp35e8" target="_blank">Survey Maker</a> | <a href="https://www.opinionstage.com/templates?utf8=%E2%9C%93&types%5B%5D=survey&o=wp35e8" target="_blank">Survey Examples</a>
|
21 |
+
<a href="https://www.opinionstage.com/form?o=wp35e8" target="_blank">Form Maker</a> | <a href="https://www.opinionstage.com/templates?utf8=%E2%9C%93&types%5B%5D=form&o=wp35e8" target="_blank">Form Examples</a>
|
22 |
|
23 |
= Why use Opinion Stage? =
|
24 |
|
25 |
+
* Boost engagement & traffic - add a poll, survey or quiz to your posts/pages to increases participation, time-on-site & page views. Increase social sharing and viral distribution
|
26 |
+
* Gather more qualified leads - integrate 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.
|
27 |
+
* Generate revenue - take advantage of the high engagement rates to increase revenue from ads inside and outside of the interactive content.
|
28 |
+
* Extract insights - get more insights using interactive polls & surveys designed to maximize participation. Extract actionable insights with a intuitive analytics dashboard.
|
29 |
|
30 |
= Main Poll, Survey, Form & Quiz WordPress Plugin Features: =
|
31 |
|
32 |
+
* Easy and fast to create either from scratch or using one of the hundreds of templates
|
33 |
+
* Integrate images & videos into the polls, quizzes, surveys and forms
|
34 |
+
* Customize the look & feel by selecting the color theme, fonts and size. CSS override feature to fully match design to your site and brand.
|
35 |
+
* White label the widgets and add your own logo
|
36 |
+
* Display resluts in real-time
|
37 |
+
* Advanced analyics dashboard with both results and performance tables and graphs
|
38 |
+
* Export all the details to a csv/xls file
|
39 |
+
* Integrates with social networks (e.g. facebook, twitter, etc) to promote sharing and viral distrubution of polls & quizzes
|
40 |
+
* Notify with email on form & survey submissions
|
41 |
+
* Add call to actions at the end of quizzes & surveys
|
42 |
+
* Branch logic that lets you determine which question is asked next based on the answer to the last question
|
43 |
+
* Integrate with your marketing automation using native integrations (e.g. mailchip, hubspot, etc), zapier.com or webhooks
|
44 |
+
* Embed in a single post/page or display in a sidebar or section placement
|
45 |
+
* Popup the poll, survey, quiz or form automatically when user enters/exits the page
|
46 |
+
* Responsive design that optimizes display of widgets in desktops, tablets and mobile devices
|
47 |
|
48 |
= Language support =
|
49 |
|
51 |
|
52 |
= About Opinion Stage: =
|
53 |
|
54 |
+
Opinion Stage is a powerful & easy-to-use interactive content (e.g. poll, quiz, survey, forms, etc) creation service. Opinion Stages' highly engaging content formats are used to boost engagement, gather leads, generate revenue and to extract actionable insights. Opinion Stage works with 100,000+ publishers, brands & agenencies, including world-leading publishers, brands & agencies. For more details, visit <a href="https://www.opinionstage.com?o=wp35e8" target="_blank">the Opinion Stage site.</a>
|
55 |
|
56 |
== Installation ==
|
57 |
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
63 |
+
= Is Opinion Stage content responsive? =
|
64 |
|
65 |
+
Yes, all content (e.g. poll, quiz, survey, form, etc) created with Opinion Stage is fully responsive, and designed to optimaly display on mobile, tablet and desktop
|
66 |
|
67 |
+
= What interactive content formats does Opinion Stage support? =
|
68 |
|
69 |
+
With Opinion Stage you can create the following content formats: Poll, Poll Sets, Personality Quiz, Trivia Quiz, Survey, Slideshow, Form, Story Article, List. We are constantly adding additional interactive content formats so stay tuned!
|
70 |
|
71 |
= What is the difference between a Poll and a Survey =
|
72 |
|
73 |
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.
|
74 |
|
75 |
+
= What customization options do you offer? =
|
76 |
|
77 |
+
Opinion Stage offers many built-in customization options such as selecting the color theme, font and sizes. You can also use a CSS override feature to fully match the items to your brand. You can also white label the items and add your own logo.
|
78 |
|
79 |
|
80 |
== Other Notes ==
|
81 |
|
82 |
== Screenshots ==
|
83 |
|
84 |
+
1. **Poll image layout** - example of integrating images in the poll answers to make it more appealing, which results with improved engagement rates.
|
85 |
+
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
|
86 |
3. **poll head to head layout** - example of a head-to-head layout poll
|
87 |
+
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.
|
88 |
+
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.
|
89 |
+
6. **Content creation dashboard** - example of the Opinion Stage interactive content (e.g. poll, quiz, survey, form) creation dashboard
|
90 |
7. **Lead form** - example of gathering quality leads while users participate in the polls, quizzes & surveys
|
91 |
8. **Report** - example of a poll report screen that includes advanced analysis of results
|
92 |
+
9. **Templates** - dashboard that includes highly effective examples that can be duplicated to your account
|
93 |
+
10. **Popup placement** - display your content in an exit/enter, center/side screen popup
|
94 |
|
95 |
== Upgrade Notice ==
|
96 |
|
97 |
N/A
|
98 |
|
99 |
== Changelog ==
|
100 |
+
= 19.6.22 =
|
101 |
+
* bugfixes
|
102 |
= 19.6.21 =
|
103 |
* Added support WordPress 5.2.x
|
104 |
* Removed support for PHP versions lower than 5.2
|
634 |
= 1.0.1 =
|
635 |
* Improvements in the poll embed flow to ease insertion of polls
|
636 |
= 1.0.0 =
|
637 |
+
* First social poll version
|