Version Description
- Fix: Facebook Save button image sources.
Download this release
Release Info
Developer | DavidoffNeal |
Plugin | Simple Share Buttons Adder |
Version | 8.2.1 |
Comparing to | |
See all releases |
Code changes from version 8.2.0 to 8.2.1
- css/admin-theme.css +5 -5
- css/ssba.css +5 -5
- images/facebook_save-black.svg +6 -0
- images/facebook_save-hover.svg +6 -0
- instance.php +1 -1
- readme.txt +4 -1
- simple-share-buttons-adder.php +1 -1
css/admin-theme.css
CHANGED
@@ -3527,7 +3527,7 @@
|
|
3527 |
|
3528 |
/* Facebook Save */
|
3529 |
.ssbp-fb-save:before {
|
3530 |
-
content: url("../images/
|
3531 |
left: 0;
|
3532 |
padding: 5px 8px 0;
|
3533 |
position: absolute;
|
@@ -3535,7 +3535,7 @@
|
|
3535 |
width: 100%; }
|
3536 |
|
3537 |
.ssbp--theme-8 .ssbp-fb-save:before {
|
3538 |
-
content: url("../images/
|
3539 |
|
3540 |
.ssbp--theme-1 .ssbp-fb-save,
|
3541 |
.ssbp--theme-2 .ssbp-fb-save,
|
@@ -3560,7 +3560,7 @@
|
|
3560 |
.ssbp--theme-6 .ssbp-fb-save:before,
|
3561 |
.ssbp--theme-7 .ssbp-fb-save:before,
|
3562 |
.ssbp--theme-9 .ssbp-fb-save:before {
|
3563 |
-
content: url("../images/
|
3564 |
|
3565 |
.ssbp--theme-1 .ssbp-fb-save:before,
|
3566 |
.ssbp--theme-2 .ssbp-fb-save:before,
|
@@ -3609,7 +3609,7 @@
|
|
3609 |
.ssbp--theme-1 .ssbp-fb-save:hover:before,
|
3610 |
.ssbp--theme-1 .ssbp-fb-save:focus:before,
|
3611 |
.ssbp--theme-1 .ssbp-fb-save:active:before {
|
3612 |
-
content: url("../images/
|
3613 |
left: 50%;
|
3614 |
position: absolute;
|
3615 |
top: 50%;
|
@@ -3627,7 +3627,7 @@
|
|
3627 |
.ssbp--theme-8 .ssbp-fb-save:hover:before,
|
3628 |
.ssbp--theme-8 .ssbp-fb-save:focus:before,
|
3629 |
.ssbp--theme-8 .ssbp-fb-save:active:before {
|
3630 |
-
content: url("../images/
|
3631 |
|
3632 |
.ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
|
3633 |
.ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
|
3527 |
|
3528 |
/* Facebook Save */
|
3529 |
.ssbp-fb-save:before {
|
3530 |
+
content: url("../images/facebook_save.svg");
|
3531 |
left: 0;
|
3532 |
padding: 5px 8px 0;
|
3533 |
position: absolute;
|
3535 |
width: 100%; }
|
3536 |
|
3537 |
.ssbp--theme-8 .ssbp-fb-save:before {
|
3538 |
+
content: url("../images/facebook_save-black.svg"); }
|
3539 |
|
3540 |
.ssbp--theme-1 .ssbp-fb-save,
|
3541 |
.ssbp--theme-2 .ssbp-fb-save,
|
3560 |
.ssbp--theme-6 .ssbp-fb-save:before,
|
3561 |
.ssbp--theme-7 .ssbp-fb-save:before,
|
3562 |
.ssbp--theme-9 .ssbp-fb-save:before {
|
3563 |
+
content: url("../images/facebook_save-hover.svg"); }
|
3564 |
|
3565 |
.ssbp--theme-1 .ssbp-fb-save:before,
|
3566 |
.ssbp--theme-2 .ssbp-fb-save:before,
|
3609 |
.ssbp--theme-1 .ssbp-fb-save:hover:before,
|
3610 |
.ssbp--theme-1 .ssbp-fb-save:focus:before,
|
3611 |
.ssbp--theme-1 .ssbp-fb-save:active:before {
|
3612 |
+
content: url("../images/facebook_save-hover.svg");
|
3613 |
left: 50%;
|
3614 |
position: absolute;
|
3615 |
top: 50%;
|
3627 |
.ssbp--theme-8 .ssbp-fb-save:hover:before,
|
3628 |
.ssbp--theme-8 .ssbp-fb-save:focus:before,
|
3629 |
.ssbp--theme-8 .ssbp-fb-save:active:before {
|
3630 |
+
content: url("../images/facebook_save.svg"); }
|
3631 |
|
3632 |
.ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
|
3633 |
.ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
|
css/ssba.css
CHANGED
@@ -3046,7 +3046,7 @@
|
|
3046 |
|
3047 |
/* Facebook Save */
|
3048 |
.ssbp-fb-save:before {
|
3049 |
-
content: url("../images/
|
3050 |
left: 0;
|
3051 |
padding: 5px 8px 0;
|
3052 |
position: absolute;
|
@@ -3054,7 +3054,7 @@
|
|
3054 |
width: 100%; }
|
3055 |
|
3056 |
.ssbp--theme-8 .ssbp-fb-save:before {
|
3057 |
-
content: url("../images/
|
3058 |
|
3059 |
.ssbp--theme-1 .ssbp-fb-save,
|
3060 |
.ssbp--theme-2 .ssbp-fb-save,
|
@@ -3079,7 +3079,7 @@
|
|
3079 |
.ssbp--theme-6 .ssbp-fb-save:before,
|
3080 |
.ssbp--theme-7 .ssbp-fb-save:before,
|
3081 |
.ssbp--theme-9 .ssbp-fb-save:before {
|
3082 |
-
content: url("../images/
|
3083 |
|
3084 |
.ssbp--theme-1 .ssbp-fb-save:before,
|
3085 |
.ssbp--theme-2 .ssbp-fb-save:before,
|
@@ -3128,7 +3128,7 @@
|
|
3128 |
.ssbp--theme-1 .ssbp-fb-save:hover:before,
|
3129 |
.ssbp--theme-1 .ssbp-fb-save:focus:before,
|
3130 |
.ssbp--theme-1 .ssbp-fb-save:active:before {
|
3131 |
-
content: url("../images/
|
3132 |
left: 50%;
|
3133 |
position: absolute;
|
3134 |
top: 50%;
|
@@ -3146,7 +3146,7 @@
|
|
3146 |
.ssbp--theme-8 .ssbp-fb-save:hover:before,
|
3147 |
.ssbp--theme-8 .ssbp-fb-save:focus:before,
|
3148 |
.ssbp--theme-8 .ssbp-fb-save:active:before {
|
3149 |
-
content: url("../images/
|
3150 |
|
3151 |
.ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
|
3152 |
.ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
|
3046 |
|
3047 |
/* Facebook Save */
|
3048 |
.ssbp-fb-save:before {
|
3049 |
+
content: url("../images/facebook_save.svg");
|
3050 |
left: 0;
|
3051 |
padding: 5px 8px 0;
|
3052 |
position: absolute;
|
3054 |
width: 100%; }
|
3055 |
|
3056 |
.ssbp--theme-8 .ssbp-fb-save:before {
|
3057 |
+
content: url("../images/facebook_save-black.svg"); }
|
3058 |
|
3059 |
.ssbp--theme-1 .ssbp-fb-save,
|
3060 |
.ssbp--theme-2 .ssbp-fb-save,
|
3079 |
.ssbp--theme-6 .ssbp-fb-save:before,
|
3080 |
.ssbp--theme-7 .ssbp-fb-save:before,
|
3081 |
.ssbp--theme-9 .ssbp-fb-save:before {
|
3082 |
+
content: url("../images/facebook_save-hover.svg"); }
|
3083 |
|
3084 |
.ssbp--theme-1 .ssbp-fb-save:before,
|
3085 |
.ssbp--theme-2 .ssbp-fb-save:before,
|
3128 |
.ssbp--theme-1 .ssbp-fb-save:hover:before,
|
3129 |
.ssbp--theme-1 .ssbp-fb-save:focus:before,
|
3130 |
.ssbp--theme-1 .ssbp-fb-save:active:before {
|
3131 |
+
content: url("../images/facebook_save-hover.svg");
|
3132 |
left: 50%;
|
3133 |
position: absolute;
|
3134 |
top: 50%;
|
3146 |
.ssbp--theme-8 .ssbp-fb-save:hover:before,
|
3147 |
.ssbp--theme-8 .ssbp-fb-save:focus:before,
|
3148 |
.ssbp--theme-8 .ssbp-fb-save:active:before {
|
3149 |
+
content: url("../images/facebook_save.svg"); }
|
3150 |
|
3151 |
.ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
|
3152 |
.ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
|
images/facebook_save-black.svg
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<svg data-name="BLACK SILHOUETTE" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 512">
|
3 |
+
<g transform="rotate(180 512 256)">
|
4 |
+
<path d="M495.232 337.248l-270.432-272.032v733.568h542.432v-733.568l-272 272.032z" fill="#000" />
|
5 |
+
</g>
|
6 |
+
</svg>
|
images/facebook_save-hover.svg
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<svg data-name="BLUE SILHOUETTE" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 512">
|
3 |
+
<g transform="rotate(180 512 256)">
|
4 |
+
<path d="M495.232 337.248l-270.432-272.032v733.568h542.432v-733.568l-272 272.032z" fill="#3b5998" />
|
5 |
+
</g>
|
6 |
+
</svg>
|
instance.php
CHANGED
@@ -9,7 +9,7 @@ namespace SimpleShareButtonsAdder;
|
|
9 |
|
10 |
define( 'SSBA_FILE', __FILE__ );
|
11 |
define( 'SSBA_ROOT', dirname( __FILE__ ) );
|
12 |
-
define( 'SSBA_VERSION', '8.2.
|
13 |
|
14 |
global $simple_share_buttons_adder_plugin;
|
15 |
|
9 |
|
10 |
define( 'SSBA_FILE', __FILE__ );
|
11 |
define( 'SSBA_ROOT', dirname( __FILE__ ) );
|
12 |
+
define( 'SSBA_VERSION', '8.2.1' );
|
13 |
|
14 |
global $simple_share_buttons_adder_plugin;
|
15 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: sharethis, scottstorebloom, scottmweaver, surlyrightclick, Davidof
|
|
3 |
Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.8.1
|
6 |
-
Stable tag: 8.2.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
@@ -66,6 +66,9 @@ Please visit the <a href="https://wordpress.org/support/plugin/simple-share-butt
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
69 |
= 8.2.0 =
|
70 |
* Add: Flipboard, Snapchat and Telegram networks.
|
71 |
* Fix: Fatal error in admin area.
|
3 |
Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
|
4 |
Requires at least: 4.5
|
5 |
Tested up to: 5.8.1
|
6 |
+
Stable tag: 8.2.1
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 8.2.1 =
|
70 |
+
* Fix: Facebook Save button image sources.
|
71 |
+
|
72 |
= 8.2.0 =
|
73 |
* Add: Flipboard, Snapchat and Telegram networks.
|
74 |
* Fix: Fatal error in admin area.
|
simple-share-buttons-adder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Simple Share Buttons Adder
|
4 |
* Plugin URI: https://simplesharebuttons.com
|
5 |
* Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
6 |
-
* Version: 8.2.
|
7 |
* Author: Simple Share Buttons
|
8 |
* Author URI: https://simplesharebuttons.com
|
9 |
* License: GPLv2
|
3 |
* Plugin Name: Simple Share Buttons Adder
|
4 |
* Plugin URI: https://simplesharebuttons.com
|
5 |
* Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
|
6 |
+
* Version: 8.2.1
|
7 |
* Author: Simple Share Buttons
|
8 |
* Author URI: https://simplesharebuttons.com
|
9 |
* License: GPLv2
|