Social Share Icons & Social Share Buttons - Version 2.8.0

Version Description

  • Removed error log files
  • Follow icon sometimes showed too large - fixed
Download this release

Release Info

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

Code changes from version 2.7.9 to 2.8.0

css/sfsi-style.css CHANGED
@@ -3196,7 +3196,7 @@ label.sfsiplus_toglpstpgsbttl { float: left; margin-top: 5px !important}
3196
  max-width: none;
3197
  }
3198
  .sfsi_mainContainer p.bldtxtmsg{float: left; font-size: 15px; /*font-weight: bold;*/ margin-top: 12px; width: 100%;}
3199
- .sfsi_mainContainer p.translatelilne{float: left; font-size: 15px; font-weight: bold;color: black; margin-top: 12px; width: 100%;}
3200
  .sfsiplus_icn_listing8 li > div{width: auto; float: left;}
3201
  #accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
3202
  {
3196
  max-width: none;
3197
  }
3198
  .sfsi_mainContainer p.bldtxtmsg{float: left; font-size: 15px; /*font-weight: bold;*/ margin-top: 12px; width: 100%;}
3199
+ .sfsi_mainContainer p.translatelilne{float: left; font-size: 15px;font-weight: bold;color: #414951; margin-top: 12px; width: 100%;}
3200
  .sfsiplus_icn_listing8 li > div{width: auto; float: left;}
3201
  #accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng
3202
  {
images/error_log DELETED
@@ -1,5 +0,0 @@
1
- [06-Aug-2014 14:54:38 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/gd.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
2
- [06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
3
- [06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
4
- [06-Aug-2014 14:54:38 UTC] PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
5
- [06-Aug-2014 14:54:38 UTC] PHP Fatal error: Call to undefined function _() in /home/easysite/public_html/demowordp/wp-content/plugins/WP-Subscription-and-Social-Media-Icons/images/index.php on line 2
 
 
 
 
 
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.79");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.80");
16
 
17
  if(!get_option('sfsi_plus_serverphpVersionnotification'))
18
  {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: socialsharepro
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 4.9.4
6
- Stable tag: 2.7.9
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -432,6 +432,10 @@ The premium plugin offrs many more social buttons from other social media platfo
432
 
433
  == Changelog ==
434
 
 
 
 
 
435
  = 2.7.9 =
436
  * Linkedin-counter after posts corrected
437
 
@@ -717,5 +721,5 @@ The premium plugin offrs many more social buttons from other social media platfo
717
 
718
  == Upgrade Notice ==
719
 
720
- = 2.7.9 =
721
  * Please update
3
  Tags: Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
4
  Requires at least: 3.0
5
  Tested up to: 4.9.4
6
+ Stable tag: 2.8.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
432
 
433
  == Changelog ==
434
 
435
+ = 2.8.0 =
436
+ * Removed error log files
437
+ * Follow icon sometimes showed too large - fixed
438
+
439
  = 2.7.9 =
440
  * Linkedin-counter after posts corrected
441
 
721
 
722
  == Upgrade Notice ==
723
 
724
+ = 2.8.0 =
725
  * Please update
ultimate_social_media_icons.php CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
- Version: 2.7.9
11
  License: GPLv2
12
  */
13
 
@@ -92,7 +92,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
92
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
93
 
94
  /*Plugin version setup*/
95
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.79)
96
  {
97
  add_action("init", "sfsi_plus_update_plugin");
98
  }
7
  Text Domain: ultimate-social-media-plus
8
  Domain Path: /languages
9
  Author URI: http://ultimatelysocial.com
10
+ Version: 2.8.0
11
  License: GPLv2
12
  */
13
 
92
  //register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
93
 
94
  /*Plugin version setup*/
95
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.80)
96
  {
97
  add_action("init", "sfsi_plus_update_plugin");
98
  }
views/sfsi_option_view1.php CHANGED
@@ -364,151 +364,8 @@
364
  </ul>
365
  <ul>
366
  <li class="sfsi_plus_premium_brdr_box">
367
- <div class="sfsi_plus_prem_icons_added">
368
- <div class="sf_si_plus_prmium_head"><h2><?php _e( 'New: ', SFSI_PLUS_DOMAIN); ?><span> <?php _e( 'In our Premium Plugin we added icons for:', SFSI_PLUS_DOMAIN); ?></span></h2></div>
369
- <div class="sfsi_plus_premium_row">
370
- <div class = "sfsi_plus_prem_cmn_rowlisting">
371
- <span>
372
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/snapchat.png';?>" id="CImg" />
373
- </span>
374
- <span class="sfsicls_plus_prem_text"><?php _e( 'Snapchat', SFSI_PLUS_DOMAIN); ?></span>
375
- </div>
376
-
377
- <div class = "sfsi_plus_prem_cmn_rowlisting">
378
- <span>
379
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/whatsapp.png';?>" id="CImg" />
380
- </span>
381
- <span class="sfsicls_plus_prem_text"><?php _e( 'WhatsApp or Phone', SFSI_PLUS_DOMAIN); ?></span>
382
- </div>
383
-
384
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
385
- <span>
386
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/yummly.png';?>" id="CImg" />
387
- </span>
388
- <span class="sfsicls_plus_prem_text"><?php _e( 'Yummly', SFSI_PLUS_DOMAIN); ?></span>
389
- </div>
390
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
391
- <span>
392
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/yelp.png';?>" id="CImg" />
393
- </span>
394
- <span class="sfsicls_plus_prem_text"><?php _e( 'Yelp', SFSI_PLUS_DOMAIN); ?></span>
395
- </div>
396
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
397
- <span>
398
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/print.png';?>" id="CImg" />
399
- </span>
400
- <span class="sfsicls_plus_prem_text"><?php _e( 'Print', SFSI_PLUS_DOMAIN); ?></span>
401
- </div>
402
- </div>
403
- <div class="sfsi_plus_premium_row">
404
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
405
- <span>
406
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/soundcloud.png';?>" id="CImg" />
407
- </span>
408
- <span class="sfsicls_plus_prem_text"><?php _e( 'Soundcloud', SFSI_PLUS_DOMAIN); ?></span>
409
- </div>
410
-
411
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
412
- <span>
413
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/skype.png';?>" id="CImg" />
414
- </span>
415
- <span class="sfsicls_plus_prem_text"><?php _e( 'Skype', SFSI_PLUS_DOMAIN); ?></span>
416
- </div>
417
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
418
- <span>
419
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/flickr.png';?>" id="CImg" />
420
- </span>
421
- <span class="sfsicls_plus_prem_text"><?php _e( 'Flickr', SFSI_PLUS_DOMAIN); ?></span>
422
- </div>
423
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
424
- <span>
425
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/vk.png';?>" id="CImg" />
426
- </span>
427
- <span class="sfsicls_plus_prem_text"><?php _e( 'VK', SFSI_PLUS_DOMAIN); ?></span>
428
- </div>
429
-
430
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
431
- <span>
432
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/angieslist.png';?>" id="CImg" />
433
- </span>
434
- <span class="sfsicls_plus_prem_text"><?php _e( 'Angie’s List', SFSI_PLUS_DOMAIN); ?></span>
435
- </div>
436
- </div>
437
- <div class="sfsi_plus_premium_row">
438
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
439
- <span>
440
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/reddit.png';?>" id="CImg" />
441
- </span>
442
- <span class="sfsicls_plus_prem_text"><?php _e( 'Reddit', SFSI_PLUS_DOMAIN); ?></span>
443
- </div>
444
-
445
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
446
- <span>
447
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/vimeo.png';?>" id="CImg" />
448
- </span>
449
- <span class="sfsicls_plus_prem_text"><?php _e( 'Vimeo', SFSI_PLUS_DOMAIN); ?></span>
450
- </div>
451
-
452
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
453
- <span>
454
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/tumblr.png';?>" id="CImg" />
455
- </span>
456
- <span class="sfsicls_plus_prem_text"><?php _e( 'Tumblr', SFSI_PLUS_DOMAIN); ?></span>
457
- </div>
458
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
459
- <span>
460
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/buffer.png';?>" id="CImg" />
461
- </span>
462
- <span class="sfsicls_plus_prem_text"><?php _e( 'Buffer', SFSI_PLUS_DOMAIN); ?></span>
463
- </div>
464
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
465
- <span>
466
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/blogger.png';?>" id="CImg" />
467
- </span>
468
- <span class="sfsicls_plus_prem_text"><?php _e( 'Blogger', SFSI_PLUS_DOMAIN); ?></span>
469
- </div>
470
- </div>
471
- <div class="sfsi_plus_premium_row">
472
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
473
- <span>
474
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/telegram.png';?>" id="CImg" />
475
- </span>
476
- <span class="sfsicls_plus_prem_text"><?php _e( 'Telegram', SFSI_PLUS_DOMAIN); ?></span>
477
- </div>
478
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
479
- <span>
480
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/steam.png';?>" id="CImg" />
481
- </span>
482
- <span class="sfsicls_plus_prem_text"><?php _e( 'Steam', SFSI_PLUS_DOMAIN); ?></span>
483
- </div>
484
-
485
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
486
- <span>
487
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/xing.png';?>" id="CImg" />
488
- </span>
489
- <span class="sfsicls_plus_prem_text"><?php _e( 'Xing', SFSI_PLUS_DOMAIN); ?></span>
490
- </div>
491
-
492
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
493
- <span>
494
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/amazon.png';?>" id="CImg" />
495
- </span>
496
- <span class="sfsicls_plus_prem_text"><?php _e( 'Amazon', SFSI_PLUS_DOMAIN); ?></span>
497
- </div>
498
- <div class = "sfsi_plus_prem_cmn_rowlisting" >
499
- <span>
500
- <img src="<?php echo SFSI_PLUS_PLUGURL.'images/twitch.png';?>" id="CImg" />
501
- </span>
502
- <span class="sfsicls_plus_prem_text"><?php _e( 'Twitch', SFSI_PLUS_DOMAIN); ?></span>
503
- </div>
504
- </div>
505
- <div class="sfsi_plus_need_another_one_link">
506
- <!-- <p><?php _e('Need another one?', SFSI_PLUS_DOMAIN); ?><a href="mailto:biz@ultimatelysocial.com" target="_blank"> <?php _e( 'Tell us', SFSI_PLUS_DOMAIN); ?></a></p> -->
507
- </div>
508
- <div class="sfsi_plus_need_another_tell_us">
509
- <a href="https://www.ultimatelysocial.com/all-platforms/" target="_blank"><?php _e( '...and many more! See them here', SFSI_PLUS_DOMAIN); ?></a>
510
- <!-- <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&utm_campaign=more_platforms&utm_medium=banner" target="_blank"><?php _e( 'See all features Premium Plugin', SFSI_PLUS_DOMAIN); ?></a>
511
- --> </div>
512
  </div>
513
  </li>
514
  </ul>
364
  </ul>
365
  <ul>
366
  <li class="sfsi_plus_premium_brdr_box">
367
+ <div class="sfsi_plus_prem_icons_added" style="padding: 12px 38px 6px 40px;">
368
+ <div class="sf_si_plus_prmium_head sfsi_plus_need_another_tell_us"><h2><span> <?php _e( 'Need an icon for another platform? Let us know in the ', SFSI_PLUS_DOMAIN); ?><a style="font-size: 26px;" href="https://wordpress.org/support/plugin/ultimate-social-media-plus/#new-topic-0" target="_blank" href=""><?php _e('Support Forum',SFSI_PLUS_DOMAIN); ?></a>.</span></h2></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  </div>
370
  </li>
371
  </ul>
views/sfsi_option_view3.php CHANGED
@@ -410,11 +410,11 @@
410
  <?php } ?>
411
  <li>
412
  <p style="font-weight: bold; margin: 12px 0 0;">
413
- <?php _e("Are you an icon designer?", SFSI_PLUS_DOMAIN); ?>
414
- <a href="mailto:biz@ultimatelysocial.com" style="color:#8E81BD; text-decoration:none;">
415
- <?php _e(" Contact us", SFSI_PLUS_DOMAIN); ?>
416
  </a>
417
- <?php _e("to offer your icons here and get a free link (& traffic) back to your site!", SFSI_PLUS_DOMAIN); ?>
418
  </p>
419
  </li>
420
  </ul>
410
  <?php } ?>
411
  <li>
412
  <p style="font-weight: bold; margin: 12px 0 0;">
413
+ <?php _e("Need icons for another theme? Let us know in the", SFSI_PLUS_DOMAIN); ?>
414
+ <a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-plus/#new-topic-0" style="color:#8E81BD; text-decoration:underline;">
415
+ <?php _e(" Support Forum", SFSI_PLUS_DOMAIN); ?>
416
  </a>
417
+ <?php //_e("to offer your icons here and get a free link (& traffic) back to your site!", SFSI_PLUS_DOMAIN); ?>
418
  </p>
419
  </li>
420
  </ul>
views/sfsi_option_view4.php CHANGED
@@ -96,8 +96,7 @@
96
  : '';
97
  $option4['sfsi_plus_youtube_channelId'] = (isset($option4['sfsi_plus_youtube_channelId']))
98
  ? sfsi_plus_sanitize_field($option4['sfsi_plus_youtube_channelId'])
99
- : '';
100
-
101
 
102
  $option4['sfsi_plus_instagram_manualCounts'] = (isset($option4['sfsi_plus_instagram_manualCounts']))
103
  ? intval($option4['sfsi_plus_instagram_manualCounts'])
96
  : '';
97
  $option4['sfsi_plus_youtube_channelId'] = (isset($option4['sfsi_plus_youtube_channelId']))
98
  ? sfsi_plus_sanitize_field($option4['sfsi_plus_youtube_channelId'])
99
+ : '';
 
100
 
101
  $option4['sfsi_plus_instagram_manualCounts'] = (isset($option4['sfsi_plus_instagram_manualCounts']))
102
  ? intval($option4['sfsi_plus_instagram_manualCounts'])
views/sfsi_options_view.php CHANGED
@@ -70,6 +70,9 @@
70
 
71
  <p><a style="text-decoration: none;" href="javascript:void(0)"><?php _e( 'New:', SFSI_PLUS_DOMAIN ); ?> </a><?php _e('Our new Premium Plugin allows many more placement options, better sharing features (e.g. define which text &amp; images will get shared), optimization for mobile, more icon design styles, themed icons, and much more.', SFSI_PLUS_DOMAIN ); ?> <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&amp;utm_campaign=notification_banner&amp;utm_medium=banner" target="_blank"><?php _e('See all features', SFSI_PLUS_DOMAIN ); ?></a></p>
72
 
 
 
 
73
  </div>
74
 
75
  <div class="supportforum">
@@ -203,11 +206,11 @@
203
  }*/
