Fuse Social Floating Sidebar - Version 1.1

Version Description

Download this release

Release Info

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

Code changes from version 1.0 to 1.1

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.0
7
  Author: Daniyal Ahmed
8
  Author URI: http://www.photontechs.com
9
  License: GNU General Public License v3.0
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
inc/fuse_social_sidebar_admin.php CHANGED
@@ -797,7 +797,24 @@ function awesome_color_picker( $hook ) {
797
  </td>
798
 
799
  </tr>
800
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
801
 
802
  </table>
803
 
797
  </td>
798
 
799
  </tr>
800
+ <tr>
801
+
802
+ <td>
803
+
804
+ <hr />
805
+
806
+
807
+
808
+ <i class="fa fa-envelope-o"></i><label for="fuse_social_options[envelope]" > Email</label><br /><input id="fuse_social_options[envelope]" value="<?php
809
+
810
+ esc_attr_e($options['envelope']);
811
+
812
+ ?>" name="fuse_social_options[envelope]" type="text" placeholder="mailto:someone@example.com" />
813
+
814
+
815
+
816
+ </td>
817
+ </tr>
818
 
819
  </table>
820
 
inc/fuse_social_sidebar_func.php CHANGED
@@ -146,6 +146,11 @@ class Making_Fuse_Icons
146
  $github = $options['github'];
147
  echo "<a $target class='fuse_social_icons_links' href='$github'> <i class='fa fa-github github-awesome-social awesome-social'></i></a><br />";
148
  }
 
 
 
 
 
149
  echo "</div>";
150
 
151
 
146
  $github = $options['github'];
147
  echo "<a $target class='fuse_social_icons_links' href='$github'> <i class='fa fa-github github-awesome-social awesome-social'></i></a><br />";
148
  }
149
+ if ($options['envelope'])
150
+ {
151
+ $envelope = $options['envelope'];
152
+ echo "<a $target class='fuse_social_icons_links' href='$envelope'> <i class='fa fa-envelope envelope-awesome-social awesome-social'></i></a><br />";
153
+ }
154
  echo "</div>";
155
 
156
 
inc/fuse_social_sidebar_scripts.php CHANGED
@@ -188,6 +188,9 @@ z-index: 99999;
188
 
189
 
190
  }
 
 
 
191
  /* Mobile */
192
 
193
  <?php
188
 
189
 
190
  }
191
+ .envelope-awesome-social{
192
+ background: #ccc ;
193
+ }
194
  /* Mobile */
195
 
196
  <?php
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -26,6 +26,8 @@ which allows you to make settings for those social media icons, in the means of
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
 
30
  <strong>Its all depends on users choice that either he wants animation/round/sqaure or with any <em>combinations he needs.</em></strong>
31
 
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
 
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