Custom Share Buttons with Floating Sidebar - Version 2.7

Version Description

  • Tested with latest wordpress version 4.5.2
    • Fixed linkdin button spelling error.
    • Fixed + sign issue for mail button
Download this release

Release Info

Developer india-web-developer
Plugin Icon 128x128 Custom Share Buttons with Floating Sidebar
Version 2.7
Comparing to
See all releases

Code changes from version 2.6 to 2.7

csbwfs-class.php CHANGED
@@ -290,7 +290,7 @@ if(is_home() || is_front_page())
290
  $ShareTitle=get_bloginfo('name');
291
  }
292
 
293
- $ShareTitle= htmlspecialchars(urlencode($ShareTitle));
294
 
295
 
296
 
@@ -563,7 +563,7 @@ if(is_home() || is_front_page())
563
 
564
  $shareurl = csbwfs_get_current_page_url($_SERVER);
565
 
566
- $ShareTitle= htmlspecialchars(urlencode($ShareTitle));
567
 
568
  /* Get All buttons Image */
569
 
290
  $ShareTitle=get_bloginfo('name');
291
  }
292
 
293
+ $ShareTitle= htmlspecialchars(rawurlencode($ShareTitle));
294
 
295
 
296
 
563
 
564
  $shareurl = csbwfs_get_current_page_url($_SERVER);
565
 
566
+ $ShareTitle= htmlspecialchars(rawurlencode($ShareTitle));
567
 
568
  /* Get All buttons Image */
569
 
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: 2.6
9
  */
10
 
11
  /* Copyright 2015 custom-share-buttons-with-floating-sidebar (email : raghunath.0087@gmail.com)
@@ -409,6 +409,7 @@ function csbwf_sidebar_admin_option_page(){ ?>
409
  <p><strong>My Other Plugins:</strong><br>
410
  <ol>
411
  <li><a href="https://wordpress.org/plugins/protect-wp-admin/" target="_blank">Protect WP-Admin</a></li>
 
412
  <li><a href="https://wordpress.org/plugins/wp-testimonial/" target="_blank">WP Testimonial</a></li>
413
  <li><a href="https://wordpress.org/plugins/cf7-advance-security" target="_blank">Contact Form 7 Advance Security WP-Admin</a></li>
414
  <li><a href="https://wordpress.org/plugins/wc-sales-count-manager/" target="_blank">WooCommerce Sales Count Manager</a></li>
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: 2.7
9
  */
10
 
11
  /* Copyright 2015 custom-share-buttons-with-floating-sidebar (email : raghunath.0087@gmail.com)
409
  <p><strong>My Other Plugins:</strong><br>
410
  <ol>
411
  <li><a href="https://wordpress.org/plugins/protect-wp-admin/" target="_blank">Protect WP-Admin</a></li>
412
+ <li><a href="https://wordpress.org/plugins/wp-importer" target="_blank">WP Importer</a></li>
413
  <li><a href="https://wordpress.org/plugins/wp-testimonial/" target="_blank">WP Testimonial</a></li>
414
  <li><a href="https://wordpress.org/plugins/cf7-advance-security" target="_blank">Contact Form 7 Advance Security WP-Admin</a></li>
415
  <li><a href="https://wordpress.org/plugins/wc-sales-count-manager/" target="_blank">WooCommerce Sales Count Manager</a></li>
readme.txt CHANGED
@@ -2,11 +2,11 @@
2
  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.3
6
- Tested up to: 4.5
7
- Stable tag: 2.6
8
 
9
- Social Share Buttons (Facebook,Twitter,Linkedin,Google+,Pinterest,Youtube,Mail,Stumbleupon,Reddit) && Share Floating Sidebar.
10
 
11
  == Description ==
12
 
@@ -148,6 +148,11 @@ Step 3. Go to Settings/"Custom Share Buttons with Floating Sidebar" and configur
148
  9. screenshot-9.png
149
 
150
  == Changelog ==
 
 
 
 
 
151
  = 2.6 =
152
  * Tested with latest wordpress version 4.5
153
  * Fixed buttons hover animation effect issue.
2
  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.5.2
7
+ Stable tag: 2.7
8
 
9
+ Social Share Buttons (Facebook,Twitter,Linkedin,Google+,Pinterest,Youtube,Mail,Stumbleupon,Reddit) & Share Floating Sidebar.
10
 
11
  == Description ==
12
 
148
  9. screenshot-9.png
149
 
150
  == Changelog ==
151
+ = 2.7 =
152
+ * Tested with latest wordpress version 4.5.2
153
+ * Fixed linkdin button spelling error.
154
+ * Fixed + sign issue for mail button
155
+
156
  = 2.6 =
157
  * Tested with latest wordpress version 4.5
158
  * Fixed buttons hover animation effect issue.