Social Share Icons & Social Share Buttons - Version 2.3.5

Version Description

  • Errors appearing on front end fixed
Download this release

Release Info

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

Code changes from version 2.3.4 to 2.3.5

css/sfsi-style.css CHANGED
@@ -913,6 +913,8 @@ ul.flwstep>li {
913
  min-height: 80px;
914
  margin-top: 32px;
915
  box-shadow: none;
 
 
916
  }
917
  .pop_up_box .button:hover {
918
  box-shadow: none!important;
@@ -2166,6 +2168,7 @@ h2.optional {
2166
  display: table-cell;
2167
  vertical-align: middle;
2168
  font-family: helveticabold;
 
2169
  }
2170
  .tab3 ul.sfsiplus_tab_3_icns li .radio {
2171
  margin-top: 7px;
913
  min-height: 80px;
914
  margin-top: 32px;
915
  box-shadow: none;
916
+ word-wrap: break-word;
917
+ white-space: normal;
918
  }
919
  .pop_up_box .button:hover {
920
  box-shadow: none!important;
2168
  display: table-cell;
2169
  vertical-align: middle;
2170
  font-family: helveticabold;
2171
+ padding: 0 10px;
2172
  }
2173
  .tab3 ul.sfsiplus_tab_3_icns li .radio {
2174
  margin-top: 7px;
images/Thumbs.db CHANGED
Binary file
libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_plus_pluginVersion", "2.34");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
@@ -538,7 +538,7 @@ function sfsi_plus_check_wp_head() {
538
  $path=pathinfo($_SERVER['REQUEST_URI']);
539
  if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
540
  {
541
- echo "<div class=\"error\" ><p>". __( 'Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert &lt;?php wp_head(); ?&gt; just before the &lt;/head&gt; line of your theme`s header.php file.', SFSI_PLUS_DOMAIN )."<a href=\"theme-editor.php\">".__('Go to your theme editor: click here.', SFSI_PLUS_DOMAIN )."</a></p></div>";
542
 
543
  }
544
  }
@@ -562,7 +562,7 @@ function sfsi_plus_check_wp_footer() {
562
 
563
  if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
564
  {
565
- echo "<div class=\"error\" ><p>". __("Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert &lt;?php wp_footer(); ?&gt; as the first line of your theme's footer.php file.", SFSI_PLUS_DOMAIN)."<a href=\"theme-editor.php\">".__('Go to your theme editor: click here.', SFSI_PLUS_DOMAIN )."</a></p></div>";
566
  }
567
  }
568
  }
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.35");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
538
  $path=pathinfo($_SERVER['REQUEST_URI']);
539
  if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
540
  {
541
+ echo "<div class=\"error\" ><p>". __( 'Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert &lt;?php wp_head(); ?&gt; just before the &lt;/head&gt; line of your theme`s header.php file. Go to your theme editor: ', SFSI_PLUS_DOMAIN )."<a href=\"theme-editor.php\">".__('click here', SFSI_PLUS_DOMAIN )."</a>.</p></div>";
542
 
543
  }
544
  }
562
 
563
  if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
564
  {
565
+ echo "<div class=\"error\" ><p>". __("Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert &lt;?php wp_footer(); ?&gt; as the first line of your theme's footer.php file. Go to your theme editor: ", SFSI_PLUS_DOMAIN)."<a href=\"theme-editor.php\">".__('click here', SFSI_PLUS_DOMAIN )."</a>.</p></div>";
566
  }
567
  }
568
  }
libs/sfsi_widget.php CHANGED
@@ -991,8 +991,12 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no")
991
  $toolClass = "sfsi_plus_printst_tool_bdr";
992
  $arsfsiplus_row_class = "bot_pintst_arow";
993
 
994
- $pinterest_user = $sfsi_plus_section4_options['sfsi_plus_pinterest_user'];
995
- $pinterest_board = $sfsi_plus_section4_options['sfsi_plus_pinterest_board'];
 
 
 
 
996
  $visit_icon = $visit_iconsUrl."pinterest.png";
997
 
998
  $url = (isset($sfsi_plus_section2_options['sfsi_plus_pinterest_pageUrl'])) ? $sfsi_plus_section2_options['sfsi_plus_pinterest_pageUrl'] : 'javascript:void(0);';
991
  $toolClass = "sfsi_plus_printst_tool_bdr";