204
  ?>
205
  <p class="translatelilne">
206
- <?php _e( 'You speak a language different than English? Please help us translate it! Please contact us at', SFSI_PLUS_DOMAIN ); ?>
207
- <a href="mailto:support@ultimatelysocial.com" target="_new">
208
- <?php _e( 'support@ultimatelysocial.com', SFSI_PLUS_DOMAIN ); ?>
209
- </a>
210
- <?php _e('for that so that we can send you the instructions. Thank you :)', SFSI_PLUS_DOMAIN);?>
211
  </p>
212
  </div>
213
  <!-- all pops of plugin under sfsi_pop_content.php file -->
70
 
71
  <p><a style="text-decoration: none;" href="javascript:void(0)"><?php _e( 'New:', SFSI_PLUS_DOMAIN ); ?> </a><?php _e('Our new Premium Plugin allows many more placement options, better sharing features (e.g. define which text &amp; images will get shared), optimization for mobile, more icon design styles, themed icons, and much more.', SFSI_PLUS_DOMAIN ); ?> <a href="https://www.ultimatelysocial.com/usm-premium/?utm_source=usmplus_settings_page&amp;utm_campaign=notification_banner&amp;utm_medium=banner" target="_blank"><?php _e('See all features', SFSI_PLUS_DOMAIN ); ?></a></p>
