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

Version Description

N/A

Download this release

Release Info

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

Code changes from version 1.2.0 to 2.0.0

Files changed (2) hide show
  1. opinionstage-polls.php +2 -2
  2. readme.txt +11 -6
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: 1.2.0
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', '1.2.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');
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: 2.0.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', '2.0.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,7 +7,7 @@ Requires at least: 2.8
7
  Tested up to: 3.4.1
8
  Stable tag: trunk
9
 
10
- Add a social polling system to your blog. To add a social poll click on the social poll icon in the post/page text editor.
11
 
12
  == Description ==
13
 
@@ -28,6 +28,7 @@ The social poll plug-in is completely free and is easy to install and use.
28
  * Filter the poll results by gender
29
  * Discover what poll participants voted in other polls by visiting their profile
30
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
 
31
  * Manage all your polls from one dashboard
32
  * ... And many more features to come!
33
 
@@ -65,7 +66,7 @@ Using social polls improves user engagement and adds additional traffic from soc
65
 
66
  = What types of polls do you support? =
67
 
68
- We currently support two-sided polls. However we will soon be supporting additional types of polls.
69
 
70
  = Do you plan to add debating capabilities to the poll? =
71
 
@@ -75,9 +76,9 @@ Yes, we plan to add the option to debate the poll. Users will be able to add a t
75
 
76
  Follow these steps:
77
 
78
- 1. Create a new poll / debate from <a href="http://www.opinionstage.com/new_debate?o=wp-v-readme" target="_blank">here</a>
79
- 2. From the poll page, copy the embed ID
80
- 3. Click on the poll icon in the WordPress text editor to open the embed dialog
81
  4. Paste the ID you copied in the embed dialog
82
 
83
  = What is the embed ID and where can I find it? =
@@ -90,7 +91,7 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
90
 
91
  == Screenshots ==
92
 
93
- 1. **Two sided poll: before vote** - Example of a poll with 2 videos, you can filter the poll results by the people you follow
94
  2. **Two sided poll: after vote** - After voting in the poll, users are encouraged to share their poll vote in Facebook or Twitter driving additional traffic to the site
95
  3. **Full list of poll voters** - Click 'view all', to view the full list of poll voters and discover who supports what. You can also follow users from this screen
96
  4. **Profile of poll participant** - click on one of the poll participants to view his/her opinion profile. The profile includes votes in other polls, list of following users and more
@@ -102,6 +103,10 @@ Yes, just post the following syntax into any post/page: [socialpoll ID="xyz"], w
102
  N/A
103
 
104
  == Changelog ==
 
 
 
 
105
  = Version 1.2.0 (25 Nov 2012) =
106
  * Poll width can now be set, supported poll widths are 400-620 pxl
107
  * Poll widget performance optimizations for high traffic polling deployments
7
  Tested up to: 3.4.1
8
  Stable tag: trunk
9
 
10
+ Add a social polling system to your blog. Opinion Stage connects social networks to polling, providing a rich & engaging polling experience.
11
 
12
  == Description ==
13
 
28
  * Filter the poll results by gender
29
  * Discover what poll participants voted in other polls by visiting their profile
30
  * Get the poll question & poll votes shared in social networks, driving additional traffic to your site
31
+ * Custimze the poll's width and the poll's theme
32
  * Manage all your polls from one dashboard
33
  * ... And many more features to come!
34
 
66
 
67
  = What types of polls do you support? =
68
 
69
+ We support both regular multiple-sided polls and a special head-to-head poll flavor (for the 2-sided polls)
70
 
71
  = Do you plan to add debating capabilities to the poll? =
72
 
76
 
77
  Follow these steps:
78
 
79
+ 1. Create a new poll / debate from <a href="http://www.opinionstage.com/widget?o=wp-v-readme" target="_blank">here</a>
80
+ 2. From the poll page, click get code and copy the embed ID
81
+ 3. Click on the poll icon in the WordPress text editor to open the poll embed dialog
82
  4. Paste the ID you copied in the embed dialog
83
 
84
  = What is the embed ID and where can I find it? =
91
 
92
  == Screenshots ==
93
 
94
+ 1. **Two sided poll: before vote** - Example of a poll with 2 videos, you can filter the poll results by the people you follow or by gender of the poll participants
95
  2. **Two sided poll: after vote** - After voting in the poll, users are encouraged to share their poll vote in Facebook or Twitter driving additional traffic to the site
96
  3. **Full list of poll voters** - Click 'view all', to view the full list of poll voters and discover who supports what. You can also follow users from this screen
97
  4. **Profile of poll participant** - click on one of the poll participants to view his/her opinion profile. The profile includes votes in other polls, list of following users and more
103
  N/A
104
 
105
  == Changelog ==
106
+ = Version 2.0.0 (12 Dec 2012) =
107
+ * Support for multiple sided polls
108
+ * 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
109
+ * 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
110
  = Version 1.2.0 (25 Nov 2012) =
111
  * Poll width can now be set, supported poll widths are 400-620 pxl
112
  * Poll widget performance optimizations for high traffic polling deployments