992
  $arsfsiplus_row_class = "bot_pintst_arow";
993
 
994
+ $pinterest_user = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_user']))
995
+ ? $sfsi_plus_section4_options['sfsi_plus_pinterest_user'] : '';
996
+
997
+ $pinterest_board = (isset($sfsi_plus_section4_options['sfsi_plus_pinterest_board']))
998
+ ? $sfsi_plus_section4_options['sfsi_plus_pinterest_board'] : '';
999
+
1000
  $visit_icon = $visit_iconsUrl."pinterest.png";
1001
 
1002
  $url = (isset($sfsi_plus_section2_options['sfsi_plus_pinterest_pageUrl'])) ? $sfsi_plus_section2_options['sfsi_plus_pinterest_pageUrl'] : 'javascript:void(0);';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.r
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
- Stable tag: 2.3.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -372,6 +372,9 @@ Plugin adalah gratis dan sangat mudah digunakan.
372
 
373
  == Changelog ==
374
 
 
 
 
375
  = 2.3.4 =
376
  * Plugin updated for translations
377
  * E-NOTICE error fixed
@@ -506,5 +509,5 @@ Plugin adalah gratis dan sangat mudah digunakan.
506
 
507
  == Upgrade Notice ==
508
 
509
- = 2.3.4 =
510
  * Upgrade if you faced issues
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
  Tested up to: 4.4.2
7
+ Stable tag: 2.3.5
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
372
 
373
  == Changelog ==
374
 
375
+ = 2.3.5 =
376
+ * Errors appearing on front end fixed
377
+
378
  = 2.3.4 =
379
  * Plugin updated for translations
380
  * E-NOTICE error fixed
509
 
510
  == Upgrade Notice ==
511
 
512
+ = 2.3.5 =
513
  * Upgrade if you faced issues
ultimate_social_media_icons.php CHANGED
@@ -6,7 +6,7 @@ Description: The best social media plugin on the market. And 100% FREE. Allows y
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
- Version: 2.3.4
10
  License: GPLv2
11
  */
12
 
@@ -36,7 +36,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.34)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
+ Version: 2.3.5
10
  License: GPLv2
11
  */
12
 
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.35)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }
views/sfsi_option_view1.php CHANGED
@@ -65,9 +65,9 @@
65
  <?php _e( 'RSS is still popular, esp. among the tech-savvy crowd.', SFSI_PLUS_DOMAIN); ?>
66
 
67
  <label class="expanded-area" >
68
- <?php _e( 'RSS stands for Really Simply Syndication and is an easy way for people to read your content. You can learn more about it', SFSI_PLUS_DOMAIN); ?>
69
  <a href="http://en.wikipedia.org/wiki/RSS" target="_new" title="Syndication">
70
- <?php _e( 'here', SFSI_PLUS_DOMAIN); ?>
71
  </a>.
72
  </label>
73
  </p>
@@ -97,11 +97,11 @@
97
  <?php } ?>
98
  </span>
99
  <label class="expanded-area" >
100
- <?php _e( 'Everybody uses email – that’s why it’s', SFSI_PLUS_DOMAIN); ?>
101
- <a href="http://www.entrepreneur.com/article/230949" target="_new">
102
- <?php _e( 'much more effective than social media', SFSI_PLUS_DOMAIN); ?>
103
- </a>
104
- <?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
105
  </label>
106
  </p>
107
  <a href="javascript:;" class="expand-area"><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
@@ -260,14 +260,10 @@
260
 
261
  <?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
262
  </label>
263
- <?php _e( 'See an', SFSI_PLUS_DOMAIN); ?>
264
- <a href="javascript:;" class="pop-up" data-id="athis-s1" >
265
- <?php _e( 'Example', SFSI_PLUS_DOMAIN); ?>
266
- </a>
267
- <?php _e( 'and checkout their', SFSI_PLUS_DOMAIN); ?>
268
  <a href="https://wordpress.org/support/view/plugin-reviews/addthis" target="_blank">
269
- <?php _e( 'reviews', SFSI_PLUS_DOMAIN); ?>
270
- </a>
271
 
272
  </p>
273
  </div>
@@ -289,7 +285,7 @@
289
 
290
  <?php _e( 'Houzz is the No.1 site & community in the world of architecture and interior design.', SFSI_PLUS_DOMAIN); ?>
