Social Media Share Buttons & Social Sharing Icons - Version 2.7.3

Version Description

  • Update: Check WordPress 5.9.1 compatibility
  • Fixed: Optimize CSS/JS code
  • Fixed: Some minor fixes
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Media Share Buttons & Social Sharing Icons
Version 2.7.3
Comparing to
See all releases

Code changes from version 2.7.2 to 2.7.3

css/sfsi-admin-style.css CHANGED
@@ -5800,7 +5800,7 @@ ul.sfsiplus_icn_listing8 .sfsi_plus_float_icons_alignment {
5800
  margin: 0 20px 0 0 !important;
5801
  }
5802
 
5803
- .tab9 ul.sfsi_tab_3_icns .sfsi_responsive_icon_option_additional_li ul.sfsi_icn_listing8 {
5804
  overflow: visible;
5805
  }
5806
 
@@ -7407,8 +7407,18 @@ ul.sfsi_icn_listing8.sfsi_closerli.popupDesktopMobileUl li label {
7407
  filter: blur(8px);
7408
  }
7409
 
 
 
 
 
 
 
 
 
 
 
7410
  /* Ask for help */
7411
- @media (min-width:1600px) {
7412
 
7413
  .sfsi_askforhelp span br {
7414
  display: none;
@@ -7430,6 +7440,10 @@ ul.sfsi_icn_listing8.sfsi_closerli.popupDesktopMobileUl li label {
7430
  a.sfsiColbtn, .tab3 a.sfsiColbtn {
7431
  margin: -118px 0 0;
7432
  }
 
 
 
 
7433
  }
7434
 
7435
  .tab5 ul.share_icon_order {
5800
  margin: 0 20px 0 0 !important;
5801
  }
5802
 
5803
+ .tab9 ul.sfsi_tab_3_icns .sfsi_responsive_icon_option_additional_li ul.sfsi_icn_listing8, .tab9 ul.sfsi_overflow_visible {
5804
  overflow: visible;
5805
  }
5806
 
7407
  filter: blur(8px);
7408
  }
7409
 
7410
+ /* For Display the icons I selected above tooltip */
7411
+ .sfsi_disable_radio_wrapper .sfsi_tooltip_premium {
7412
+ flex-direction: row;
7413
+ }
7414
+
7415
+ .sfsi_disable_radio_content_wrapper {
7416
+ display: flex;
7417
+ align-items: center;
7418
+ }
7419
+
7420
  /* Ask for help */
7421
+ @media (min-width:1600px) {
7422
 
7423
  .sfsi_askforhelp span br {
7424
  display: none;
7440
  a.sfsiColbtn, .tab3 a.sfsiColbtn {
7441
  margin: -118px 0 0;
7442
  }
7443
+
7444
+ .sfsi_disable_radio_wrapper .sfsi_tooltip_premium {
7445
+ flex-direction: column;
7446
+ }
7447
  }
7448
 
7449
  .tab5 ul.share_icon_order {
libs/controllers/sfsi_buttons_controller.php CHANGED
@@ -1036,10 +1036,10 @@ function sfsi_options_updater9()
1036
  $sfsi_sticky_bar = isset( $_POST["sfsi_sticky_bar"] ) ? sanitize_text_field( $_POST["sfsi_sticky_bar"] ) : 'no';
1037
  $sfsi_sticky_icons_default = array(
1038
  "default_icons" => array(
1039
- "facebook" => array("active" => "yes", "url" => ""),
1040
- "Twitter" => array("active" => "yes", "url" => ""),
1041
- "Follow" => array("active" => "yes", "url" => ""),
1042
- "Pinterest" => array("active" => "no", "url" => "")
1043
  ),
1044
  "settings" => array(
1045
  "desktop" => "yes",
1036
  $sfsi_sticky_bar = isset( $_POST["sfsi_sticky_bar"] ) ? sanitize_text_field( $_POST["sfsi_sticky_bar"] ) : 'no';
1037
  $sfsi_sticky_icons_default = array(
1038
  "default_icons" => array(
1039
+ "facebook" => array( "active" => "yes", "url" => "" ),
1040
+ "Twitter" => array( "active" => "yes", "url" => "" ),
1041
+ "Follow" => array( "active" => "yes", "url" => "" ),
1042
+ "Pinterest" => array( "active" => "yes", "url" => "" )
1043
  ),
1044
  "settings" => array(
1045
  "desktop" => "yes",
libs/sfsi_install_uninstall.php CHANGED
@@ -43,7 +43,7 @@ function sfsi_update_plugin()
43
  }
44
 
45
  //Install version
46
- update_option("sfsi_pluginVersion", "2.72");
47
 
48
  if (!get_option('sfsi_serverphpVersionnotification')) {
49
  add_option("sfsi_serverphpVersionnotification", "yes");
@@ -919,7 +919,7 @@ function sfsi_update_plugin()
919
  "facebook" => array("active" => "yes", "url" => ""),
920
  "Twitter" => array("active" => "yes", "url" => ""),
921
  "Follow" => array("active" => "yes", "url" => ""),
922
- "Pinterest" => array("active" => "no", "url" => ""),
923
  ),
924
  "settings" => array(
925
  "desktop" => "no",
43
  }
44
 
45
  //Install version
46
+ update_option("sfsi_pluginVersion", "2.73");
47
 
48
  if (!get_option('sfsi_serverphpVersionnotification')) {
49
  add_option("sfsi_serverphpVersionnotification", "yes");
919
  "facebook" => array("active" => "yes", "url" => ""),
920
  "Twitter" => array("active" => "yes", "url" => ""),
921
  "Follow" => array("active" => "yes", "url" => ""),
922
+ "Pinterest" => array("active" => "yes", "url" => ""),
923
  ),
924
  "settings" => array(
925
  "desktop" => "no",
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Social Media Share Buttons Popup & Pop Up Social Sharing Icons ===
2
  Contributors: socialdude, socialtech
3
- Tags: share, pop up, popup, share icons, share buttons, social media, social, popups, sharing icons, sharing buttons, social share, sharing
4
  Requires at least: 3.5
5
- Tested up to: 5.9
6
- Stable tag: 2.7.2
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -54,7 +54,7 @@ We hope you enjoy the free social media plugin!
54
 
55
  We released a premium social share plugin with many more exciting features:
56
 
57
- - **Many more social networks** supported, including Snapchat share buttons, Whatsapp share buttons, Yummly share buttons, Phone button, Yelp share buttons, Soundcloud share buttons, Skype share buttons Flickr share buttons, Blogger share buttons, Reddit share buttons, Vimeo share buttons, Tumblr share buttons, Xing share buttons, Vkontakte share buttons (VK), Telegram share buttons, Amazon share buttons, Goodreads share buttons, Angies list share buttons, Steam share buttons, Twitch share buttons, Spotify share buttons, Odnoklassniki share buttons (OK), Buffer share buttons, Weibo share buttons, Pocket share buttons, Meneame share buttons, Frype share buttons, LiveJournal share buttons, Patreon share buttons, Dloky share buttons, Discord share buttons, Github share buttons, Wordpress buttons, Etsy share buttons, Better Business Bureau share buttons, Digg share buttons, Delicious share buttons, Print share buttons, and many other share buttons!
58
  - **More design styles** to make your social share icons look really cool & matching the design of your website
59
  - **Themed design styles**, e.g. if you have a website about cats you can pick from social media logos which look like cats etc.
60
  - **Better social sharing and following features**, e.g. you can define the Tweet-texts better (e.g. pull the post titles into your Tweets automatically), let people follow you on Facebook directly without leaving your site etc.
@@ -253,6 +253,30 @@ Yes, you can disable the share icons under question 5. In our new Premium Plugin
253
 
254
  You cannot use the same plugin twice, however you can install both the USM as well as the Premiuem plugin (https://www.ultimatelysocial.com/usm-premium/). We've developed the code so that there are no conflicts and you can place the share icons in one way with one plugin, and select other share icons with the other plugin and place them differently.
255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
 
257
  == Screenshots ==
258
 
@@ -276,20 +300,25 @@ You cannot use the same plugin twice, however you can install both the USM as we
276
 
277
 
278
  == Changelog ==
 
 
 
 
 
279
  = 2.7.2 =
280
  * Check PHP 8.1 compatibility
281
  * Fixed: Widget loading issue Admin > Widgets
282
  * Fixed: Some minor fixes
283
 
284
  = 2.7.1 =
285
- * Update: WordPress 5.9 compatibility
286
  * Fixed: Fix new version update string offset notice.
287
  * Fixed: Some minor fixes
288
 
289
  = 2.7.0 =
290
  * New: Added Background color option for Flat icon style
291
  * New: Added a new tab "Get advice for more shares & traffic"
292
- * Update: WordPress 5.8.3 compatibility
293
  * Update: Update Facebook API
294
  * Update: Footer banner
295
  * Fixed: Some minor fixes
@@ -1030,5 +1059,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
1030
 
1031
  == Upgrade Notice ==
1032
 
1033
- = 2.7.2 =
1034
  Please upgrade
1
+ === Social Media Share Buttons & Social Sharing Icons ===
2
  Contributors: socialdude, socialtech
3
+ Tags: share, social, share icons, social media, widget, sharing icons, sharing buttons, social share, sharing
4
  Requires at least: 3.5
5
+ Tested up to: 5.9.1
6
+ Stable tag: 2.7.3
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
54
 
55
  We released a premium social share plugin with many more exciting features:
56
 
57
+ - **Many more social networks** supported, including Snapchat share buttons, Whatsapp share buttons, Yummly share buttons, Phone button, Yelp share buttons, Soundcloud share buttons, Skype share buttons Flickr share buttons, Blogger share buttons, Reddit share buttons, Vimeo share buttons, Tumblr share buttons, Xing share buttons, Xhenta, Vkontakte share buttons (VK), Telegram share buttons, Amazon share buttons, Goodreads share buttons, Angies list share buttons, Steam share buttons, Twitch share buttons, Spotify share buttons, Odnoklassniki share buttons (OK), Buffer share buttons, Weibo share buttons, Pocket share buttons, Meneame share buttons, Frype share buttons, LiveJournal share buttons, Patreon share buttons, Dloky share buttons, Discord share buttons, Github share buttons, Wordpress buttons, Etsy share buttons, Better Business Bureau share buttons, Digg share buttons, Delicious share buttons, Print share buttons, and many other share buttons!
58
  - **More design styles** to make your social share icons look really cool & matching the design of your website
59
  - **Themed design styles**, e.g. if you have a website about cats you can pick from social media logos which look like cats etc.
60
  - **Better social sharing and following features**, e.g. you can define the Tweet-texts better (e.g. pull the post titles into your Tweets automatically), let people follow you on Facebook directly without leaving your site etc.
253
 
254
  You cannot use the same plugin twice, however you can install both the USM as well as the Premiuem plugin (https://www.ultimatelysocial.com/usm-premium/). We've developed the code so that there are no conflicts and you can place the share icons in one way with one plugin, and select other share icons with the other plugin and place them differently.
255
 
256
+ = Is the plugin also available in my language? =
257
+
258
+ It depends on which language you speak :) however probably the answer is “yes”, as we recently translated it into the most common languages:
259
+
260
+ - French: [Boutons de partage de médias sociaux et icônes de partage social](https://fr.wordpress.org/plugins/ultimate-social-media-icons)
261
+ - Spanish: [Botones para compartir en redes sociales e íconos para compartir en redes sociales](https://es.wordpress.org/plugins/ultimate-social-media-icons)
262
+ - Portuguese: [Botões de compartilhamento de mídia social e ícones de compartilhamento social](https://br.wordpress.org/plugins/ultimate-social-media-icons/)
263
+ - Greek: [Κουμπιά κοινής χρήσης μέσων κοινωνικής δικτύωσης και εικονίδια κοινής χρήσης μέσων κοινωνικής δικτύωσης](https://el.wordpress.org/plugins/ultimate-social-media-icons/)
264
+ - Dutch: [Knoppen voor het delen van sociale media en pictogrammen voor sociaal delen](https://nl.wordpress.org/plugins/ultimate-social-media-icons/)
265
+ - German: [Schaltflächen zum Teilen in soziale Medien und Symbole zum Teilen in soziale Netzwerke](https://de.wordpress.org/plugins/ultimate-social-media-icons/)
266
+ - Italian: [Pulsanti di condivisione dei social media e icone di condivisione sui social](https://it.wordpress.org/plugins/ultimate-social-media-icons/)
267
+ - Finnish: [Sosiaalisen median jakopainikkeet ja sosiaalisen jakamisen kuvakkeet](https://fi.wordpress.org/plugins/ultimate-social-media-icons/)
268
+ - Russian: [Кнопки «Поделиться в социальных сетях» и значки «Поделиться в социальных сетях»](https://ru.wordpress.org/plugins/ultimate-social-media-icons/)
269
+ - Turkish: [Sosyal Medya Paylaşım Düğmeleri ve Sosyal Paylaşım Simgeleri](https://tr.wordpress.org/plugins/ultimate-social-media-icons/)
270
+ - Ukrainian: [Кнопки обміну в соціальних мережах і піктограми обміну в соціальних мережах](https://uk.wordpress.org/plugins/ultimate-social-media-icons/)
271
+ - Croatian: [Gumbi za dijeljenje na društvenim mrežama i ikone za dijeljenje na društvenim mrežama](https://hr.wordpress.org/plugins/ultimate-social-media-icons/)
272
+ - Hungarian: [Közösségi média megosztási gombok és közösségi megosztási ikonok](https://hu.wordpress.org/plugins/ultimate-social-media-icons/)
273
+ - Arabic: [أزرار مشاركة الوسائط الاجتماعية وأيقونات المشاركة الاجتماعية](https://ar.wordpress.org/plugins/ultimate-social-media-icons/)
274
+ - Indonesian: [Tombol Berbagi Media Sosial & Ikon Berbagi Sosial](https://id.wordpress.org/plugins/ultimate-social-media-icons/)
275
+ - Chinese: [社交媒体分享按钮和社交分享图标](https://cn.wordpress.org/plugins/ultimate-social-media-icons/)
276
+ - English: [Social Media Share Buttons & Social Sharing Icons](https://wordpress.org/plugins/ultimate-social-media-icons/)
277
+ - Vietnamese: [Các nút chia sẻ trên mạng xã hội & biểu tượng chia sẻ trên mạng xã hội](https://vi.wordpress.org/plugins/ultimate-social-media-icons/)
278
+ - Polish: [Przyciski udostępniania w mediach społecznościowych i ikony udostępniania w mediach społecznościowych](https://pl.wordpress.org/plugins/ultimate-social-media-icons/)
279
+ - Persian: [دکمه های اشتراک گذاری رسانه های اجتماعی و نمادهای اشتراک گذاری اجتماعی](https://fa.wordpress.org/plugins/ultimate-social-media-icons/)
280
 
281
  == Screenshots ==
282
 
300
 
301
 
302
  == Changelog ==
303
+ = 2.7.3 =
304
+ * Update: Check WordPress 5.9.1 compatibility
305
+ * Fixed: Optimize CSS/JS code
306
+ * Fixed: Some minor fixes
307
+
308
  = 2.7.2 =
309
  * Check PHP 8.1 compatibility
310
  * Fixed: Widget loading issue Admin > Widgets
311
  * Fixed: Some minor fixes
312
 
313
  = 2.7.1 =
314
+ * Update: Check WordPress 5.9 compatibility
315
  * Fixed: Fix new version update string offset notice.
316
  * Fixed: Some minor fixes
317
 
318
  = 2.7.0 =
319
  * New: Added Background color option for Flat icon style
320
  * New: Added a new tab "Get advice for more shares & traffic"
321
+ * Update: Check WordPress 5.8.3 compatibility
322
  * Update: Update Facebook API
323
  * Update: Footer banner
324
  * Fixed: Some minor fixes
1059
 
1060
  == Upgrade Notice ==
1061
 
1062
+ = 2.7.3 =
1063
  Please upgrade
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
7
  Author URI: http://ultimatelysocial.com
8
  Text Domain: ultimate-social-media-icons
9
  Domain Path: /languages
10
- Version: 2.7.2
11
  License: GPLv2 or later
12
  */
13
  require_once 'analyst/main.php';
@@ -23,7 +23,7 @@ sfsi_error_reporting();
23
 
24
  global $wpdb;
25
  /* define the Root for URL and Document */
26
- define( 'SFSI_PLUGIN_VERSION', '2.7.2' );
27
  define( 'SFSI_DOCROOT', dirname( __FILE__ ) );
28
 
29
  define( 'SFSI_PLUGURL', plugin_dir_url( __FILE__ ) );
@@ -89,7 +89,7 @@ register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
89
 
90
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
91
 
92
- if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.72) {
93
  add_action( 'init', 'sfsi_update_plugin' );
94
  }
95
  /* redirect setting page hook */
7
  Author URI: http://ultimatelysocial.com
8
  Text Domain: ultimate-social-media-icons
9
  Domain Path: /languages
10
+ Version: 2.7.3
11
  License: GPLv2 or later
12
  */
13
  require_once 'analyst/main.php';
23
 
24
  global $wpdb;
25
  /* define the Root for URL and Document */
26
+ define( 'SFSI_PLUGIN_VERSION', '2.7.3' );
27
  define( 'SFSI_DOCROOT', dirname( __FILE__ ) );
28
 
29
  define( 'SFSI_PLUGURL', plugin_dir_url( __FILE__ ) );
89
 
90
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
91
 
92
+ if (!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 2.73) {
93
  add_action( 'init', 'sfsi_update_plugin' );
94
  }
95
  /* redirect setting page hook */
views/sfsi_option_view6.php CHANGED
@@ -99,31 +99,37 @@ $sfsi_responsive_icon_dummy = array(
99
 
100
  <!-- Section 6 "Do you want to display icons at the end of every post?" main div Start -->
101
  <div>
102
- <p class="clear" style="margin-top:16 !important"><?php _e("Here you have two options:",'ultimate-social-media-icons') ?></span></p>
103
 
104
  <div class="tab6">
105
- <ul class="sfsi_icn_listing8">
106
 
107
  <li class="sfsibeforeafterpostselector" style="max-width: none">
108
  <div class="radio_section tb_4_ck"></div>
109
  <div class="sfsi_right_info">
110
  <ul class="sfsi_tab_3_icns sfsi_shwthmbfraftr" style="margin:0">
111
  <li onclick="sfsi_togglbtmsection('sfsi_toggleonlyrspvshrng, .sfsi_responsive_show', 'sfsi_toggleonlystndrshrng, .sfsi_responsive_hide', this);sfsi_responsive_icon_show_responsive_options();" class="clckbltglcls sfsi_border_left_0" style="width:29%!important">
112
- <input name="sfsi_display_button_type" <?php echo ($option6['sfsi_display_button_type'] == 'responsive_button') ? 'checked="true"' : ''; ?> type="radio" value="responsive_button" class="styled" />
113
  <label class="labelhdng4" style="margin-top:2px">
114
  <?php _e("Responsive icons",'ultimate-social-media-icons') ?>
115
  </label>
116
  </li>
117
  <li onclick="sfsi_togglbtmsection('sfsi_toggleonlystndrshrng, .sfsi_responsive_hide', 'sfsi_toggleonlyrspvshrng, .sfsi_responsive_show', this);" class="clckbltglcls sfsi_border_left_0" style="width:29%!important">
118
- <input name="sfsi_display_button_type" <?php echo ($option6['sfsi_display_button_type'] == 'standard_buttons') ? 'checked="true"' : ''; ?> type="radio" value="standard_buttons" class="styled" />
119
  <label class="labelhdng4" style="margin-top:2px">
120
  <?php _e("Original icons",'ultimate-social-media-icons') ?>
121
  </label>
122
  </li>
123
- <li class="clckbltglcls sfsi_border_left_0 sfsi_disable_radio" style="width: 42% !important">
124
- <input type="radio" class="styled" />
125
- <label class="labelhdng4" style="margin-top:2px" >
126
- <?php _e("Display the icons I selected above",'ultimate-social-media-icons') ?>
 
 
 
 
 
 
127
  </label>
128
  </li>
129
 
@@ -148,7 +154,7 @@ $sfsi_responsive_icon_dummy = array(
148
 
149
  <li class="sfsi_responsive_default_icon_container sfsi_vertical_center sfsi_border_left_0">
150
  <div class="radio_section tb_4_ck">
151
- <input name="sfsi_responsive_<?php echo $icon; ?>_display" <?php echo ($icon_config['active'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_responsive_<?php echo $icon; ?>_display" type="checkbox" value="yes" class="styled" data-icon="<?php echo $icon; ?>" />
152
  </div>
153
  <span class="sfsi_icon_container">
154
  <div class="sfsi_responsive_icon_item_container sfsi_responsive_icon_<?php echo strtolower($icon); ?>_container" style="word-break:break-all;padding-left:0">
@@ -246,7 +252,7 @@ $sfsi_responsive_icon_dummy = array(
246
 
247
  <ul>
248
  <li>
249
- <div class="radio_section tb_4_ck"><input name="sfsi_rectsub" <?php echo ($option6['sfsi_rectsub'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectsub" type="checkbox" value="yes" class="styled" />
250
  </div>
251
 
252
  <a href="#" title="Subscribe Follow" class="cstmdsplsub">
@@ -254,14 +260,14 @@ $sfsi_responsive_icon_dummy = array(
254
  </a>
255
  </li>
256
  <li>
257
- <div class="radio_section tb_4_ck"><input name="sfsi_rectfb" <?php echo ($option6['sfsi_rectfb'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectfb" type="checkbox" value="yes" class="styled" /></div>
258
 
259
  <a href="#" title="Facebook Like">
260
  <img src="<?php echo SFSI_PLUGURL; ?>images/like.jpg" alt="Facebook Like" />
261
  </a>
262
  </li>
263
  <li>
264
- <div class="radio_section tb_4_ck"><input name="sfsi_rectfbshare" <?php echo ($option6['sfsi_rectfbshare'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectfbshare" type="checkbox" value="yes" class="styled" />
265
  </div>
266
  <a href="#" title="Facebook Share">
267
  <img src="<?php echo SFSI_PLUGURL; ?>images/fbshare.png" alt="Facebook Share" />
@@ -270,7 +276,7 @@ $sfsi_responsive_icon_dummy = array(
270
 
271
  <li>
272
 
273
- <div class="radio_section tb_4_ck"><input name="sfsi_recttwtr" <?php echo ($option6['sfsi_recttwtr'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_recttwtr" type="checkbox" value="yes" class="styled" />
274
  </div>
275
 
276
  <a href="#" title="twitter" class="cstmdspltwtr">
@@ -282,7 +288,7 @@ $sfsi_responsive_icon_dummy = array(
282
 
283
  <li>
284
 
285
- <div class="radio_section tb_4_ck"><input name="sfsi_rectpinit" <?php echo ($option6['sfsi_rectpinit'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectpinit" type="checkbox" value="yes" class="styled" />
286
  </div>
287
 
288
  <a href="#" title="Pin It">
@@ -354,11 +360,11 @@ $sfsi_responsive_icon_dummy = array(
354
  <div class="options">
355
  <label><?php _e("Alignment of share icons:",'ultimate-social-media-icons') ?> </label>
356
  <div class="field"><select name="sfsi_icons_alignment" id="sfsi_icons_alignment" class="styled">
357
- <option value="left" <?php echo ($option6['sfsi_icons_alignment'] == 'left') ? 'selected="selected"' : ''; ?>>
358
  <?php _e("Left",'ultimate-social-media-icons') ?></option>
359
- <!--<option value="center" <?php //echo ($option6['sfsi_icons_alignment']=='center') ? 'selected="selected"' : '' ;
360
  ?>>Center</option>-->
361
- <option value="right" <?php echo ($option6['sfsi_icons_alignment'] == 'right') ? 'selected="selected"' : ''; ?>>
362
  <?php _e("Right",'ultimate-social-media-icons') ?></option>
363
  </select>
364
  </div>
@@ -395,7 +401,7 @@ $sfsi_responsive_icon_dummy = array(
395
  </li>
396
  <li>
397
  <div class="radio_section tb_4_ck">
398
- <input name="sfsi_responsive_icons_after_post" type="checkbox" value="yes" class="styled" <?php echo ((!isset($option9['sfsi_responsive_icons_after_post'])) || $option9['sfsi_responsive_icons_after_post'] == 'yes') ? 'checked="true"' : ''; ?>>
399
  </div>
400
 
401
  <div class="sfsi_right_info">
@@ -420,7 +426,7 @@ $sfsi_responsive_icon_dummy = array(
420
  </li>
421
  <li>
422
  <div class="radio_section tb_4_ck">
423
- <input name="sfsi_responsive_icons_after_post_on_taxonomy" type="checkbox" value="yes" class="styled" <?php echo ((isset($option9['sfsi_responsive_icons_after_post_on_taxonomy'])) && $option9['sfsi_responsive_icons_after_post_on_taxonomy'] == 'yes') ? 'checked="true"' : ''; ?>>
424
  </div>
425
  <div class="sfsi_right_info">
426
  <?php _e( 'After posts', 'ultimate-social-media-icons' ); ?>
@@ -446,7 +452,7 @@ $sfsi_responsive_icon_dummy = array(
446
  <li class="">
447
 
448
  <div class="radio_section tb_4_ck">
449
- <input name="sfsi_responsive_icons_after_pages" type="checkbox" value="yes" class="styled" <?php echo ((isset($option9['sfsi_responsive_icons_after_pages'])) && $option9['sfsi_responsive_icons_after_pages'] == 'yes') ? 'checked="true"' : ''; ?>>
450
  </div>
451
 
452
  <div class="sfsi_right_info"><?php _e( 'At bottom of pages', 'ultimate-social-media-icons' ); ?></div>
@@ -469,7 +475,7 @@ $sfsi_responsive_icon_dummy = array(
469
  </label>
470
  </li>
471
  <li>
472
- <div class="radio_section tb_4_ck"><input name="sfsi_display_after_woocomerce_desc" <?php echo (isset($option9['sfsi_display_after_woocomerce_desc']) && $option9['sfsi_display_after_woocomerce_desc'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_display_after_woocomerce_desc" type="checkbox" value="yes" class="styled">
473
  </div>
474
  <div class="sfsi_right_info">
475
  <?php _e( 'After product descriptions', 'ultimate-social-media-icons' ); ?>
@@ -590,7 +596,7 @@ $sfsi_responsive_icon_dummy = array(
590
  <div class="field-sfsi_responsive_icons_settings_edge_radius" style="position:absolute;margin-left: 6px;<?php echo (isset($sfsi_responsive_icons["settings"]["edge_type"]) && $sfsi_responsive_icons["settings"]["edge_type"] == 'Sharp') ? 'display:none' : 'display:inline-block'; ?>">
591
  <select name="sfsi_responsive_icons_settings_edge_radius" id="sfsi_icons_alignment" class="styled">
592
  <?php for ($i = 1; $i <= 20; $i++) : ?>
593
- <option value="<?php echo $i; ?>" <?php echo (isset($sfsi_responsive_icons["settings"]) && isset($sfsi_responsive_icons["settings"]["edge_radius"]) && $sfsi_responsive_icons["settings"]["edge_radius"] == $i) ? 'selected="selected"' : ''; ?>>
594
  <?php echo $i; ?>
595
  </option>
596
  <?php endfor; ?>
99
 
100
  <!-- Section 6 "Do you want to display icons at the end of every post?" main div Start -->
101
  <div>
102
+ <p class="clear" style="margin-top:16px !important"><?php _e( 'Here you have two options:', 'ultimate-social-media-icons' ); ?></span></p>
103
 
104
  <div class="tab6">
105
+ <ul class="sfsi_icn_listing8 sfsi_overflow_visible">
106
 
107
  <li class="sfsibeforeafterpostselector" style="max-width: none">
108
  <div class="radio_section tb_4_ck"></div>
109
  <div class="sfsi_right_info">
110
  <ul class="sfsi_tab_3_icns sfsi_shwthmbfraftr" style="margin:0">
111
  <li onclick="sfsi_togglbtmsection('sfsi_toggleonlyrspvshrng, .sfsi_responsive_show', 'sfsi_toggleonlystndrshrng, .sfsi_responsive_hide', this);sfsi_responsive_icon_show_responsive_options();" class="clckbltglcls sfsi_border_left_0" style="width:29%!important">
112
+ <input name="sfsi_display_button_type" <?php echo ($option6['sfsi_display_button_type'] == 'responsive_button') ? 'checked="true"' : ''; ?> type="radio" value="responsive_button" class="styled" />
113
  <label class="labelhdng4" style="margin-top:2px">
114
  <?php _e("Responsive icons",'ultimate-social-media-icons') ?>
115
  </label>
116
  </li>
117
  <li onclick="sfsi_togglbtmsection('sfsi_toggleonlystndrshrng, .sfsi_responsive_hide', 'sfsi_toggleonlyrspvshrng, .sfsi_responsive_show', this);" class="clckbltglcls sfsi_border_left_0" style="width:29%!important">
118
+ <input name="sfsi_display_button_type" <?php echo ($option6['sfsi_display_button_type'] == 'standard_buttons') ? 'checked="true"' : ''; ?> type="radio" value="standard_buttons" class="styled" />
119
  <label class="labelhdng4" style="margin-top:2px">
120
  <?php _e("Original icons",'ultimate-social-media-icons') ?>
121
  </label>
122
  </li>
123
+ <li class="clckbltglcls sfsi_border_left_0 sfsi_disable_radio sfsi_disable_radio_wrapper" style="width: 42% !important">
124
+ <label class="sfsi_tooltip_premium d-flex">
125
+ <span class="radio" style="background-position: 0px 0px;"></span>
126
+ <?php /* ?><input type="radio" class="styled" /><?php */ ?>
127
+ <div class="sfsi_disable_radio_content_wrapper">
128
+ <label class="labelhdng4" style="margin-top:2px" ><?php _e( 'Display the icons I selected above', 'ultimate-social-media-icons' ); ?></label>
129
+ <div class="sfsi_tooltip_premium_wrapper">
130
+ <?php echo sfsi_premium_tooltip_content( 'tp-checkbox-link' ); ?>
131
+ </div>
132
+ </div>
133
  </label>
134
  </li>
135
 
154
 
155
  <li class="sfsi_responsive_default_icon_container sfsi_vertical_center sfsi_border_left_0">
156
  <div class="radio_section tb_4_ck">
157
+ <input name="sfsi_responsive_<?php echo $icon; ?>_display" <?php echo ($icon_config['active'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_responsive_<?php echo $icon; ?>_display" type="checkbox" value="yes" class="styled" data-icon="<?php echo $icon; ?>" />
158
  </div>
159
  <span class="sfsi_icon_container">
160
  <div class="sfsi_responsive_icon_item_container sfsi_responsive_icon_<?php echo strtolower($icon); ?>_container" style="word-break:break-all;padding-left:0">
252
 
253
  <ul>
254
  <li>
255
+ <div class="radio_section tb_4_ck"><input name="sfsi_rectsub" <?php echo ($option6['sfsi_rectsub'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectsub" type="checkbox" value="yes" class="styled" />
256
  </div>
257
 
258
  <a href="#" title="Subscribe Follow" class="cstmdsplsub">
260
  </a>
261
  </li>
262
  <li>
263
+ <div class="radio_section tb_4_ck"><input name="sfsi_rectfb" <?php echo ($option6['sfsi_rectfb'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectfb" type="checkbox" value="yes" class="styled" /></div>
264
 
265
  <a href="#" title="Facebook Like">
266
  <img src="<?php echo SFSI_PLUGURL; ?>images/like.jpg" alt="Facebook Like" />
267
  </a>
268
  </li>
269
  <li>
270
+ <div class="radio_section tb_4_ck"><input name="sfsi_rectfbshare" <?php echo ($option6['sfsi_rectfbshare'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectfbshare" type="checkbox" value="yes" class="styled" />
271
  </div>
272
  <a href="#" title="Facebook Share">
273
  <img src="<?php echo SFSI_PLUGURL; ?>images/fbshare.png" alt="Facebook Share" />
276
 
277
  <li>
278
 
279
+ <div class="radio_section tb_4_ck"><input name="sfsi_recttwtr" <?php echo ($option6['sfsi_recttwtr'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_recttwtr" type="checkbox" value="yes" class="styled" />
280
  </div>
281
 
282
  <a href="#" title="twitter" class="cstmdspltwtr">
288
 
289
  <li>
290
 
291
+ <div class="radio_section tb_4_ck"><input name="sfsi_rectpinit" <?php echo ($option6['sfsi_rectpinit'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_rectpinit" type="checkbox" value="yes" class="styled" />
292
  </div>
293
 
294
  <a href="#" title="Pin It">
360
  <div class="options">
361
  <label><?php _e("Alignment of share icons:",'ultimate-social-media-icons') ?> </label>
362
  <div class="field"><select name="sfsi_icons_alignment" id="sfsi_icons_alignment" class="styled">
363
+ <option value="left" <?php echo ($option6['sfsi_icons_alignment'] == 'left') ? 'selected="selected"' : ''; ?>>
364
  <?php _e("Left",'ultimate-social-media-icons') ?></option>
365
+ <!--<option value="center" <?php //echo ($option6['sfsi_icons_alignment']=='center') ? 'selected="selected"' : '' ;
366
  ?>>Center</option>-->
367
+ <option value="right" <?php echo ($option6['sfsi_icons_alignment'] == 'right') ? 'selected="selected"' : ''; ?>>
368
  <?php _e("Right",'ultimate-social-media-icons') ?></option>
369
  </select>
370
  </div>
401
  </li>
402
  <li>
403
  <div class="radio_section tb_4_ck">
404
+ <input name="sfsi_responsive_icons_after_post" type="checkbox" value="yes" class="styled" <?php echo ((!isset($option9['sfsi_responsive_icons_after_post'])) || $option9['sfsi_responsive_icons_after_post'] == 'yes') ? 'checked="true"' : ''; ?>>
405
  </div>
406
 
407
  <div class="sfsi_right_info">
426
  </li>
427
  <li>
428
  <div class="radio_section tb_4_ck">
429
+ <input name="sfsi_responsive_icons_after_post_on_taxonomy" type="checkbox" value="yes" class="styled" <?php echo ((isset($option9['sfsi_responsive_icons_after_post_on_taxonomy'])) && $option9['sfsi_responsive_icons_after_post_on_taxonomy'] == 'yes') ? 'checked="true"' : ''; ?>>
430
  </div>
431
  <div class="sfsi_right_info">
432
  <?php _e( 'After posts', 'ultimate-social-media-icons' ); ?>
452
  <li class="">
453
 
454
  <div class="radio_section tb_4_ck">
455
+ <input name="sfsi_responsive_icons_after_pages" type="checkbox" value="yes" class="styled" <?php echo ((isset($option9['sfsi_responsive_icons_after_pages'])) && $option9['sfsi_responsive_icons_after_pages'] == 'yes') ? 'checked="true"' : ''; ?>>
456
  </div>
457
 
458
  <div class="sfsi_right_info"><?php _e( 'At bottom of pages', 'ultimate-social-media-icons' ); ?></div>
475
  </label>
476
  </li>
477
  <li>
478
+ <div class="radio_section tb_4_ck"><input name="sfsi_display_after_woocomerce_desc" <?php echo (isset($option9['sfsi_display_after_woocomerce_desc']) && $option9['sfsi_display_after_woocomerce_desc'] == 'yes') ? 'checked="true"' : ''; ?> id="sfsi_display_after_woocomerce_desc" type="checkbox" value="yes" class="styled">
479
  </div>
480
  <div class="sfsi_right_info">
481
  <?php _e( 'After product descriptions', 'ultimate-social-media-icons' ); ?>
596
  <div class="field-sfsi_responsive_icons_settings_edge_radius" style="position:absolute;margin-left: 6px;<?php echo (isset($sfsi_responsive_icons["settings"]["edge_type"]) && $sfsi_responsive_icons["settings"]["edge_type"] == 'Sharp') ? 'display:none' : 'display:inline-block'; ?>">
597
  <select name="sfsi_responsive_icons_settings_edge_radius" id="sfsi_icons_alignment" class="styled">
598
  <?php for ($i = 1; $i <= 20; $i++) : ?>
599
+ <option value="<?php echo $i; ?>" <?php echo (isset($sfsi_responsive_icons["settings"]) && isset($sfsi_responsive_icons["settings"]["edge_radius"]) && $sfsi_responsive_icons["settings"]["edge_radius"] == $i) ? 'selected="selected"' : ''; ?>>
600
  <?php echo $i; ?>
601
  </option>
602
  <?php endfor; ?>