Version Description
- Round green follow button doesn't show - fixed
- Footer optimized
Download this release
Release Info
Developer | socialdude |
Plugin | ![]() |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- css/sfsi-admin-style.css +2 -2
- images/footer_banner/better_icon_placement.png +0 -0
- images/footer_banner/faster_loading.png +0 -0
- images/footer_banner/friendly_support.png +0 -0
- images/footer_banner/mobile_optimization.png +0 -0
- images/footer_banner/more_icon_designs.png +0 -0
- images/footer_banner/more_likes_shares.png +0 -0
- images/footer_banner/more_platforms.png +0 -0
- images/footer_banner/themed_icons.png +0 -0
- libs/controllers/sfsi_buttons_controller.php +2 -2
- libs/sfsi_install_uninstall.php +1 -1
- libs/sfsi_widget.php +37 -33
- readme.txt +6 -2
- themedata.csv +0 -70
- ultimate_social_media_icons.php +222 -43
- views/sfsi_option_view7.php +3 -1
- views/sfsi_section_for_premium.php +277 -161
css/sfsi-admin-style.css
CHANGED
@@ -1984,7 +1984,7 @@ h2.optional { float: left;clear: both;margin-top: 25px !important; }
|
|
1984 |
.tab9 .sfsi_premium_feature_note {font-size: 18px !important;margin-left:12px !important;padding-top:0px !important;}
|
1985 |
.tab9 .ul.sfsi_make_icons.sfsi_plus_mobile_float {float: left;}
|
1986 |
.tab9 .sfsi_disable_floatingicons_mobile { width: 88%; float: left; margin:25px 0 0 27px }
|
1987 |
-
.tab9 .sfsi_disable_floatingicons_mobile h4 { float: left;line-height: 56px !important;margin-right:
|
1988 |
.tab9 .sfsi_toglepstpgspn {font-weight: bold;}
|
1989 |
.tab9 .sfsi_show_via_shortcode .kckslctn,.tab9 .sfsi_show_via_afterposts .kckslctn{font-size: 15px;margin-top: 5px; }
|
1990 |
.tab9 .sfsi_show_via_shortcode .kckslctn h4,.tab9 .sfsi_show_via_afterposts .kckslctn h4{font-size: 18px !important;padding: 18px 0 0 0 !important; }
|
@@ -1995,7 +1995,7 @@ h2.optional { float: left;clear: both;margin-top: 25px !important; }
|
|
1995 |
.tab9 .radio_section.tb_4_ck{margin:0 20px 0 0!important;float:left}
|
1996 |
.tab9 .sfsi_tab_3_icns {display: block;}
|
1997 |
.tab9 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns .sfsi_make_icons li{width:13%;min-width:35px}
|
1998 |
-
.tab9 .sfsi_make_icons .sfsi_flicnsoptn3{color:#69737c;display:inline-block;float:none;font-family:helveticaneue-light;font-size:20px;margin:
|
1999 |
.tab9 .sfsi_float_position_icon_label{border:1px solid #ccc;border-radius:18px;margin-top:3px;position:relative;width:189px;height:148px}
|
2000 |
.tab9 .save_button{padding-top:0}
|
2001 |
.tab9 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns li{padding-left:0;padding-bottom:15px}
|
1984 |
.tab9 .sfsi_premium_feature_note {font-size: 18px !important;margin-left:12px !important;padding-top:0px !important;}
|
1985 |
.tab9 .ul.sfsi_make_icons.sfsi_plus_mobile_float {float: left;}
|
1986 |
.tab9 .sfsi_disable_floatingicons_mobile { width: 88%; float: left; margin:25px 0 0 27px }
|
1987 |
+
.tab9 .sfsi_disable_floatingicons_mobile h4 { float: left;line-height: 56px !important;margin-right: 40px !important;font-family: 'helveticaneue-light' !important;color: #5a6570 !important;}
|
1988 |
.tab9 .sfsi_toglepstpgspn {font-weight: bold;}
|
1989 |
.tab9 .sfsi_show_via_shortcode .kckslctn,.tab9 .sfsi_show_via_afterposts .kckslctn{font-size: 15px;margin-top: 5px; }
|
1990 |
.tab9 .sfsi_show_via_shortcode .kckslctn h4,.tab9 .sfsi_show_via_afterposts .kckslctn h4{font-size: 18px !important;padding: 18px 0 0 0 !important; }
|
1995 |
.tab9 .radio_section.tb_4_ck{margin:0 20px 0 0!important;float:left}
|
1996 |
.tab9 .sfsi_tab_3_icns {display: block;}
|
1997 |
.tab9 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns .sfsi_make_icons li{width:13%;min-width:35px}
|
1998 |
+
.tab9 .sfsi_make_icons .sfsi_flicnsoptn3{color:#69737c;display:inline-block;float:none;font-family:helveticaneue-light;font-size:20px;margin:7px 0 0 15px;vertical-align:middle;width:auto}
|
1999 |
.tab9 .sfsi_float_position_icon_label{border:1px solid #ccc;border-radius:18px;margin-top:3px;position:relative;width:189px;height:148px}
|
2000 |
.tab9 .save_button{padding-top:0}
|
2001 |
.tab9 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns li{padding-left:0;padding-bottom:15px}
|
images/footer_banner/better_icon_placement.png
ADDED
Binary file
|
images/footer_banner/faster_loading.png
ADDED
Binary file
|
images/footer_banner/friendly_support.png
ADDED
Binary file
|
images/footer_banner/mobile_optimization.png
ADDED
Binary file
|
images/footer_banner/more_icon_designs.png
ADDED
Binary file
|
images/footer_banner/more_likes_shares.png
ADDED
Binary file
|
images/footer_banner/more_platforms.png
ADDED
Binary file
|
images/footer_banner/themed_icons.png
ADDED
Binary file
|
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -926,8 +926,8 @@ if(@!function_exists("sfsi_sanitize_hex_color"))
|
|
926 |
if ( '' === $color )
|
927 |
return '';
|
928 |
|
929 |
-
// 3 or 6 hex digits, or the empty string
|
930 |
-
if ( preg_match('
|
931 |
return $color;
|
932 |
}
|
933 |
}
|
926 |
if ( '' === $color )
|
927 |
return '';
|
928 |
|
929 |
+
// 3 or 6 hex digits, or the empty string with or without !important
|
930 |
+
if ( preg_match('(^#([A-Fa-f0-9]{3}){1,2}$|^#([A-Fa-f0-9]{3}){1,2}\s*!important$|^$)', $color ) )
|
931 |
return $color;
|
932 |
}
|
933 |
}
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_pluginVersion", "2.
|
16 |
|
17 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
18 |
{
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_pluginVersion", "2.07");
|
16 |
|
17 |
if(!get_option('sfsi_serverphpVersionnotification'))
|
18 |
{
|
libs/sfsi_widget.php
CHANGED
@@ -401,23 +401,26 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
401 |
|
402 |
$current_url = sfsi_get_current_page_url();
|
403 |
|
404 |
-
$url
|
405 |
-
$cmcls
|
406 |
-
$toolClass
|
|
|
|
|
407 |
|
408 |
switch($icon_name)
|
409 |
{
|
410 |
case "rss" :
|
411 |
-
|
412 |
-
$url
|
413 |
-
|
414 |
-
|
|
|
415 |
$arrow_class = "bot_rss_arow";
|
416 |
|
417 |
/* fecth no of counts if active in admin section */
|
418 |
if($sfsi_section4_options['sfsi_rss_countsDisplay']=="yes" && $sfsi_section4_options['sfsi_display_counts']=="yes")
|
419 |
{
|
420 |
-
$counts
|
421 |
}
|
422 |
|
423 |
if(!empty($sfsi_section5_options['sfsi_rss_MouseOverText']))
|
@@ -450,11 +453,14 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
450 |
break;
|
451 |
|
452 |
case "email" :
|
453 |
-
|
454 |
-
$hoverdiv
|
|
|
455 |
$sfsi_section2_options['sfsi_email_url'];
|
|
|
456 |
$url = (isset($sfsi_section2_options['sfsi_email_url'])) ? $sfsi_section2_options['sfsi_email_url'] : 'javascript:void(0);';
|
457 |
-
|
|
|
458 |
$arrow_class = "bot_eamil_arow";
|
459 |
|
460 |
/* fecth no of counts if active in admin section */
|
@@ -510,31 +516,36 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
510 |
}
|
511 |
else
|
512 |
{
|
513 |
-
//$icon=($sfsi_section2_options['sfsi_rss_icons']=="sfsi") ? $icons_baseUrl.$active_theme."_sf.png" : $icons_baseUrl.$active_theme."_email.png";
|
514 |
|
515 |
$rss_icons = isset($sfsi_section2_options['sfsi_rss_icons']) && !empty($sfsi_section2_options['sfsi_rss_icons']) ? $sfsi_section2_options['sfsi_rss_icons'] : false;
|
516 |
|
517 |
-
|
518 |
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
|
|
|
|
|
|
531 |
}
|
|
|
|
|
532 |
}
|
|
|
|
|
533 |
break;
|
534 |
|
535 |
case "facebook" :
|
536 |
|
537 |
-
$socialObj = new sfsi_SocialHelper();
|
538 |
$width = 62;
|
539 |
$totwith = $width+28+$icons_space;
|
540 |
$twt_margin = $totwith/2;
|
@@ -640,7 +651,6 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
640 |
case "google" :
|
641 |
$toolClass = "gpls_tool_bdr";
|
642 |
$arrow_class = "bot_gpls_arow";
|
643 |
-
$socialObj = new sfsi_SocialHelper();
|
644 |
$width = 76;
|
645 |
$totwith = $width+28+$icons_space;
|
646 |
$twt_margin = $totwith/2;
|
@@ -736,7 +746,6 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
736 |
case "twitter" :
|
737 |
$toolClass = "twt_tool_bdr";
|
738 |
$arrow_class = "bot_twt_arow";
|
739 |
-
$socialObj = new sfsi_SocialHelper();
|
740 |
|
741 |
$url = isset($sfsi_section2_options['sfsi_twitter_pageURL']) && !empty($sfsi_section2_options['sfsi_twitter_pageURL']) ? $sfsi_section2_options['sfsi_twitter_pageURL'] : 'javascript:void(0);';
|
742 |
|
@@ -832,10 +841,8 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
832 |
break;
|
833 |
|
834 |
case "youtube" :
|
835 |
-
$socialObj = new sfsi_SocialHelper();
|
836 |
$toolClass = "utube_tool_bdr";
|
837 |
$arrow_class = "bot_utube_arow";
|
838 |
-
$socialObj = new sfsi_SocialHelper();
|
839 |
$width = 96;
|
840 |
$totwith = $width+28+$icons_space;
|
841 |
$twt_margin = $totwith/2;
|
@@ -922,7 +929,6 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
922 |
$width = 73;
|
923 |
$totwith = $width+28+$icons_space;
|
924 |
$twt_margin = $totwith/2;
|
925 |
-
$socialObj = new sfsi_SocialHelper();
|
926 |
$toolClass = "printst_tool_bdr";
|
927 |
$arrow_class = "bot_pintst_arow";
|
928 |
|
@@ -1012,7 +1018,6 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
1012 |
case "instagram" :
|
1013 |
$toolClass = "instagram_tool_bdr";
|
1014 |
$arrow_class = "bot_pintst_arow";
|
1015 |
-
$socialObj = new sfsi_SocialHelper();
|
1016 |
|
1017 |
$url = (isset($sfsi_section2_options['sfsi_instagram_pageUrl'])) ? $sfsi_section2_options['sfsi_instagram_pageUrl'] : 'javascript:void(0);';
|
1018 |
|
@@ -1075,7 +1080,6 @@ function sfsi_prepairIcons($icon_name,$is_front=0)
|
|
1075 |
|
1076 |
case "linkedin" :
|
1077 |
$width = 66;
|
1078 |
-
$socialObj = new sfsi_SocialHelper();
|
1079 |
$toolClass = "linkedin_tool_bdr";
|
1080 |
$arrow_class = "bot_linkedin_arow";
|
1081 |
|
401 |
|
402 |
$current_url = sfsi_get_current_page_url();
|
403 |
|
404 |
+
$url = "#";
|
405 |
+
$cmcls = '';
|
406 |
+
$toolClass = '';
|
407 |
+
|
408 |
+
$socialObj = new sfsi_SocialHelper(); /* global object to access 3rd party icon's actions */
|
409 |
|
410 |
switch($icon_name)
|
411 |
{
|
412 |
case "rss" :
|
413 |
+
|
414 |
+
$url = isset($sfsi_section2_options['sfsi_rss_url']) && !empty($sfsi_section2_options['sfsi_rss_url'])? $sfsi_section2_options['sfsi_rss_url'] : 'javascript:void(0);';
|
415 |
+
|
416 |
+
$toolClass = "rss_tool_bdr";
|
417 |
+
$hoverdiv = '';
|
418 |
$arrow_class = "bot_rss_arow";
|
419 |
|
420 |
/* fecth no of counts if active in admin section */
|
421 |
if($sfsi_section4_options['sfsi_rss_countsDisplay']=="yes" && $sfsi_section4_options['sfsi_display_counts']=="yes")
|
422 |
{
|
423 |
+
$counts = $socialObj->format_num($sfsi_section4_options['sfsi_rss_manualCounts']);
|
424 |
}
|
425 |
|
426 |
if(!empty($sfsi_section5_options['sfsi_rss_MouseOverText']))
|
453 |
break;
|
454 |
|
455 |
case "email" :
|
456 |
+
|
457 |
+
$hoverdiv = '';
|
458 |
+
|
459 |
$sfsi_section2_options['sfsi_email_url'];
|
460 |
+
|
461 |
$url = (isset($sfsi_section2_options['sfsi_email_url'])) ? $sfsi_section2_options['sfsi_email_url'] : 'javascript:void(0);';
|
462 |
+
|
463 |
+
$toolClass = "email_tool_bdr";
|
464 |
$arrow_class = "bot_eamil_arow";
|
465 |
|
466 |
/* fecth no of counts if active in admin section */
|
516 |
}
|
517 |
else
|
518 |
{
|
|
|
519 |
|
520 |
$rss_icons = isset($sfsi_section2_options['sfsi_rss_icons']) && !empty($sfsi_section2_options['sfsi_rss_icons']) ? $sfsi_section2_options['sfsi_rss_icons'] : false;
|
521 |
|
522 |
+
switch ($rss_icons) {
|
523 |
|
524 |
+
case 'email':
|
525 |
+
$image = "_email.png";
|
526 |
+
break;
|
527 |
+
|
528 |
+
case 'subscribe':
|
529 |
+
$image = "_subscribe.png";
|
530 |
+
break;
|
531 |
+
|
532 |
+
case 'sfsi':
|
533 |
+
$image = "_sf.png";
|
534 |
+
break;
|
535 |
+
|
536 |
+
default:
|
537 |
+
$image = "_subscribe.png";
|
538 |
+
break;
|
539 |
}
|
540 |
+
|
541 |
+
$icon = $icons_baseUrl.$active_theme.$image;
|
542 |
}
|
543 |
+
|
544 |
+
|
545 |
break;
|
546 |
|
547 |
case "facebook" :
|
548 |
|
|
|
549 |
$width = 62;
|
550 |
$totwith = $width+28+$icons_space;
|
551 |
$twt_margin = $totwith/2;
|
651 |
case "google" :
|
652 |
$toolClass = "gpls_tool_bdr";
|
653 |
$arrow_class = "bot_gpls_arow";
|
|
|
654 |
$width = 76;
|
655 |
$totwith = $width+28+$icons_space;
|
656 |
$twt_margin = $totwith/2;
|
746 |
case "twitter" :
|
747 |
$toolClass = "twt_tool_bdr";
|
748 |
$arrow_class = "bot_twt_arow";
|
|
|
749 |
|
750 |
$url = isset($sfsi_section2_options['sfsi_twitter_pageURL']) && !empty($sfsi_section2_options['sfsi_twitter_pageURL']) ? $sfsi_section2_options['sfsi_twitter_pageURL'] : 'javascript:void(0);';
|
751 |
|
841 |
break;
|
842 |
|
843 |
case "youtube" :
|
|
|
844 |
$toolClass = "utube_tool_bdr";
|
845 |
$arrow_class = "bot_utube_arow";
|
|
|
846 |
$width = 96;
|
847 |
$totwith = $width+28+$icons_space;
|
848 |
$twt_margin = $totwith/2;
|
929 |
$width = 73;
|
930 |
$totwith = $width+28+$icons_space;
|
931 |
$twt_margin = $totwith/2;
|
|
|
932 |
$toolClass = "printst_tool_bdr";
|
933 |
$arrow_class = "bot_pintst_arow";
|
934 |
|
1018 |
case "instagram" :
|
1019 |
$toolClass = "instagram_tool_bdr";
|
1020 |
$arrow_class = "bot_pintst_arow";
|
|
|
1021 |
|
1022 |
$url = (isset($sfsi_section2_options['sfsi_instagram_pageUrl'])) ? $sfsi_section2_options['sfsi_instagram_pageUrl'] : 'javascript:void(0);';
|
1023 |
|
1080 |
|
1081 |
case "linkedin" :
|
1082 |
$width = 66;
|
|
|
1083 |
$toolClass = "linkedin_tool_bdr";
|
1084 |
$arrow_class = "bot_linkedin_arow";
|
1085 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: socialdude
|
|
3 |
Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.9.8
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -275,6 +275,10 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
275 |
|
276 |
== Changelog ==
|
277 |
|
|
|
|
|
|
|
|
|
278 |
= 2.0.6 =
|
279 |
* Fixed bug that sometimes banner didn't disappear
|
280 |
* Links in review message updated
|
@@ -719,5 +723,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
|
|
719 |
|
720 |
== Upgrade Notice ==
|
721 |
|
722 |
-
= 2.0.
|
723 |
Please upgrade
|
3 |
Tags: social media, share, buttons, social widget, icons, share icons, share buttons, sharing icons, sharing buttons, social share, sharing, social sharing
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.9.8
|
6 |
+
Stable tag: 2.0.7
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
275 |
|
276 |
== Changelog ==
|
277 |
|
278 |
+
= 2.0.7 =
|
279 |
+
* Round green follow button doesn't show - fixed
|
280 |
+
* Footer optimized
|
281 |
+
|
282 |
= 2.0.6 =
|
283 |
* Fixed bug that sometimes banner didn't disappear
|
284 |
* Links in review message updated
|
723 |
|
724 |
== Upgrade Notice ==
|
725 |
|
726 |
+
= 2.0.7 =
|
727 |
Please upgrade
|
themedata.csv
DELETED
@@ -1,70 +0,0 @@
|
|
1 |
-
,No-brainer keywords,Keywords as separate words (simulated in tool),Negative keywords,Headline,Link pointing to,Bottom-text
|
2 |
-
Cat,"cattery, catrescue, rescuedcat, kitten, kitty, meow, feline","cat, cats","Catherine,catwalk,",Do you like cats?,https://www.ultimatelysocial.com/Cat-themed-icons/?utm_source=any_settings_page&utm_campaign=Cat_icons&utm_medium=banner,See all cat-themed-icons >
|
3 |
-
Horse,"equine, gallop","horse, horses, pony, ponies","horseengine, seahorses, seahorse, seapony, seaponies, horseengines, ponytail",Do you like horses?,https://www.ultimatelysocial.com/Horse-themed-icons/?utm_source=any_settings_page&utm_campaign=Horse_icons&utm_medium=banner,See all horse-themed-icons >
|
4 |
-
Teeth,"dentist, teeth, dental",tooth,"bluetooth, gadgetooth",You got a thing with teeth?,https://www.ultimatelysocial.com/Teeth-shaped-icons/?utm_source=any_settings_page&utm_campaign=Teeth_icons&utm_medium=banner,See all teeth-themed-icons >
|
5 |
-
Beer,"beer, brewery, oktoberfest, barley, beerfest, brewers, brewer","brew, stout, malt, brews, stouts, malts","hebrew, malta",Do you like beer?,https://www.ultimatelysocial.com/Beer-themed-icons/?utm_source=any_settings_page&utm_campaign=Beer_icons&utm_medium=banner,See all beer-themed-icons >
|
6 |
-
Photography,"photography, snapshot, fotografia","camera, photo, snap, cameras, photos, snaps, foto, ","cameracivile, cameradelcommercio, snapdragon, snappy",Do you like photography?,https://www.ultimatelysocial.com/Photography-themed-icons/?utm_source=any_settings_page&utm_campaign=Photography_icons&utm_medium=banner,See all photography-themed-icons >
|
7 |
-
Realestate,"realestate, realtor, property, immoveables, accomodation","housing,housings, houses, house, casa",bakehouse,Are you into real estate?,https://www.ultimatelysocial.com/Realestate-themed-icons/?utm_source=any_settings_page&utm_campaign=Realestate_icons&utm_medium=banner,See all real-estate-themed-icons >
|
8 |
-
Cooking,"cooking, recipe, chef, baking, roasting, grilling, frying, resto, restaurant, culinary, culinaria, salad, kitchen","cook, bake, grill, fry, cooks, bakes, grills, frys, dine","grillo, grilla, noureddine",Do you like cooking?,https://www.ultimatelysocial.com/Cooking-themed-icons/?utm_source=any_settings_page&utm_campaign=Cooking_icons&utm_medium=banner,See all cooking-themed-icons >
|
9 |
-
Drinking,"drinking, wine, winery, softdrinks, booze, guzzle","drunk, drink, drunks, drinks",,Do you like drinks?,https://www.ultimatelysocial.com/Drinking-themed-icons/?utm_source=any_settings_page&utm_campaign=Drinking_icons&utm_medium=banner,See all drinking-themed-icons >
|
10 |
-
Travel,"travel, journey, trekking, voyage, traveler, tourist, tourism, maps","trek, trip, treks, trips, hike, hiking","startrek, trekstar, strip, stripper, trippy, stripping, tripwire",Are you a traveler?,https://www.ultimatelysocial.com/Travel-themed-icons/?utm_source=any_settings_page&utm_campaign=Travel_icons&utm_medium=banner,See all travel-themed-icons >
|
11 |
-
Music,"music, sound, rhythm, guitar, singing, audio, piano, violin","drums, cello, celloes, song, songs","eardrums, balisong, thaisong",Do you like music?,https://www.ultimatelysocial.com/Music-themed-icons/?utm_source=any_settings_page&utm_campaign=Music_icons&utm_medium=banner,See all music-themed-icons >
|
12 |
-
Dogs,"puppy, pups, puppies, pooch, puppies","pup, dog, dogs","puppet, puppets, dogana",Do you like dogs?,https://www.ultimatelysocial.com/Dogs-themed-icons/?utm_source=any_settings_page&utm_campaign=Dogs_icons&utm_medium=banner,See all dogs-themed-icons >
|
13 |
-
Love,"dating, cupid, relationship, relationships, couples","date, dates",,Are you a loving person?,https://www.ultimatelysocial.com/Love-themed-icons/?utm_source=any_settings_page&utm_campaign=Love_icons&utm_medium=banner,See all love-themed-icons >
|
14 |
-
Naturegardening,"environment, flora, flower, flowers, gardening, botany, sapling, saplings, greenpeace, fleurs, fleur","forest, forests, tree, trees, nature, garden","forestcity, gardenia",Is your site about nature / gardening?,https://www.ultimatelysocial.com/Naturegardening-themed-icons/?utm_source=any_settings_page&utm_campaign=Naturegardening_icons&utm_medium=banner,See all nature-themed-icons >
|
15 |
-
finance,"investing, finance, invest, money, business, entrepreneur, marketing, accounting, accountant, trading, taxes","bank, banks. loan, loans, seo, tax","foodbank, riverbanks, riverbank, taxi, taxis",Is your site about money?,https://www.ultimatelysocial.com/finance-themed-icons/?utm_source=any_settings_page&utm_campaign=finance_icons&utm_medium=banner,See all money-themed-icons >
|
16 |
-
Sports,"football, soccer, sport, sporting, baseball, basketball, tennis, golf, rugby, boxing, cricket, bodybuilding, fitness, workout","muscle, muscles, ski","musclecar, musclecars",Is your site about sports?,https://www.ultimatelysocial.com/Sports-themed-icons/?utm_source=any_settings_page&utm_campaign=Sports_icons&utm_medium=banner,See all sports-themed-icons >
|
17 |
-
Automotives,"motorbikes, bike, truck, trucks, motors, automobile, automotive, automobiles, automotives, locomotive, locomotives, buses, trisikel, triciclo, biker, motociclismo, motociclista, motociclo, nissan, toyota, mitsubishi, suzuki,","car, cars, ride, rides, auto, trains, bus, tires, tire, sedan, SUV, wheel, wheels, wheelz, audi, ford, fiat","carmen, carlo, carlos, carmela, carla, cartoon, carpet, carson, carpentry, carpenteer, carta, madagascar, ridere, automatick, automeritum, automation, buscando, bush, busk, tired, retired, busca, sedano, wheelchair, cartwheel, cartwheels",Is your site about automotives?,https://www.ultimatelysocial.com/Automotives-themed-icons/?utm_source=any_settings_page&utm_campaign=Automotives_icons&utm_medium=banner,See all automotives-themed-icons >
|
18 |
-
Tech,"computer, hardware, gadget, gadgets, computing, software, android, Drone, Droner,","app, apps, pc, cpu, gpu, chip, chipset","appartement, applied, apprenties, apprentie, apparel, apparels, apprentice, apprentices, appointment, appointments, approach, apporoaches, apple, apples, potatochip, potatochips",Is your site about tech?,https://www.ultimatelysocial.com/Tech-themed-icons/?utm_source=any_settings_page&utm_campaign=Tech_icons&utm_medium=banner,See all IT-themed-icons >
|
19 |
-
Gaming,"gaming, games, playstation, xbox, nintendo, casino, poker, blackjack, gambling, ludico","ps2, ps3, ps4, ludo",,Is your site about gaming?,https://www.ultimatelysocial.com/Gaming-themed-icons/?utm_source=any_settings_page&utm_campaign=Gaming_icons&utm_medium=banner,See all games-themed-icons >
|
20 |
-
Literature,"literature, literatures","book, books, novel, novels, reading","booklet, booklets, facebook, ouchbook, sketchbook, sketchbooks, notebook, notebooks, bookkeeper, bookkeepers, bookeeper, bookeepers, chromebook, chromebooks, scrapbook, scrapbooks, novelty",Are you a bookworm?,https://www.ultimatelysocial.com/Literature-themed-icons/?utm_source=any_settings_page&utm_campaign=Literature_icons&utm_medium=banner,See all book-themed-icons >
|
21 |
-
Religion,"jesus, buddha, church, churches, mosque, islam, muslim, quran, shinto, buddhism, buddhist, buddhists, muslims, catholic, catholics, christians, hebrew, hebrews, priest, priesthood, priests, judaism, judaists, judahist, mormon, mormons, judaica, shabbat, tanakh, torah, torahs, tanakhs, shabbats, testament, newtestament, oldtestament, ramadan, baptist, baptists","god, gods, christ, faith","godaddy, godfather, godfathers, godmother, godmothers, godmom, christmas, christabel",Is your site about religion?,https://www.ultimatelysocial.com/Religion-themed-icons/?utm_source=any_settings_page&utm_campaign=Religion_icons&utm_medium=banner,See all religion-themed-icons >
|
22 |
-
Art-Design,"Artist, artists, design, designer, illustration, illustrations, crafting, artista, illustrator, creative, painting, painter, paint,","craft, crafts, crafty, printing, art, arts","minecraft, warcraft, aircraft, singcraft, witchcraft, imprinting, stuttgart, smart, heart, hearts, start, starts. smarts, martha, apartamentre. stewart, stewarts, mart, marts, dart, darts, artrite",Is your site about art or design?,https://www.ultimatelysocial.com/Art-Design-themed-icons/?utm_source=any_settings_page&utm_campaign=Art-Design_icons&utm_medium=banner,See all art/design-themed-icons >
|
23 |
-
Fashion,"fashion, fashionista, clothes, clothing, shoes, gown, gowns,dressage, makeup, apparels, apparel, leather, shirt,"," dress, dresses, wear, mode, moda","dressing, address",Is your site about fashion?,https://www.ultimatelysocial.com/Fashion-themed-icons/?utm_source=any_settings_page&utm_campaign=Fashion_icons&utm_medium=banner,See all beauty/fashion-themed-icons >
|
24 |
-
Health,"doctor, clinic, medicine, wellness, clinica, healthcare, dentist, dental, surgeon, surgery, pharmacy, farmacy, klinik","health, pharma",,Is your site about health?,https://www.ultimatelysocial.com/Health-themed-icons/?utm_source=any_settings_page&utm_campaign=Health_icons&utm_medium=banner,See all health-themed-icons >
|
25 |
-
Animals,"wildlife, fauna, animals,animal, zoology",,,Do you like animals?,https://www.ultimatelysocial.com/Animals-themed-icons/?utm_source=any_settings_page&utm_campaign=Animals_icons&utm_medium=banner,See all animals-themed-icons >
|
26 |
-
Database,"mysql, query, newsql, nosql",sql,,Are you into big data?,https://www.ultimatelysocial.com/Database-themed-icons/?utm_source=any_settings_page&utm_campaign=Database_icons&utm_medium=banner,See all database-themed-icons >
|
27 |
-
Flowers,"flower, flowering,orchid, floreal, roses, blossom, infloressence, effloressence, flowete","floret, florets, fiore, fiori,","floretta, fiorello, fiorella, fioretta, fioretto",Do you like flowers?,https://www.ultimatelysocial.com/Flowers-themed-icons/?utm_source=any_settings_page&utm_campaign=Flowers_icons&utm_medium=banner,See all flowers-themed-icons >
|
28 |
-
Shoes,"sneaker, sneakers, moccassin, moccassins, sandal, sandals, footwear, footgear, footgears","shoe, shoes, slippers","horseshoe, horseshoes, slippery",Do you like Shoes?,https://www.ultimatelysocial.com/Shoes-themed-icons/?utm_source=any_settings_page&utm_campaign=Shoes_icons&utm_medium=banner,See all shoes-themed-icons >
|
29 |
-
Agriculture,"agriculture, agricultural, agrarian, agriturismo, agrario, agricoltore, agricoltore, agricolo, agricoli, farmboy, farmgirl, farmer, farmers, harvest, harvesting, farmhouse","farm, farms","farmacy, farmacia, farmacie. farmington, bakefarm, farmshop",Is your site about agriculture / rural life?,https://www.ultimatelysocial.com/Agriculture-themed-icons/?utm_source=any_settings_page&utm_campaign=Agriculture_icons&utm_medium=banner,See all agriculture-themed-icons >
|
30 |
-
Theatre,"theatre, theatres, broadway, dramaturgy, dramaturgies, theatrics. teatre, machaka, dance, dancing, dancer","opera, operas","operabrowser, operator, operators, operated",Do you love Theatre?,https://www.ultimatelysocial.com/Theatre-themed-icons/?utm_source=any_settings_page&utm_campaign=Theatre_icons&utm_medium=banner,See all theatre-themed-icons >
|
31 |
-
Beauty,"beauty, skincare, salon","spa, spas, nail, nails","newspaper, space, spaghetti, spasetti, thumbnail, thumbnails",Your site is all about beauty?,https://www.ultimatelysocial.com/Beauty-themed-icons/?utm_source=any_settings_page&utm_campaign=Beauty_icons&utm_medium=banner,See all beauty-themed-icons >
|
32 |
-
Holidays,"holiday, holidays, vaction, vacations, vacationer, hostel, hotel",,,Is your site about vacations and holidays?,https://www.ultimatelysocial.com/Holidays-themed-icons/?utm_source=any_settings_page&utm_campaign=Holidays_icons&utm_medium=banner,See all holidays-themed-icons >
|
33 |
-
Golf,"Golf, Golfer,",pga,,Are you a golf fan?,https://www.ultimatelysocial.com/Golf-themed-icons/?utm_source=any_settings_page&utm_campaign=Golf_icons&utm_medium=banner,See all golf-themed-icons >
|
34 |
-
Cricket,,Cricket,Crickets,Are you a cricket fanatic?,https://www.ultimatelysocial.com/Cricket-themed-icons/?utm_source=any_settings_page&utm_campaign=Cricket_icons&utm_medium=banner,See all cricket-themed-icons >
|
35 |
-
Motorsports,"rally, rallye, motoGP","Formula1, F1, Grand Prix, Fia",,Are you into motorsports?,https://www.ultimatelysocial.com/Motorsports-themed-icons/?utm_source=any_settings_page&utm_campaign=Motorsports_icons&utm_medium=banner,See all motorsports-themed-icons >
|
36 |
-
Baseball,"baseball, baseballs, homerun, homeruns",,,Are you a baseball fanatic?,https://www.ultimatelysocial.com/Baseball-themed-icons/?utm_source=any_settings_page&utm_campaign=Baseball_icons&utm_medium=banner,See all baseball-themed-icons >
|
37 |
-
Martial-Arts,"kungfu, karate, martialarts, martial-arts, mma, kickboxing, muaythai, muay-thai, kempo, martial-artist, martialartist, judo, jujitsu","mma, ufc",,Are you into martial arts?,https://www.ultimatelysocial.com/Martial-Arts-themed-icons/?utm_source=any_settings_page&utm_campaign=Martial-Arts_icons&utm_medium=banner,See all martial arts-themed-icons >
|
38 |
-
Sky-Diving,"skydiving, skydiver, skydivers, sky-diving, sky-diver, sky-divers, parachute, parachuting",,,Are you into sky diving?,https://www.ultimatelysocial.com/Sky-Diving-themed-icons/?utm_source=any_settings_page&utm_campaign=Sky-Diving_icons&utm_medium=banner,See all sky diving-themed-icons >
|
39 |
-
American-Football,"americanfootball, gridiron","NFL, NCAA",,Are you an american football fan?,https://www.ultimatelysocial.com/American-Football-themed-icons/?utm_source=any_settings_page&utm_campaign=American-Football_icons&utm_medium=banner,See all american football-themed-icons >
|
40 |
-
Tennis,tennis,,,Are you a tennis fan?,https://www.ultimatelysocial.com/Tennis-themed-icons/?utm_source=any_settings_page&utm_campaign=Tennis_icons&utm_medium=banner,See all tennis-themed-icons >
|
41 |
-
Volleyball,"volley, volleyball, pallavolo",,,Are you a volleyball fan?,https://www.ultimatelysocial.com/Volleyball-themed-icons/?utm_source=any_settings_page&utm_campaign=Volleyball_icons&utm_medium=banner,See all volleyball-themed-icons >
|
42 |
-
Snooker,"snooker, snooker",,,Are you into snooker?,https://www.ultimatelysocial.com/Snooker-themed-icons/?utm_source=any_settings_page&utm_campaign=Snooker_icons&utm_medium=banner,See all snooker-themed-icons >
|
43 |
-
DIY,"do-it-yourself, doityourself, lifehack, lifehacker, lifehackers, mrfixit, mrfix-it","DIY, repair, repairing, repair",,Your site is about DIY,https://www.ultimatelysocial.com/DIY-themed-icons/?utm_source=any_settings_page&utm_campaign=DIY_icons&utm_medium=banner,See all DIY-themed-icons >
|
44 |
-
Video,"Movie, Cinema, filmaker, filmakers","TV, Film, video, videos","montevideo, videogame, videogames",Is your site about video entertainment?,https://www.ultimatelysocial.com/Video-themed-icons/?utm_source=any_settings_page&utm_campaign=Video_icons&utm_medium=banner,See all video-themed-icons >
|
45 |
-
Law,"attorney, attorneys, lawyer, lawyers, tribunal, tribunals, abogado, adwokat","law, laws, judge, judges",,Are you a lawyer?,https://www.ultimatelysocial.com/Law-themed-icons/?utm_source=any_settings_page&utm_campaign=Law_icons&utm_medium=banner,See all law-themed-icons >
|
46 |
-
Occult,"paranormal, occult, occultism, illusionism, illusionist, parapsychology","ghost, ghosts, haunted, ",ghostscript,Is your site about paranormal?,https://www.ultimatelysocial.com/Occult-themed-icons/?utm_source=any_settings_page&utm_campaign=Occult_icons&utm_medium=banner,See all occult-themed-icons >
|
47 |
-
Toys,"LEGO, Playmobil, monopoly, boardgames, board-games","toys, toy, kid, kids","sextoy, sextoys",Are you into toys?,https://www.ultimatelysocial.com/Toys-themed-icons/?utm_source=any_settings_page&utm_campaign=Toys_icons&utm_medium=banner,See all toys-themed-icons >
|
48 |
-
Fishing,"fishing, fisherman, fishermans",,,Do you love fishing?,https://www.ultimatelysocial.com/Fishing-themed-icons/?utm_source=any_settings_page&utm_campaign=Fishing_icons&utm_medium=banner,See all fishing-themed-icons >
|
49 |
-
Fantasy,"Elves, fairy, fairies","fantasy, dungeon, d&d, dungeons, dragon, dragons, dragoon, dragoons",,Are you a fantasy geek?,https://www.ultimatelysocial.com/Fantasy-themed-icons/?utm_source=any_settings_page&utm_campaign=Fantasy_icons&utm_medium=banner,See all fantasy-themed-icons >
|
50 |
-
Scifi,"sciencefiction, science-fiction, scifi, sci-fi, starship, starships, spaceship, spaceships, startrek, starwars",,,Are you a sci-fi geek?,https://www.ultimatelysocial.com/Scifi-themed-icons/?utm_source=any_settings_page&utm_campaign=Scifi_icons&utm_medium=banner,See all scifi-themed-icons >
|
51 |
-
Shopping,"ecommerce, e-commerce, voucher, coupon, boutique","shop, shops, shopper, shoppers, shopping, shoppings","photoshop, photoshops, photoshopper, photoshoppers,photoshopping, photoshoppings",Is your site about ecommerce?,https://www.ultimatelysocial.com/Shopping-themed-icons/?utm_source=any_settings_page&utm_campaign=Shopping_icons&utm_medium=banner,See all shopping-themed-icons >
|
52 |
-
Dinosaurs,"paleontology, palaeontology, paleontologist, dinosaur, dinosaurs, pterosaur, pterosaurs, jurassic, triassic, cretaceous, mesozoic",,,Do you love dinosaurs?,https://www.ultimatelysocial.com/Dinosaurs-themed-icons/?utm_source=any_settings_page&utm_campaign=Dinosaurs_icons&utm_medium=banner,See all dinosaurs-themed-icons >
|
53 |
-
Vegetables,"vegetables, vegetarian, veggie, vegan, verdure, verdura, legume, salad, aubergine, beet, broccoli, cabbage, pepper, cauliflower, cucumber, garlic, potato, olive, onion, pumpkin, squash ",,"beetribe, beetravel, beetribes, beetravels",Do you love vegan cuisine?,https://www.ultimatelysocial.com/Vegetables-themed-icons/?utm_source=any_settings_page&utm_campaign=Vegetables_icons&utm_medium=banner,See all vegetables-themed-icons >
|
54 |
-
Fruits," grape, grapes, pommegrenade, peach, strawberry, strawberries, pineapple, watermelon, frutta, fruity","mango, mangoes, fruit, fruits,",,Is your website all fruity?,https://www.ultimatelysocial.com/Fruits-themed-icons/?utm_source=any_settings_page&utm_campaign=Fruits_icons&utm_medium=banner,See all fruits-themed-icons >
|
55 |
-
SeaLife,"fish, fishes, dolphin, whale, whale","crab, crabs",,Do you love marine life?,https://www.ultimatelysocial.com/SeaLife-themed-icons/?utm_source=any_settings_page&utm_campaign=SeaLife_icons&utm_medium=banner,See all sealife-themed-icons >
|
56 |
-
Science,"science, sciences, scientific, scientist, scientists, physics, quantum, astronomy, mathematic, robotics, nasa, mathematica, Invention, inventions, genious, gizmo, gizmos, contraption, contraptions, novelty, novelties",math,,Are you into science?,https://www.ultimatelysocial.com/Science-themed-icons/?utm_source=any_settings_page&utm_campaign=Science_icons&utm_medium=banner,See all science-themed-icons >
|
57 |
-
Hunting,"hunting, hunter, poaching, poach, falconry, falconer",,,Is your website about hunting?,https://www.ultimatelysocial.com/Hunting-themed-icons/?utm_source=any_settings_page&utm_campaign=Hunting_icons&utm_medium=banner,See all hunting-themed-icons >
|
58 |
-
Flags,"canada, italy, india, germany, philippines, japan, korea, switzerland, finland, china, taiwan, spain, argentina, france, turkey, iran, iraq, syria, lebanon, united kingdom, thailand, russia, ukraine, pakistan, ethiopia, egypt, netherlands, singapore, sweden, ireland, canadian, italian, italiano, indian, german, filipino, pinoy, pinay, japanese, nihon, korean, finnish, chinese, taiwanese, spanish, argentino, french, turkish, iranian, syrian, lebanese, english, thai, russian, ukrain, pakistani, ethiopian, egyptian, singaporean, swedish, irish, indonesia, indonesian, malaysia, malaysian, ","usa, uae, uk",,Your site is about a certain country? ,https://www.ultimatelysocial.com/Flags-themed-icons/?utm_source=any_settings_page&utm_campaign=Flags_icons&utm_medium=banner,See all flags-themed-icons >
|
59 |
-
Jewelry,"jewel, jewelry, earring, pendant, necklace, watches","diamond, diamonds, watch",,Your site is about jewlery?,https://www.ultimatelysocial.com/Jewelry-themed-icons/?utm_source=any_settings_page&utm_campaign=Jewelry_icons&utm_medium=banner,See all jewelry-themed-icons >
|
60 |
-
Family,"parenthood, motherhood, pregnancy, fatherhood,","mother, mom, moms mothers, father, mommy, mama","mothership, motherships",Is your site about family?,https://www.ultimatelysocial.com/Family-themed-icons/?utm_source=any_settings_page&utm_campaign=Family_icons&utm_medium=banner,See all family-themed-icons >
|
61 |
-
Communications,"antenna, telephone, GLONASS, telecommunication, satellite, networking, telecom, tel-co","GPS, GSM, CDMA, LTE, GPRS, HSDPA, HSUPA",,Are you a telecommunications company?,https://www.ultimatelysocial.com/Communications-themed-icons/?utm_source=any_settings_page&utm_campaign=Communications_icons&utm_medium=banner,See all communications-themed-icons >
|
62 |
-
Construction,"construction, bulldozer, piledriver, steamroller, excavator, prefabricate, hardhat, hard-hat, scaffold, scaffolding, cemento",cement,,Are you a construction company?,https://www.ultimatelysocial.com/Construction-themed-icons/?utm_source=any_settings_page&utm_campaign=Construction_icons&utm_medium=banner,See all constructions-themed-icons >
|
63 |
-
History,"history, historian, helennistic, medieval, renaissance, romanempire, pharaoh","ancient, antiquity",,Is your site about History?,https://www.ultimatelysocial.com/History-themed-icons/?utm_source=any_settings_page&utm_campaign=History_icons&utm_medium=banner,See all history-themed-icons >
|
64 |
-
Education,"education, educator, school, university, lyceum, ateneo, università. student, career, instituto, escuela, teacher, alumni, universitario, universitaria, ","edu, job, jobs","joben, jobless",Is your site about Education?,https://www.ultimatelysocial.com/Education-themed-icons/?utm_source=any_settings_page&utm_campaign=Education_icons&utm_medium=banner,See all education-themed-icons >
|
65 |
-
Furniture,"Furniture, sofa,","carpet, carpets, chair, chairs,",redcarpet,Is your site about furnitures?,https://www.ultimatelysocial.com/Furniture-themed-icons/?utm_source=any_settings_page&utm_campaign=Furniture_icons&utm_medium=banner,See all furniture-themed-icons >
|
66 |
-
Bath,"bathroom, comfortroom,comfort-room, toilet, shower, showering, soaping, bathing, bidet,","bath, baths, soap, soaps","soapopera, soapoperas, soap-opera, soap-operas",your website talks about toiletteries?,https://www.ultimatelysocial.com/Bath-themed-icons/?utm_source=any_settings_page&utm_campaign=Bath_icons&utm_medium=banner,See all bath-themed-icons >
|
67 |
-
Yoga,"pilates, yoga",,,Is your site about Yoga and/or Pilates?,https://www.ultimatelysocial.com/Yoga-themed-icons/?utm_source=any_settings_page&utm_campaign=Yoga_icons&utm_medium=banner,See all yoga-themed-icons >
|
68 |
-
Postage,"Stamp, filatelia, filatelico, francobollo, francobolli, postage, affrancatura, philately, philatelist, philatelic, stationery, stationeries, indicia, maximaphily, postal",,,Is your site about philately?,https://www.ultimatelysocial.com/Postage-themed-icons/?utm_source=any_settings_page&utm_campaign=Postage_icons&utm_medium=banner,See all postage-themed-icons >
|
69 |
-
Christmas,"christmas, xmas, pasko, snowman, snowmen,santaclaus, santa-claus, natale",,,Is your site all about having a merry xmas?,https://www.ultimatelysocial.com/Christmas-themed-icons/?utm_source=any_settings_page&utm_campaign=Christmas_icons&utm_medium=banner,See all christmas-themed-icons >
|
70 |
-
Philosophy,"philiosophy, philosophical, filosofia, filosofico, ideology, metaphysic, ideologia, metafisica, metafisico","mind, thought","mindread, mastermind, mindset, mindsets, masterminds, mindreads, mindtrick, mindtricks, mindless, mindstorm, mindstorms",Is your website about the science of thought?,https://www.ultimatelysocial.com/Philosophy-themed-icons/?utm_source=any_settings_page&utm_campaign=Philosophy_icons&utm_medium=banner,See all philosophy-themed-icons >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ultimate_social_media_icons.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://ultimatelysocial.com
|
|
5 |
Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
|
6 |
Author: UltimatelySocial
|
7 |
Author URI: http://ultimatelysocial.com
|
8 |
-
Version: 2.0.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
@@ -57,7 +57,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
|
|
57 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
58 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
59 |
|
60 |
-
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.
|
61 |
{
|
62 |
add_action("init", "sfsi_update_plugin");
|
63 |
}
|
@@ -453,46 +453,42 @@ function sfsi_admin_notice()
|
|
453 |
// $style = "overflow: hidden;";
|
454 |
// }
|
455 |
|
456 |
-
$style = "overflow: hidden;";
|
457 |
|
458 |
-
/**
|
459 |
-
|
460 |
-
|
461 |
-
if(
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
</div>
|
493 |
-
</div>
|
494 |
-
<?php
|
495 |
-
}
|
496 |
|
497 |
/**
|
498 |
* Premium Notification
|
@@ -611,7 +607,7 @@ function sfsi_admin_notice()
|
|
611 |
cursor: pointer;
|
612 |
}
|
613 |
</style>
|
614 |
-
<!-- <div class="updated sfsi_show_mobile_notification" style="<?php echo $style; ?>background-color: #38B54A; color: #fff; font-size: 18px;">
|
615 |
<div class="alignleft" style="margin: 9px 0;line-height: 24px;width: 95%;">
|
616 |
<b>Over 50% of visitors are mobile visitors.</b> Make sure your social media icons look good on mobile too, so that people like & share your site. With the premium plugin you can define the location of the icons separately on mobile:<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=check_mobile&utm_medium=banner" target="_blank">Check it out</a>
|
617 |
</div>
|
@@ -634,7 +630,8 @@ function sfsi_admin_notice()
|
|
634 |
{
|
635 |
|
636 |
?>
|
637 |
-
|
|
|
638 |
.sfsi_show_phperror_notification {
|
639 |
color: #fff;
|
640 |
text-decoration: underline;
|
@@ -657,8 +654,10 @@ function sfsi_admin_notice()
|
|
657 |
p.sfsi_show_notifictaionpragraph{padding: 0 !important;font-size: 18px;}
|
658 |
|
659 |
</style>
|
|
|
660 |
<div class="updated sfsi_show_phperror_notification" style="<?php echo $style; ?>background-color: #D22B2F; color: #fff; font-size: 18px; border-left-color: #D22B2F;">
|
661 |
<div class="alignleft" style="margin: 9px 0;">
|
|
|
662 |
<p class="sfsi_show_notifictaionpragraph">
|
663 |
We noticed you are running your site on a PHP version older than 5.4. Please upgrade to a more recent version. This is not only important for running the Ultimate Social Media Plugin, but also for security reasons in general.
|
664 |
<br>
|
@@ -678,12 +677,192 @@ function sfsi_admin_notice()
|
|
678 |
}
|
679 |
}
|
680 |
|
|
|
|
|
681 |
sfsi_language_notice();
|
682 |
|
683 |
sfsi_addThis_removal_notice();
|
684 |
|
685 |
sfsi_error_reporting_notice();
|
686 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
687 |
add_action('admin_init', 'sfsi_dismiss_admin_notice');
|
688 |
function sfsi_dismiss_admin_notice()
|
689 |
{
|
5 |
Description: Easy to use and 100% FREE social media plugin which adds social media icons to your website with tons of customization features!.
|
6 |
Author: UltimatelySocial
|
7 |
Author URI: http://ultimatelysocial.com
|
8 |
+
Version: 2.0.7
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
57 |
register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
|
58 |
register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
|
59 |
|
60 |
+
if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.07)
|
61 |
{
|
62 |
add_action("init", "sfsi_update_plugin");
|
63 |
}
|
453 |
// $style = "overflow: hidden;";
|
454 |
// }
|
455 |
|
456 |
+
// $style = "overflow: hidden;";
|
457 |
|
458 |
+
// /**
|
459 |
+
// * if wordpress uses other language
|
460 |
+
// */
|
461 |
+
// if(!empty($language) && isset($_GET['page']) && $_GET['page'] == "sfsi-options" &&
|
462 |
+
// get_option("sfsi_languageNotice") == "yes")
|
463 |
+
// {
|
464 |
+
// ?>
|
465 |
+
<!-- // <style type="text/css">
|
466 |
+
// form.sfsi_languageNoticeDismiss{
|
467 |
+
// display: inline-block;
|
468 |
+
// margin: 5px 0 0;
|
469 |
+
// vertical-align: middle;
|
470 |
+
// }
|
471 |
+
// .sfsi_languageNoticeDismiss input[type='submit']{
|
472 |
+
// background-color: transparent;
|
473 |
+
// border: medium none;
|
474 |
+
// margin: 0;
|
475 |
+
// padding: 0;
|
476 |
+
// cursor: pointer;
|
477 |
+
// }
|
478 |
+
// </style>
|
479 |
+
// <div class="updated" style="<?php //echo $style; ?>">
|
480 |
+
// <div class="alignleft" style="margin: 9px 0;">
|
481 |
+
// We detected that you're using a language other than English in Wordpress. We created also the <a target="_blank" href="https://wordpress.org/plugins/ultimate-social-media-plus/">Ultimate Social Media PLUS</a> plugin (still FREE) which allows you to select buttons in non-English languages (under question 6).
|
482 |
+
// </div>
|
483 |
+
// <div class="alignright">
|
484 |
+
// <form method="post" class="sfsi_languageNoticeDismiss">
|
485 |
+
// <input type="hidden" name="sfsi-dismiss-languageNotice" value="true">
|
486 |
+
// <input type="submit" name="dismiss" value="Dismiss" />
|
487 |
+
// </form>
|
488 |
+
// </div>
|
489 |
+
// </div> -->
|
490 |
+
<?php
|
491 |
+
// }
|
|
|
|
|
|
|
|
|
492 |
|
493 |
/**
|
494 |
* Premium Notification
|
607 |
cursor: pointer;
|
608 |
}
|
609 |
</style>
|
610 |
+
<!-- <div class="updated sfsi_show_mobile_notification" style="<?php //echo $style; ?>background-color: #38B54A; color: #fff; font-size: 18px;">
|
611 |
<div class="alignleft" style="margin: 9px 0;line-height: 24px;width: 95%;">
|
612 |
<b>Over 50% of visitors are mobile visitors.</b> Make sure your social media icons look good on mobile too, so that people like & share your site. With the premium plugin you can define the location of the icons separately on mobile:<a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=check_mobile&utm_medium=banner" target="_blank">Check it out</a>
|
613 |
</div>
|
630 |
{
|
631 |
|
632 |
?>
|
633 |
+
|
634 |
+
<style type="text/css">
|
635 |
.sfsi_show_phperror_notification {
|
636 |
color: #fff;
|
637 |
text-decoration: underline;
|
654 |
p.sfsi_show_notifictaionpragraph{padding: 0 !important;font-size: 18px;}
|
655 |
|
656 |
</style>
|
657 |
+
|
658 |
<div class="updated sfsi_show_phperror_notification" style="<?php echo $style; ?>background-color: #D22B2F; color: #fff; font-size: 18px; border-left-color: #D22B2F;">
|
659 |
<div class="alignleft" style="margin: 9px 0;">
|
660 |
+
|
661 |
<p class="sfsi_show_notifictaionpragraph">
|
662 |
We noticed you are running your site on a PHP version older than 5.4. Please upgrade to a more recent version. This is not only important for running the Ultimate Social Media Plugin, but also for security reasons in general.
|
663 |
<br>
|
677 |
}
|
678 |
}
|
679 |
|
680 |
+
sfsi_get_language_detection_notice();
|
681 |
+
|
682 |
sfsi_language_notice();
|
683 |
|
684 |
sfsi_addThis_removal_notice();
|
685 |
|
686 |
sfsi_error_reporting_notice();
|
687 |
}
|
688 |
+
|
689 |
+
function sfsi_get_language_detection_notice(){
|
690 |
+
|
691 |
+
$currLang = get_locale();
|
692 |
+
$text = '';
|
693 |
+
|
694 |
+
switch ($currLang) {
|
695 |
+
|
696 |
+
// Arabic
|
697 |
+
// case 'ar':
|
698 |
+
|
699 |
+
// $text = "";
|
700 |
+
// break;
|
701 |
+
|
702 |
+
// Chinese - simplified
|
703 |
+
case 'zh-Hans':
|
704 |
+
|
705 |
+
$text = "似乎你的WordPress仪表盘使用的是法语。你知道 终极社交媒体插件 也支持法语吗? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'><b>请点击此处</b></a>";
|
706 |
+
break;
|
707 |
+
|
708 |
+
// Chinese - traditional
|
709 |
+
// case 'zh-Hant':
|
710 |
+
|
711 |
+
// $text = "";
|
712 |
+
// break;
|
713 |
+
|
714 |
+
// Dutch, Dutch (Belgium)
|
715 |
+
// case 'nl_NL': case 'nl_BE':
|
716 |
+
// $text = "";
|
717 |
+
// break;
|
718 |
+
|
719 |
+
// French (Belgium), French (France)
|
720 |
+
case 'fr_BE': case 'fr_FR':
|
721 |
+
|
722 |
+
$text = "Il semblerait que votre tableau de bord Wordpress soit en Français. Saviez-vous que l'extension Ultimate Social Media est aussi disponible en Français? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Cliquez ici</a>";
|
723 |
+
break;
|
724 |
+
|
725 |
+
// German, German (Switzerland)
|
726 |
+
case 'de': case 'de_CH':
|
727 |
+
|
728 |
+
$text = "Dein Wordpress-Dashboard scheint auf deutsch zu sein. Wusstest Du dass das Ultimate Social Media Plugin auch auf deutsch verfügbar ist? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Klicke hier</a>";
|
729 |
+
break;
|
730 |
+
|
731 |
+
// Greek
|
732 |
+
// case 'el':
|
733 |
+
|
734 |
+
// $text = "";
|
735 |
+
// break;
|
736 |
+
|
737 |
+
// Hebrew
|
738 |
+
case 'he_IL':
|
739 |
+
|
740 |
+
$text = "נדמה שלוח הבקרה שלך הוא בעברית. האם ידעת שהתוסף זמין גם בשפה העברית? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>לחץ כאן</a>";
|
741 |
+
break;
|
742 |
+
|
743 |
+
// Hindi
|
744 |
+
// case 'hi_IN':
|
745 |
+
|
746 |
+
// $text = "";
|
747 |
+
// break;
|
748 |
+
|
749 |
+
// Indonesian
|
750 |
+
// case 'id':
|
751 |
+
|
752 |
+
// $text = "";
|
753 |
+
|
754 |
+
// break;
|
755 |
+
|
756 |
+
// Italian
|
757 |
+
case 'it_IT':
|
758 |
+
|
759 |
+
$text = "Semberebbe che la tua bacheca di WordPress sia in Italiano.Lo sapevi che il plugin Ultimate Social Media è anche dispoinibile in Italiano? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Fai click qui</a>";
|
760 |
+
|
761 |
+
break;
|
762 |
+
|
763 |
+
// Japanese
|
764 |
+
// case 'ja':
|
765 |
+
|
766 |
+
// $text = "";
|
767 |
+
|
768 |
+
// break;
|
769 |
+
|
770 |
+
// Korean
|
771 |
+
// case 'ko_KR ':
|
772 |
+
|
773 |
+
// $text = "";
|
774 |
+
|
775 |
+
// break;
|
776 |
+
|
777 |
+
// Persian, Persian (Afghanistan)
|
778 |
+
// case 'fa_IR':case 'fa_AF':
|
779 |
+
|
780 |
+
// $text = "";
|
781 |
+
|
782 |
+
// break;
|
783 |
+
|
784 |
+
// Polish
|
785 |
+
|
786 |
+
// case 'pl_PL':
|
787 |
+
// $text = "";
|
788 |
+
// break;
|
789 |
+
|
790 |
+
//Portuguese (Brazil), Portuguese (Portugal)
|
791 |
+
|
792 |
+
case 'pt_BR': case 'pt_PT':
|
793 |
+
|
794 |
+
$text = "Parece que seu painel Wordpress está em português. Você sabia que o plugin Ultimate Social Media também está disponível em português? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Clique aqui</a>";
|
795 |
+
|
796 |
+
break;
|
797 |
+
|
798 |
+
// Russian, Russian (Ukraine)
|
799 |
+
case 'ru_RU': case 'ru_UA':
|
800 |
+
|
801 |
+
$text = "Ты говоришь по-русски? Если у вас есть вопросы о плагине Ultimate Social Media, задайте свой вопрос в форуме поддержки, мы постараемся ответить на русский: <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Нажмите здесь</a>";
|
802 |
+
|
803 |
+
break;
|
804 |
+
|
805 |
+
/* Spanish (Argentina), Spanish (Chile), Spanish (Colombia), Spanish (Mexico),
|
806 |
+
Spanish (Peru), Spanish (Puerto Rico), Spanish (Spain), Spanish (Venezuela) */
|
807 |
+
|
808 |
+
case 'es_AR': case 'es_CL': case 'es_CO': case 'es_MX':case 'es_PE':case 'es_PR':
|
809 |
+
case 'es_ES': case 'es_VE':
|
810 |
+
|
811 |
+
$text = "Al parecer, tu dashboard en Wordpress está en Francés/ ¿Sabías que el complemento Ultimate Social Media está también disponible en Francés? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Haz clic aquí</a>";
|
812 |
+
break;
|
813 |
+
|
814 |
+
// Swedish
|
815 |
+
|
816 |
+
// case 'sv_SE':
|
817 |
+
|
818 |
+
// $text = "<a target='_blank' href='https://goo.gl/ZiFsAF#no-topic-0'>Klicka här</a>";
|
819 |
+
// break;
|
820 |
+
|
821 |
+
// Turkish
|
822 |
+
|
823 |
+
case 'tr_TR':
|
824 |
+
$text = "Wordpress gösterge panelinizin dili Türkçe olarak görünüyor. Ultimate Social Media eklentisinin Türkçe için de mevcut olduğunu biliyor musunuz? <a target='_blank' href='https://wordpress.org/plugins/ultimate-social-media-plus/'>Buraya tıklayın</a>";
|
825 |
+
break;
|
826 |
+
|
827 |
+
// Ukrainian
|
828 |
+
|
829 |
+
// case 'uk':
|
830 |
+
// $text = "<a target='_blank' href='https://goo.gl/ZiFsAF#no-topic-0'>натисніть тут</a>";
|
831 |
+
// break;
|
832 |
+
|
833 |
+
// Vietnamese
|
834 |
+
|
835 |
+
case 'vi':
|
836 |
+
$text = 'Có vẻ như bảng điều khiển Wordpress của bạn đang hiển thị "tiếng Việt". Bạn có biết rằng Ultimate Social Media plugin cũng hỗ trợ tiếng Việt? <a target="_blank" href="https://wordpress.org/plugins/ultimate-social-media-plus/">Hãy nhấn vào đây</a>';
|
837 |
+
break;
|
838 |
+
}
|
839 |
+
|
840 |
+
$style = "overflow: hidden;padding:8px;margin:15px 15px 15px 0px !important";
|
841 |
+
|
842 |
+
if(!empty($text) && isset($_GET['page'])
|
843 |
+
&& ("sfsi-options" == $_GET['page']) && ("yes" == get_option("sfsi_languageNotice") ) ) {
|
844 |
+
?>
|
845 |
+
|
846 |
+
<style type="text/css">
|
847 |
+
form.sfsi_languageNoticeDismiss{display: inline-block;margin: 5px 0 0;vertical-align: middle;}
|
848 |
+
.sfsi_languageNoticeDismiss input[type='submit']{background-color: transparent;border: medium none;margin: 0 5px 0 0px;padding: 0;cursor: pointer;font-size: 22px;}
|
849 |
+
</style>
|
850 |
+
<div class="notice notice-info" style="<?php echo $style; ?>">
|
851 |
+
<div class="alignleft" style="margin: 9px 0;">
|
852 |
+
<?php echo $text; ?>
|
853 |
+
</div>
|
854 |
+
<div class="alignright">
|
855 |
+
<form method="post" class="sfsi_languageNoticeDismiss">
|
856 |
+
<input type="hidden" name="sfsi-dismiss-languageNotice" value="true">
|
857 |
+
<input type="submit" name="dismiss" value="×" />
|
858 |
+
</form>
|
859 |
+
</div>
|
860 |
+
</div>
|
861 |
+
|
862 |
+
<?php }
|
863 |
+
}
|
864 |
+
|
865 |
+
|
866 |
add_action('admin_init', 'sfsi_dismiss_admin_notice');
|
867 |
function sfsi_dismiss_admin_notice()
|
868 |
{
|
views/sfsi_option_view7.php
CHANGED
@@ -202,10 +202,12 @@ $option7['sfsi_Shown_popupOnceTime'] = (isset($option7['sfsi_Shown_popupOnceTim
|
|
202 |
|
203 |
foreach( $get_pages as $page )
|
204 |
{
|
|
|
|
|
205 |
printf(
|
206 |
'<option value="%s" %s style="margin-bottom:3px;">%s</option>',
|
207 |
$page->ID,
|
208 |
-
|
209 |
$page->post_title
|
210 |
);
|
211 |
}
|
202 |
|
203 |
foreach( $get_pages as $page )
|
204 |
{
|
205 |
+
$attr = is_array($select) && in_array( $page->ID, $select) ? 'selected="selected" class="sel-active"' : '';
|
206 |
+
|
207 |
printf(
|
208 |
'<option value="%s" %s style="margin-bottom:3px;">%s</option>',
|
209 |
$page->ID,
|
210 |
+
$attr,
|
211 |
$page->post_title
|
212 |
);
|
213 |
}
|
views/sfsi_section_for_premium.php
CHANGED
@@ -1,199 +1,315 @@
|
|
1 |
-
<!-- <style>
|
2 |
-
.banner_support_forum{margin: 50px auto;text-align: center;width: 80%;}
|
3 |
-
.banner_support_forum .banner-1 img{width: 100%;}
|
4 |
-
</style>
|
5 |
-
|
6 |
-
<div class="banner_support_forum">
|
7 |
-
<a target="_blank" href="https://goo.gl/auxJ9C#no-topic-0" class="banner-1">
|
8 |
-
<img src="<?php echo SFSI_PLUGURL; ?>images/banner_support_forum.png">
|
9 |
-
</a>
|
10 |
-
</div> -->
|
11 |
-
|
12 |
<style>
|
13 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
background: #fff;
|
15 |
-
|
16 |
-
|
17 |
-
position: relative;
|
18 |
-
right: 0;
|
19 |
-
left: 0;
|
20 |
-
padding: 40px 0 40px 0;
|
21 |
}
|
22 |
-
.
|
|
|
23 |
text-align: center;
|
|
|
24 |
}
|
25 |
-
.
|
26 |
-
font-size:
|
27 |
font-weight: 600;
|
28 |
-
color: #62676B;
|
29 |
-
padding: 0 35px 25px 35px;
|
30 |
}
|
31 |
-
.
|
32 |
-
|
33 |
}
|
34 |
-
|
35 |
-
|
36 |
-
width: 333px;
|
37 |
-
display: inline-block;
|
38 |
}
|
39 |
-
.
|
40 |
-
|
|
|
|
|
41 |
float: left;
|
|
|
|
|
|
|
42 |
}
|
43 |
-
.
|
44 |
-
width:
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
46 |
}
|
47 |
-
.
|
48 |
-
width:
|
|
|
|
|
|
|
49 |
}
|
50 |
-
/*css for left section END*/
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
width: 334px;
|
55 |
display: inline-block;
|
|
|
|
|
|
|
56 |
}
|
57 |
-
.
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
64 |
}
|
65 |
-
.
|
66 |
-
|
67 |
}
|
68 |
-
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
70 |
display: inline-block;
|
|
|
|
|
71 |
}
|
72 |
-
.
|
73 |
-
|
74 |
-
|
75 |
-
|
|
|
|
|
76 |
font-weight: 700 !important;
|
77 |
-
color: #62676B;
|
78 |
}
|
79 |
-
|
80 |
-
|
81 |
-
.so-much-more-section{
|
82 |
-
padding: 0 0 30px 0;
|
83 |
}
|
84 |
-
.
|
85 |
-
|
|
|
86 |
text-align: center;
|
|
|
|
|
87 |
}
|
88 |
-
.
|
89 |
-
|
90 |
-
color: #12A252;
|
91 |
}
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
text
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
left
|
113 |
-
|
114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
}
|
116 |
-
|
117 |
-
|
118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
}
|
120 |
-
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
-
/*Checkout premium plugin END*/
|
125 |
</style>
|
126 |
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
<
|
142 |
-
<
|
143 |
-
<
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
</div>
|
161 |
-
<div class="
|
162 |
-
<
|
163 |
-
<
|
164 |
-
|
165 |
-
|
166 |
-
</div>
|
167 |
-
<p class="support-text">Mobile optimization?</p>
|
168 |
-
</li>
|
169 |
-
<li>
|
170 |
-
<div class="support-image">
|
171 |
-
<img src="<?php echo SFSI_PLUGURL; ?>images/faster_loading.png">
|
172 |
-
</div>
|
173 |
-
<p class="support-text">Faster loading?</p>
|
174 |
-
</li>
|
175 |
-
<li>
|
176 |
-
<div class="support-image">
|
177 |
-
<img src="<?php echo SFSI_PLUGURL; ?>images/friendly_support.png">
|
178 |
-
</div>
|
179 |
-
<p class="support-text">Friendly support?</p>
|
180 |
-
</li>
|
181 |
-
<li>
|
182 |
-
<div class="support-image">
|
183 |
-
<img src="<?php echo SFSI_PLUGURL; ?>images/more_platforms.png">
|
184 |
-
</div>
|
185 |
-
<p class="support-text">More platforms?</p>
|
186 |
-
</li>
|
187 |
-
</ul>
|
188 |
</div>
|
189 |
</div>
|
190 |
-
<div class="so-much-more-section">
|
191 |
-
<p>...and <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/" class="link-so-much-more">so much more?</a> Then...</p>
|
192 |
-
</div>
|
193 |
-
<div class="check-out-premium-plugin-section">
|
194 |
-
<a target="_blank" href="https://www.ultimatelysocial.com/checkout?edd_action=add_to_cart&download_id=150&edd_options[price_id]=2/?utm_source=usmi_settings_page&utm_campaign=bottom_banner_to_checkout&utm_medium=banner" class="link-check-out-premium-plugin" title="Check out the Premium Plugin">Check out the Premium Plugin >></a>
|
195 |
-
<p class="first-p">..only 24.98 USD (includes support and updates for 1 year,</p>
|
196 |
-
<p class="second-p">and after that it will not be de-activated, so you can just keep using it!)</p>
|
197 |
-
</div>
|
198 |
</div>
|
|
|
199 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<style>
|
2 |
+
.sfsi-footer-container {
|
3 |
+
margin: 0 auto;
|
4 |
+
text-align: center;
|
5 |
+
width: 75%;
|
6 |
+
}
|
7 |
+
.sfsi-footer-pointing-to-premium-plugin{
|
8 |
+
float: left;
|
9 |
background: #fff;
|
10 |
+
padding: 33px 0px;
|
11 |
+
color: #414951 !important;
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
+
.sfsi-footer-pointing-heading{
|
14 |
+
margin-top: 40px;
|
15 |
text-align: center;
|
16 |
+
padding-bottom: 15px;
|
17 |
}
|
18 |
+
.sfsi-footer-pointing-heading p{
|
19 |
+
font-size: 23px;
|
20 |
font-weight: 600;
|
|
|
|
|
21 |
}
|
22 |
+
.sfsi-footer-pointing-heading .sfsi-green-heading{
|
23 |
+
color: #12a252;
|
24 |
}
|
25 |
+
.sfsi-footer-pointing-content{
|
26 |
+
background: #fff;
|
|
|
|
|
27 |
}
|
28 |
+
.sfsi-footer-left-section{
|
29 |
+
width: 57%;
|
30 |
+
position: relative;
|
31 |
+
min-height: 1px;
|
32 |
float: left;
|
33 |
+
padding-right: 15px;
|
34 |
+
padding-left: 15px;
|
35 |
+
margin-left: 15px;
|
36 |
}
|
37 |
+
.sfsi-footer-right-section{
|
38 |
+
width: 38%;
|
39 |
+
position: relative;
|
40 |
+
min-height: 1px;
|
41 |
+
float: left;
|
42 |
+
padding-right: 15px;
|
43 |
+
padding-left: 15px;
|
44 |
+
text-align: center;
|
45 |
}
|
46 |
+
.sfsi-equal-col-md-6{
|
47 |
+
width: 50%;
|
48 |
+
position: relative;
|
49 |
+
min-height: 1px;
|
50 |
+
float: left;
|
51 |
}
|
|
|
52 |
|
53 |
+
.sfsi-left-image-section{
|
54 |
+
width: 52px;
|
|
|
55 |
display: inline-block;
|
56 |
+
text-align: center;
|
57 |
+
height: 43px;
|
58 |
+
vertical-align: middle;
|
59 |
}
|
60 |
+
.sfsi-li-right-content{
|
61 |
+
text-align: left;
|
62 |
+
padding-left: 25px;
|
63 |
+
font-size: 16px;
|
64 |
+
font-weight: 600;
|
65 |
+
vertical-align: middle;
|
66 |
+
width: calc(100% - 95px);
|
67 |
+
display: inline-block;
|
68 |
}
|
69 |
+
.sfsi-footer-left-section ul li:not(:last-child){
|
70 |
+
margin-bottom: 20px;
|
71 |
}
|
72 |
+
.sfsi-checkout-premium-plugin-button{
|
73 |
+
font-size: 18px;
|
74 |
+
text-align: center;
|
75 |
+
background: #12a252;
|
76 |
+
color: #FFF!important;
|
77 |
+
padding: 11px 30px;
|
78 |
+
text-decoration: none;
|
79 |
display: inline-block;
|
80 |
+
margin-top: 15px;
|
81 |
+
font-weight: 700;
|
82 |
}
|
83 |
+
.so-much-more{
|
84 |
+
float: left;
|
85 |
+
width: 100%;
|
86 |
+
text-align: center;
|
87 |
+
font-size: 17px;
|
88 |
+
margin-top: 28px !important;
|
89 |
font-weight: 700 !important;
|
|
|
90 |
}
|
91 |
+
.so-much-more a{
|
92 |
+
color: #12a252;
|
|
|
|
|
93 |
}
|
94 |
+
.sfsi-footer-bottom-text{
|
95 |
+
float: left;
|
96 |
+
width: 99%;
|
97 |
text-align: center;
|
98 |
+
color: #414951 !important;
|
99 |
+
padding-top: 15px !important;
|
100 |
}
|
101 |
+
.sfsi-footer-bottom-text p{
|
102 |
+
font-size: 18px;
|
|
|
103 |
}
|
104 |
+
@media(min-width: 320px) and (max-width: 480px){
|
105 |
+
.sfsi-footer-container{
|
106 |
+
width: 100% !important;
|
107 |
+
}
|
108 |
+
.sfsi-footer-bottom-text{
|
109 |
+
display: inline-block;
|
110 |
+
float: left !important;
|
111 |
+
width: 100% !important;
|
112 |
+
}
|
113 |
}
|
114 |
+
@media (min-width: 320px) and (max-width: 767px){
|
115 |
+
.sfsi-equal-col-xs-12{
|
116 |
+
width: 100%;
|
117 |
+
}
|
118 |
+
.sfsi-footer-left-section {
|
119 |
+
width: 76%;
|
120 |
+
}
|
121 |
+
.sfsi-footer-right-section {
|
122 |
+
width: 88%;
|
123 |
+
padding-top: 30px;
|
124 |
+
}
|
125 |
+
.sfsi-right-video iframe{
|
126 |
+
height: 125px;
|
127 |
+
}
|
128 |
+
.sfsi-checkout-premium-plugin-button {
|
129 |
+
font-size: 16px;
|
130 |
+
}
|
131 |
+
.sfsi-footer-bottom-text {
|
132 |
+
float: unset !important;
|
133 |
+
width: 65%;
|
134 |
+
margin-left: auto;
|
135 |
+
margin-right: auto;
|
136 |
+
}
|
137 |
}
|
138 |
+
@media(min-width: 768px) and (max-width: 1023px){
|
139 |
+
.sfsi-footer-container{
|
140 |
+
width: 100%;
|
141 |
+
}
|
142 |
+
.sfsi-footer-left-section {
|
143 |
+
width: 95%;
|
144 |
+
}
|
145 |
+
.sfsi-footer-right-section {
|
146 |
+
width: 95%;
|
147 |
+
margin-top: 20px;
|
148 |
+
}
|
149 |
+
.sfsi-footer-pointing-heading p {
|
150 |
+
font-size: 20px;
|
151 |
+
}
|
152 |
}
|
153 |
+
@media(min-width: 1024px) and (max-width: 1032px){
|
154 |
+
.sfsi-footer-container{
|
155 |
+
width: 100%;
|
156 |
+
}
|
157 |
+
.sfsi-footer-left-section {
|
158 |
+
width: 56%;
|
159 |
+
margin-left: 0px !important;
|
160 |
+
}
|
161 |
+
.sfsi-footer-right-section {
|
162 |
+
width: 34%;
|
163 |
+
}
|
164 |
}
|
165 |
+
@media(min-width: 1033px) and (max-width: 1050px){
|
166 |
+
.sfsi-footer-left-section {
|
167 |
+
width: 56%;
|
168 |
+
}
|
169 |
+
.sfsi-footer-right-section {
|
170 |
+
width: 35%;
|
171 |
+
}
|
172 |
+
}
|
173 |
+
@media(min-width: 1051px) and (max-width: 1115px){
|
174 |
+
.sfsi-footer-left-section {
|
175 |
+
width: 52%;
|
176 |
+
}
|
177 |
+
.sfsi-footer-right-section {
|
178 |
+
width: 39%;
|
179 |
+
}
|
180 |
+
}
|
181 |
+
@media(min-width: 1116px) and (max-width: 1223px){
|
182 |
+
.sfsi-footer-left-section {
|
183 |
+
width: 52%;
|
184 |
+
}
|
185 |
+
.sfsi-footer-right-section {
|
186 |
+
width: 40%;
|
187 |
+
}
|
188 |
+
}
|
189 |
+
@media(min-width: 1224px) and (max-width: 1347px){
|
190 |
+
.sfsi-footer-left-section {
|
191 |
+
width: 50%;
|
192 |
+
}
|
193 |
+
.sfsi-footer-right-section {
|
194 |
+
width: 43%;
|
195 |
+
}
|
196 |
+
}
|
197 |
+
@media(min-width: 1348px) and (max-width: 2300px){
|
198 |
+
.sfsi-footer-left-section {
|
199 |
+
width: 51%;
|
200 |
+
}
|
201 |
+
.sfsi-footer-right-section {
|
202 |
+
width: 41%;
|
203 |
+
}
|
204 |
}
|
|
|
205 |
</style>
|
206 |
|
207 |
+
<!-- Footer banner STARTS -->
|
208 |
+
<div class="sfsi-footer-pointing-heading">
|
209 |
+
<p>
|
210 |
+
<span class="sfsi-green-heading">Like the free plugin?</span>
|
211 |
+
<span class="sfsi-black-heading">See what the Premium Plugin has to offer...</span>
|
212 |
+
</p>
|
213 |
+
</div>
|
214 |
+
|
215 |
+
<div class="sfsi-footer-container">
|
216 |
+
|
217 |
+
<div class="sfsi-footer-pointing-to-premium-plugin">
|
218 |
+
<div class="sfsi-footer-pointing-content clearfix">
|
219 |
+
<div class="sfsi-footer-left-section">
|
220 |
+
<div class="row">
|
221 |
+
<div class="sfsi-equal-col-md-6 sfsi-equal-col-xs-12">
|
222 |
+
<ul>
|
223 |
+
<li>
|
224 |
+
<span class="sfsi-left-image-section">
|
225 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/more_likes_shares.png">
|
226 |
+
</span>
|
227 |
+
<span class="sfsi-li-right-content">
|
228 |
+
More Likes & Shares
|
229 |
+
</span>
|
230 |
+
</li>
|
231 |
+
<li>
|
232 |
+
<span class="sfsi-left-image-section">
|
233 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/more_icon_designs.png">
|
234 |
+
</span>
|
235 |
+
<span class="sfsi-li-right-content">
|
236 |
+
More icon designs
|
237 |
+
</span>
|
238 |
+
</li>
|
239 |
+
<li>
|
240 |
+
<span class="sfsi-left-image-section">
|
241 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/themed_icons.png">
|
242 |
+
</span>
|
243 |
+
<span class="sfsi-li-right-content">
|
244 |
+
Themed icons
|
245 |
+
</span>
|
246 |
+
</li>
|
247 |
+
<li>
|
248 |
+
<span class="sfsi-left-image-section">
|
249 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/better_icon_placement.png">
|
250 |
+
</span>
|
251 |
+
<span class="sfsi-li-right-content">
|
252 |
+
Better icon placement
|
253 |
+
</span>
|
254 |
+
</li>
|
255 |
+
</ul>
|
256 |
+
</div>
|
257 |
+
<div class="sfsi-equal-col-md-6 sfsi-equal-col-xs-12">
|
258 |
+
<ul>
|
259 |
+
<li>
|
260 |
+
<span class="sfsi-left-image-section">
|
261 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/mobile_optimization.png">
|
262 |
+
</span>
|
263 |
+
<span class="sfsi-li-right-content">
|
264 |
+
Mobile optimization
|
265 |
+
</span>
|
266 |
+
</li>
|
267 |
+
<li>
|
268 |
+
<span class="sfsi-left-image-section">
|
269 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/faster_loading.png">
|
270 |
+
</span>
|
271 |
+
<span class="sfsi-li-right-content">
|
272 |
+
Faster loading
|
273 |
+
</span>
|
274 |
+
</li>
|
275 |
+
<li>
|
276 |
+
<span class="sfsi-left-image-section">
|
277 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/friendly_support.png">
|
278 |
+
</span>
|
279 |
+
<span class="sfsi-li-right-content">
|
280 |
+
Friendly support
|
281 |
+
</span>
|
282 |
+
</li>
|
283 |
+
<li>
|
284 |
+
<span class="sfsi-left-image-section">
|
285 |
+
<img src="<?php echo SFSI_PLUGURL ?>images/footer_banner/more_platforms.png">
|
286 |
+
</span>
|
287 |
+
<span class="sfsi-li-right-content">
|
288 |
+
More platforms
|
289 |
+
</span>
|
290 |
+
</li>
|
291 |
+
</ul>
|
292 |
+
</div>
|
293 |
+
</div>
|
294 |
+
<div class="row">
|
295 |
+
<div class="col-md-12">
|
296 |
+
<p class="so-much-more">...and <a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=new_bottom_banner_to_checkout&utm_medium=banner">so much more</a></p>
|
297 |
+
</div>
|
298 |
+
</div>
|
299 |
</div>
|
300 |
+
<div class="sfsi-footer-right-section">
|
301 |
+
<span class="sfsi-right-video">
|
302 |
+
<iframe src="https://player.vimeo.com/video/269140798" width="100%" height="230" frameborder="0" allowfullscreen=""></iframe>
|
303 |
+
</span>
|
304 |
+
<a target="_blank" href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=new_bottom_banner_to_checkout&utm_medium=banner" class="sfsi-checkout-premium-plugin-button">Check out the Premium Plugin >></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
</div>
|
306 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
</div>
|
308 |
+
|
309 |
</div>
|
310 |
+
|
311 |
+
<div class="sfsi-footer-bottom-text">
|
312 |
+
<p>..only 24.98 USD (includes support and updates for 1 year, and after that it will not be deactivated, so you can just keep using it!)</p>
|
313 |
+
</div>
|
314 |
+
|
315 |
+
<!-- Footer banner CLOSES -->
|