Version Description
N/A
Download this release
Release Info
Developer | assafp |
Plugin | Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page |
Version | 5.1.0 |
Comparing to | |
See all releases |
Code changes from version 5.0.0 to 5.1.0
- opinionstage-functions.php +3 -6
- opinionstage-polls.php +2 -2
- readme.txt +8 -5
opinionstage-functions.php
CHANGED
@@ -131,9 +131,9 @@ function opinionstage_add_poll_page() {
|
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
-
<li><a href="http://opinionstage.zendesk.com" target="_blank">
|
135 |
-
<li><a href="
|
136 |
-
<li><a href="http://opinionstage.com/showcase" target="_blank">
|
137 |
</ul>
|
138 |
</div>
|
139 |
</div>
|
@@ -176,9 +176,6 @@ function opinionstage_add_poll_popup() {
|
|
176 |
<p><strong>Don't know the poll ID?</strong></br></br>
|
177 |
<?php echo opinionstage_create_link('Find ID of an existing poll', 'dashboard', ''); ?>
|
178 |
</p>
|
179 |
-
<p><strong>Need help?</strong></br></br>
|
180 |
-
<a href="http://opinionstage.zendesk.com" target="_blank">FAQs and Help</a>
|
181 |
-
</p>
|
182 |
</div>
|
183 |
</div>
|
184 |
<?php
|
131 |
</ul>
|
132 |
<h2>Help</h2>
|
133 |
<ul class="os_links_list">
|
134 |
+
<li><a href="http://blog.opinionstage.zendesk.com" target="_blank">Opinion Stage Blog</a></li>
|
135 |
+
<li><a href="https://opinionstage.zendesk.com/hc/en-us/requests/new" target="_blank">Contact Us</a></li>
|
136 |
+
<li><a href="http://opinionstage.com/showcase" target="_blank">Opinion Stage Showcase</a></li>
|
137 |
</ul>
|
138 |
</div>
|
139 |
</div>
|
176 |
<p><strong>Don't know the poll ID?</strong></br></br>
|
177 |
<?php echo opinionstage_create_link('Find ID of an existing poll', 'dashboard', ''); ?>
|
178 |
</p>
|
|
|
|
|
|
|
179 |
</div>
|
180 |
</div>
|
181 |
<?php
|
opinionstage-polls.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Social Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
|
6 |
-
Version: 5.
|
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', '5.
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp-v-poll');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
3 |
Plugin Name: Social Polls by OpinionStage
|
4 |
Plugin URI: http://www.opinionstage.com
|
5 |
Description: Adds a highly engaging social polling system to your blog. You can easily add a social poll to your blog post/page by clicking the social poll icon in the WordPress post/page text editor.
|
6 |
+
Version: 5.1.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', '5.1.0');
|
15 |
define('OPINIONSTAGE_WIDGET_PLUGIN_NAME', 'Social Polls by OpinionStage');
|
16 |
define('OPINIONSTAGE_WIDGET_API_KEY', 'wp-v-poll');
|
17 |
define('OPINIONSTAGE_WIDGET_SHORTCODE', 'socialpoll');
|
readme.txt
CHANGED
@@ -7,17 +7,17 @@ Requires at least: 2.8
|
|
7 |
Tested up to: 3.6
|
8 |
Stable tag: trunk
|
9 |
|
10 |
-
Add a powerful & easy-to-use social polling solution to your
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
The Opinion Stage
|
15 |
<br>
|
16 |
<br>
|
17 |
-
Using Opinion Stage’s
|
18 |
<br>
|
19 |
<br>
|
20 |
-
The
|
21 |
|
22 |
= Main Poll Features: =
|
23 |
|
@@ -36,7 +36,7 @@ The social poll plug-in is free and is very easy to install and use.
|
|
36 |
|
37 |
= About Opinion Stage: =
|
38 |
|
39 |
-
Opinion Stage offers web sites a highly engaging
|
40 |
|
41 |
== Installation ==
|
42 |
|
@@ -104,6 +104,9 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
|
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
|
|
|
|
|
|
107 |
= Version 5.0.0 =
|
108 |
* Improvements to poll style studio
|
109 |
* Added option to configure head to head polls not to show results before voting
|
7 |
Tested up to: 3.6
|
8 |
Stable tag: trunk
|
9 |
|
10 |
+
Add a powerful & easy-to-use social polling solution to your WordPress site.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
The Opinion Stage online polling WordPress plug-in allows you to easily add social polls (or standard polls) to your website or Facebook page.
|
15 |
<br>
|
16 |
<br>
|
17 |
+
Using Opinion Stage’s online polling / online voting solution, sites can improve engagement, drive traffic from social networks to the polls and site, discover contact, demographic and social attributes of the poll participants, and more.
|
18 |
<br>
|
19 |
<br>
|
20 |
+
The online poll WordPress plug-in is free and is very easy to install and use.
|
21 |
|
22 |
= Main Poll Features: =
|
23 |
|
36 |
|
37 |
= About Opinion Stage: =
|
38 |
|
39 |
+
Opinion Stage offers web sites a highly engaging online polling / onling voting solution. For more details on Opinion Stage's onling polling solution, visit <a href="http://www.opinionstage.com?o=wp-v-readme" target="_blank">the Opinion Stage site.</a>
|
40 |
|
41 |
== Installation ==
|
42 |
|
104 |
N/A
|
105 |
|
106 |
== Changelog ==
|
107 |
+
= Version 5.1.0 =
|
108 |
+
*Add Facebook comments to polls added to Facebook pages
|
109 |
+
*Add the option to preview the poll in different widths
|
110 |
= Version 5.0.0 =
|
111 |
* Improvements to poll style studio
|
112 |
* Added option to configure head to head polls not to show results before voting
|