Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 3.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.2 to 3.2.1
- lib/gs.php +2 -1
- readme.txt +6 -2
- tmpl/apps_config.php +5 -6
- tmpl/apps_filters.php +0 -1
- tmpl/header.php +1 -1
- wp-share-buttons-analytics-getsocial.php +1 -1
lib/gs.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
-
public $plugin_version = "3.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";
|
@@ -135,6 +135,7 @@ EOF;
|
|
135 |
case 'social_bar_big_counter':
|
136 |
return '<div class="getsocial gs-inline-group gs-big-counter" ' . $gs_custom_tags . '></div>';
|
137 |
case 'follow_bar':
|
|
|
138 |
return '<div class="getsocial gs-inline-group gs-follow" ' . $gs_custom_tags . '></div>';
|
139 |
case 'price_alert':
|
140 |
return '<div class="getsocial gs-price-alert" ' . $gs_custom_tags . ' data-price="' . $price . '" data-currency="' . $currency . '"></div>';
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
+
public $plugin_version = "3.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";
|
135 |
case 'social_bar_big_counter':
|
136 |
return '<div class="getsocial gs-inline-group gs-big-counter" ' . $gs_custom_tags . '></div>';
|
137 |
case 'follow_bar':
|
138 |
+
echo '<div class="getsocial gs-inline-group gs-follow" ' . $gs_custom_tags . '></div>';
|
139 |
return '<div class="getsocial gs-inline-group gs-follow" ' . $gs_custom_tags . '></div>';
|
140 |
case 'price_alert':
|
141 |
return '<div class="getsocial gs-price-alert" ' . $gs_custom_tags . ' data-price="' . $price . '" data-currency="' . $currency . '"></div>';
|
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.
|
8 |
-
Stable tag: 3.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -235,6 +235,10 @@ Sure, we’re always here to help. You can contact us at support@getsocial.io or
|
|
235 |
9. Analytics for your Social Bars
|
236 |
|
237 |
== Changelog ==
|
|
|
|
|
|
|
|
|
238 |
|
239 |
**3.2**
|
240 |
|
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.7
|
8 |
+
Stable tag: 3.2.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
235 |
9. Analytics for your Social Bars
|
236 |
|
237 |
== Changelog ==
|
238 |
+
**3.2.1**
|
239 |
+
|
240 |
+
- Add support to Wordpress 4.7
|
241 |
+
- Minor improvments
|
242 |
|
243 |
**3.2**
|
244 |
|
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(
|
@@ -63,7 +62,7 @@
|
|
63 |
'file' => 'reaction_buttons',
|
64 |
'category' => 'sharing',
|
65 |
'nocode' => true,
|
66 |
-
'new' =>
|
67 |
'plan' => 1,
|
68 |
'active' => $GS->is_active('reaction_buttons'),
|
69 |
'only_activate' => false,
|
@@ -74,7 +73,7 @@
|
|
74 |
'file' => 'hello_buddy',
|
75 |
'category' => 'popular',
|
76 |
'nocode' => true,
|
77 |
-
'new' =>
|
78 |
'plan' => 1,
|
79 |
'active' => $GS->is_active('hello_buddy'),
|
80 |
'only_activate' => false,
|
@@ -83,7 +82,7 @@
|
|
83 |
),
|
84 |
'Copy Paste Share Tracking' => array(
|
85 |
'file' => 'address-tracker',
|
86 |
-
'category' => '
|
87 |
'nocode' => true,
|
88 |
'new' => false,
|
89 |
'plan' => 2,
|
@@ -228,7 +227,7 @@
|
|
228 |
'file' => 'bitly',
|
229 |
'category' => 'ecommerce_integrations',
|
230 |
'nocode' => true,
|
231 |
-
'new' =>
|
232 |
'plan' => 2,
|
233 |
'active' => $GS->is_active('bitly'),
|
234 |
'only_activate' => true,
|
@@ -239,7 +238,7 @@
|
|
239 |
'file' => 'infusionsoft',
|
240 |
'category' => 'ecommerce_integrations',
|
241 |
'nocode' => true,
|
242 |
-
'new' =>
|
243 |
'plan' => 2,
|
244 |
'active' => $GS->is_active('infusionsoft'),
|
245 |
'only_activate' => true,
|
11 |
'Most Popular' => 'popular',
|
12 |
'Sharing Apps' => 'sharing',
|
13 |
'Follow Apps' => 'follow',
|
|
|
14 |
'eCommerce & Integrations' => 'ecommerce_integrations'
|
15 |
);
|
16 |
$apps = array(
|
62 |
'file' => 'reaction_buttons',
|
63 |
'category' => 'sharing',
|
64 |
'nocode' => true,
|
65 |
+
'new' => false,
|
66 |
'plan' => 1,
|
67 |
'active' => $GS->is_active('reaction_buttons'),
|
68 |
'only_activate' => false,
|
73 |
'file' => 'hello_buddy',
|
74 |
'category' => 'popular',
|
75 |
'nocode' => true,
|
76 |
+
'new' => false,
|
77 |
'plan' => 1,
|
78 |
'active' => $GS->is_active('hello_buddy'),
|
79 |
'only_activate' => false,
|
82 |
),
|
83 |
'Copy Paste Share Tracking' => array(
|
84 |
'file' => 'address-tracker',
|
85 |
+
'category' => 'popular',
|
86 |
'nocode' => true,
|
87 |
'new' => false,
|
88 |
'plan' => 2,
|
227 |
'file' => 'bitly',
|
228 |
'category' => 'ecommerce_integrations',
|
229 |
'nocode' => true,
|
230 |
+
'new' => false,
|
231 |
'plan' => 2,
|
232 |
'active' => $GS->is_active('bitly'),
|
233 |
'only_activate' => true,
|
238 |
'file' => 'infusionsoft',
|
239 |
'category' => 'ecommerce_integrations',
|
240 |
'nocode' => true,
|
241 |
+
'new' => false,
|
242 |
'plan' => 2,
|
243 |
'active' => $GS->is_active('infusionsoft'),
|
244 |
'only_activate' => true,
|
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>
|
tmpl/header.php
CHANGED
@@ -68,7 +68,7 @@ wp_enqueue_script('gs-plugin');
|
|
68 |
</a>
|
69 |
</li>
|
70 |
<li>
|
71 |
-
<a href="http://
|
72 |
<i class="fa fa-life-bouy"></i> Documentation
|
73 |
</a>
|
74 |
</li>
|
68 |
</a>
|
69 |
</li>
|
70 |
<li>
|
71 |
+
<a href="http://help.getsocial.io/" target="_blank">
|
72 |
<i class="fa fa-life-bouy"></i> Documentation
|
73 |
</a>
|
74 |
</li>
|
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.2
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
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.2.1
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|