Version Description
Download this release
Release Info
Developer | daniyalahmedk |
Plugin | Fuse Social Floating Sidebar |
Version | 4.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.1
- fuse_social_sidebar.php +1 -1
- inc/css/admin_style.css +0 -0
- inc/fuse_social_sidebar_admin.php +0 -0
- inc/fuse_social_sidebar_func.php +0 -0
- inc/fuse_social_sidebar_scripts.php +5 -0
- readme.txt +2 -2
fuse_social_sidebar.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Fuse Social Floating Sidebar
|
5 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
6 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
7 |
-
Version: 4.
|
8 |
Author: Daniyal Ahmed
|
9 |
Author URI: http://www.photontechs.com
|
10 |
License: GNU General Public License v3.0
|
4 |
Plugin Name: Fuse Social Floating Sidebar
|
5 |
Plugin URI: http://photontechs.com/fuse-social-sidebar
|
6 |
Description: This Fuse Social Floating Sidebar plugin allow you to put social icons which can be link with your social media profiles.
|
7 |
+
Version: 4.1
|
8 |
Author: Daniyal Ahmed
|
9 |
Author URI: http://www.photontechs.com
|
10 |
License: GNU General Public License v3.0
|
inc/css/admin_style.css
CHANGED
File without changes
|
inc/fuse_social_sidebar_admin.php
CHANGED
File without changes
|
inc/fuse_social_sidebar_func.php
CHANGED
File without changes
|
inc/fuse_social_sidebar_scripts.php
CHANGED
@@ -15,6 +15,11 @@ function fuse_social_scripts()
|
|
15 |
?>
|
16 |
|
17 |
<style>
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
<?php if($options['position']=="left"){ ?>
|
20 |
|
15 |
?>
|
16 |
|
17 |
<style>
|
18 |
+
|
19 |
+
#icon_wrapper .fuse_social_icons_links .fa {
|
20 |
+
font-family: 'FontAwesome' !important;
|
21 |
+
}
|
22 |
+
|
23 |
|
24 |
<?php if($options['position']=="left"){ ?>
|
25 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: daniyalahmedk, freemius
|
|
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
|
6 |
-
Tested up to: 5.1
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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
|
6 |
+
Tested up to: 5.3.1
|
7 |
+
Stable tag: 4.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|