291
  <a href="http://www.houzz.com/" target="_blank">
292
- <?php _e('click here',SFSI_PLUS_DOMAIN); ?>
293
  </a>
294
  </p>
295
  </div>
65
  <?php _e( 'RSS is still popular, esp. among the tech-savvy crowd.', SFSI_PLUS_DOMAIN); ?>
66
 
67
  <label class="expanded-area" >
68
+ <?php _e( 'RSS stands for Really Simply Syndication and is an easy way for people to read your content. ', SFSI_PLUS_DOMAIN); ?>
69
  <a href="http://en.wikipedia.org/wiki/RSS" target="_new" title="Syndication">
70
+ <?php _e( 'Learn more about RSS', SFSI_PLUS_DOMAIN); ?>
71
  </a>.
72
  </label>
73
  </p>
97
  <?php } ?>
98
  </span>
99
  <label class="expanded-area" >
100
+ <?php _e( 'Everybody uses email – that’s why it’s much more effective than social media to make people follow you', SFSI_PLUS_DOMAIN); ?>
101
+ (<a href="http://www.entrepreneur.com/article/230949" target="_new">
102
+ <?php _e( 'learn more', SFSI_PLUS_DOMAIN); ?>
103
+ </a>)
104
+ <?php _e( 'Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
105
  </label>
106
  </p>
107
  <a href="javascript:;" class="expand-area"><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
260
 
261
  <?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
262
  </label>
263
+ <?php _e( 'Check out their reviews:', SFSI_PLUS_DOMAIN); ?>
 
 
 
 
264
  <a href="https://wordpress.org/support/view/plugin-reviews/addthis" target="_blank">
265
+ <?php _e( 'Click here', SFSI_PLUS_DOMAIN); ?>
266
+ </a>.
267
 
268
  </p>
269
  </div>
285
 
286
  <?php _e( 'Houzz is the No.1 site & community in the world of architecture and interior design.', SFSI_PLUS_DOMAIN); ?>
287
  <a href="http://www.houzz.com/" target="_blank">
288
+ <?php _e('Visit Houzz',SFSI_PLUS_DOMAIN); ?>
289
  </a>
290
  </p>
291
  </div>
views/sfsi_option_view5.php CHANGED
@@ -574,7 +574,7 @@
574
  <!-- Like & Share buttons (Facebook, Twitter, Google+) start here -->
575
  <div class="icons_size">
576
  <span>
577
- <?php _e( 'Language for Like & Share buttons(Facebook, Twitter, Google+):', SFSI_PLUS_DOMAIN ); ?>
578
  </span>
579
  <div class="language_field">
580
  <select name="sfsi_plus_icons_language" id="sfsi_plus_icons_language" class="language">
574
  <!-- Like & Share buttons (Facebook, Twitter, Google+) start here -->
575
  <div class="icons_size">
576
  <span>
577
+ <?php _e( 'Language for Like & Share buttons (Facebook, Twitter, Google+):', SFSI_PLUS_DOMAIN ); ?>
578
  </span>
579
  <div class="language_field">
580
  <select name="sfsi_plus_icons_language" id="sfsi_plus_icons_language" class="language">
views/sfsi_option_view8.php CHANGED
@@ -393,13 +393,13 @@
393
  <?php if ($option8['sfsi_plus_display_button_type']=='normal_button'): $display = "display:block"; else: $display = "display:none"; endif;?>
394
  <div class="row radiodisplaysection" style="<?php echo $display; ?>">
395
  <h4>
396
- <?php _e( 'Size &amp; spacing of your icons', SFSI_PLUS_DOMAIN ); ?>
397
  </h4>
398
  <div class="icons_size">
399
  <span>
400
  <?php _e( 'Size:', SFSI_PLUS_DOMAIN ); ?>
401
  </span><input name="sfsi_plus_post_icons_size" value="<?php echo ($option8['sfsi_plus_post_icons_size']!='') ? $option8['sfsi_plus_post_icons_size'] : '' ;?>" type="text" /><ins>
402
- <?php _e( 'pixels wide &amp; tall', SFSI_PLUS_DOMAIN ); ?>
403
  </ins> <span class="last">
404
  <?php _e( 'Spacing between icons:', SFSI_PLUS_DOMAIN ); ?>
405
  </span><input name="sfsi_plus_post_icons_spacing" type="text" value="<?php echo ($option8['sfsi_plus_post_icons_spacing']!='') ? $option8['sfsi_plus_post_icons_spacing'] : '' ;?>" /><ins>
393
  <?php if ($option8['sfsi_plus_display_button_type']=='normal_button'): $display = "display:block"; else: $display = "display:none"; endif;?>
394
  <div class="row radiodisplaysection" style="<?php echo $display; ?>">
395
  <h4>
396
+ <?php _e( 'Size and spacing of your icons', SFSI_PLUS_DOMAIN ); ?>
397
  </h4>
398
  <div class="icons_size">
399
  <span>
400
  <?php _e( 'Size:', SFSI_PLUS_DOMAIN ); ?>
401
  </span><input name="sfsi_plus_post_icons_size" value="<?php echo ($option8['sfsi_plus_post_icons_size']!='') ? $option8['sfsi_plus_post_icons_size'] : '' ;?>" type="text" /><ins>
402
+ <?php _e( 'pixels wide and tall', SFSI_PLUS_DOMAIN ); ?>
403
  </ins> <span class="last">
404
  <?php _e( 'Spacing between icons:', SFSI_PLUS_DOMAIN ); ?>
405
  </span><input name="sfsi_plus_post_icons_spacing" type="text" value="<?php echo ($option8['sfsi_plus_post_icons_spacing']!='') ? $option8['sfsi_plus_post_icons_spacing'] : '' ;?>" /><ins>
views/sfsi_options_view.php CHANGED
@@ -107,7 +107,7 @@
107
  <div id="accordion1">
108
  <!-- step old 3 start here -->
109
  <h3><span>4</span>
110
- <?php _e( 'What design &amp; animation do you want to give your icons?', SFSI_PLUS_DOMAIN ); ?>
111
  </h3>
112
  <?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view3.php'); ?>
113
  <!-- step old 3 END here -->
107
  <div id="accordion1">
108
  <!-- step old 3 start here -->
109
  <h3><span>4</span>
110
+ <?php _e( 'What design and animation do you want to give your icons?', SFSI_PLUS_DOMAIN ); ?>
111
  </h3>
112
  <?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view3.php'); ?>
113
  <!-- step old 3 END here -->
views/sfsi_pop_content.php CHANGED
@@ -282,14 +282,14 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
282
  <div class="pop-overlay read-overlay demail-1" >
283
  <div class="pop_up_box sfsi_pop_up" >
284
  <h4>
285
- Note: <?php _e('Also if you already offer a newsletter it makes sense to offer this option too, because it will get you <span class="mediam_txt">more readers</span> as explained', SFSI_PLUS_DOMAIN ); ?>
286
- <a href="http://www.specificfeeds.com/rss" target="_new" style="color:#5A6570;display: inline;text-decoration:underline">
287
- <?php _e( 'here', SFSI_PLUS_DOMAIN ); ?>
288
- </a>.
289
  </h4>
290
  <div class="button">
291
  <a href="javascript:;" class="hideemailpop" title="Ok, keep it active for the time being,I want to see how it works">
292
- <?php _e( 'Ok, keep it active for the time being<br />,I want to see how it works', SFSI_PLUS_DOMAIN ); ?>
293
  </a>
294
  </div>
295
  <a href="javascript:;" id="deac_email2" title="Deactivate it">
282
  <div class="pop-overlay read-overlay demail-1" >
283
  <div class="pop_up_box sfsi_pop_up" >
284
  <h4>
285
+ <?php _e('Note: Also if you already offer a newsletter it makes sense to offer this option too, because it will get you more readers as explained', SFSI_PLUS_DOMAIN ); ?>
286
+ (<a href="http://www.specificfeeds.com/rss" target="_new" style="color:#5A6570;display: inline;text-decoration:underline">
287
+ <?php _e( 'learn more', SFSI_PLUS_DOMAIN ); ?>
288
+ </a>).
289
  </h4>
290
  <div class="button">
291
  <a href="javascript:;" class="hideemailpop" title="Ok, keep it active for the time being,I want to see how it works">
292
+ <?php _e( 'Ok, keep it active for the time being, I want to see how it works', SFSI_PLUS_DOMAIN ); ?>
293
  </a>
294
  </div>
295
  <a href="javascript:;" id="deac_email2" title="Deactivate it">