Version Description
- Relaunched with a whole set of NEW FEATURES and Improvement. Please upgrade immediately and provide your feedback. highly recommended. Aplogies in advance, if anything breaks!
=
Download this release
Release Info
Developer | hiddenpearls |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- assets/css/admin.css +2 -0
- assets/css/front.css +39 -7
- readme.txt +5 -2
- simple-social-buttons.php +9 -3
assets/css/admin.css
CHANGED
@@ -255,6 +255,8 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
255 |
width: 16px;
|
256 |
height: 16px;
|
257 |
display: inline-block;
|
|
|
|
|
258 |
}
|
259 |
.simplesocialbuttons-nav.simple-icons li a:after{
|
260 |
display: none;
|
255 |
width: 16px;
|
256 |
height: 16px;
|
257 |
display: inline-block;
|
258 |
+
position: relative;
|
259 |
+
top: 1px;
|
260 |
}
|
261 |
.simplesocialbuttons-nav.simple-icons li a:after{
|
262 |
display: none;
|
assets/css/front.css
CHANGED
@@ -22,17 +22,24 @@ div.ssb-button-pinterest { width: 100px; }
|
|
22 |
.simplesocialbuttons .simplesocialbutton iframe { margin: 0; vertical-align: inherit; }
|
23 |
.simplesocialbuttons button{
|
24 |
border:0;
|
|
|
|
|
25 |
cursor: pointer;
|
26 |
display: inline-block;
|
27 |
margin: 5px;
|
28 |
-webkit-box-shadow: none;
|
29 |
box-shadow: none;
|
30 |
font-family: 'Open Sans';
|
|
|
31 |
box-sizing: border-box;
|
32 |
font-weight: normal;
|
33 |
text-transform: capitalize !important;
|
34 |
white-space: nowrap;
|
35 |
text-shadow: none !important;
|
|
|
|
|
|
|
|
|
36 |
}
|
37 |
.simplesocialbuttons button:focus, .simplesocialbuttons button:hover{
|
38 |
outline: none;
|
@@ -763,6 +770,20 @@ div[class*="simplesocialbuttons-float"].simplesocial-simple-icons.simplesocialbu
|
|
763 |
div[class*="simplesocialbuttons-float"].simplesocial-simple-icons{
|
764 |
width: 82px;
|
765 |
text-align: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
766 |
}
|
767 |
/*========================================
|
768 |
= Code For Simple Style =
|
@@ -1949,22 +1970,27 @@ div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button
|
|
1949 |
}
|
1950 |
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button .ssb_counter{
|
1951 |
position: absolute;
|
1952 |
-
color: #
|
1953 |
line-height: 15px;
|
1954 |
}
|
1955 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons:not(.simplesocial-simple-icons) button{
|
1956 |
-
padding-left:
|
1957 |
padding-right: 0 !important;
|
1958 |
margin: 10px 0;
|
1959 |
}
|
1960 |
-
div[class*="simplesocialbuttons-float"].simplesocialbuttons-round-txt button{
|
1961 |
-
padding-left:
|
1962 |
padding-right: 0;
|
1963 |
}
|
1964 |
-
div[class*="simplesocialbuttons-float"].simplesocial-round-icon button{
|
1965 |
-
padding-left:
|
1966 |
padding-right: 0;
|
1967 |
}
|
|
|
|
|
|
|
|
|
|
|
1968 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons-fade-in{
|
1969 |
opacity: 0;
|
1970 |
-webkit-animation-name: ssb_fade; /* Safari 4.0 - 8.0 */
|
@@ -1987,7 +2013,12 @@ div[class*="simplesocialbuttons-float"].simplesocialbuttons-fade-in{
|
|
1987 |
visibility: inherit !important;
|
1988 |
}
|
1989 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons .ssb-fb-like{
|
1990 |
-
margin:
|
|
|
|
|
|
|
|
|
|
|
1991 |
}
|
1992 |
@-webkit-keyframes ssb_fade {
|
1993 |
from {opacity: 0;}
|
@@ -2204,6 +2235,7 @@ div.simplesocialbuttons.simplesocialbuttons-float-right-center{
|
|
2204 |
-webkit-transform: translateY(-50%);
|
2205 |
transform: translateY(-50%);
|
2206 |
margin: 0;
|
|
|
2207 |
}
|
2208 |
|
2209 |
div.simplesocialbuttons-float-left-post{
|
22 |
.simplesocialbuttons .simplesocialbutton iframe { margin: 0; vertical-align: inherit; }
|
23 |
.simplesocialbuttons button{
|
24 |
border:0;
|
25 |
+
padding: 0;
|
26 |
+
margin: 0;
|
27 |
cursor: pointer;
|
28 |
display: inline-block;
|
29 |
margin: 5px;
|
30 |
-webkit-box-shadow: none;
|
31 |
box-shadow: none;
|
32 |
font-family: 'Open Sans';
|
33 |
+
-webkit-box-sizing: border-box;
|
34 |
box-sizing: border-box;
|
35 |
font-weight: normal;
|
36 |
text-transform: capitalize !important;
|
37 |
white-space: nowrap;
|
38 |
text-shadow: none !important;
|
39 |
+
width: auto;
|
40 |
+
letter-spacing: 0;
|
41 |
+
word-spacing: 0;
|
42 |
+
overflow: visible;
|
43 |
}
|
44 |
.simplesocialbuttons button:focus, .simplesocialbuttons button:hover{
|
45 |
outline: none;
|
770 |
div[class*="simplesocialbuttons-float"].simplesocial-simple-icons{
|
771 |
width: 82px;
|
772 |
text-align: left;
|
773 |
+
}
|
774 |
+
div[class*="simplesocialbuttons-float-right"].simplesocial-simple-icons{
|
775 |
+
width: 104px;
|
776 |
+
}
|
777 |
+
div[class*="simplesocialbuttons-float-right"].simplesocial-simple-icons {
|
778 |
+
width: 100px;
|
779 |
+
}
|
780 |
+
div[class*="simplesocialbuttons-float-right"] .ssb_total_counter{
|
781 |
+
display: block;
|
782 |
+
clear: both;
|
783 |
+
text-align: right;
|
784 |
+
}
|
785 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-icons .ssb-fb-like{
|
786 |
+
margin:5px;
|
787 |
}
|
788 |
/*========================================
|
789 |
= Code For Simple Style =
|
1970 |
}
|
1971 |
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button .ssb_counter{
|
1972 |
position: absolute;
|
1973 |
+
color: #fff;
|
1974 |
line-height: 15px;
|
1975 |
}
|
1976 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons:not(.simplesocial-simple-icons) button{
|
1977 |
+
padding-left: 34px;
|
1978 |
padding-right: 0 !important;
|
1979 |
margin: 10px 0;
|
1980 |
}
|
1981 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-round-txt:not(.simplesocial-simple-icons) button{
|
1982 |
+
padding-left: 34px;
|
1983 |
padding-right: 0;
|
1984 |
}
|
1985 |
+
div[class*="simplesocialbuttons-float"].simplesocial-round-icon:not(.simplesocial-simple-icons) button{
|
1986 |
+
padding-left: 32px;
|
1987 |
padding-right: 0;
|
1988 |
}
|
1989 |
+
.simplesocialbuttons.simplesocial-round-txt button:after{
|
1990 |
+
width: 36px;
|
1991 |
+
height: 36px;
|
1992 |
+
line-height: 36px;
|
1993 |
+
}
|
1994 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons-fade-in{
|
1995 |
opacity: 0;
|
1996 |
-webkit-animation-name: ssb_fade; /* Safari 4.0 - 8.0 */
|
2013 |
visibility: inherit !important;
|
2014 |
}
|
2015 |
div[class*="simplesocialbuttons-float"].simplesocialbuttons .ssb-fb-like{
|
2016 |
+
margin: 5px 0;
|
2017 |
+
height: auto;
|
2018 |
+
line-height: 1;
|
2019 |
+
}
|
2020 |
+
div[class*="simplesocialbuttons-float-right"].simplesocialbuttons .ssb-fb-like{
|
2021 |
+
float: right;
|
2022 |
}
|
2023 |
@-webkit-keyframes ssb_fade {
|
2024 |
from {opacity: 0;}
|
2235 |
-webkit-transform: translateY(-50%);
|
2236 |
transform: translateY(-50%);
|
2237 |
margin: 0;
|
2238 |
+
text-align: right;
|
2239 |
}
|
2240 |
|
2241 |
div.simplesocialbuttons-float-left-post{
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpbrigade.com/
|
|
4 |
Tags: Social share, Social buttons, Whatsapp, Viber, LinkedIn, facebook, google, twitter, pinterest, plus one
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -146,12 +146,15 @@ theme = theme1 or theme2 or theme3 or theme4 or Flat or Circle or Official
|
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
|
149 |
-
= 2.0.
|
150 |
* Relaunched with a whole set of NEW FEATURES and Improvement. Please upgrade immediately and provide your feedback. highly recommended. Aplogies in advance, if anything breaks!
|
151 |
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
155 |
= 2.0.5 - 2017-12-27 =
|
156 |
* New Feature: Social Follow Widget.
|
157 |
* New Feature: Social Media Sharing Buttons ShortCode to use in tempalates.
|
4 |
Tags: Social share, Social buttons, Whatsapp, Viber, LinkedIn, facebook, google, twitter, pinterest, plus one
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
|
149 |
+
= 2.0.6 =
|
150 |
* Relaunched with a whole set of NEW FEATURES and Improvement. Please upgrade immediately and provide your feedback. highly recommended. Aplogies in advance, if anything breaks!
|
151 |
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
= 2.0.6 - 2017-12-27 =
|
156 |
+
* Bug Fix: fix layout issues for default social media sharing icons.
|
157 |
+
|
158 |
= 2.0.5 - 2017-12-27 =
|
159 |
* New Feature: Social Follow Widget.
|
160 |
* New Feature: Social Media Sharing Buttons ShortCode to use in tempalates.
|
simple-social-buttons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Simple Social Buttons
|
4 |
* Plugin URI: http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/
|
5 |
* Description: Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Google +1, Facebook, WhatsApp, Viber, Twitter, Reddit, LinkedIn and Pinterest. This makes it the most <code>Flexible Social Sharing Plugin ever for Everyone.</code>
|
6 |
-
* Version: 2.0.
|
7 |
* Author: WPBrigade
|
8 |
* Author URI: http://www.WPBrigade.com/
|
9 |
* Text Domain: simple-social-buttons
|
@@ -30,7 +30,7 @@
|
|
30 |
|
31 |
class SimpleSocialButtonsPR {
|
32 |
public $pluginName = 'Simple Social Buttons';
|
33 |
-
public $pluginVersion = '2.0.
|
34 |
public $pluginPrefix = 'ssb_pr_';
|
35 |
public $hideCustomMetaKey = '_ssb_hide';
|
36 |
|
@@ -802,7 +802,13 @@ class SimpleSocialButtonsPR {
|
|
802 |
$class = 'simplesocialbuttons-float-' . $this->sidebar_option['orientation'] . '-center' . ' ' . $this->add_post_class();
|
803 |
// $class = 'simplesocialbuttons-float-left-post';
|
804 |
if ( $this->sidebar_option['hide_mobile'] ) {
|
805 |
-
$class .= ' simplesocialbuttons-mobile-hidden';
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
$class .= ' simplesocialbuttons-slide-' . $this->_get_settings( 'sidebar', 'animation', 'no-animation' );
|
807 |
$_selected_network = apply_filters( 'ssb_sidebar_social_networks', $this->selected_networks );
|
808 |
echo $this->generate_buttons_code( $_selected_network, $show_count, $show_total, $class );
|
3 |
* Plugin Name: Simple Social Buttons
|
4 |
* Plugin URI: http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/
|
5 |
* Description: Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Google +1, Facebook, WhatsApp, Viber, Twitter, Reddit, LinkedIn and Pinterest. This makes it the most <code>Flexible Social Sharing Plugin ever for Everyone.</code>
|
6 |
+
* Version: 2.0.6
|
7 |
* Author: WPBrigade
|
8 |
* Author URI: http://www.WPBrigade.com/
|
9 |
* Text Domain: simple-social-buttons
|
30 |
|
31 |
class SimpleSocialButtonsPR {
|
32 |
public $pluginName = 'Simple Social Buttons';
|
33 |
+
public $pluginVersion = '2.0.6';
|
34 |
public $pluginPrefix = 'ssb_pr_';
|
35 |
public $hideCustomMetaKey = '_ssb_hide';
|
36 |
|
802 |
$class = 'simplesocialbuttons-float-' . $this->sidebar_option['orientation'] . '-center' . ' ' . $this->add_post_class();
|
803 |
// $class = 'simplesocialbuttons-float-left-post';
|
804 |
if ( $this->sidebar_option['hide_mobile'] ) {
|
805 |
+
$class .= ' simplesocialbuttons-mobile-hidden';
|
806 |
+
}
|
807 |
+
|
808 |
+
if ( $this->_get_settings( 'sidebar', 'share_counts' ) ) {
|
809 |
+
$class .= ' ssb_counter-activate';
|
810 |
+
}
|
811 |
+
|
812 |
$class .= ' simplesocialbuttons-slide-' . $this->_get_settings( 'sidebar', 'animation', 'no-animation' );
|
813 |
$_selected_network = apply_filters( 'ssb_sidebar_social_networks', $this->selected_networks );
|
814 |
echo $this->generate_buttons_code( $_selected_network, $show_count, $show_total, $class );
|