72
 
73
+
74
+ <p><?php _e( 'Please', SFSI_PLUS_DOMAIN ); ?> <a target="_blank" style="text-decoration: underline;" href="https://wordpress.org/support/plugin/ultimate-social-media-plus/#new-topic-0"><?php _e( 'give us feedback,', SFSI_PLUS_DOMAIN ); ?></a><?php _e( ' and tell us how we can make the plugin better. Thank you!.', SFSI_PLUS_DOMAIN ); ?></p>
75
+
76
  </div>
77
 
78
  <div class="supportforum">
206
  }*/
207
  ?>
208
  <p class="translatelilne">
209
+ <?php _e( 'Have questions? Need help? Ideas for new features? Please raise a ticket in the',SFSI_PLUS_DOMAIN ); ?>
210
+ <a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/#new-topic-0" target="_new">
211
+ <?php _e( 'Support Forum', SFSI_PLUS_DOMAIN ); ?>
212
+ </a>
213
+ <?php _e( ' . We\'ll try to answer asap!', SFSI_PLUS_DOMAIN ); ?>
214
  </p>
215
  </div>
216
  <!-- all pops of plugin under sfsi_pop_content.php file -->
views/sfsi_pop_content.php CHANGED
@@ -326,33 +326,38 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
326
 
327
  <div class="pop-overlay read-overlay demail-2" >
