Social Media Share Buttons - Version 3.1.3

Version Description

Download this release

Release Info

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

Code changes from version 3.1.2 to 3.1.3

lib/gs.php CHANGED
@@ -2,7 +2,8 @@
2
 
3
  class GS {
4
 
5
- public $plugin_version = "3.1.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";
@@ -114,6 +115,7 @@ EOF;
114
  }
115
 
116
 
 
117
  function getCode($app_name, $post_url = null, $post_title = null, $post_image = null, $price = null, $currency = null, $add_custom_tags = false) {
118
 
119
  $gs_custom_tags = '';
2
 
3
  class GS {
4
 
5
+ public $plugin_version = "3.1.3";
6
+
7
  private $gs_url = "https://api.at.getsocial.io";
8
  private $gs_account = "https://getsocial.io";
9
  private $gs_url_api = "//api.at.getsocial.io";
115
  }
116
 
117
 
118
+
119
  function getCode($app_name, $post_url = null, $post_title = null, $post_image = null, $price = null, $currency = null, $add_custom_tags = false) {
120
 
121
  $gs_custom_tags = '';
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: GetSocial.io, joaoromao
4
  Tags: addthis, addtoany, analytics, button, facebook share, facebook button, like button, tweet button, twitter share, pinterest share, pin button, floating buttons, share, share button, share buttons, share links, shareaholic, sharethis, sharing, social, social analytics, social media, social bookmarking, social buttons, social media, social plugin, social share, social share buttons, social sharing, mobile share bar, mobile sharing, top bar, welcome bar, hello bar, follow buttons, instagram, youtube, increase followers, increase shares, increase traffic, copy paste shares, google analytics integration, yummly, flickr, rss, mailchimp, popup, list builder, infusion soft, bitly, exit intent, time on page, automatic popup, fly-in, exit popup, popup builder, share popup, wordpress popup, subscribe popup, popup on exit, reaction buttons, reactions, reaction bar, virality alerts, alerts
5
 
6
  Requires at least: 3.0
7
- Tested up to: 4.5.2
8
- Stable tag: 3.1.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
4
  Tags: addthis, addtoany, analytics, button, facebook share, facebook button, like button, tweet button, twitter share, pinterest share, pin button, floating buttons, share, share button, share buttons, share links, shareaholic, sharethis, sharing, social, social analytics, social media, social bookmarking, social buttons, social media, social plugin, social share, social share buttons, social sharing, mobile share bar, mobile sharing, top bar, welcome bar, hello bar, follow buttons, instagram, youtube, increase followers, increase shares, increase traffic, copy paste shares, google analytics integration, yummly, flickr, rss, mailchimp, popup, list builder, infusion soft, bitly, exit intent, time on page, automatic popup, fly-in, exit popup, popup builder, share popup, wordpress popup, subscribe popup, popup on exit, reaction buttons, reactions, reaction bar, virality alerts, alerts
5
 
6
  Requires at least: 3.0
7
+ Tested up to: 4.6
8
+ Stable tag: 3.1.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
tmpl/apps_config.php CHANGED
@@ -11,7 +11,6 @@
11
  'Most Popular' => 'popular',
12
  'Sharing Apps' => 'sharing',
13
  'Follow Apps' => 'follow',
14
- 'Tracking & Engagement Apps' => 'tracking_engagement',
15
  'eCommerce & Integrations' => 'ecommerce_integrations'
16
  );
17
  $apps = array(
@@ -83,7 +82,7 @@
83
  ),
84
  'Copy Paste Share Tracking' => array(
85
  'file' => 'address-tracker',
86
- 'category' => 'tracking_engagement',
87
  'nocode' => true,
88
  'new' => false,
89
  'plan' => 2,
11
  'Most Popular' => 'popular',
12
  'Sharing Apps' => 'sharing',
13
  'Follow Apps' => 'follow',
 
14
  'eCommerce & Integrations' => 'ecommerce_integrations'
15
  );
16
  $apps = array(
82
  ),
83
  'Copy Paste Share Tracking' => array(
84
  'file' => 'address-tracker',
85
+ 'category' => 'popular',
86
  'nocode' => true,
87
  'new' => false,
88
  'plan' => 2,
tmpl/apps_filters.php CHANGED
@@ -12,7 +12,6 @@
12
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="popular">Most Popular</a>
13
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="sharing">Sharing Apps</a>
14
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="follow">Follow Apps</a>
15
- <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="tracking_engagement">Tracking & Engagement Apps</a>
16
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-nocode" data-filter="ecommerce_integrations">eCommerce & Integrations</a>
17
  </div>
18
  </div>
12
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="popular">Most Popular</a>
13
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="sharing">Sharing Apps</a>
14
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-one" data-filter="follow">Follow Apps</a>
 
15
  <a href="javascript:void(0)" class="gs-button gs-primary trans filter-btn js-app-nocode" data-filter="ecommerce_integrations">eCommerce & Integrations</a>
16
  </div>
17
  </div>
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
4
  * Plugin URI: http://getsocial.io
5
  * Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
6
- * Version: 3.1.2
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2
@@ -102,7 +102,7 @@ if (class_exists('WooCommerce')) {
102
  // check if page builder plugin is installed and change the order of the GS div
103
  $installed_plugins = get_option('active_plugins');
104
 
105
- if (array_key_exists('siteorigin-panels/siteorigin-panels.php', $installed_plugins)) {
106
  add_filter('the_content', 'on_post_content', 10);
107
  } else {
108
  add_filter('the_content', 'on_post_content', 0);
3
  * Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
4
  * Plugin URI: http://getsocial.io
5
  * Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
6
+ * Version: 3.1.3
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2
102
  // check if page builder plugin is installed and change the order of the GS div
103
  $installed_plugins = get_option('active_plugins');
104
 
105
+ if (false !== array_search('siteorigin-panels/siteorigin-panels.php', $installed_plugins)) {
106
  add_filter('the_content', 'on_post_content', 10);
107
  } else {
108
  add_filter('the_content', 'on_post_content', 0);