Social Media Share Buttons - Version 4.2.1

Version Description

Download this release

Release Info

Developer joaoromao
Plugin Icon 128x128 Social Media Share Buttons
Version 4.2.1
Comparing to
See all releases

Code changes from version 4.2 to 4.2.1

Files changed (4) hide show
  1. init.php +9 -16
  2. lib/gs.php +1 -1
  3. readme.txt +175 -171
  4. wp-share-buttons-analytics-getsocial.php +1 -1
init.php CHANGED
@@ -1,8 +1,8 @@
1
- <?php
2
  // disable popup after first visit
3
  if (get_option('gs-popup-showed') != "showed") {
4
  update_option("gs-popup-showed", "showed");
5
- ?><script type="text/javascript">var popup_showed = "showed";</script><?php
6
  }
7
  ?>
8
  <div id="gs-master-wrapper">
@@ -70,17 +70,10 @@ if (get_option('gs-popup-showed') != "showed") {
70
  </form>
71
  </div>
72
  <?php else: ?>
73
- <?php if( !isset($_GET['tab']) ): ?>
74
- <?php include('tmpl/apps_config.php') ?>
75
- <?php include('tmpl/apps_filters.php') ?>
76
- <?php include('tmpl/alerts.php') ?>
77
- <?php include('tmpl/apps.php') ?>
78
- <?php else: ?>
79
- <?php include('tmpl/apps_config.php') ?>
80
- <?php include('tmpl/apps_filters.php') ?>
81
- <?php include('tmpl/alerts.php') ?>
82
- <?php include('tmpl/apps/'.$_GET['tab'].'.php') ?>
83
- <?php endif; ?>
84
  <?php endif; ?>
85
  </div>
86
  </main>
@@ -168,7 +161,7 @@ if (get_option('gs-popup-showed') != "showed") {
168
  <p class="title-obj">Google Analytics Integration</p>
169
  </div>
170
  <p class="text-center">
171
- Track all social interactions made on your website without any code. Social sharing analytics, directly on Google Analytics.
172
  </p>
173
  <div class="clearfix text-center" style="margin-top: 30px">
174
  <div class="col-16">
@@ -227,7 +220,7 @@ if (get_option('gs-popup-showed') != "showed") {
227
  <img src="<?php echo plugins_url( '/img/modals/mailchimp.png', __FILE__ ) ?>" alt="">
228
  </div>
229
  </div>
230
- </div>
231
  <div class="form-button-group">
232
  <a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&amp;source=wordpress<?php echo $GS->utms('pro_header') ?>" target="_blank" class="gs-button gs-success plan-two">
233
  Upgrade to Tools
@@ -263,4 +256,4 @@ window.intercomSettings = {
263
  };
264
  (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/b33e7fd1';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
265
  </script>
266
- <?php } ?>
1
+ <?php
2
  // disable popup after first visit
3
  if (get_option('gs-popup-showed') != "showed") {
4
  update_option("gs-popup-showed", "showed");
5
+ ?><script type="text/javascript">var popup_showed = "showed";</script><?php
6
  }
7
  ?>
8
  <div id="gs-master-wrapper">
70
  </form>
71
  </div>
72
  <?php else: ?>
73
+ <?php include('tmpl/apps_config.php') ?>
74
+ <?php include('tmpl/apps_filters.php') ?>
75
+ <?php include('tmpl/alerts.php') ?>
76
+ <?php include('tmpl/apps.php') ?>
 
 
 
 
 
 
 
77
  <?php endif; ?>
78
  </div>
79
  </main>
161
  <p class="title-obj">Google Analytics Integration</p>
162
  </div>
163
  <p class="text-center">
164
+ Track all social interactions made on your website without any code. Social sharing analytics, directly on Google Analytics.
165
  </p>
166
  <div class="clearfix text-center" style="margin-top: 30px">
167
  <div class="col-16">
220
  <img src="<?php echo plugins_url( '/img/modals/mailchimp.png', __FILE__ ) ?>" alt="">
221
  </div>
222
  </div>
223
+ </div>
224
  <div class="form-button-group">
225
  <a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&amp;source=wordpress<?php echo $GS->utms('pro_header') ?>" target="_blank" class="gs-button gs-success plan-two">
226
  Upgrade to Tools
256
  };
257
  (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/b33e7fd1';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
258
  </script>
259
+ <?php } ?>
lib/gs.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class GS {
4
 
5
- public $plugin_version = "4.2";
6
  private $gs_url = "https://api.at.getsocial.io";
7
  private $gs_account = "https://getsocial.io";
8
  private $gs_url_api = "//api.at.getsocial.io";
2
 
3
  class GS {
4
 
5
+ public $plugin_version = "4.2.1";
6
  private $gs_url = "https://api.at.getsocial.io";
7
  private $gs_account = "https://getsocial.io";
8
  private $gs_url_api = "//api.at.getsocial.io";
readme.txt CHANGED
@@ -1,17 +1,17 @@
1
  === Wordpress Social Share Buttons & Analytics Plugin – GetSocial.io ===
2
  Plugin Name: Wordpress Social Share Buttons & Analytics Plugin
3
- Version: 4.2
4
  Author: GetSocial.io
5
  Author URI: https://getsocial.io/
6
- Contributors: sharebuttons, socialsharing, socialshare, socialbuttons, socialtools, socialanalytics, GetSocial.io, joaoromao
7
  Tags: share buttons, social sharing, social analytics, share, social media
8
- Requires at least: 3.0
9
  Tested up to: 5.1.1
10
- Stable tag: 4.2
11
  Requires PHP: 5.2.4
12
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
13
 
14
- Free share buttons for 30+ of your favorite social networks. Increase traffic through social sharing with GetSocial buttons.
15
 
16
  == Description ==
17
 
@@ -37,7 +37,7 @@ Used by +200k websites & Fortune 500 companies - <a href="https://wordpress.org/
37
 
38
  <h3>FREE FEATURES</h3>
39
 
40
- - **Horizontal + Floating Share and Follow Buttons:** Give your website the best looking sharing and follow buttons on all your favorite social media networks. The best way to increase your traffic and social media followers. Includes option to show total share count.
41
 
42
  - **Native Social Sharing Buttons:** Do you love the classics? You may choose to add the original share buttons: like, tweet and pin it buttons.
43
 
@@ -67,34 +67,34 @@ For just $9/month, you can have the TOOLS version and gain access to even more f
67
 
68
  <h4>INSTALLING GETSOCIAL</h4>
69
 
70
- <a href="https://www.youtube.com/watch?v=o4P6utEAN54">In this video</a>, you can find a quick walkthrough of how to install our plugin on your WordPress account. We also provide a text-based tutorial here: <a href="https://blog.getsocial.io/how-to-add-social-sharing-buttons-on-wordpress/">How to add free Social Share Buttons on WordPress</a>
71
 
72
  <h4>MORE GETSOCIAL</h4>
73
 
74
  To discover more of our features, including Dark Social Analytics, Social Media Automation, Link Shortener, Viral Alerts and more, please <a href="https://getsocial.io/">visit our website</a>.
75
 
76
- == Installation ==
77
 
78
- For an automatic installation through WordPress:
79
 
80
- 1. Go to the "Plugins" menu in your left sidebar, and click "Add New" link.
81
- 2. Search for 'Social Share Buttons & Analytics by GetSocial'
82
- 3. Click 'Install Now' and activate the plugin
83
- 4. On the left bar a menu item 'GetSocial' will appear.
84
 
85
- For a manual installation:
86
 
87
- 1. Extract 'WP-Share-Buttons-Analytics-getsocial.zip' into your WordPress plugins folder.
88
- 2. Activate the plugin through the 'Plugins' menu in WordPress.
89
- 3. On the left bar a menu item "GetSocial" will appear.
90
 
91
- == Frequently Asked Questions ==
92
 
93
- **What is GetSocial?**
94
 
95
- WordPress Social Share Buttons & Analytics Plugin by GetSocial is a social tools plugin that helps websites increase their traffic, social shares, followers and conversions. It can be easily installed on a Wordpress website without requiring code.
96
 
97
- **How do I install GetSocial?**
98
 
99
  By installing our WordPress Plugin, all features are available to be installed code free. This means you’ll be able to install all of them without having to open the code editor, not even once.
100
 
@@ -162,27 +162,27 @@ Yes, GetSocial Share Buttons are now free again! With our free plugin, you get a
162
 
163
  You may choose to sign up for our Tools plan ($9/month), which grants access to customization, analytics and other sharing features.
164
 
165
- **What support options do you provide?**
166
 
167
- Our customers receive priority support. When you reach out to us, you talk to people who’ve built GetSocial, so we want to help you in any way we can. Being a small team means we can’t fix all problems at once, but we always strive to respond to every inquiry as soon as possible.
168
 
169
- **Is there someone I can talk about GetSocial?**
170
 
171
- Sure, we’re always here to help. You can contact us at <a href="mailto:support@getsocial.io">support@getsocial.io</a> or check our <a href="https://help.getsocial.io/">Knowledge Base</a>.
172
 
173
- **Are there any short codes available?**
174
 
175
- - Share Buttons Bar: [getsocial app="sharing_bar"]
176
 
177
- - Follow Bar: [getsocial app=“follow_bar”]
178
 
179
- - Native Share Buttons Bar: [getsocial app="native_bar"]
180
 
181
  - Reaction Share Buttons: [getsocial app="reaction_buttons"]
182
 
183
- **Do you have visits limits?**
184
 
185
- We do. The visit limit for **free accounts is 10K monthly visits**. Once you have exceeded this value, the service will automatically stop.
186
 
187
  For **Tools accounts** ($9/month) you have access to all of our features and a **limit of 50K visits per month**.
188
 
@@ -194,258 +194,262 @@ We sell **monthly and annual subscriptions** of our product.
194
 
195
  Our paid version costs $9/month and it gives you access to ALL of our features. If you choose to pay an annual subscription, the cost will be $6,90/month.
196
 
197
- **What is different about GetSocial to other plugins and tools?**
198
 
199
  From the feedback we receive from thousands of users, people join GetSocial for its design, easy installation and great support. Our intuitive interface allows you to install our social media tools with no code required in just seconds. It’s that easy!
200
 
201
  You will also get several simple to read dashboards with social analytics about your website. For more information about this, please visit <a href="https://getsocial.io/">GetSocial.io</a>.
202
 
203
- **How do I upgrade and pay for GetSocial?**
204
 
205
- Upgrading your GetSocial account is quick and easy. On your account, you'll find multiple times our “Upgrade Plan” call to action buttons.
206
 
207
- Clicking on one of these buttons will guide you to our pricing page. Here, you'll find the list of features included on each plan.
208
 
209
- After you have decided which plan you want to subscribe to (we recommend the Annual plan as it provides a discount at $6,90/month), you just need to click on “Upgrade” and provide your billing details.
210
 
211
- **How can I edit color, shape and twitter handle?**
212
 
213
- Editing color, shape and twitter handle is a customization available only to our paid users. By activating it, all these configurations become available, improving your conversions, awareness & reach. The features where you can edit these configurations are:
214
 
215
- - Horizontal Shares & Follow Bar
216
  - Floating Shares & Follow Bar
217
- - Hello Buddy, the intelligent popup
218
- - Mobile Share & Follow Bar
219
- - Image Sharing
220
- - Reaction Buttons
221
 
222
- **Can I hide GetSocial in specific posts / pages?**
223
 
224
- Yes, you can! Please read <a href="https://help.getsocial.io/using-getsocial/i-dont-want-the-tools-to-show-on-the-whole-website-can-i-exclude-pages">this article on our knowledge base</a> to learn how to exclude the tools from specific pages.
225
 
226
- **Do I need to sign a long-term contract?**
227
 
228
- Absolutely not! There are no contracts. Pay monthly, cancel anytime. There are no initiation fees, cancellation costs, license fees or any other charges. If you no longer wish to use GetSocial, you can cancel at any time. At that point, your paid subscription will last until the end of the current monthly billing cycle.
229
 
230
- **What is your refund policy?**
231
 
232
- GetSocial services or applications subscriptions, advertising or any other kind of service are non-refundable and GetSocial is not obligated to provide the User a refund at any time. We may, at our discretion, provide credits toward future services or applications subscription, advertising, or any other kind of service charges on a case-by-case basis.
233
 
234
- == Screenshots ==
235
 
236
- 1. GetSocial for Wordpress
237
- 2. Our Plugin's dashboard
238
- 3. Our available button designs
239
- 4. Horizontal and Floating Sharing Bar
240
- 5. Big Social Counter Bar
241
- 6. Mobile Sharing Bar
242
- 7. Welcome and Subscribe Bar
243
- 8. Native Social Sharing Bar
244
- 9. Analytics for your Social Bars
245
 
246
- == Changelog ==
247
- **4.2**
 
 
 
 
248
 
249
  - Add Free Plan
250
  - Add new API calls
251
  - Update plugin description
252
 
253
- **4.1.1**
254
 
255
- - Remove deprecated networks
256
 
257
- **4.1**
258
 
259
- - Merge Big Counter Bars with Default Sharing Bars
260
- - Change plugin to fit new GetSocial colors
261
 
262
- **4.0.4**
263
 
264
- - Changes for the new GetSocial Pricing Plans
265
 
266
- **4.0.3**
267
 
268
- - Add support to Wordpress 4.9.1
269
 
270
- **4.0.2**
271
 
272
- - Bug fixes
273
 
274
- **4.0.1**
275
 
276
- - Add support to Wordpress 4.8
277
 
278
- **4.0**
279
 
280
- - Introduction of new pricing structure and reposition as a premium tools & analytics platform.
281
- - Discontinuing of the free plan
282
 
283
- **3.2.3**
284
 
285
- - Updates to UserVoice support tool
286
 
287
- **3.2.2**
288
 
289
- - Bug fixes
290
 
291
- **3.2.1**
292
 
293
- - Add support to Wordpress 4.7
294
- - Minor improvements
295
 
296
- **3.2**
297
 
298
- - Change user support platform to Intercom
299
 
300
- **3.1.3**
301
 
302
- - Upgrades to fit Wordpress 4.6
303
 
304
- **3.1.2**
305
 
306
- - Fix bug in account reactivation
307
 
308
- **3.1.1**
309
 
310
- - Fix APIKey request
311
 
312
- **3.1**
313
 
314
- - Adjusts to the new pricing plans
315
- - Allow user to change e-mail during the registration process
316
- - Add contact support forms in plugin
317
 
318
- **3.0.2**
319
 
320
- - Added new app: Reaction Buttons
321
- - Added API KEY recovery
322
 
323
- **3.0.1**
324
 
325
- - Added on boarding popup to guide user after plugin is activated
326
 
327
- **3.0**
328
 
329
- - Plugin verified and compatible with WordPress 4.4
330
- - Included Hello Buddy tool, the smart popup, on the plugin
331
- - Included new integrations (InfusionSoft, Bitly)
332
 
333
- **2.9.2**
334
 
335
- - Fix API urls
336
 
337
- **2.9.1**
338
 
339
- - Added Google Analytics App
340
  - API Key validation on library reinstallations
341
 
342
- **2.9**
343
 
344
- - Added MailChimp Integration
345
- - Added new Google Logo
346
- - Added compatibility to page builder plugin
347
- - Added new app images
348
- - Added Exclude Page button to the top bar
349
 
350
- **2.8**
351
 
352
- - Added multi-share bar feature, allowing for independent share bars in the same page
353
- - Added a new uninstall hook
354
- - Added new networks: Yummly, Flickr, rss
355
- - Improved Pinterest Social Sharing (Pin All Images)
356
- - Improved Image Social Sharing
357
 
358
- **2.7.2**
359
 
360
- - Bug Fixes
361
- - Tested up to Wordpress 4.3
362
 
363
- **2.7.1**
364
 
365
- - Added new pricing for Social Media Suite
366
 
367
- **2.7**
368
 
369
- - Added new social analytics module and follow tools (horizontal, floating and mobile follow bar)
370
 
371
- **2.6**
372
 
373
- - Added Image Social Sharing app, performance apps, bug fixes and Google Analytics Integration
374
 
375
- **2.5**
376
 
377
- - Added Price Alert and Address Tracking apps
378
 
379
- **2.4.3**
380
 
381
- - Bug fix for pages containing posts. The sharing buttons bars appear in each of the posts ( eg: FAQ pages ) and didn't work correctly
382
 
383
- **2.4.2**
384
 
385
- - Setting to select if share buttons appear on pages or/and pages
386
- - Deactivate app from Wordpress plugin
387
 
388
- **2.4.1**
389
 
390
- - Easy way to add share buttons bars to pages and possibility to hide it.
391
 
392
- **2.4**
393
 
394
- - New Plugin UI for easier Social Sharing.
395
 
396
- **2.3**
397
 
398
- - Added Subscriber Bar App to Social Tools.
399
 
400
- **2.2**
401
 
402
- - Added Welcome Bar App to Social Media toolkit.
403
 
404
- **2.1**
405
 
406
- - Added Big Total Share Buttons Floating and Horizontal new apps.
407
 
408
- **2.0.1**
409
 
410
- - Added Short codes for Social Sharing
411
 
412
- **2.0.0**
413
 
414
- - New Social Media Apps
415
- - Old template removed
416
- - New Universal Template
417
 
418
- **1.1.3**
419
 
420
- - Bug Fixes
421
 
422
- **1.1.2**
423
 
424
- - UX fixes
425
 
426
- **1.1.1**
427
 
428
- - Bug fixes
429
- - App Custom actions added
430
 
431
- **1.1**
432
 
433
- - Create account without leaving the plugin
434
- - Add Floating Share Buttons Bar
435
- - Basic Analytics available
436
 
437
- **1.0.1**
438
 
439
- - Some bugs solved.
440
 
441
- **1.0.0**
442
 
443
- - First stable version released.
444
 
445
- **0.0.2**
446
 
447
- - This version fixes a bug that prevented the use of the plugin. Please Upgrade.
448
 
449
- **0.0.1**
450
 
451
  - First release
1
  === Wordpress Social Share Buttons & Analytics Plugin – GetSocial.io ===
2
  Plugin Name: Wordpress Social Share Buttons & Analytics Plugin
3
+ Version: 4.2.1
4
  Author: GetSocial.io
5
  Author URI: https://getsocial.io/
6
+ Contributors: sharebuttons, socialsharing, socialshare, socialbuttons, socialtools, socialanalytics, GetSocial.io, joaoromao
7
  Tags: share buttons, social sharing, social analytics, share, social media
8
+ Requires at least: 3.0
9
  Tested up to: 5.1.1
10
+ Stable tag: 4.2.1
11
  Requires PHP: 5.2.4
12
  License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
13
 
14
+ Free share buttons for 30+ of your favorite social networks. Increase traffic through social sharing with GetSocial buttons.
15
 
16
  == Description ==
17
 
37
 
38
  <h3>FREE FEATURES</h3>
39
 
40
+ - **Horizontal + Floating Share and Follow Buttons:** Give your website the best looking sharing and follow buttons on all your favorite social media networks. The best way to increase your traffic and social media followers. Includes the option to show total share count.
41
 
42
  - **Native Social Sharing Buttons:** Do you love the classics? You may choose to add the original share buttons: like, tweet and pin it buttons.
43
 
67
 
68
  <h4>INSTALLING GETSOCIAL</h4>
69
 
70
+ <a href="https://www.youtube.com/watch?v=o4P6utEAN54">In this video</a>, you can find a quick walkthrough of how to install our plugin on your WordPress account. We also provide a text-based tutorial here: <a href="https://blog.getsocial.io/how-to-add-social-sharing-buttons-on-wordpress/">How to add free Social Share Buttons on WordPress</a>
71
 
72
  <h4>MORE GETSOCIAL</h4>
73
 
74
  To discover more of our features, including Dark Social Analytics, Social Media Automation, Link Shortener, Viral Alerts and more, please <a href="https://getsocial.io/">visit our website</a>.
75
 
76
+ == Installation ==
77
 
78
+ For an automatic installation through WordPress:
79
 
80
+ 1. Go to the "Plugins" menu in your left sidebar, and click "Add New" link.
81
+ 2. Search for 'Social Share Buttons & Analytics by GetSocial'
82
+ 3. Click 'Install Now' and activate the plugin
83
+ 4. On the left bar a menu item 'GetSocial' will appear.
84
 
85
+ For a manual installation:
86
 
87
+ 1. Extract 'WP-Share-Buttons-Analytics-getsocial.zip' into your WordPress plugins folder.
88
+ 2. Activate the plugin through the 'Plugins' menu in WordPress.
89
+ 3. On the left bar a menu item "GetSocial" will appear.
90
 
91
+ == Frequently Asked Questions ==
92
 
93
+ **What is GetSocial?**
94
 
95
+ WordPress Social Share Buttons & Analytics Plugin by GetSocial is a social tools plugin that helps websites increase their traffic, social shares, followers and conversions. It can be easily installed on a Wordpress website without requiring code.
96
 
97
+ **How do I install GetSocial?**
98
 
99
  By installing our WordPress Plugin, all features are available to be installed code free. This means you’ll be able to install all of them without having to open the code editor, not even once.
100
 
162
 
163
  You may choose to sign up for our Tools plan ($9/month), which grants access to customization, analytics and other sharing features.
164
 
165
+ **What support options do you provide?**
166
 
167
+ Our customers receive priority support. When you reach out to us, you talk to people who’ve built GetSocial, so we want to help you in any way we can. Being a small team means we can’t fix all problems at once, but we always strive to respond to every inquiry as soon as possible.
168
 
169
+ **Is there someone I can talk about GetSocial?**
170
 
171
+ Sure, we’re always here to help. You can contact us at <a href="mailto:support@getsocial.io">support@getsocial.io</a> or check our <a href="https://help.getsocial.io/">Knowledge Base</a>.
172
 
173
+ **Are there any short codes available?**
174
 
175
+ - Share Buttons Bar: [getsocial app="sharing_bar"]
176
 
177
+ - Follow Bar: [getsocial app=“follow_bar”]
178
 
179
+ - Native Share Buttons Bar: [getsocial app="native_bar"]
180
 
181
  - Reaction Share Buttons: [getsocial app="reaction_buttons"]
182
 
183
+ **Do you have a visits limit?**
184
 
185
+ We do. The visits limit for **free accounts is 10K monthly visits**. Once you have exceeded this value, the service will automatically stop.
186
 
187
  For **Tools accounts** ($9/month) you have access to all of our features and a **limit of 50K visits per month**.
188
 
194
 
195
  Our paid version costs $9/month and it gives you access to ALL of our features. If you choose to pay an annual subscription, the cost will be $6,90/month.
196
 
197
+ **What is different about GetSocial to other plugins and tools?**
198
 
199
  From the feedback we receive from thousands of users, people join GetSocial for its design, easy installation and great support. Our intuitive interface allows you to install our social media tools with no code required in just seconds. It’s that easy!
200
 
201
  You will also get several simple to read dashboards with social analytics about your website. For more information about this, please visit <a href="https://getsocial.io/">GetSocial.io</a>.
202
 
203
+ **How do I upgrade and pay for GetSocial?**
204
 
205
+ Upgrading your GetSocial account is quick and easy. On your account, you'll find multiple times our “Upgrade Plan” call to action buttons.
206
 
207
+ Clicking on one of these buttons will guide you to our pricing page. Here, you'll find the list of features included on each plan.
208
 
209
+ After you have decided which plan you want to subscribe to (we recommend the Annual plan as it provides a discount at $6,90/month), you just need to click on “Upgrade” and provide your billing details.
210
 
211
+ **How can I edit color, shape and twitter handle?**
212
 
213
+ Editing color, shape and twitter handle is a customization available only to our paid users. By activating it, all these configurations become available, improving your conversions, awareness & reach. The features where you can edit these configurations are:
214
 
215
+ - Horizontal Shares & Follow Bar
216
  - Floating Shares & Follow Bar
217
+ - Hello Buddy, the intelligent popup
218
+ - Mobile Share & Follow Bar
219
+ - Image Sharing
220
+ - Reaction Buttons
221
 
222
+ **Can I hide GetSocial in specific posts / pages?**
223
 
224
+ Yes, you can! Please read <a href="https://help.getsocial.io/using-getsocial/i-dont-want-the-tools-to-show-on-the-whole-website-can-i-exclude-pages">this article on our knowledge base</a> to learn how to exclude the tools from specific pages.
225
 
226
+ **Do I need to sign a long-term contract?**
227
 
228
+ Absolutely not! There are no contracts. Pay monthly, cancel anytime. There are no initiation fees, cancellation costs, license fees or any other charges. If you no longer wish to use GetSocial, you can cancel at any time. At that point, your paid subscription will last until the end of the current monthly billing cycle.
229
 
230
+ **What is your refund policy?**
231
 
232
+ GetSocial services or applications subscriptions, advertising or any other kind of service are non-refundable and GetSocial is not obligated to provide the User a refund at any time. We may, at our discretion, provide credits toward future services or applications subscription, advertising, or any other kind of service charges on a case-by-case basis.
233
 
234
+ == Screenshots ==
235
 
236
+ 1. GetSocial for Wordpress
237
+ 2. Our Plugin's dashboard
238
+ 3. Our available button designs
239
+ 4. Horizontal and Floating Sharing Bar
240
+ 5. Big Social Counter Bar
241
+ 6. Mobile Sharing Bar
242
+ 7. Welcome and Subscribe Bar
243
+ 8. Native Social Sharing Bar
244
+ 9. Analytics for your Social Bars
245
 
246
+ == Changelog ==
247
+ **4.2.1**
248
+
249
+ - Fix plugin Security Vulnerability
250
+
251
+ **4.2**
252
 
253
  - Add Free Plan
254
  - Add new API calls
255
  - Update plugin description
256
 
257
+ **4.1.1**
258
 
259
+ - Remove deprecated networks
260
 
261
+ **4.1**
262
 
263
+ - Merge Big Counter Bars with Default Sharing Bars
264
+ - Change plugin to fit new GetSocial colors
265
 
266
+ **4.0.4**
267
 
268
+ - Changes for the new GetSocial Pricing Plans
269
 
270
+ **4.0.3**
271
 
272
+ - Add support to Wordpress 4.9.1
273
 
274
+ **4.0.2**
275
 
276
+ - Bug fixes
277
 
278
+ **4.0.1**
279
 
280
+ - Add support to Wordpress 4.8
281
 
282
+ **4.0**
283
 
284
+ - Introduction of new pricing structure and reposition as a premium tools & analytics platform.
285
+ - Discontinuing of the free plan
286
 
287
+ **3.2.3**
288
 
289
+ - Updates to UserVoice support tool
290
 
291
+ **3.2.2**
292
 
293
+ - Bug fixes
294
 
295
+ **3.2.1**
296
 
297
+ - Add support to Wordpress 4.7
298
+ - Minor improvements
299
 
300
+ **3.2**
301
 
302
+ - Change user support platform to Intercom
303
 
304
+ **3.1.3**
305
 
306
+ - Upgrades to fit Wordpress 4.6
307
 
308
+ **3.1.2**
309
 
310
+ - Fix bug in account reactivation
311
 
312
+ **3.1.1**
313
 
314
+ - Fix APIKey request
315
 
316
+ **3.1**
317
 
318
+ - Adjusts to the new pricing plans
319
+ - Allow user to change e-mail during the registration process
320
+ - Add contact support forms in plugin
321
 
322
+ **3.0.2**
323
 
324
+ - Added new app: Reaction Buttons
325
+ - Added API KEY recovery
326
 
327
+ **3.0.1**
328
 
329
+ - Added on boarding popup to guide user after plugin is activated
330
 
331
+ **3.0**
332
 
333
+ - Plugin verified and compatible with WordPress 4.4
334
+ - Included Hello Buddy tool, the smart popup, on the plugin
335
+ - Included new integrations (InfusionSoft, Bitly)
336
 
337
+ **2.9.2**
338
 
339
+ - Fix API urls
340
 
341
+ **2.9.1**
342
 
343
+ - Added Google Analytics App
344
  - API Key validation on library reinstallations
345
 
346
+ **2.9**
347
 
348
+ - Added MailChimp Integration
349
+ - Added new Google Logo
350
+ - Added compatibility to page builder plugin
351
+ - Added new app images
352
+ - Added Exclude Page button to the top bar
353
 
354
+ **2.8**
355
 
356
+ - Added multi-share bar feature, allowing for independent share bars in the same page
357
+ - Added a new uninstall hook
358
+ - Added new networks: Yummly, Flickr, rss
359
+ - Improved Pinterest Social Sharing (Pin All Images)
360
+ - Improved Image Social Sharing
361
 
362
+ **2.7.2**
363
 
364
+ - Bug Fixes
365
+ - Tested up to Wordpress 4.3
366
 
367
+ **2.7.1**
368
 
369
+ - Added new pricing for Social Media Suite
370
 
371
+ **2.7**
372
 
373
+ - Added new social analytics module and follow tools (horizontal, floating and mobile follow bar)
374
 
375
+ **2.6**
376
 
377
+ - Added Image Social Sharing app, performance apps, bug fixes and Google Analytics Integration
378
 
379
+ **2.5**
380
 
381
+ - Added Price Alert and Address Tracking apps
382
 
383
+ **2.4.3**
384
 
385
+ - Bug fix for pages containing posts. The sharing buttons bars appear in each of the posts ( eg: FAQ pages ) and didn't work correctly
386
 
387
+ **2.4.2**
388
 
389
+ - Setting to select if share buttons appear on pages or/and pages
390
+ - Deactivate app from Wordpress plugin
391
 
392
+ **2.4.1**
393
 
394
+ - Easy way to add share buttons bars to pages and possibility to hide it.
395
 
396
+ **2.4**
397
 
398
+ - New Plugin UI for easier Social Sharing.
399
 
400
+ **2.3**
401
 
402
+ - Added Subscriber Bar App to Social Tools.
403
 
404
+ **2.2**
405
 
406
+ - Added Welcome Bar App to Social Media toolkit.
407
 
408
+ **2.1**
409
 
410
+ - Added Big Total Share Buttons Floating and Horizontal new apps.
411
 
412
+ **2.0.1**
413
 
414
+ - Added Short codes for Social Sharing
415
 
416
+ **2.0.0**
417
 
418
+ - New Social Media Apps
419
+ - Old template removed
420
+ - New Universal Template
421
 
422
+ **1.1.3**
423
 
424
+ - Bug Fixes
425
 
426
+ **1.1.2**
427
 
428
+ - UX fixes
429
 
430
+ **1.1.1**
431
 
432
+ - Bug fixes
433
+ - App Custom actions added
434
 
435
+ **1.1**
436
 
437
+ - Create account without leaving the plugin
438
+ - Add Floating Share Buttons Bar
439
+ - Basic Analytics available
440
 
441
+ **1.0.1**
442
 
443
+ - Some bugs solved.
444
 
445
+ **1.0.0**
446
 
447
+ - First stable version released.
448
 
449
+ **0.0.2**
450
 
451
+ - This version fixes a bug that prevented the use of the plugin. Please Upgrade.
452
 
453
+ **0.0.1**
454
 
455
  - First release
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Share Buttons & Analytics by GetSocial.io
4
  * Plugin URI: https://getsocial.io
5
  * Description: Social Share Buttons & Analytics is a free WordPress plugin that enables you to add beautiful share buttons to your page in various formats. Upgrade to get analytics and track all social shares happening on your page. See how much traffic, conversions, and shares each post generated.
6
- * Version: 4.2
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2
3
  * Plugin Name: Social Share Buttons & Analytics by GetSocial.io
4
  * Plugin URI: https://getsocial.io
5
  * Description: Social Share Buttons & Analytics is a free WordPress plugin that enables you to add beautiful share buttons to your page in various formats. Upgrade to get analytics and track all social shares happening on your page. See how much traffic, conversions, and shares each post generated.
6
+ * Version: 4.2.1
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2