Social Media Share Buttons & Social Sharing Icons - Version 1.8.4

Version Description

  • Added referring opportunity
Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

css/sfsi-admin-style.css CHANGED
@@ -1931,4 +1931,5 @@ ul.sfsi_show_hide_section {float: right;width: 14%;}
1931
  width: 98% !important;
1932
  float: left!important;
1933
  padding: 15px!important;
1934
- }
 
1931
  width: 98% !important;
1932
  float: left!important;
1933
  padding: 15px!important;
1934
+ }
1935
+ .pinterest_section .sfsi_new_prmium_follw a{ font-weight: bold !important; }
images/affiliate_banner.png ADDED
Binary file
js/custom-admin.js CHANGED
@@ -1813,6 +1813,20 @@ SFSI(document).ready(function(s) {
1813
  t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
1814
  }
1815
  }),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1816
  SFSI(".closeSec").on("click", function() {
1817
  var s = !0, i = SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(), e = SFSI(this).closest("div.ui-accordion-content").first();
1818
  i.toggleClass("ui-corner-all", s).toggleClass("accordion-header-active ui-state-active ui-corner-top", !s).attr("aria-selected", (!s).toString()),
1813
  t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
1814
  }
1815
  }),
1816
+
1817
+ SFSI("#accordion2").accordion({
1818
+ collapsible:!0,
1819
+ active:!1,
1820
+ heightStyle:"content",
1821
+ event:"click",
1822
+ beforeActivate:function(s, i) {
1823
+ if (i.newHeader[0]) var e = i.newHeader, t = e.next(".ui-accordion-content"); else var e = i.oldHeader, t = e.next(".ui-accordion-content");
1824
+ var n = "true" == e.attr("aria-selected");
1825
+ return e.toggleClass("ui-corner-all", n).toggleClass("accordion-header-active ui-state-active ui-corner-top", !n).attr("aria-selected", (!n).toString()),
1826
+ e.children(".ui-icon").toggleClass("ui-icon-triangle-1-e", n).toggleClass("ui-icon-triangle-1-s", !n),
1827
+ t.toggleClass("accordion-content-active", !n), n ? t.slideUp() :t.slideDown(), !1;
1828
+ }
1829
+ }),
1830
  SFSI(".closeSec").on("click", function() {
1831
  var s = !0, i = SFSI(this).closest("div.ui-accordion-content").prev("h3.ui-accordion-header").first(), e = SFSI(this).closest("div.ui-accordion-content").first();
1832
  i.toggleClass("ui-corner-all", s).toggleClass("accordion-header-active ui-state-active ui-corner-top", !s).attr("aria-selected", (!s).toString()),
libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_pluginVersion", "1.83");
16
 
17
 
18
  if(!get_option('sfsi_serverphpVersionnotification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_pluginVersion", "1.84");
16
 
17
 
18
  if(!get_option('sfsi_serverphpVersionnotification'))
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: socialdude
3
  Tags: social media, share, buttons, social, 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.2
6
- Stable tag: 1.8.3
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -267,6 +267,9 @@ You cannot use the same plugin twice, however you can install both the USM as we
267
 
268
  == Changelog ==
269
 
 
 
 
270
  = 1.8.3 =
271
  * Saving of links for custom icons sometimes didn't work. Fixed now.
272
 
@@ -649,5 +652,5 @@ You cannot use the same plugin twice, however you can install both the USM as we
649
 
650
  == Upgrade Notice ==
651
 
652
- = 1.8.3 =
653
  Please upgrade
2
  Contributors: socialdude
3
  Tags: social media, share, buttons, social, 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.4
6
+ Stable tag: 1.8.4
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
267
 
268
  == Changelog ==
269
 
270
+ = 1.8.4 =
271
+ * Added referring opportunity
272
+
273
  = 1.8.3 =
274
  * Saving of links for custom icons sometimes didn't work. Fixed now.
275
 
652
 
653
  == Upgrade Notice ==
654
 
655
+ = 1.8.4 =
656
  Please upgrade
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: 1.8.3
9
  License: GPLv2 or later
10
  */
11
  global $wpdb;
@@ -52,7 +52,7 @@ register_activation_hook(__FILE__, 'sfsi_activate_plugin' );
52
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
53
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
54
 
55
- if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.83)
56
  {
57
  add_action("init", "sfsi_update_plugin");
58
  }
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: 1.8.4
9
  License: GPLv2 or later
10
  */
11
  global $wpdb;
52
  register_deactivation_hook(__FILE__, 'sfsi_deactivate_plugin');
53
  register_uninstall_hook(__FILE__, 'sfsi_Unistall_plugin');
54
 
55
+ if(!get_option('sfsi_pluginVersion') || get_option('sfsi_pluginVersion') < 1.84)
56
  {
57
  add_action("init", "sfsi_update_plugin");
58
  }
views/sfsi_affiliate_banner.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style type="text/css">
2
+ .tab10 .save_button{padding-bottom: 20px;}div#accordion2 {margin-top: 40px;}
3
+ #accordion2 h3 span {position: absolute;left: 0;top: 0;width: 50px;height: 49px;background: #31373d;line-height: 50px;text-align: center;font-family: helveticaregular;font-size: 20px;color: #FFF;}
4
+ .tab11 img{min-height: 150px;min-width: 150px;margin-left: auto;margin-right: auto;text-align: center;display: table-cell;vertical-align: middle;}
5
+ </style>
6
+ <div id="accordion2">
7
+ <h3><span>$</span>Share the premium plugin and earn 40% of the purchase price!</h3>
8
+ <!-- Affiliate banner html start here -->
9
+
10
+ <div class="tab11">
11
+ <a target="_blank" href="https://goo.gl/6w2Rg5"><img src="<?php echo SFSI_PLUGURL ?>images/affiliate_banner.png" alt="Affiliate Banner" /></a>
12
+ </div>
13
+ </div>
views/sfsi_option_view4.php CHANGED
@@ -502,7 +502,13 @@ $hide="display:none;";
502
  <li><input name="sfsi_pinterest_countsFrom" <?php echo ($option4['sfsi_pinterest_countsFrom']=='pins') ? 'checked="true"' : '' ;?> type="radio" value="pins" class="styled" />Retrieve the number of Pins</li>
503
  <li><input name="sfsi_pinterest_countsFrom" <?php echo ($option4['sfsi_pinterest_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" /><label class="high_prb">Enter the figure manually</label><input name="sfsi_pinterest_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_pinterest_manualCounts']!='') ? $option4['sfsi_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_pinterest_countsFrom']=='pins') ? 'display:none;' : '' ;?>" /></li>
504
  </ul>
505
- </div>
 
 
 
 
 
 
506
  </div>
507
  <!-- END PINIT ICON COUNT SECTION-->
508
 
502
  <li><input name="sfsi_pinterest_countsFrom" <?php echo ($option4['sfsi_pinterest_countsFrom']=='pins') ? 'checked="true"' : '' ;?> type="radio" value="pins" class="styled" />Retrieve the number of Pins</li>
503
  <li><input name="sfsi_pinterest_countsFrom" <?php echo ($option4['sfsi_pinterest_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" /><label class="high_prb">Enter the figure manually</label><input name="sfsi_pinterest_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_pinterest_manualCounts']!='') ? $option4['sfsi_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_pinterest_countsFrom']=='pins') ? 'display:none;' : '' ;?>" /></li>
504
  </ul>
505
+ </div>
506
+
507
+
508
+ <div class="sfsi_new_prmium_follw" style="margin-top: 38px;">
509
+ <p><b>New: </b>In the Premium Plugin you can also automatically show the number of PINs from your Pinterest account, or of a specific board, or the number of your Pinterest followers. <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=more_pinterest_counts&utm_medium=banner" target="_blank">See all features</a></p>
510
+ </div>
511
+
512
  </div>
513
  <!-- END PINIT ICON COUNT SECTION-->
514
 
views/sfsi_options_view.php CHANGED
@@ -120,6 +120,8 @@
120
  <p class="red_txt errorMsg" style="display:none"> </p>
121
  <p class="green_txt sucMsg" style="display:none"> </p>
122
 
 
 
123
  <?php include(SFSI_DOCROOT.'/views/sfsi_section_for_premium.php'); ?>
124
 
125
  <!--<p class="bldtxtmsg">Need top-notch Wordpress development work at a competitive price? Visit us at <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=footer_credit&utm_medium=banner">ultimatelysocial.com</a></p>-->
120
  <p class="red_txt errorMsg" style="display:none"> </p>
121
  <p class="green_txt sucMsg" style="display:none"> </p>
122
 
123
+ <?php include(SFSI_DOCROOT.'/views/sfsi_affiliate_banner.php'); ?>
124
+
125
  <?php include(SFSI_DOCROOT.'/views/sfsi_section_for_premium.php'); ?>
126
 
127
  <!--<p class="bldtxtmsg">Need top-notch Wordpress development work at a competitive price? Visit us at <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmi_settings_page&utm_campaign=footer_credit&utm_medium=banner">ultimatelysocial.com</a></p>-->
views/sfsi_section_for_premium.php CHANGED
@@ -390,7 +390,17 @@
390
  font-size: 23px;
391
  line-height: 40px;
392
  }
393
- }
 
 
 
 
 
 
 
 
 
 
394
  </style>
395
 
396
  <script type="text/javascript">
390
  font-size: 23px;
391
  line-height: 40px;
392
  }
393
+ }
394
+
395
+ @media screen and (min-width: 900) and (max-width: 1600px){
396
+ #premiumSlide1 .premiumButtonsContainer{ width: 46% !important;}
397
+ #premiumSlide1 .premiumSection1 { width: 49% !important; }
398
+ }
399
+
400
+ @media screen and (min-width: 900px) and (max-width: 1600px) and (orientation : landscape) {
401
+ #premiumSlide1 .premiumButtonsContainer{ width: 51% !important;}
402
+ #premiumSlide1 .premiumSection1 { width: 45% !important; }
403
+ }
404
  </style>
405
 
406
  <script type="text/javascript">