Social Media Share Buttons - Version 1.1.2

Version Description

Download this release

Release Info

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

Code changes from version 1.1.1 to 1.1.2

css/getsocial-style.css CHANGED
@@ -36,6 +36,20 @@ header h2 {
36
  border-bottom: 1px solid #e1e1e1;
37
  }
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  .wrap h2 i {
40
  margin-right: 8px;
41
  }
@@ -90,6 +104,12 @@ header h2 {
90
  position: relative;
91
  }
92
 
 
 
 
 
 
 
93
  .app-wrapper img {
94
  height: 230px;
95
  }
@@ -126,7 +146,7 @@ header h2 {
126
  font-style: normal;
127
  position: absolute;
128
  top: 20px;
129
- right: 20px;
130
  padding: 6px 2px 4px 6px;
131
  border-radius: 100%;
132
  -webkit-animation: rotate-in 750ms ease-in-out;
36
  border-bottom: 1px solid #e1e1e1;
37
  }
38
 
39
+ .wrap h2 small {
40
+ font-size: 14px
41
+ }
42
+
43
+ .wrap h2 a {
44
+ float: right;
45
+ font-size: 14px;
46
+ text-decoration: none;
47
+ }
48
+
49
+ .wrap h2 a:focus {
50
+ box-shadow: 0 0 0;
51
+ }
52
+
53
  .wrap h2 i {
54
  margin-right: 8px;
55
  }
104
  position: relative;
105
  }
106
 
107
+ .app-wrapper .title {
108
+ padding: 10px 0px;
109
+ background: #e1e1e1;
110
+ font-size: 14px;
111
+ }
112
+
113
  .app-wrapper img {
114
  height: 230px;
115
  }
146
  font-style: normal;
147
  position: absolute;
148
  top: 20px;
149
+ right: 10px;
150
  padding: 6px 2px 4px 6px;
151
  border-radius: 100%;
152
  -webkit-animation: rotate-in 750ms ease-in-out;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: getsocial, sharing buttons, share button, social buttons, social sharing, ecommerce, social analytics, addthis, sharethis, woocommerce, e-commerce, AddThis, addtoany, admin, bookmark, bookmarking, bookmarks, button, Facebook, Facebook share, facebook like, google, google plus, google plus one, Like, linkedin, lockerz, pin, pin it, pinit, pinterest, plugin, plus 1, plus one, Post, posts, Reddit, save, seo, sexybookmarks, share, shareaholic, sharedaddy, sharethis, sharing, sidebar, sociable, social, social bookmarking, social bookmarks, statistics, stats, stumbleupon, tumblr, tweet, twitter, social media, social share, widget
5
  Requires at least: 3.0
6
  Tested up to: 4.1
7
- Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,6 +86,10 @@ Today, Facebook buttons are simply buttons with counters. The data and value you
86
 
87
  == Changelog ==
88
 
 
 
 
 
89
  **1.1.1**
90
 
91
  - Bug fixes
4
  Tags: getsocial, sharing buttons, share button, social buttons, social sharing, ecommerce, social analytics, addthis, sharethis, woocommerce, e-commerce, AddThis, addtoany, admin, bookmark, bookmarking, bookmarks, button, Facebook, Facebook share, facebook like, google, google plus, google plus one, Like, linkedin, lockerz, pin, pin it, pinit, pinterest, plugin, plus 1, plus one, Post, posts, Reddit, save, seo, sexybookmarks, share, shareaholic, sharedaddy, sharethis, sharing, sidebar, sociable, social, social bookmarking, social bookmarks, statistics, stats, stumbleupon, tumblr, tweet, twitter, social media, social share, widget
5
  Requires at least: 3.0
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
86
 
87
  == Changelog ==
88
 
89
+ **1.1.2**
90
+
91
+ - UX fixes
92
+
93
  **1.1.1**
94
 
95
  - Bug fixes
tmpl/apps.php CHANGED
@@ -2,18 +2,18 @@
2
  <div class="app-list">
3
  <?php