328
  <div class="pop_up_box sfsi_pop_up" >
 
329
  <h4 class="activate">
330
- <?php _e( 'Ok, fine, however for using this plugin for FREE, please support us by activating a link back to our site:', SFSI_PLUS_DOMAIN ); ?>
331
  </h4>
332
- <?php $nonce = wp_create_nonce("active_plusfooter");?>
 
333
  <div class="button">
334
- <a href="javascript:;" class="sfsiplus_activate_footer activate" title="Ok, activate link" data-nonce="<?php echo $nonce;?>">
335
- <?php _e( 'Ok, activate link', SFSI_PLUS_DOMAIN ); ?>
336
  </a>
337
  </div>
338
- <a href="javascript:;" id="deac_email3" title="Don’t activate link">
339
- <?php _e( 'Don’t activate link', SFSI_PLUS_DOMAIN ); ?>
340
  </a>
341
  </div>
342
  </div>
343
 
344
- <div class="pop-overlay read-overlay demail-3" >
345
  <div class="pop_up_box sfsi_pop_up" >
346
  <h4>
347
- <?php _e( 'You’re a toughie. Last try: As a minimum, could you please review this plugin (with 5 stars)? It only takes a minute. Thank you!', SFSI_PLUS_DOMAIN ); ?>
348
  </h4>
 
 
 
