Version Description
- Tested with latest wordpress version 4.8
- Fixed a minor bug
Download this release
Release Info
Developer | india-web-developer |
Plugin | Custom Share Buttons with Floating Sidebar |
Version | 3.2 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.2
- custom-share-buttons-with-floating-sidebar.php +1 -1
- js/csbwfs.js +1 -1
- readme.txt +5 -2
custom-share-buttons-with-floating-sidebar.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.mrwebsolution.in/
|
|
5 |
Description: It's a very simple plugin for add to social share buttons on your site and you can publish buttons floating sidebar. Even you can edit share buttons if you wish
|
6 |
Author: MR Web Solution
|
7 |
Author URI: http://raghunathgurjar.wordpress.com
|
8 |
-
Version: 3.
|
9 |
*/
|
10 |
|
11 |
/* Copyright 2015 custom-share-buttons-with-floating-sidebar (email : raghunath.0087@gmail.com)
|
5 |
Description: It's a very simple plugin for add to social share buttons on your site and you can publish buttons floating sidebar. Even you can edit share buttons if you wish
|
6 |
Author: MR Web Solution
|
7 |
Author URI: http://raghunathgurjar.wordpress.com
|
8 |
+
Version: 3.2
|
9 |
*/
|
10 |
|
11 |
/* Copyright 2015 custom-share-buttons-with-floating-sidebar (email : raghunath.0087@gmail.com)
|
js/csbwfs.js
CHANGED
@@ -43,7 +43,7 @@ jQuery(document).ready(function(){
|
|
43 |
/** reset floating sidebar settings */
|
44 |
jQuery('#div-csbwfs-sidebar #csbwfs_resetpage').click(function(){
|
45 |
jQuery('#div-csbwfs-sidebar .inputButtonid').val('');
|
46 |
-
jQuery('#div-csbwfs-sidebar .
|
47 |
jQuery('#div-csbwfs-sidebar .color-field').val('');
|
48 |
})
|
49 |
|
43 |
/** reset floating sidebar settings */
|
44 |
jQuery('#div-csbwfs-sidebar #csbwfs_resetpage').click(function(){
|
45 |
jQuery('#div-csbwfs-sidebar .inputButtonid').val('');
|
46 |
+
jQuery('#div-csbwfs-sidebar .csbwfs_title').val('');
|
47 |
jQuery('#div-csbwfs-sidebar .color-field').val('');
|
48 |
})
|
49 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors:india-web-developer
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEMSYQUZRUK6A
|
4 |
Tags: social share buttons,custom share buttons,facebook, twitter, google+, share, share links,linkedin,Stumbleupon,Reddit,pinterest,floating sidebar,float,floating share buttons,float share buttons
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
Social Share Buttons (Facebook,Twitter,Linkedin,Google+,Pinterest,Youtube,Mail,Stumbleupon,Reddit) & Share Floating Sidebar.
|
10 |
|
@@ -148,6 +148,9 @@ Step 3. Go to Settings/"Custom Share Buttons with Floating Sidebar" and configur
|
|
148 |
9. screenshot-9.png
|
149 |
|
150 |
== Changelog ==
|
|
|
|
|
|
|
151 |
= 3.1 =
|
152 |
* Tested with latest wordpress version 4.7.3
|
153 |
* Added an option for define to button background color of social share buttons
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEMSYQUZRUK6A
|
4 |
Tags: social share buttons,custom share buttons,facebook, twitter, google+, share, share links,linkedin,Stumbleupon,Reddit,pinterest,floating sidebar,float,floating share buttons,float share buttons
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 3.2
|
8 |
|
9 |
Social Share Buttons (Facebook,Twitter,Linkedin,Google+,Pinterest,Youtube,Mail,Stumbleupon,Reddit) & Share Floating Sidebar.
|
10 |
|
148 |
9. screenshot-9.png
|
149 |
|
150 |
== Changelog ==
|
151 |
+
= 3.2 =
|
152 |
+
* Tested with latest wordpress version 4.8
|
153 |
+
* Fixed a minor bug
|
154 |
= 3.1 =
|
155 |
* Tested with latest wordpress version 4.7.3
|
156 |
* Added an option for define to button background color of social share buttons
|