Version Description
= 5.0 = Major update, you might need to set up the plugin settings again.
Download this release
Release Info
Developer | daniyalahmedk |
Plugin | Fuse Social Floating Sidebar |
Version | 5.4.4 |
Comparing to | |
See all releases |
Code changes from version 5.4.3 to 5.4.4
- framework/settings/fuse-config.php +15 -1
- freemius/assets/css/admin/connect.css +0 -0
- freemius/assets/img/fuse-social-floating-sidebar.png +0 -0
- freemius/assets/js/nojquery.ba-postmessage.js +0 -0
- freemius/assets/js/nojquery.ba-postmessage.min.js +0 -0
- freemius/assets/js/postmessage.js +0 -0
- freemius/includes/class-freemius-abstract.php +0 -0
- freemius/includes/class-freemius.php +0 -0
- freemius/includes/class-fs-api.php +0 -0
- freemius/includes/class-fs-plugin-updater.php +0 -0
- freemius/includes/class-fs-security.php +0 -0
- freemius/includes/entities/class-fs-entity.php +0 -0
- freemius/includes/entities/class-fs-payment.php +0 -0
- freemius/includes/entities/class-fs-plugin-info.php +0 -0
- freemius/includes/entities/class-fs-plugin-license.php +0 -0
- freemius/includes/entities/class-fs-plugin-plan.php +0 -0
- freemius/includes/entities/class-fs-plugin-tag.php +0 -0
- freemius/includes/entities/class-fs-plugin.php +0 -0
- freemius/includes/entities/class-fs-pricing.php +0 -0
- freemius/includes/entities/class-fs-scope-entity.php +0 -0
- freemius/includes/entities/class-fs-site.php +0 -0
- freemius/includes/entities/class-fs-subscription.php +0 -0
- freemius/includes/entities/class-fs-user.php +0 -0
- freemius/includes/fs-core-functions.php +0 -0
- freemius/includes/fs-plugin-info-dialog.php +0 -0
- freemius/includes/i18n.php +0 -0
- freemius/includes/managers/class-fs-cache-manager.php +0 -0
- freemius/includes/managers/class-fs-key-value-storage.php +0 -0
- freemius/includes/managers/class-fs-license-manager.php +0 -0
- freemius/includes/managers/class-fs-option-manager.php +0 -0
- freemius/includes/managers/class-fs-plan-manager.php +0 -0
- freemius/includes/managers/class-fs-plugin-manager.php +0 -0
- freemius/includes/sdk/Exceptions/ArgumentNotExistException.php +0 -0
- freemius/includes/sdk/Exceptions/EmptyArgumentException.php +0 -0
- freemius/includes/sdk/Exceptions/Exception.php +0 -0
- freemius/includes/sdk/Exceptions/InvalidArgumentException.php +0 -0
- freemius/includes/sdk/Exceptions/OAuthException.php +0 -0
- freemius/includes/sdk/FreemiusBase.php +0 -0
- freemius/includes/sdk/FreemiusWordPress.php +0 -0
- freemius/includes/sdk/LICENSE.txt +0 -0
- freemius/templates/account.php +0 -0
- freemius/templates/add-ons.php +0 -0
- freemius/templates/checkout.php +0 -0
- freemius/templates/connect.php +0 -0
- freemius/templates/contact.php +0 -0
- freemius/templates/firewall-issues-js.php +0 -0
- freemius/templates/forms/deactivation/form.php +0 -0
- freemius/templates/powered-by.php +0 -0
- freemius/templates/sticky-admin-notice-js.php +0 -0
- fuse_social_sidebar.php +3 -3
- inc/fuse_social_sidebar_func.php +36 -20
- readme.txt +4 -4
framework/settings/fuse-config.php
CHANGED
@@ -518,6 +518,8 @@ Redux::setSection( $opt_name, array(
|
|
518 |
'title' => __( 'Open links new tab', 'fuse-social-floating' ),
|
519 |
'default' => '1',
|
520 |
),
|
|
|
|
|
521 |
array(
|
522 |
'id' => 'chnage_vertical_pos',
|
523 |
'type' => 'raw',
|
@@ -571,7 +573,19 @@ Redux::setSection( $opt_name, array(
|
|
571 |
'24' => 'Small',
|
572 |
),
|
573 |
'default' => '48',
|
574 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
575 |
),
|
576 |
) );
|
577 |
Redux::setSection( $opt_name, array(
|
518 |
'title' => __( 'Open links new tab', 'fuse-social-floating' ),
|
519 |
'default' => '1',
|
520 |
),
|
521 |
+
|
522 |
+
|
523 |
array(
|
524 |
'id' => 'chnage_vertical_pos',
|
525 |
'type' => 'raw',
|
573 |
'24' => 'Small',
|
574 |
),
|
575 |
'default' => '48',
|
576 |
+
),
|
577 |
+
|
578 |
+
array(
|
579 |
+
'id' => 'relattr',
|
580 |
+
'type' => 'switch',
|
581 |
+
'title' => __( 'Relationship Attribute (nofollow)', 'fuse-social-floating' ),
|
582 |
+
),
|
583 |
+
array(
|
584 |
+
'id' => 'arialabel',
|
585 |
+
'type' => 'switch',
|
586 |
+
'title' => __( 'Accessibility Label (aria-label)', 'fuse-social-floating' ),
|
587 |
+
),
|
588 |
+
|
589 |
),
|
590 |
) );
|
591 |
Redux::setSection( $opt_name, array(
|
freemius/assets/css/admin/connect.css
CHANGED
File without changes
|
freemius/assets/img/fuse-social-floating-sidebar.png
ADDED
Binary file
|
freemius/assets/js/nojquery.ba-postmessage.js
CHANGED
File without changes
|
freemius/assets/js/nojquery.ba-postmessage.min.js
CHANGED
File without changes
|
freemius/assets/js/postmessage.js
CHANGED
File without changes
|
freemius/includes/class-freemius-abstract.php
CHANGED
File without changes
|
freemius/includes/class-freemius.php
CHANGED
File without changes
|
freemius/includes/class-fs-api.php
CHANGED
File without changes
|
freemius/includes/class-fs-plugin-updater.php
CHANGED
File without changes
|
freemius/includes/class-fs-security.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-entity.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-payment.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-plugin-info.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-plugin-license.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-plugin-plan.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-plugin-tag.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-plugin.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-pricing.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-scope-entity.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-site.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-subscription.php
CHANGED
File without changes
|
freemius/includes/entities/class-fs-user.php
CHANGED
File without changes
|
freemius/includes/fs-core-functions.php
CHANGED
File without changes
|
freemius/includes/fs-plugin-info-dialog.php
CHANGED
File without changes
|
freemius/includes/i18n.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-cache-manager.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-key-value-storage.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-license-manager.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-option-manager.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-plan-manager.php
CHANGED
File without changes
|
freemius/includes/managers/class-fs-plugin-manager.php
CHANGED
File without changes
|
freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
CHANGED
File without changes
|
freemius/includes/sdk/Exceptions/EmptyArgumentException.php
CHANGED
File without changes
|
freemius/includes/sdk/Exceptions/Exception.php
CHANGED
File without changes
|
freemius/includes/sdk/Exceptions/InvalidArgumentException.php
CHANGED
File without changes
|
freemius/includes/sdk/Exceptions/OAuthException.php
CHANGED
File without changes
|
freemius/includes/sdk/FreemiusBase.php
CHANGED
File without changes
|
freemius/includes/sdk/FreemiusWordPress.php
CHANGED
File without changes
|
freemius/includes/sdk/LICENSE.txt
CHANGED
File without changes
|
freemius/templates/account.php
CHANGED
File without changes
|
freemius/templates/add-ons.php
CHANGED
File without changes
|
freemius/templates/checkout.php
CHANGED
File without changes
|
freemius/templates/connect.php
CHANGED
File without changes
|
freemius/templates/contact.php
CHANGED
File without changes
|
freemius/templates/firewall-issues-js.php
CHANGED
File without changes
|
freemius/templates/forms/deactivation/form.php
CHANGED
File without changes
|
freemius/templates/powered-by.php
CHANGED
File without changes
|
freemius/templates/sticky-admin-notice-js.php
CHANGED
File without changes
|
fuse_social_sidebar.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Fuse Social Floating Sidebar
|
4 |
-
Plugin URI:
|
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: 5.4.
|
7 |
Author: Daniyal Ahmed
|
8 |
-
Author URI:
|
9 |
License: GNU General Public License v3.0
|
10 |
License URI: http://www.opensource.org/licenses/gpl-license.php
|
11 |
NOTE: This plugin is released under the GPLv2 license. The icons used in this plugin are the property
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Fuse Social Floating Sidebar
|
4 |
+
Plugin URI: https://www.fusefloat.com/
|
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: 5.4.4
|
7 |
Author: Daniyal Ahmed
|
8 |
+
Author URI: https://www.fusefloat.com/
|
9 |
License: GNU General Public License v3.0
|
10 |
License URI: http://www.opensource.org/licenses/gpl-license.php
|
11 |
NOTE: This plugin is released under the GPLv2 license. The icons used in this plugin are the property
|
inc/fuse_social_sidebar_func.php
CHANGED
@@ -240,6 +240,14 @@ class Making_Fuse_Icons
|
|
240 |
if ( $hide_blog_posts ) {
|
241 |
$display_flag = 0;
|
242 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
|
244 |
if ( $display_flag ) {
|
245 |
if ( !empty($fuse_settings['custom_icon_on_top']) ) {
|
@@ -248,7 +256,7 @@ class Making_Fuse_Icons
|
|
248 |
foreach ( $alllinks as $key => $value ) {
|
249 |
if ( !empty($value) ) {
|
250 |
$value = esc_url($value);
|
251 |
-
echo "<a {$target} class='fuse_social_icons_links' data-nonce='" . wp_create_nonce( 'fuse_social_floating' ) . "' data-title='{$key}' href='{$value}'
|
252 |
}
|
253 |
}
|
254 |
if ( empty($fuse_settings['custom_icon_on_top']) ) {
|
@@ -304,120 +312,128 @@ class Making_Fuse_Icons
|
|
304 |
} else {
|
305 |
$target = 'target="_self"';
|
306 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
// Checking if social icon value is set from admin settings then display that icon, other wise not.
|
309 |
|
310 |
if ( $options['facebook'] ) {
|
311 |
$facebook = esc_url($options['facebook']);
|
312 |
-
echo "<a {$target} class='fuse_social_icons_links'
|
313 |
}
|
314 |
|
315 |
|
316 |
if ( $options['twitter'] ) {
|
317 |
$twitter = esc_url($options['twitter']);
|
318 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$twitter}'>\t<i class='fa fa-twitter tw-awesome-social awesome-social'></i></a><br />" ;
|
319 |
}
|
320 |
|
321 |
|
322 |
if ( $options['rss'] ) {
|
323 |
$rss = esc_url($options['rss']);
|
324 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$rss}'>\t<i class='fa fa-rss rss-awesome-social awesome-social'></i></a><br />" ;
|
325 |
}
|
326 |
|
327 |
|
328 |
if ( $options['linkedin'] ) {
|
329 |
$linkedin = esc_url($options['linkedin']);
|
330 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$linkedin}'>\t<i class='fa fa-linkedin linkedin-awesome-social awesome-social'></i></a><br />" ;
|
331 |
}
|
332 |
|
333 |
|
334 |
if ( $options['youtube'] ) {
|
335 |
$youtube = esc_url($options['youtube']);
|
336 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$youtube}'>\t<i class='fa fa-youtube youtube-awesome-social awesome-social'></i></a><br />" ;
|
337 |
}
|
338 |
|
339 |
|
340 |
if ( $options['flickr'] ) {
|
341 |
$flickr = esc_url($options['flickr']);
|
342 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$flickr}'>\t<i class='fa fa-flickr flickr-awesome-social awesome-social'></i></a><br />" ;
|
343 |
}
|
344 |
|
345 |
|
346 |
if ( $options['pinterest'] ) {
|
347 |
$pinterest = esc_url($options['pinterest']);
|
348 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$pinterest}'>\t<i class='fa fa-pinterest pinterest-awesome-social awesome-social'></i></a><br />" ;
|
349 |
}
|
350 |
|
351 |
|
352 |
if ( $options['stumbleupon'] ) {
|
353 |
$stumbleupon = esc_url($options['stumbleupon']);
|
354 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$stumbleupon}'>\t<i class='fa fa-stumbleupon stumbleupon-awesome-social awesome-social'></i></a><br />" ;
|
355 |
}
|
356 |
|
357 |
|
358 |
if ( $options['google-plus'] ) {
|
359 |
$google = esc_url($options['google-plus']);
|
360 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$google}'>\t<i class='fa fa-google-plus google-plus-awesome-social awesome-social'></i></a><br />" ;
|
361 |
}
|
362 |
|
363 |
|
364 |
if ( $options['instagram'] ) {
|
365 |
$instagram = $options['instagram'];
|
366 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$instagram}'>\t<i class='fa fa-instagram instagram-awesome-social awesome-social'></i></a><br />" ;
|
367 |
}
|
368 |
|
369 |
|
370 |
if ( $options['tumblr'] ) {
|
371 |
$tumblr = esc_url($options['tumblr']);
|
372 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$tumblr}'>\t<i class='fa fa-tumblr tumblr-awesome-social awesome-social'></i></a><br />" ;
|
373 |
}
|
374 |
|
375 |
|
376 |
if ( $options['vine'] ) {
|
377 |
$vine = esc_url($options['vine']);
|
378 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$vine}'>\t<i class='fa fa-vine vine-awesome-social awesome-social'></i></a><br />" ;
|
379 |
}
|
380 |
|
381 |
|
382 |
if ( $options['vk'] ) {
|
383 |
$vk = esc_url($options['vk']);
|
384 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$vk}'>\t<i class='fa fa-vk vk-awesome-social awesome-social'></i></a><br />" ;
|
385 |
}
|
386 |
|
387 |
|
388 |
if ( $options['soundcloud'] ) {
|
389 |
$soundcloud = esc_url($options['soundcloud']);
|
390 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$soundcloud}'>\t<i class='fa fa-soundcloud soundcloud-awesome-social awesome-social'></i></a><br />" ;
|
391 |
}
|
392 |
|
393 |
|
394 |
if ( $options['reddit'] ) {
|
395 |
$reddit = esc_url($options['reddit']);
|
396 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$reddit}'>\t<i class='fa fa-reddit reddit-awesome-social awesome-social'></i></a><br />" ;
|
397 |
}
|
398 |
|
399 |
|
400 |
if ( $options['stack'] ) {
|
401 |
$stack = esc_url($options['stack']);
|
402 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$stack}'>\t<i class='fa fa-stack-overflow stack-awesome-social awesome-social'></i></a><br />" ;
|
403 |
}
|
404 |
|
405 |
|
406 |
if ( $options['behance'] ) {
|
407 |
$behance = esc_url($options['behance']);
|
408 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$behance}'>\t<i class='fa fa-behance behance-awesome-social awesome-social'></i></a><br />" ;
|
409 |
}
|
410 |
|
411 |
|
412 |
if ( $options['github'] ) {
|
413 |
$github = esc_url($options['github']);
|
414 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$github}'>\t<i class='fa fa-github github-awesome-social awesome-social'></i></a><br />" ;
|
415 |
}
|
416 |
|
417 |
|
418 |
if ( $options['envelope'] ) {
|
419 |
$envelope = esc_url($options['envelope']);
|
420 |
-
echo "<a {$target} class='fuse_social_icons_links' href='{$envelope}'>\t<i class='fa fa-envelope envelope-awesome-social awesome-social'></i></a><br />" ;
|
421 |
}
|
422 |
|
423 |
}
|
240 |
if ( $hide_blog_posts ) {
|
241 |
$display_flag = 0;
|
242 |
}
|
243 |
+
|
244 |
+
$relattr = "";
|
245 |
+
if ( $fuse_settings['relattr'] == 1 ) {
|
246 |
+
$relattr = 'rel="nofollow"';
|
247 |
+
} else {
|
248 |
+
$relattr = "";
|
249 |
+
}
|
250 |
+
|
251 |
|
252 |
if ( $display_flag ) {
|
253 |
if ( !empty($fuse_settings['custom_icon_on_top']) ) {
|
256 |
foreach ( $alllinks as $key => $value ) {
|
257 |
if ( !empty($value) ) {
|
258 |
$value = esc_url($value);
|
259 |
+
echo "<a {$target} class='fuse_social_icons_links' data-nonce='" . wp_create_nonce( 'fuse_social_floating' ) . "' data-title='{$key}' href='{$value}' $relattr><i class='fa fa-{$key} {$key}-awesome-social awesome-social'></i></a>" ;
|
260 |
}
|
261 |
}
|
262 |
if ( empty($fuse_settings['custom_icon_on_top']) ) {
|
312 |
} else {
|
313 |
$target = 'target="_self"';
|
314 |
}
|
315 |
+
|
316 |
+
$relattr = "";
|
317 |
+
if ( $options['relattr'] == 1 ) {
|
318 |
+
$relattr = 'rel="nofollow"';
|
319 |
+
} else {
|
320 |
+
$relattr = "";
|
321 |
+
}
|
322 |
+
|
323 |
|
324 |
// Checking if social icon value is set from admin settings then display that icon, other wise not.
|
325 |
|
326 |
if ( $options['facebook'] ) {
|
327 |
$facebook = esc_url($options['facebook']);
|
328 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$facebook}' $relattr>\t<i class='fa fa-facebook fb-awesome-social awesome-social'></i></a><br />" ;
|
329 |
}
|
330 |
|
331 |
|
332 |
if ( $options['twitter'] ) {
|
333 |
$twitter = esc_url($options['twitter']);
|
334 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$twitter}' $relattr>\t<i class='fa fa-twitter tw-awesome-social awesome-social'></i></a><br />" ;
|
335 |
}
|
336 |
|
337 |
|
338 |
if ( $options['rss'] ) {
|
339 |
$rss = esc_url($options['rss']);
|
340 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$rss}' $relattr>\t<i class='fa fa-rss rss-awesome-social awesome-social'></i></a><br />" ;
|
341 |
}
|
342 |
|
343 |
|
344 |
if ( $options['linkedin'] ) {
|
345 |
$linkedin = esc_url($options['linkedin']);
|
346 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$linkedin}' $relattr>\t<i class='fa fa-linkedin linkedin-awesome-social awesome-social'></i></a><br />" ;
|
347 |
}
|
348 |
|
349 |
|
350 |
if ( $options['youtube'] ) {
|
351 |
$youtube = esc_url($options['youtube']);
|
352 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$youtube}' $relattr>\t<i class='fa fa-youtube youtube-awesome-social awesome-social'></i></a><br />" ;
|
353 |
}
|
354 |
|
355 |
|
356 |
if ( $options['flickr'] ) {
|
357 |
$flickr = esc_url($options['flickr']);
|
358 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$flickr}' $relattr>\t<i class='fa fa-flickr flickr-awesome-social awesome-social'></i></a><br />" ;
|
359 |
}
|
360 |
|
361 |
|
362 |
if ( $options['pinterest'] ) {
|
363 |
$pinterest = esc_url($options['pinterest']);
|
364 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$pinterest}' $relattr>\t<i class='fa fa-pinterest pinterest-awesome-social awesome-social'></i></a><br />" ;
|
365 |
}
|
366 |
|
367 |
|
368 |
if ( $options['stumbleupon'] ) {
|
369 |
$stumbleupon = esc_url($options['stumbleupon']);
|
370 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$stumbleupon}' $relattr>\t<i class='fa fa-stumbleupon stumbleupon-awesome-social awesome-social'></i></a><br />" ;
|
371 |
}
|
372 |
|
373 |
|
374 |
if ( $options['google-plus'] ) {
|
375 |
$google = esc_url($options['google-plus']);
|
376 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$google}' $relattr>\t<i class='fa fa-google-plus google-plus-awesome-social awesome-social'></i></a><br />" ;
|
377 |
}
|
378 |
|
379 |
|
380 |
if ( $options['instagram'] ) {
|
381 |
$instagram = $options['instagram'];
|
382 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$instagram}' $relattr>\t<i class='fa fa-instagram instagram-awesome-social awesome-social'></i></a><br />" ;
|
383 |
}
|
384 |
|
385 |
|
386 |
if ( $options['tumblr'] ) {
|
387 |
$tumblr = esc_url($options['tumblr']);
|
388 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$tumblr}' $relattr>\t<i class='fa fa-tumblr tumblr-awesome-social awesome-social'></i></a><br />" ;
|
389 |
}
|
390 |
|
391 |
|
392 |
if ( $options['vine'] ) {
|
393 |
$vine = esc_url($options['vine']);
|
394 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$vine}' $relattr>\t<i class='fa fa-vine vine-awesome-social awesome-social'></i></a><br />" ;
|
395 |
}
|
396 |
|
397 |
|
398 |
if ( $options['vk'] ) {
|
399 |
$vk = esc_url($options['vk']);
|
400 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$vk}' $relattr>\t<i class='fa fa-vk vk-awesome-social awesome-social'></i></a><br />" ;
|
401 |
}
|
402 |
|
403 |
|
404 |
if ( $options['soundcloud'] ) {
|
405 |
$soundcloud = esc_url($options['soundcloud']);
|
406 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$soundcloud}' $relattr>\t<i class='fa fa-soundcloud soundcloud-awesome-social awesome-social'></i></a><br />" ;
|
407 |
}
|
408 |
|
409 |
|
410 |
if ( $options['reddit'] ) {
|
411 |
$reddit = esc_url($options['reddit']);
|
412 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$reddit}' $relattr>\t<i class='fa fa-reddit reddit-awesome-social awesome-social'></i></a><br />" ;
|
413 |
}
|
414 |
|
415 |
|
416 |
if ( $options['stack'] ) {
|
417 |
$stack = esc_url($options['stack']);
|
418 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$stack}' $relattr>\t<i class='fa fa-stack-overflow stack-awesome-social awesome-social'></i></a><br />" ;
|
419 |
}
|
420 |
|
421 |
|
422 |
if ( $options['behance'] ) {
|
423 |
$behance = esc_url($options['behance']);
|
424 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$behance}' $relattr>\t<i class='fa fa-behance behance-awesome-social awesome-social'></i></a><br />" ;
|
425 |
}
|
426 |
|
427 |
|
428 |
if ( $options['github'] ) {
|
429 |
$github = esc_url($options['github']);
|
430 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$github}' $relattr >\t<i class='fa fa-github github-awesome-social awesome-social'></i></a><br />" ;
|
431 |
}
|
432 |
|
433 |
|
434 |
if ( $options['envelope'] ) {
|
435 |
$envelope = esc_url($options['envelope']);
|
436 |
+
echo "<a {$target} class='fuse_social_icons_links' href='{$envelope}' $relattr>\t<i class='fa fa-envelope envelope-awesome-social awesome-social'></i></a><br />" ;
|
437 |
}
|
438 |
|
439 |
}
|
readme.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
=== Plugin Name ===
|
2 |
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: 6.
|
7 |
-
Stable tag: 5.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -115,4 +114,5 @@ Major update, you might need to set up the plugin settings again.
|
|
115 |
1.0 - Official Release.<br />
|
116 |
5.0 - Migrated to Redux Framework
|
117 |
5.4.1 - Fixed issues with PHP 8.0
|
118 |
-
5.4.2 - Added Scroll Position feature and small fixes.
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: daniyalahmedk, freemius
|
|
|
3 |
Tags: social media, floating sidebar, social widget, social icons, animated social icons
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 6.1
|
6 |
+
Stable tag: 5.4.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
114 |
1.0 - Official Release.<br />
|
115 |
5.0 - Migrated to Redux Framework
|
116 |
5.4.1 - Fixed issues with PHP 8.0
|
117 |
+
5.4.2 - Added Scroll Position feature and small fixes.
|
118 |
+
5.4.3 - Small fixes with rel="nofollow" attribute
|