Fuse Social Floating Sidebar - Version 1.2

Version Description

Download this release

Release Info

Developer daniyalahmedk
Plugin Icon 128x128 Fuse Social Floating Sidebar
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

Files changed (2) hide show
  1. fuse_social_sidebar.php +6 -6
  2. readme.txt +19 -19
fuse_social_sidebar.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Fuse Social Floating Sidebar
4
  Plugin URI: http://photontechs.com/fuse-social-sidebar
5
  Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
6
- Version: 1.1
7
  Author: Daniyal Ahmed
8
  Author URI: http://www.photontechs.com
9
  License: GNU General Public License v3.0
@@ -20,12 +20,12 @@ require_once('inc/fuse_social_sidebar_func.php');
20
  // Getting Style for awesome icons
21
  require_once('inc/fuse_social_sidebar_scripts.php');
22
  // Add settings link on plugin page
23
- function fuse_social_settings_link($links) {
24
- $settings_link = '<a href="options-general.php?page=fuse-social-sidebar">Settings</a>';
25
- array_unshift($links, $settings_link);
26
- return $links;
27
  }
28
- $plugin = plugin_basename(__FILE__);
29
  add_filter("plugin_action_links_$plugin", 'fuse_social_settings_link' );
30
  add_action('wp_footer','fuse_social_sidebar',100);
31
 
3
  Plugin Name: Fuse Social Floating Sidebar
4
  Plugin URI: http://photontechs.com/fuse-social-sidebar
5
  Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
6
+ Version: 1.2
7
  Author: Daniyal Ahmed
8
  Author URI: http://www.photontechs.com
9
  License: GNU General Public License v3.0
20
  // Getting Style for awesome icons
21
  require_once('inc/fuse_social_sidebar_scripts.php');
22
  // Add settings link on plugin page
23
+ function fuse_social_settings_link($links) {
24
+ $settings_link = '<a href="options-general.php?page=fuse-social">Settings</a>';
25
+ array_unshift($links, $settings_link);
26
+ return $links;
27
  }
28
+ $plugin = plugin_basename(__FILE__);
29
  add_filter("plugin_action_links_$plugin", 'fuse_social_settings_link' );
30
  add_action('wp_footer','fuse_social_sidebar',100);
31
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
- Contributors: daniyalahmedk
3
  Donate link: http://photontechs.com/donate
4
  Tags: social media, floating sidebar, social widget, social icons,animated social icons
5
  Requires at least: 3.0.1
6
- Tested up to: 4.2.1
7
- Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,35 +23,35 @@ which allows you to make settings for those social media icons, in the means of
23
  <li>Widget and Shortcode </li>
24
  </ul>
25
 
26
- Fuse Social Floating Sidebar is providing two type of icons square and round, further there is also <strong>animation effect which looks much attractive</strong>.
27
- You can check live demo
28
-
29
  <br />
30
- *If you have any suggestions or Questions you can contact us at [HashWP �](http://hashwp.com/ "HashWP �")
31
 
32
  <strong>Its all depends on users choice that either he wants animation/round/sqaure or with any <em>combinations he needs.</em></strong>
33
 
34
  You can also use this plugins as animated social icons. <br />
35
  Its simple,unique and best WordPress plugin for floating social icons.
36
- Fuse Social Floating Sidebar allow you to add following social icons in your website <br />
37
- * Facebook
38
- * Twitter
39
  * RSS
40
- * YouTube
41
- * LinkedIn
42
  * Flickr
43
  * Pinterest
44
  * StumbleUpon
45
  * Google Plus
46
- * Instagram
47
  * Tumblr
48
- * Vine
49
- * SoundCloud
50
  * VK
51
- * Reddit
52
  * Stack OverFlow
53
- * Behance
54
- * Github
55
 
56
 
57
  == Installation ==
@@ -78,4 +78,4 @@ In settings simply checked " Don't use shadow in icons.", by default its uncheck
78
  3. Add on hover animation on icons. Put a number to make delay in animations. Like (0.5)
79
 
80
  == Changelog ==
81
- 1.0 - Official Release.<br />
1
  === Plugin Name ===
2
+ Contributors: daniyalahmedk
3
  Donate link: http://photontechs.com/donate
4
  Tags: social media, floating sidebar, social widget, social icons,animated social icons
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.3
7
+ Stable tag: 1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  <li>Widget and Shortcode </li>
24
  </ul>
25
 
26
+ Fuse Social Floating Sidebar is providing two type of icons square and round, further there is also <strong>animation effect which looks much attractive</strong>.
27
+ You can check live demo
28
+ <strong>Fuse Social </strong> [Demo](http://photontechs.com/awesome-social-icons/ "Awesome Social Icons")
29
  <br />
30
+ *If you have any suggestions or Questions you can contact us at [HashWP �](http://hashwp.com/ "HashWP �")
31
 
32
  <strong>Its all depends on users choice that either he wants animation/round/sqaure or with any <em>combinations he needs.</em></strong>
33
 
34
  You can also use this plugins as animated social icons. <br />
35
  Its simple,unique and best WordPress plugin for floating social icons.
36
+ Fuse Social Floating Sidebar allow you to add following social icons in your website <br />
37
+ * Facebook
38
+ * Twitter
39
  * RSS
40
+ * YouTube
41
+ * LinkedIn
42
  * Flickr
43
  * Pinterest
44
  * StumbleUpon
45
  * Google Plus
46
+ * Instagram
47
  * Tumblr
48
+ * Vine
49
+ * SoundCloud
50
  * VK
51
+ * Reddit
52
  * Stack OverFlow
53
+ * Behance
54
+ * Github
55
 
56
 
57
  == Installation ==
78
  3. Add on hover animation on icons. Put a number to make delay in animations. Like (0.5)
79
 
80
  == Changelog ==
81
+ 1.0 - Official Release.<br />