4
  $apps = array(
5
- 'social bar' => array(
6
  'file' => 'social-bar',
7
  'active' => (get_option('gs-group-active') == '1'),
8
  ),
9
- 'floating bar' => array(
10
  'file' => 'floating-bar',
11
  'active' => (get_option('gs-floating-active') == '1'),
12
  ),
13
  // 'native bar' => array(
14
  // 'file' => 'native-bar'
15
  // ),
16
- 'custom expressions' => array(
17
  'file' => 'custom-expressions',
18
  'active' => (get_option('gs-custom-expression-active') == '1'),
19
  ),
@@ -33,6 +33,7 @@
33
  <? if($settings['active']): ?>
34
  <div class="app-status done"><i class="fa fa-check"></i></div>
35
  <? endif; ?>
 
36
  <img src="<? echo plugins_url( '../images/'.$settings['file'].'.png', __FILE__ ) ?>" alt="">
37
  <div class="app-link-buttons app-type-edit">
38
  <a href="admin.php?page=<? echo slug_path('init.php&tab='.$settings['file']) ?>">
2
  <div class="app-list">
3
  <?php
4
  $apps = array(
5
+ 'Social bar' => array(
6
  'file' => 'social-bar',
7
  'active' => (get_option('gs-group-active') == '1'),
8
  ),
9
+ 'Floating bar' => array(
10
  'file' => 'floating-bar',
11
  'active' => (get_option('gs-floating-active') == '1'),
12
  ),
13
  // 'native bar' => array(
14
  // 'file' => 'native-bar'
15
  // ),
16
+ 'Custom Expressions' => array(
17
  'file' => 'custom-expressions',
18
  'active' => (get_option('gs-custom-expression-active') == '1'),
19
  ),
33
  <? if($settings['active']): ?>
34
  <div class="app-status done"><i class="fa fa-check"></i></div>
35
  <? endif; ?>
36
+ <div class="title"><? echo $app ?></div>
37
  <img src="<? echo plugins_url( '../images/'.$settings['file'].'.png', __FILE__ ) ?>" alt="">
38
  <div class="app-link-buttons app-type-edit">
39
  <a href="admin.php?page=<? echo slug_path('init.php&tab='.$settings['file']) ?>">
tmpl/basic_stats.php CHANGED
@@ -1,4 +1,10 @@
1
- <h2><i class="fa fa-bar-chart"></i>Stats</h2>
 
 
 
 
 
 
2
 
3
  <div class="graphs gs-clearfix" data-graph-api="<?php echo $GS->api_url('sites/analytics/'.get_option('gs-api-key')) ?>">
4
  <div class="graph">
1
+ <h2>
2
+ <i class="fa fa-bar-chart"></i>Stats
3
+ <? $from = date('Y-m-d', strtotime('-8 days')) ?>
4
+ <? $to = date('Y-m-d', strtotime('-1 days')) ?>
5
+ <small>from <strong><? echo $from ?></strong> to <strong><? echo $to ?></strong></small>
6
+ <a href="http://getsocial.io/dashboard" target="_blank"><i class="fa fa-area-chart"></i>Detailed Stats</a>
7
+ </h2>
8
 
9
  <div class="graphs gs-clearfix" data-graph-api="<?php echo $GS->api_url('sites/analytics/'.get_option('gs-api-key')) ?>">
10
  <div class="graph">
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -3,10 +3,10 @@
3
  * Plugin Name: WP Share Buttons & Analytics by GetSocial
4
  * Plugin URI: http://getsocial.io
5
  * Description: Add social media sharing buttons from the most popular networks to track user activity, increase traffic, improve SEO, and follow conversions.
6
- * Version: 1.1.1
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
- * License: A "Slug" license name e.g. GPL2
10
  */
11
 
12
  include('lib/gs.php');
3
  * Plugin Name: WP Share Buttons & Analytics by GetSocial
4
  * Plugin URI: http://getsocial.io
5
  * Description: Add social media sharing buttons from the most popular networks to track user activity, increase traffic, improve SEO, and follow conversions.
6
+ * Version: 1.1.2
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
+ * License: GPL2
10
  */
11
 
12
  include('lib/gs.php');