349
  <div class="button">
350
- <a href="https://wordpress.org/support/plugin/ultimate-social-media-plus/reviews?rate=5#new-post" target="_new" class="hidePop activate" title="Ok, Review it" >
351
- <?php _e( 'Ok, Review it', SFSI_PLUS_DOMAIN ); ?>
352
  </a>
353
  </div>
354
- <a href="javascript:;" class="hidePop" title="Don’t review and exit">
355
- <?php _e( 'Don’t review and exit', SFSI_PLUS_DOMAIN ); ?>
356
  </a>
357
  </div>
358
  </div> <!-- END email deactivate pop-ups -->
326
 
327
  <div class="pop-overlay read-overlay demail-2" >
328
  <div class="pop_up_box sfsi_pop_up" >
329
+
330
  <h4 class="activate">
331
+ <?php _e( 'Ok, fine, however for using this plugin for FREE, please tell us what you think about it (and what can be improved). It only takes a minute. Thank you!', SFSI_PLUS_DOMAIN ); ?>
332
  </h4>
333
+
334
+
335
  <div class="button">
336
+ <a target="_blank" href="https://wordpress.org/support/plugin/ultimate-social-media-plus/#new-topic-0" class="" title="Ok, give feedback">
337
+ <?php _e( 'Ok, give feedback', SFSI_PLUS_DOMAIN ); ?>
338
  </a>
339
  </div>
340
+ <a href="javascript:;" id="deac_email3" title="Don’t give feedback">
341
+ <?php _e( 'Don’t give feedback', SFSI_PLUS_DOMAIN ); ?>
342
  </a>
343
  </div>
344
  </div>
345
 
346
+ <div class="pop-overlay read-overlay demail-3">
347
  <div class="pop_up_box sfsi_pop_up" >
348
  <h4>
349
+ <?php _e( 'You’re a toughie. Last try: as a minimum, could you please support us by activating a link back to our site? ', SFSI_PLUS_DOMAIN ); ?>
350
  </h4>
351
+
352
+ <?php $nonce = wp_create_nonce("active_plusfooter");?>
353
+
354
  <div class="button">
355
+ <a href="javascript:;" target="_new" class="sfsiplus_activate_footer activate" data-nonce="<?php echo $nonce;?>" title="Ok, activate link" >
356
+ <?php _e( 'Ok, activate link', SFSI_PLUS_DOMAIN ); ?>
357
  </a>
358
  </div>
359
+ <a href="javascript:;" class="hidePop" title="Don’t activate and exit">
360
+ <?php _e( 'Don’t activate and exit', SFSI_PLUS_DOMAIN ); ?>
361
  </a>
362
  </div>
363
  </div> <!-- END email deactivate pop-ups -->