WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.13.20

Version Description

[28 June 2021] = * [New] Added support for Social Shares Tracker add-on that allows you to track shares for every social network More details on What's new

Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.13.20
Comparing to
See all releases

Code changes from version 7.13.19 to 7.13.20

admin/social_sharing.php CHANGED
@@ -1030,7 +1030,7 @@
1030
  <td>
1031
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1032
  <br/>
1033
- <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1034
  <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1035
  </td>
1036
  </tr>
@@ -1044,6 +1044,12 @@
1044
  </td>
1045
  </tr>
1046
 
 
 
 
 
 
 
1047
  <tr>
1048
  <th>
1049
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_hor_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -1437,7 +1443,7 @@
1437
  <td>
1438
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1439
  <br/>
1440
- <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1441
  <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1442
  </td>
1443
  </tr>
@@ -1451,6 +1457,12 @@
1451
  </td>
1452
  </tr>
1453
 
 
 
 
 
 
 
1454
  <tr>
1455
  <th>
1456
  <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -1692,6 +1704,11 @@
1692
  </div>
1693
  </div>
1694
 
 
 
 
 
 
1695
  <div class="stuffbox">
1696
  <h3><label><?php _e( 'Share Count Cache', 'super-socializer') ?></label></h3>
1697
  <div class="inside">
1030
  <td>
1031
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1032
  <br/>
1033
+ <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1034
  <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1035
  </td>
1036
  </tr>
1044
  </td>
1045
  </tr>
1046
 
1047
+ <tr>
1048
+ <td colspan="2">
1049
+ <a href="https://www.heateor.com/social-shares-tracker" target="_blank"><input type="button" value="<?php _e('Track Social Shares for Every Social Network', 'super-socializer') ?> >>>" class="ss_demo" style="width:58%"></a>
1050
+ </td>
1051
+ </tr>
1052
+
1053
  <tr>
1054
  <th>
1055
  <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_hor_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1443
  <td>
1444
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1445
  <br/>
1446
+ <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1447
  <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1448
  </td>
1449
  </tr>
1457
  </td>
1458
  </tr>
1459
 
1460
+ <tr>
1461
+ <td colspan="2">
1462
+ <a href="https://www.heateor.com/social-shares-tracker" target="_blank"><input type="button" value="<?php _e('Track Social Shares for Every Social Network', 'super-socializer') ?> >>>" class="ss_demo" style="width:58%"></a>
1463
+ </td>
1464
+ </tr>
1465
+
1466
  <tr>
1467
  <th>
1468
  <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1704
  </div>
1705
  </div>
1706
 
1707
+ <div>
1708
+ <a href="https://www.heateor.com/social-shares-tracker" target="_blank"><input type="button" value="<?php _e('Track Social Shares for Every Social Network', 'super-socializer') ?> >>>" class="ss_demo" style="width:58%"></a>
1709
+ </div>
1710
+ <div style="clear:both">&nbsp;</div>
1711
+
1712
  <div class="stuffbox">
1713
  <h3><label><?php _e( 'Share Count Cache', 'super-socializer') ?></label></h3>
1714
  <div class="inside">
inc/social_sharing.php CHANGED
@@ -168,7 +168,7 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
168
 
169
  $shareCount = array();
170
  foreach ($theChampSharingOptions[$sharingType.'_re_providers'] as $provider ){
171
- $shareCount[$provider] = $shareCounts == '&nbsp;' ? '' : (isset($shareCounts[$provider]) ? $shareCounts[$provider] : '');
172
  $issetStartingShareCount = isset($sharingMeta[$provider . '_' . $sharingType . '_count']) && intval($sharingMeta[$provider . '_' . $sharingType . '_count']) != 0 ? true : false;
173
  $totalShareCount += intval($shareCount[$provider]) + ($issetStartingShareCount ? $sharingMeta[$provider . '_' . $sharingType . '_count'] : 0) ;
174
  $sharingNetworks[$provider] = str_replace($toBeReplaced, $replaceBy, $sharingNetworks[$provider]);
168
 
169
  $shareCount = array();
170
  foreach ($theChampSharingOptions[$sharingType.'_re_providers'] as $provider ){
171
+ $shareCount[$provider] = $shareCounts == '&nbsp;' ? '' : ( isset( $shareCounts[str_replace( ' ', '_', strtolower( $provider ) )] ) ? $shareCounts[str_replace( ' ', '_', strtolower( $provider ) )] : '' );
172
  $issetStartingShareCount = isset($sharingMeta[$provider . '_' . $sharingType . '_count']) && intval($sharingMeta[$provider . '_' . $sharingType . '_count']) != 0 ? true : false;
173
  $totalShareCount += intval($shareCount[$provider]) + ($issetStartingShareCount ? $sharingMeta[$provider . '_' . $sharingType . '_count'] : 0) ;
174
  $sharingNetworks[$provider] = str_replace($toBeReplaced, $replaceBy, $sharingNetworks[$provider]);
inc/social_sharing_networks.php CHANGED
@@ -6,6 +6,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
6
  */
7
  function heateor_ss_fetch_sharing_networks($sharingType){
8
  global $theChampSharingOptions, $theChampLoginOptions;
 
9
  $fb_key = '595489497242932';
10
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key']){
11
  $fb_key = $theChampLoginOptions['fb_key'];
@@ -24,8 +25,8 @@ function heateor_ss_fetch_sharing_networks($sharingType){
24
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
25
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
26
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
27
- 'print' => '<li class="%li_class%"><i %style% alt="Print" Title="Print" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'window.print()\'><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
28
- 'email' => '<li class="%li_class%"><i %style% alt="Email" Title="Email" class="theChampSharing theChamp%ucfirst_network%Background" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\' ).replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\' ), \'_blank\')"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
29
  'yahoo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://bookmarks.yahoo.com/toolbar/SaveBM/?u=%encoded_post_url%&t=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
30
  'reddit' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
31
  'digg' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://digg.com/submit?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -34,7 +35,7 @@ function heateor_ss_fetch_sharing_networks($sharingType){
34
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
  'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
37
- 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://' . heateor_ss_whatsapp_share_api() . '.whatsapp.com/send?text=%post_title% %encoded_post_url%")\'><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
38
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
39
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
40
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -53,7 +54,7 @@ function heateor_ss_fetch_sharing_networks($sharingType){
53
  'BuddyMarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://buddymarks.com/login.php?bookmark_title=%post_title%&bookmark_url=%encoded_post_url%&bookmark_desc=&bookmark_tags=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
54
  'Care2_News' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=%post_title%&share[link_url]=%encoded_post_url%&share[content]=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
55
  'CiteULike' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.citeulike.org/posturl?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
56
- 'Comment' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="%post_url%#'.($theChampSharingOptions['comment_container_id'] != '' ? $theChampSharingOptions['comment_container_id'] : $theChampSharingOptions['vertical_comment_container_id']).'" rel="nofollow"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
57
  'Copy_Link' => '<li class="%li_class%"><i %style% alt="'.__('Copy Link', 'super-socializer').'" Title="'.__('Copy Link', 'super-socializer').'" class="theChampSharing theChamp%ucfirst_network%Background"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
58
  'Diary.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.diary.ru/?newpost&title=%post_title%&text=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
59
  'Diaspora' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://joindiaspora.com/bookmarklet?url=%encoded_post_url%&title=%post_title%&v=1&")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -79,7 +80,7 @@ function heateor_ss_fetch_sharing_networks($sharingType){
79
  'Kik' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.kik.com/send/article/?app_name=Share&text=&title=%post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
80
  'Kindle_It' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//fivefilters.org/kindle-it/send.php?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
81
  'Known' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://withknown.com/share/?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
82
- 'Line' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://social-plugins.line.me/lineit/share?url=%encoded_post_url%" target="_blank"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
83
  'LiveJournal' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.livejournal.com/update.bml?subject=%post_title%&event=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
84
  'Mail.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://connect.mail.ru/share?share_url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
85
  'Mendeley' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.mendeley.com/sign-in/")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
@@ -107,18 +108,18 @@ function heateor_ss_fetch_sharing_networks($sharingType){
107
  'SiteJot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
108
  'Skype' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://web.skype.com/share?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
109
  'Slashdot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//slashdot.org/submission?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
110
- 'SMS' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="sms://?&body=%post_title% %encoded_post_url%" rel="nofollow"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
111
  'StockTwits' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://stocktwits.com/widgets/share?body=%post_title%%20%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
112
  'Svejo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://svejo.net/story/submit_by_url?url=%encoded_post_url%&title=%post_title%&summary=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
113
  'Symbaloo_Feeds' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.symbaloo.com/")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
114
  'Telegram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://telegram.me/share/url?url=%encoded_post_url%&text=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
115
- 'Threema' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="threema://compose?text=%post_title% %encoded_post_url%" rel="nofollow"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
116
  'Trello' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://trello.com/add-card?mode=popup&url=%encoded_post_url%&name=%post_title%&desc=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
117
  'Tuenti' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.tuenti.com/share?p=b5dd6602&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
118
  'Twiddla' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.twiddla.com/New.aspx?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
119
  'TypePad_Post' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title=%post_title%&qp_href=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
120
  'Viadeo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.viadeo.com/shareit/share/?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
121
- 'Viber' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="viber://forward?text=%post_title% %encoded_post_url%" rel="nofollow"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
122
  'Wanelo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//wanelo.com/p/post?bookmarklet=&images%5B%5D=&url=%encoded_post_url%&title=%post_title%&price=&shop=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
123
  'Webnews' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.webnews.de/login")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
124
  'WordPress' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.addtoany.com/ext/wordpress/press_this?linkurl=%encoded_post_url%&linkname=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
6
  */
7
  function heateor_ss_fetch_sharing_networks($sharingType){
8
  global $theChampSharingOptions, $theChampLoginOptions;
9
+ $innerStyle = defined('HEATEOR_SOCIAL_SHARES_TRACKER_VERSION') ? '%inner_style%' : 'display:block';
10
  $fb_key = '595489497242932';
11
  if(isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key']){
12
  $fb_key = $theChampLoginOptions['fb_key'];
25
  'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
26
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
27
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
28
+ 'print' => '<li class="%li_class%"><i %style% alt="Print" Title="Print" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'window.print()\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
29
+ 'email' => '<li class="%li_class%"><i %style% alt="Email" Title="Email" class="theChampSharing theChamp%ucfirst_network%Background" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\' ).replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\' ), \'_blank\')"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
30
  'yahoo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://bookmarks.yahoo.com/toolbar/SaveBM/?u=%encoded_post_url%&t=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
31
  'reddit' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
32
  'digg' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://digg.com/submit?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
37
  'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
38
+ 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://' . heateor_ss_whatsapp_share_api() . '.whatsapp.com/send?text=%post_title% %encoded_post_url%")\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
39
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
40
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
41
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
54
  'BuddyMarks' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://buddymarks.com/login.php?bookmark_title=%post_title%&bookmark_url=%encoded_post_url%&bookmark_desc=&bookmark_tags=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
55
  'Care2_News' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=%post_title%&share[link_url]=%encoded_post_url%&share[content]=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
56
  'CiteULike' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.citeulike.org/posturl?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
57
+ 'Comment' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="%post_url%#'.($theChampSharingOptions['comment_container_id'] != '' ? $theChampSharingOptions['comment_container_id'] : $theChampSharingOptions['vertical_comment_container_id']).'" rel="nofollow"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
58
  'Copy_Link' => '<li class="%li_class%"><i %style% alt="'.__('Copy Link', 'super-socializer').'" Title="'.__('Copy Link', 'super-socializer').'" class="theChampSharing theChamp%ucfirst_network%Background"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
59
  'Diary.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.diary.ru/?newpost&title=%post_title%&text=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
60
  'Diaspora' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://joindiaspora.com/bookmarklet?url=%encoded_post_url%&title=%post_title%&v=1&")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
80
  'Kik' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.kik.com/send/article/?app_name=Share&text=&title=%post_title%&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
81
  'Kindle_It' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//fivefilters.org/kindle-it/send.php?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
82
  'Known' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://withknown.com/share/?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
83
+ 'Line' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://social-plugins.line.me/lineit/share?url=%encoded_post_url%" target="_blank"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
84
  'LiveJournal' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.livejournal.com/update.bml?subject=%post_title%&event=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
85
  'Mail.Ru' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://connect.mail.ru/share?share_url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
86
  'Mendeley' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.mendeley.com/sign-in/")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
108
  'SiteJot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
109
  'Skype' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://web.skype.com/share?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
110
  'Slashdot' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//slashdot.org/submission?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
111
+ 'SMS' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="sms://?&body=%post_title% %encoded_post_url%" rel="nofollow"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
112
  'StockTwits' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://stocktwits.com/widgets/share?body=%post_title%%20%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
113
  'Svejo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://svejo.net/story/submit_by_url?url=%encoded_post_url%&title=%post_title%&summary=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
114
  'Symbaloo_Feeds' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.symbaloo.com/")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
115
  'Telegram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://telegram.me/share/url?url=%encoded_post_url%&text=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
116
+ 'Threema' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="threema://compose?text=%post_title% %encoded_post_url%" rel="nofollow"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
117
  'Trello' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://trello.com/add-card?mode=popup&url=%encoded_post_url%&name=%post_title%&desc=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
118
  'Tuenti' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.tuenti.com/share?p=b5dd6602&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
119
  'Twiddla' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.twiddla.com/New.aspx?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
120
  'TypePad_Post' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title=%post_title%&qp_href=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
121
  'Viadeo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.viadeo.com/shareit/share/?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
122
+ 'Viber' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="viber://forward?text=%post_title% %encoded_post_url%" rel="nofollow"><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
123
  'Wanelo' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//wanelo.com/p/post?bookmarklet=&images%5B%5D=&url=%encoded_post_url%&title=%post_title%&price=&shop=")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
124
  'Webnews' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.webnews.de/login")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
125
  'WordPress' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("//www.addtoany.com/ext/wordpress/press_this?linkurl=%encoded_post_url%&linkname=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
js/front/combined.js CHANGED
@@ -569,7 +569,7 @@ if(typeof theChampHorizontalSharingCountEnable == 'undefined'){
569
  if(typeof theChampVerticalSharingCountEnable == 'undefined'){
570
  var theChampVerticalSharingCountEnable = 0;
571
  }
572
- if(theChampHorizontalSharingCountEnable || theChampVerticalSharingCountEnable){
573
  // get sharing counts on window load
574
  theChampLoadEvent(
575
  function(){
569
  if(typeof theChampVerticalSharingCountEnable == 'undefined'){
570
  var theChampVerticalSharingCountEnable = 0;
571
  }
572
+ if(theChampSaveSharesLocally == 0 && (theChampHorizontalSharingCountEnable || theChampVerticalSharingCountEnable)){
573
  // get sharing counts on window load
574
  theChampLoadEvent(
575
  function(){
languages/super-socializer.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-06-15 14:12+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:784
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
23
  #: admin/social_login.php:5 admin/social_login.php:1984
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1948
25
  #, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -29,7 +29,7 @@ msgid ""
29
  msgstr ""
30
 
31
  #: admin/general_options.php:15 admin/social_commenting.php:47
32
- #: super_socializer.php:2279
33
  #, fuzzy
34
  msgid "General Options"
35
  msgstr "Opções Gerais"
@@ -88,20 +88,20 @@ msgstr ""
88
 
89
  #: admin/general_options.php:89 admin/like_buttons.php:780
90
  #: admin/social_commenting.php:400 admin/social_login.php:1980
91
- #: admin/social_sharing.php:1944 helper.php:942
92
  #, fuzzy
93
  msgid "Save Changes"
94
  msgstr "Salvar Alterações"
95
 
96
  #: admin/general_options.php:103 admin/like_buttons.php:790
97
  #: admin/social_commenting.php:410 admin/social_login.php:1990
98
- #: admin/social_sharing.php:1954
99
  msgid "Instagram Shoutout"
100
  msgstr ""
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:792
103
  #: admin/social_commenting.php:412 admin/social_login.php:1992
104
- #: admin/social_sharing.php:1956
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
107
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -245,8 +245,8 @@ msgstr ""
245
 
246
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
247
  #: admin/social_login.php:45 admin/social_login.php:1946
248
- #: admin/social_sharing.php:67 admin/social_sharing.php:1869
249
- #: admin/social_sharing.php:1871
250
  #, fuzzy
251
  msgid "Shortcode & Widget"
252
  msgstr "Shortcode & Widget"
@@ -254,7 +254,7 @@ msgstr "Shortcode & Widget"
254
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
255
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
256
  #: admin/social_login.php:46 admin/social_login.php:1960
257
- #: admin/social_sharing.php:69 admin/social_sharing.php:1902
258
  #, fuzzy
259
  msgid "FAQ"
260
  msgstr "P&R"
@@ -275,25 +275,25 @@ msgid "Master control to enable horizontal like buttons"
275
  msgstr "Controle mestre para habiliat botões de like horizontal"
276
 
277
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
278
- #: admin/social_sharing.php:703 admin/social_sharing.php:1118
279
  #, fuzzy
280
  msgid "Target Url"
281
  msgstr "Url Destino"
282
 
283
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
284
- #: admin/social_sharing.php:707 admin/social_sharing.php:1122
285
  #, fuzzy
286
  msgid "Url of the webpage where icons are located (default)"
287
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
288
 
289
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
290
- #: admin/social_sharing.php:709 admin/social_sharing.php:1124
291
  #, fuzzy
292
  msgid "Url of the homepage of your website"
293
  msgstr "Url da homepage do seu website"
294
 
295
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
296
- #: admin/social_sharing.php:711 admin/social_sharing.php:1126
297
  #, fuzzy
298
  msgid "Custom url"
299
  msgstr "Url personalizada"
@@ -326,14 +326,14 @@ msgid "Select the providers for interface. Drag them to rearrange."
326
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
327
 
328
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
329
- #: admin/social_sharing.php:912 admin/social_sharing.php:1304
330
  #, fuzzy
331
  msgid "Horizontal alignment"
332
  msgstr "Alinhamento horizonal"
333
 
334
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
335
  #: admin/social_sharing.php:343 admin/social_sharing.php:641
336
- #: admin/social_sharing.php:916 admin/social_sharing.php:1308
337
  #: inc/widget.php:446 inc/widget.php:758
338
  #, fuzzy
339
  msgid "Left"
@@ -346,7 +346,7 @@ msgstr "Centro"
346
 
347
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
348
  #: admin/social_sharing.php:347 admin/social_sharing.php:645
349
- #: admin/social_sharing.php:918 admin/social_sharing.php:1309
350
  #: inc/widget.php:447 inc/widget.php:759
351
  #, fuzzy
352
  msgid "Right"
@@ -384,36 +384,36 @@ msgstr "Localização da interface"
384
 
385
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
386
  #: admin/social_login.php:1548 admin/social_login.php:1577
387
- #: admin/social_sharing.php:957 admin/social_sharing.php:1383
388
  #, fuzzy
389
  msgid "Homepage"
390
  msgstr "Homepage"
391
 
392
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
393
- #: admin/social_sharing.php:959 admin/social_sharing.php:1385
394
  #, fuzzy
395
  msgid "Posts"
396
  msgstr "Posts"
397
 
398
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
399
- #: admin/social_sharing.php:961 admin/social_sharing.php:1387
400
  #, fuzzy
401
  msgid "Pages"
402
  msgstr "Páginas"
403
 
404
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
405
- #: admin/social_sharing.php:963 admin/social_sharing.php:1389
406
  msgid "Excerpts and Posts page"
407
  msgstr ""
408
 
409
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
410
- #: admin/social_sharing.php:965 admin/social_sharing.php:1391
411
  #, fuzzy
412
  msgid "Category Archives"
413
  msgstr "Arquivos de Categorias"
414
 
415
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
416
- #: admin/social_sharing.php:967 admin/social_sharing.php:1393
417
  #, fuzzy
418
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
419
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
@@ -429,13 +429,13 @@ msgid "BuddyPress group (only at top of content)"
429
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
430
 
431
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
432
- #: admin/social_sharing.php:991 admin/social_sharing.php:1415
433
  #, fuzzy
434
  msgid "BBPress forum"
435
  msgstr "Forum BBPress"
436
 
437
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
438
- #: admin/social_sharing.php:994 admin/social_sharing.php:1418
439
  #, fuzzy
440
  msgid "BBPress topic"
441
  msgstr "Tópico BBPress"
@@ -481,7 +481,7 @@ msgid "Master control to enable vertical (floating) counter widget"
481
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
482
 
483
  #: admin/like_buttons.php:398 admin/social_sharing.php:295
484
- #: admin/social_sharing.php:594 admin/social_sharing.php:1287
485
  #: inc/widget.php:460 inc/widget.php:772
486
  #, fuzzy
487
  msgid "Background Color"
@@ -500,7 +500,7 @@ msgstr ""
500
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
501
  "target=\\\"_blank\\\">neste link</a>"
502
 
503
- #: admin/like_buttons.php:436 admin/social_sharing.php:1325
504
  #, fuzzy
505
  msgid "Left offset"
506
  msgstr "Ajuste à esquerda"
@@ -515,7 +515,7 @@ msgstr ""
515
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
516
  "negativos também."
517
 
518
- #: admin/like_buttons.php:455 admin/social_sharing.php:1344
519
  #, fuzzy
520
  msgid "Right offset"
521
  msgstr "Ajuste à direita"
@@ -530,7 +530,7 @@ msgstr ""
530
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
531
  "negativos também."
532
 
533
- #: admin/like_buttons.php:473 admin/social_sharing.php:1362
534
  #, fuzzy
535
  msgid "Top offset"
536
  msgstr "Ajuste acima"
@@ -544,7 +544,7 @@ msgstr ""
544
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
545
  "e decrementos deslocam para cima."
546
 
547
- #: admin/like_buttons.php:518 admin/social_sharing.php:1407
548
  #, fuzzy
549
  msgid "BuddyPress group"
550
  msgstr "Grupo BuddyPress"
@@ -565,7 +565,7 @@ msgid "If enabled, vertical like buttons will not appear on mobile devices"
565
  msgstr ""
566
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
567
 
568
- #: admin/like_buttons.php:574 admin/social_sharing.php:1620
569
  #, fuzzy
570
  msgid "Url shortener"
571
  msgstr "Encurtador de Url"
@@ -589,17 +589,17 @@ msgstr ""
589
  msgid "Enable bit.ly url shortener for tweet button"
590
  msgstr "Habilitar bit.ly url shortener para botões tweet"
591
 
592
- #: admin/like_buttons.php:606 admin/social_sharing.php:1652
593
  #, fuzzy
594
  msgid "Master control to enable bit.ly url shortening for sharing"
595
  msgstr ""
596
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
597
 
598
- #: admin/like_buttons.php:613 admin/social_sharing.php:1659
599
  msgid "Bit.ly generic access token"
600
  msgstr ""
601
 
602
- #: admin/like_buttons.php:623 admin/social_sharing.php:1669
603
  #, php-format
604
  msgid ""
605
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -608,17 +608,17 @@ msgid ""
608
  "\">link</a>"
609
  msgstr ""
610
 
611
- #: admin/like_buttons.php:630 admin/social_sharing.php:1676
612
  #, fuzzy
613
  msgid "Clear Bitly Cache"
614
  msgstr "Limpar o Cache Bitly"
615
 
616
- #: admin/like_buttons.php:634 admin/social_sharing.php:1680
617
  #, fuzzy
618
  msgid "ShortUrl cache cleared successfully."
619
  msgstr "Cache ShortUrl limpo com sucesso."
620
 
621
- #: admin/like_buttons.php:641 admin/social_sharing.php:1687
622
  #, fuzzy
623
  msgid ""
624
  "Use this to delete short urls saved in database. Handy, if urls of your "
@@ -630,8 +630,8 @@ msgstr ""
630
  "geradas para suas urls antigas."
631
 
632
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
633
- #: admin/social_commenting.php:304 admin/social_sharing.php:1744
634
- #: admin/social_sharing.php:1749
635
  #, fuzzy
636
  msgid "Language"
637
  msgstr "Languagem"
@@ -681,11 +681,11 @@ msgstr ""
681
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
682
  "nenhum username."
683
 
684
- #: admin/like_buttons.php:726 admin/social_sharing.php:1844
685
  msgid "myCRED"
686
  msgstr ""
687
 
688
- #: admin/like_buttons.php:731 admin/social_sharing.php:1849
689
  msgid "Append myCRED referral ID to the urls being shared"
690
  msgstr ""
691
 
@@ -694,15 +694,15 @@ msgstr ""
694
  msgid "Like Buttons Shortcode & Widget"
695
  msgstr "Botões Like Shortcode & Widget"
696
 
697
- #: admin/like_buttons.php:766 admin/social_sharing.php:1932
698
  msgid "Why is there so much space between like buttons?"
699
  msgstr ""
700
 
701
- #: admin/like_buttons.php:767 admin/social_sharing.php:1933
702
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
703
  msgstr ""
704
 
705
- #: admin/like_buttons.php:768 admin/social_sharing.php:1917
706
  msgid "How to Place Title and Social Share Icons in the Same Row?"
707
  msgstr ""
708
 
@@ -951,7 +951,7 @@ msgid "Social Commenting Shortcode"
951
  msgstr "Shortcode em Comentário Social"
952
 
953
  #: admin/social_commenting.php:386 admin/social_login.php:1962
954
- #: admin/social_sharing.php:1904
955
  msgid ""
956
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
957
  "an online website for the plugin to function properly."
@@ -969,7 +969,7 @@ msgid ""
969
  msgstr ""
970
 
971
  #: admin/social_commenting.php:389 admin/social_login.php:1969
972
- #: admin/social_sharing.php:1919
973
  msgid "Why is my browser blocking some features of the plugin?"
974
  msgstr ""
975
 
@@ -1009,7 +1009,7 @@ msgid "Advanced Configuration"
1009
  msgstr ""
1010
 
1011
  #: admin/social_login.php:41 admin/social_login.php:1746
1012
- #: super_socializer.php:2347
1013
  msgid "GDPR"
1014
  msgstr ""
1015
 
@@ -1154,7 +1154,7 @@ msgid "Reddit"
1154
  msgstr ""
1155
 
1156
  #: admin/social_login.php:203
1157
- msgid "Mailru"
1158
  msgstr ""
1159
 
1160
  #: admin/social_login.php:207
@@ -1171,7 +1171,7 @@ msgid "Select Social ID provider to enable in Social Login"
1171
  msgstr ""
1172
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1173
 
1174
- #: admin/social_login.php:226 admin/social_sharing.php:1584
1175
  #, fuzzy
1176
  msgid "Facebook App ID"
1177
  msgstr "Facebook App ID"
@@ -1191,7 +1191,7 @@ msgid ""
1191
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1192
  msgstr ""
1193
 
1194
- #: admin/social_login.php:247 admin/social_sharing.php:1601
1195
  msgid "Facebook App Secret"
1196
  msgstr ""
1197
 
@@ -2000,7 +2000,7 @@ msgstr ""
2000
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2001
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2002
 
2003
- #: admin/social_login.php:1490 super_socializer.php:1946
2004
  #, fuzzy
2005
  msgid "Email required"
2006
  msgstr "Necessário email"
@@ -2306,7 +2306,7 @@ msgstr "Controle mestre para habilitar o Compartilhamento Social"
2306
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2307
  msgstr ""
2308
 
2309
- #: admin/social_sharing.php:49 admin/social_sharing.php:1907
2310
  msgid ""
2311
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
2312
  "Facebook share count to work"
@@ -2547,7 +2547,7 @@ msgstr "Habilita interface de Compartilhamento padrão"
2547
  msgid "Master control to enable standard sharing"
2548
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
2549
 
2550
- #: admin/social_sharing.php:718 admin/social_sharing.php:1133
2551
  #, fuzzy
2552
  msgid "Url to share"
2553
  msgstr "Url para compartilhar"
@@ -2557,53 +2557,53 @@ msgstr "Url para compartilhar"
2557
  msgid "The text to display above the sharing interface"
2558
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
2559
 
2560
- #: admin/social_sharing.php:759 admin/social_sharing.php:1141
2561
  msgid "Instagram username"
2562
  msgstr ""
2563
 
2564
- #: admin/social_sharing.php:769 admin/social_sharing.php:1151
2565
  msgid ""
2566
  "Username of the Instagram account you want to redirect users to, on clicking "
2567
  "the icon"
2568
  msgstr ""
2569
 
2570
- #: admin/social_sharing.php:778 admin/social_sharing.php:1160
2571
  msgid "HTML ID of container element of comment form"
2572
  msgstr ""
2573
 
2574
- #: admin/social_sharing.php:788 admin/social_sharing.php:1170
2575
  msgid ""
2576
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2577
  "icon."
2578
  msgstr ""
2579
 
2580
- #: admin/social_sharing.php:801 admin/social_sharing.php:1178
2581
  #, fuzzy
2582
  msgid "Rearrange icons"
2583
  msgstr "Rearranjar ícones"
2584
 
2585
- #: admin/social_sharing.php:862 admin/social_sharing.php:1237
2586
  #, fuzzy
2587
  msgid "Drag the icons to rearrange in desired order"
2588
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2589
 
2590
- #: admin/social_sharing.php:869 admin/social_sharing.php:1244
2591
  #, fuzzy
2592
  msgid "Select Sharing Services"
2593
  msgstr "Selecione os Serviços Compartilhados"
2594
 
2595
- #: admin/social_sharing.php:876 admin/social_sharing.php:1251
2596
  #, fuzzy
2597
  msgid "Select sharing services to show in social share bar"
2598
  msgstr ""
2599
  "Selecione os serviços compartilhados para exibir na barra de "
2600
  "compartilhamento social"
2601
 
2602
- #: admin/social_sharing.php:894 admin/social_sharing.php:1269
2603
  msgid "Search social network"
2604
  msgstr ""
2605
 
2606
- #: admin/social_sharing.php:926 admin/social_sharing.php:1317
2607
  #, fuzzy
2608
  msgid "Horizontal alignment of the sharing interface"
2609
  msgstr "Alinhamento horizontal da interface de compartilhamento"
@@ -2614,7 +2614,7 @@ msgid "Specify position of the sharing interface with respect to the content"
2614
  msgstr ""
2615
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2616
 
2617
- #: admin/social_sharing.php:953 admin/social_sharing.php:1379
2618
  #, fuzzy
2619
  msgid "Placement"
2620
  msgstr "Localização"
@@ -2626,18 +2626,18 @@ msgstr ""
2626
  "Especifique as páginas onde você deseja habilitar a interface de "
2627
  "compartilhamento"
2628
 
2629
- #: admin/social_sharing.php:1028 admin/social_sharing.php:1435
2630
  #, fuzzy
2631
  msgid "Show share counts"
2632
  msgstr "Exibir contadores de compartilhamento"
2633
 
2634
- #: admin/social_sharing.php:1033 admin/social_sharing.php:1440
2635
  msgid ""
2636
- "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
2637
- "Pinterest, Odnoklassniki, Fintel and Vkontakte"
2638
  msgstr ""
2639
 
2640
- #: admin/social_sharing.php:1034 admin/social_sharing.php:1441
2641
  #, php-format
2642
  msgid ""
2643
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2646,31 +2646,36 @@ msgid ""
2646
  "their website."
2647
  msgstr ""
2648
 
2649
- #: admin/social_sharing.php:1041 admin/social_sharing.php:1448
2650
  #, fuzzy
2651
  msgid "If enabled, share counts are displayed above sharing icons."
2652
  msgstr ""
2653
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2654
  "ícones de compartilhamento."
2655
 
2656
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1456
 
 
 
 
 
2657
  #, fuzzy
2658
  msgid "Show total shares"
2659
  msgstr "Exibe total de compartilhamentos"
2660
 
2661
- #: admin/social_sharing.php:1059 admin/social_sharing.php:1466
2662
  #, fuzzy
2663
  msgid "If enabled, total shares will be displayed with sharing icons"
2664
  msgstr ""
2665
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2666
  "de compartilhamento"
2667
 
2668
- #: admin/social_sharing.php:1067 admin/social_sharing.php:1474
2669
  #, fuzzy
2670
  msgid "Enable 'More' icon"
2671
  msgstr "Habilitar 'Mais' ícones"
2672
 
2673
- #: admin/social_sharing.php:1077 admin/social_sharing.php:1484
2674
  #, fuzzy
2675
  msgid ""
2676
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -2680,22 +2685,22 @@ msgstr ""
2680
  "de compartilhamento com a exibição adicional das redes sociais "
2681
  "compartilhadas em um popup"
2682
 
2683
- #: admin/social_sharing.php:1094
2684
  #, fuzzy
2685
  msgid "Floating Sharing Interface Options"
2686
  msgstr "Opções da Interface de Compartilhamento Flutuante"
2687
 
2688
- #: admin/social_sharing.php:1099
2689
  #, fuzzy
2690
  msgid "Enable Floating sharing interface"
2691
  msgstr "Habilita interface de compartilhamento flutuante"
2692
 
2693
- #: admin/social_sharing.php:1109
2694
  #, fuzzy
2695
  msgid "Master control to enable floating sharing widget"
2696
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2697
 
2698
- #: admin/social_sharing.php:1297
2699
  #, fuzzy
2700
  msgid ""
2701
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -2708,7 +2713,7 @@ msgstr ""
2708
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2709
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2710
 
2711
- #: admin/social_sharing.php:1335
2712
  #, fuzzy
2713
  msgid ""
2714
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2719,7 +2724,7 @@ msgstr ""
2719
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2720
  "negativos."
2721
 
2722
- #: admin/social_sharing.php:1354
2723
  #, fuzzy
2724
  msgid ""
2725
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2730,7 +2735,7 @@ msgstr ""
2730
  "interface de compartilhamento para a direita. Os números podem também ser "
2731
  "negativos."
2732
 
2733
- #: admin/social_sharing.php:1372
2734
  #, fuzzy
2735
  msgid ""
2736
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2740,33 +2745,33 @@ msgstr ""
2740
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2741
  "interface de compartilhamento para cima."
2742
 
2743
- #: admin/social_sharing.php:1428
2744
  #, fuzzy
2745
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2746
  msgstr ""
2747
  "Especifique as páginas onde você deseja habilitar a interface de "
2748
  "compartilhamento vertical"
2749
 
2750
- #: admin/social_sharing.php:1491
2751
  msgid "Hide floating slider"
2752
  msgstr ""
2753
 
2754
- #: admin/social_sharing.php:1501
2755
  msgid "Hides the slider arrow present below the floating share bar"
2756
  msgstr ""
2757
 
2758
- #: admin/social_sharing.php:1508
2759
  #, fuzzy
2760
  msgid "Vertical floating bar responsiveness"
2761
  msgstr "Sensibilidade da barra flutuante vertical"
2762
 
2763
- #: admin/social_sharing.php:1511
2764
  #, fuzzy, php-format
2765
  msgid "Display vertical interface only when screen is wider than %s pixels"
2766
  msgstr ""
2767
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2768
 
2769
- #: admin/social_sharing.php:1518
2770
  #, fuzzy
2771
  msgid ""
2772
  "Display vertical interface only when screen is wider than the width "
@@ -2775,12 +2780,12 @@ msgstr ""
2775
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2776
  "especificada."
2777
 
2778
- #: admin/social_sharing.php:1525
2779
  #, fuzzy
2780
  msgid "Horizontal floating bar responsiveness"
2781
  msgstr "Sensibilidade da barra flutuante horizontal"
2782
 
2783
- #: admin/social_sharing.php:1528
2784
  #, fuzzy, php-format
2785
  msgid ""
2786
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2789,7 +2794,7 @@ msgstr ""
2789
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2790
  "quando a tela é mais estreita do que %s pixels"
2791
 
2792
- #: admin/social_sharing.php:1535
2793
  #, fuzzy
2794
  msgid ""
2795
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2798,96 +2803,96 @@ msgstr ""
2798
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2799
  "quando a tela é mais estreita do que a largura especificada"
2800
 
2801
- #: admin/social_sharing.php:1544
2802
  #, fuzzy
2803
  msgid "Horizontal floating bar position"
2804
  msgstr "Posição da barra de flutuação horizontal"
2805
 
2806
- #: admin/social_sharing.php:1547
2807
  #, fuzzy, php-format
2808
  msgid "%s pixels from %s"
2809
  msgstr "%s pixels de %s"
2810
 
2811
- #: admin/social_sharing.php:1548
2812
  msgid "Auto-adjust according to screen width (responsive)"
2813
  msgstr ""
2814
 
2815
- #: admin/social_sharing.php:1555
2816
  #, fuzzy
2817
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2818
  msgstr ""
2819
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2820
  "também."
2821
 
2822
- #: admin/social_sharing.php:1575
2823
  msgid "Facebook Share Count"
2824
  msgstr ""
2825
 
2826
- #: admin/social_sharing.php:1579
2827
  msgid "Note"
2828
  msgstr ""
2829
 
2830
- #: admin/social_sharing.php:1579
2831
  msgid "Required only to track Facebook share count"
2832
  msgstr ""
2833
 
2834
- #: admin/social_sharing.php:1594
2835
  #, php-format
2836
  msgid ""
2837
  "Required for Facebook share count to work. Please follow the documentation "
2838
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
2839
  msgstr ""
2840
 
2841
- #: admin/social_sharing.php:1611
2842
  #, php-format
2843
  msgid ""
2844
  "Required for Facebook share count to work. Please follow the documentation "
2845
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
2846
  msgstr ""
2847
 
2848
- #: admin/social_sharing.php:1625
2849
  #, fuzzy
2850
  msgid "Use shortlinks already installed"
2851
  msgstr "Use shortlinks já instalados"
2852
 
2853
- #: admin/social_sharing.php:1635
2854
  #, fuzzy
2855
  msgid "Uses default short url permalinks without using any additional plugin"
2856
  msgstr ""
2857
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2858
 
2859
- #: admin/social_sharing.php:1642
2860
  #, fuzzy
2861
  msgid "Enable bit.ly url shortener for sharing"
2862
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2863
 
2864
- #: admin/social_sharing.php:1696
2865
  #, fuzzy
2866
  msgid "Share Count Cache"
2867
  msgstr "Cache de Contador de Compartilhamento"
2868
 
2869
- #: admin/social_sharing.php:1701
2870
  #, fuzzy
2871
  msgid "Refresh Share Count cache every"
2872
  msgstr "Atualizar o contador de compartilhamento a cada"
2873
 
2874
- #: admin/social_sharing.php:1706
2875
  msgid "Second(s)"
2876
  msgstr ""
2877
 
2878
- #: admin/social_sharing.php:1707
2879
  msgid "Minute(s)"
2880
  msgstr ""
2881
 
2882
- #: admin/social_sharing.php:1708
2883
  msgid "Hour(s)"
2884
  msgstr ""
2885
 
2886
- #: admin/social_sharing.php:1709
2887
  msgid "Day(s)"
2888
  msgstr ""
2889
 
2890
- #: admin/social_sharing.php:1717
2891
  #, php-format
2892
  msgid ""
2893
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2895,22 +2900,22 @@ msgid ""
2895
  "target=\"_blank\">here</a>"
2896
  msgstr ""
2897
 
2898
- #: admin/social_sharing.php:1724
2899
  #, fuzzy
2900
  msgid "Clear Share Counts Cache"
2901
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2902
 
2903
- #: admin/social_sharing.php:1728
2904
  #, fuzzy
2905
  msgid "Share Counts cache cleared successfully."
2906
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2907
 
2908
- #: admin/social_sharing.php:1735
2909
  #, fuzzy
2910
  msgid "Use this to clear cached share counts"
2911
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2912
 
2913
- #: admin/social_sharing.php:1759
2914
  #, fuzzy, php-format
2915
  msgid ""
2916
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2921,17 +2926,17 @@ msgstr ""
2921
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2922
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2923
 
2924
- #: admin/social_sharing.php:1768
2925
  #, fuzzy
2926
  msgid "Username in sharing"
2927
  msgstr "Username no compartilhamento"
2928
 
2929
- #: admin/social_sharing.php:1773
2930
  #, fuzzy
2931
  msgid "Twitter username (without @)"
2932
  msgstr "Username do Twitter (sem @)"
2933
 
2934
- #: admin/social_sharing.php:1783 admin/social_sharing.php:1801
2935
  #, fuzzy
2936
  msgid ""
2937
  "Provided username will be appended after the content being shared as \"via "
@@ -2942,50 +2947,50 @@ msgstr ""
2942
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2943
  "no conteúdo sendo compartilhado."
2944
 
2945
- #: admin/social_sharing.php:1791
2946
  #, fuzzy
2947
  msgid "Buffer username (without @)"
2948
  msgstr "Username do Buffer (sem @)"
2949
 
2950
- #: admin/social_sharing.php:1810
2951
  msgid "AMP"
2952
  msgstr ""
2953
 
2954
- #: admin/social_sharing.php:1815
2955
  msgid "Enable sharing on AMP pages"
2956
  msgstr ""
2957
 
2958
- #: admin/social_sharing.php:1825
2959
  msgid "Enable this option to render sharing icons on AMP pages"
2960
  msgstr ""
2961
 
2962
- #: admin/social_sharing.php:1882
2963
  #, fuzzy
2964
  msgid "Facebook Sharing Troubleshooter"
2965
  msgstr "Solução de problema no compartilhamento com o Facebook"
2966
 
2967
- #: admin/social_sharing.php:1887
2968
  msgid ""
2969
  "If Facebook sharing is not working fine, click at the following link and "
2970
  "enter the problematic url (where Facebook sharing is not working properly) "
2971
  "of your website in the text field. Click \"Debug\" button."
2972
  msgstr ""
2973
 
2974
- #: admin/social_sharing.php:1905
2975
  msgid ""
2976
  "Why is sharer not showing the correct image, title and other meta tags "
2977
  "content?"
2978
  msgstr ""
2979
 
2980
- #: admin/social_sharing.php:1906
2981
  msgid "Why is Facebook share count not working?"
2982
  msgstr ""
2983
 
2984
- #: admin/social_sharing.php:1909
2985
  msgid "Why is Instagram icon redirecting to Instagram website?"
2986
  msgstr ""
2987
 
2988
- #: admin/social_sharing.php:1910
2989
  msgid ""
2990
  "Instagram icon is there to send website visitors to the Instagram page of "
2991
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2993,36 +2998,36 @@ msgid ""
2993
  "sections."
2994
  msgstr ""
2995
 
2996
- #: admin/social_sharing.php:1913
2997
  msgid "How to customize the url being shared?"
2998
  msgstr ""
2999
 
3000
- #: admin/social_sharing.php:1914
3001
  msgid ""
3002
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3003
  msgstr ""
3004
 
3005
- #: admin/social_sharing.php:1915
3006
  msgid ""
3007
  "It takes some time for their service to track the shares made on Twitter "
3008
  "from your website. If you still feel it's taking too long you can contact "
3009
  "their support directly from their website."
3010
  msgstr ""
3011
 
3012
- #: admin/social_sharing.php:1918
3013
  msgid ""
3014
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3015
  msgstr ""
3016
 
3017
- #: admin/social_sharing.php:1920
3018
  msgid "Why the color of share icons is not being updated?"
3019
  msgstr ""
3020
 
3021
- #: admin/social_sharing.php:1921
3022
  msgid "Why Facebook share counts are not appearing?"
3023
  msgstr ""
3024
 
3025
- #: admin/social_sharing.php:1922
3026
  #, fuzzy
3027
  msgid ""
3028
  "How can I show share counts of my website rather than of individual pages/"
@@ -3031,52 +3036,52 @@ msgstr ""
3031
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3032
  "das páginas/posts individuais?"
3033
 
3034
- #: admin/social_sharing.php:1923
3035
  #, fuzzy
3036
  msgid "How can I disable sharing on particular page/post?"
3037
  msgstr ""
3038
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3039
 
3040
- #: admin/social_sharing.php:1924
3041
  #, fuzzy
3042
  msgid "How can I specify minimum sharing count for sharing networks?"
3043
  msgstr ""
3044
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3045
  "sociais?"
3046
 
3047
- #: admin/social_sharing.php:1925
3048
  #, fuzzy
3049
  msgid "How to share specific page?"
3050
  msgstr "Como compartilhar página específica?"
3051
 
3052
- #: admin/social_sharing.php:1926
3053
  #, fuzzy
3054
  msgid "How to integrate Google Analytics with sharing?"
3055
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3056
 
3057
- #: admin/social_sharing.php:1927
3058
  #, fuzzy
3059
  msgid "How to customize the look of total share counts?"
3060
  msgstr ""
3061
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3062
 
3063
- #: admin/social_sharing.php:1928
3064
  #, fuzzy
3065
  msgid "How to customize the look of individual share counts?"
3066
  msgstr ""
3067
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3068
 
3069
- #: admin/social_sharing.php:1929
3070
  #, fuzzy
3071
  msgid "How to show Whatsapp icon only on mobile devices?"
3072
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3073
 
3074
- #: admin/social_sharing.php:1930
3075
  #, fuzzy
3076
  msgid "How to hide arrow after floating sharing bar?"
3077
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3078
 
3079
- #: admin/social_sharing.php:1931
3080
  msgid "Why is share count not getting updated?"
3081
  msgstr ""
3082
 
@@ -3102,88 +3107,88 @@ msgstr ""
3102
  msgid "Settings"
3103
  msgstr "Configurações"
3104
 
3105
- #: helper.php:579
3106
  #, fuzzy
3107
  msgid "Account linked successfully"
3108
  msgstr "Conta associada com sucesso"
3109
 
3110
- #: helper.php:583
3111
  #, fuzzy
3112
  msgid "Account already exists or linked"
3113
  msgstr "Conta já existente ou já está associada"
3114
 
3115
- #: helper.php:619 helper.php:621
3116
  #, fuzzy
3117
  msgid "Login with"
3118
  msgstr "Ganhe pontos na Autenticação Social"
3119
 
3120
- #: helper.php:656 helper.php:662
3121
  #, fuzzy
3122
  msgid "Currently"
3123
  msgstr "Atualmente"
3124
 
3125
- #: helper.php:656 helper.php:662
3126
  msgid "Connected with"
3127
  msgstr ""
3128
 
3129
- #: helper.php:656 helper.php:662
3130
  #, fuzzy
3131
  msgid "Remove"
3132
  msgstr "Remover"
3133
 
3134
- #: helper.php:733
3135
  #, fuzzy
3136
  msgid "Social Account Linking"
3137
  msgstr ""
3138
  "Habilitar estar opção para exibir a conta social associada a página de "
3139
  "interface de perfil do BuddyPress"
3140
 
3141
- #: helper.php:783
3142
  #, fuzzy
3143
  msgid "Disable Standard Social Sharing on this "
3144
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3145
 
3146
- #: helper.php:788
3147
  #, fuzzy
3148
  msgid "Disable Floating Social Sharing on this "
3149
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3150
 
3151
- #: helper.php:793
3152
  #, fuzzy
3153
  msgid "Disable Standard like buttons on this "
3154
  msgstr "Desabilitar o botão de like padrão neste(a) "
3155
 
3156
- #: helper.php:798
3157
  #, fuzzy
3158
  msgid "Disable Floating like buttons on this "
3159
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3160
 
3161
- #: helper.php:803
3162
  #, fuzzy
3163
  msgid "Disable Social Commenting on this "
3164
  msgstr "Desabilitar o Comentário Social neste(a) "
3165
 
3166
- #: helper.php:812
3167
  #, fuzzy
3168
  msgid "Standard Sharing Interface"
3169
  msgstr "Interface Padrão de Compartilhamento"
3170
 
3171
- #: helper.php:818 helper.php:837
3172
  #, fuzzy
3173
  msgid "Starting share count for "
3174
  msgstr "Iniciando contagem compartilhada para "
3175
 
3176
- #: helper.php:831
3177
  #, fuzzy
3178
  msgid "Floating Sharing Interface"
3179
  msgstr "Interface de Compartilhamento Flutuante"
3180
 
3181
- #: helper.php:927 super_socializer.php:2363
3182
  #, fuzzy
3183
  msgid "Social Avatar"
3184
  msgstr "Avatar Social"
3185
 
3186
- #: helper.php:930 super_socializer.php:2374
3187
  #, fuzzy
3188
  msgid ""
3189
  "Do not fetch and update social avatar from my profile, next time I Social "
@@ -3192,39 +3197,39 @@ msgstr ""
3192
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3193
  "Autenticação Social"
3194
 
3195
- #: helper.php:931 super_socializer.php:2378
3196
  #, fuzzy
3197
  msgid "Update social avatar, next time I Social Login"
3198
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3199
 
3200
- #: helper.php:934
3201
  #, fuzzy
3202
  msgid "Small Avatar"
3203
  msgstr "Avatar Pequeno"
3204
 
3205
- #: helper.php:938
3206
  #, fuzzy
3207
  msgid "Large Avatar"
3208
  msgstr "Avatar Grande"
3209
 
3210
- #: helper.php:998 super_socializer.php:1924
3211
  #, fuzzy
3212
  msgid "Please verify your email address to login."
3213
  msgstr "Por favor verifique seu endereço de email no login."
3214
 
3215
- #: helper.php:1035
3216
  msgid "Click to delete social profile data"
3217
  msgstr ""
3218
 
3219
- #: helper.php:1064
3220
  msgid "Deleting"
3221
  msgstr ""
3222
 
3223
- #: helper.php:1074
3224
  msgid "Deleted"
3225
  msgstr ""
3226
 
3227
- #: helper.php:1076
3228
  msgid "Something bad happened"
3229
  msgstr ""
3230
 
@@ -3284,29 +3289,29 @@ msgstr ""
3284
  msgid "More"
3285
  msgstr ""
3286
 
3287
- #: inc/social_sharing.php:241 super_socializer.php:2034
3288
  #, fuzzy
3289
  msgid "Share"
3290
  msgstr "Posição do contador de compartilhamento"
3291
 
3292
- #: inc/social_sharing.php:241 super_socializer.php:2034
3293
  #, fuzzy
3294
  msgid "Shares"
3295
  msgstr ""
3296
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3297
  "de compartilhamento"
3298
 
3299
- #: inc/social_sharing.php:942 inc/social_sharing.php:1180
3300
  #, fuzzy
3301
  msgid "Invalid request"
3302
  msgstr "Requisição inválida"
3303
 
3304
- #: inc/social_sharing.php:949
3305
  #, fuzzy
3306
  msgid "Providers not selected"
3307
  msgstr "Provedor não selecionado"
3308
 
3309
- #: inc/social_sharing_networks.php:57
3310
  msgid "Copy Link"
3311
  msgstr ""
3312
 
@@ -3554,27 +3559,31 @@ msgstr ""
3554
  msgid "RSS Feed URL:"
3555
  msgstr ""
3556
 
3557
- #: super_socializer.php:1707
 
 
 
 
3558
  msgid ""
3559
  "cURL is not enabled at your website server. Please contact your website "
3560
  "server administrator to enable it."
3561
  msgstr ""
3562
 
3563
- #: super_socializer.php:1735
3564
  #, php-format
3565
  msgid ""
3566
  "Enter exactly the following url in <strong>Website</strong> option in your "
3567
  "Twitter app (see step 3 %s)"
3568
  msgstr ""
3569
 
3570
- #: super_socializer.php:1738
3571
  #, php-format
3572
  msgid ""
3573
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3574
  "your Twitter app (see step 3 %s)"
3575
  msgstr ""
3576
 
3577
- #: super_socializer.php:1741
3578
  #, fuzzy
3579
  msgid ""
3580
  "Make sure cURL is enabled at your website server. You may need to contact "
@@ -3583,127 +3592,127 @@ msgstr ""
3583
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3584
  "que contatar o administrador do servidor do seu website para verificar isso."
3585
 
3586
- #: super_socializer.php:1902
3587
  msgid "Search"
3588
  msgstr ""
3589
 
3590
- #: super_socializer.php:1924
3591
  #, fuzzy
3592
  msgid "Your email has been verified. Now you can login to your account"
3593
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3594
 
3595
- #: super_socializer.php:1928
3596
  #, fuzzy
3597
  msgid "Notification"
3598
  msgstr "Notificaçao"
3599
 
3600
- #: super_socializer.php:1949
3601
  #, fuzzy
3602
  msgid "Please check your email inbox to complete the registration."
3603
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3604
 
3605
- #: super_socializer.php:2018
3606
  #, fuzzy
3607
  msgid "Leave a reply"
3608
  msgstr "Deixe uma resposta"
3609
 
3610
- #: super_socializer.php:2034
3611
  msgid "Link copied."
3612
  msgstr ""
3613
 
3614
- #: super_socializer.php:2279
3615
  #, fuzzy
3616
  msgid "Super Socializer - General Options"
3617
  msgstr "Super Socializer - Opções Gerais"
3618
 
3619
- #: super_socializer.php:2350
3620
  msgid ""
3621
  "I agree to my personal data being stored and used as per Privacy Policy and "
3622
  "Terms and Conditions"
3623
  msgstr ""
3624
 
3625
- #: super_socializer.php:2354
3626
  msgid ""
3627
  "I revoke my consent to store and use my personal data. Kindly delete my "
3628
  "personal data saved in this website."
3629
  msgstr ""
3630
 
3631
- #: super_socializer.php:2366
3632
  #, fuzzy
3633
  msgid "Small Avatar Url"
3634
  msgstr "Url para Avatar pequeno"
3635
 
3636
- #: super_socializer.php:2370
3637
  #, fuzzy
3638
  msgid "Large Avatar Url"
3639
  msgstr "Url para Avatar Grande"
3640
 
3641
- #: super_socializer.php:2472
3642
  msgid "Login with your Social ID"
3643
  msgstr ""
3644
 
3645
- #: super_socializer.php:2473
3646
  #, fuzzy
3647
  msgid "Email you entered is already registered or invalid"
3648
  msgstr "Email fornecido já está registrado ou é inválido"
3649
 
3650
- #: super_socializer.php:2480
3651
  #, fuzzy
3652
  msgid "Please enter a valid email address. You might be required to verify it"
3653
  msgstr ""
3654
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3655
  "confirmá-lo"
3656
 
3657
- #: super_socializer.php:2484 super_socializer.php:3238
3658
  #, fuzzy
3659
  msgid "Link your social account to login to your account at this website"
3660
  msgstr "Associe sua conta social ao login de sua conta neste website"
3661
 
3662
- #: super_socializer.php:2741
3663
  msgid "Thanks for installing Super Socializer plugin"
3664
  msgstr ""
3665
 
3666
- #: super_socializer.php:2743
3667
  msgid "Configure the Plugin"
3668
  msgstr ""
3669
 
3670
- #: super_socializer.php:2754
3671
  msgid ""
3672
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3673
  "current version of Super Socializer"
3674
  msgstr ""
3675
 
3676
- #: super_socializer.php:2763
3677
  msgid ""
3678
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3679
  "version of Super Socializer"
3680
  msgstr ""
3681
 
3682
- #: super_socializer.php:2772
3683
  msgid ""
3684
  "Update \"Social Login Buttons\" add-on to version 1.2.9 or above for "
3685
  "compatibility with the current version of Super Socializer"
3686
  msgstr ""
3687
 
3688
- #: super_socializer.php:2781
3689
  msgid ""
3690
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
3691
  "with current version of Super Socializer"
3692
  msgstr ""
3693
 
3694
- #: super_socializer.php:2790
3695
  msgid ""
3696
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3697
  "with current version of Super Socializer"
3698
  msgstr ""
3699
 
3700
- #: super_socializer.php:2801
3701
  #, php-format
3702
  msgid ""
3703
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3704
  msgstr ""
3705
 
3706
- #: super_socializer.php:2810
3707
  #, php-format
3708
  msgid ""
3709
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3711,7 +3720,7 @@ msgid ""
3711
  "Instagram App Secret <a href=\"%s\">here</a>"
3712
  msgstr ""
3713
 
3714
- #: super_socializer.php:2819 super_socializer.php:2828
3715
  #, php-format
3716
  msgid ""
3717
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3720,13 +3729,13 @@ msgid ""
3720
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3721
  msgstr ""
3722
 
3723
- #: super_socializer.php:2844
3724
  #, php-format
3725
  msgid ""
3726
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3727
  msgstr ""
3728
 
3729
- #: super_socializer.php:2868
3730
  #, php-format
3731
  msgid ""
3732
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3734,14 +3743,14 @@ msgid ""
3734
  "target=\"_blank\">here</a>"
3735
  msgstr ""
3736
 
3737
- #: super_socializer.php:2868 super_socializer.php:2893
3738
- #: super_socializer.php:2918 super_socializer.php:2943
3739
- #: super_socializer.php:2976 super_socializer.php:3004
3740
- #: super_socializer.php:3031
3741
  msgid "Okay"
3742
  msgstr ""
3743
 
3744
- #: super_socializer.php:2893
3745
  #, php-format
3746
  msgid ""
3747
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3749,7 +3758,7 @@ msgid ""
3749
  "\">here</a>"
3750
  msgstr ""
3751
 
3752
- #: super_socializer.php:2918
3753
  #, php-format
3754
  msgid ""
3755
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3757,7 +3766,7 @@ msgid ""
3757
  "target=\"_blank\">here</a>"
3758
  msgstr ""
3759
 
3760
- #: super_socializer.php:2943
3761
  #, php-format
3762
  msgid ""
3763
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3765,13 +3774,13 @@ msgid ""
3765
  "target=\"_blank\">here</a>"
3766
  msgstr ""
3767
 
3768
- #: super_socializer.php:2954
3769
  #, php-format
3770
  msgid ""
3771
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3772
  msgstr ""
3773
 
3774
- #: super_socializer.php:2976
3775
  #, php-format
3776
  msgid ""
3777
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3779,7 +3788,7 @@ msgid ""
3779
  "\"%s\" target=\"_blank\">here</a>"
3780
  msgstr ""
3781
 
3782
- #: super_socializer.php:3004
3783
  #, php-format
3784
  msgid ""
3785
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3788,7 +3797,7 @@ msgid ""
3788
  "your website %s with them. No need to copy-paste any code from their website."
3789
  msgstr ""
3790
 
3791
- #: super_socializer.php:3031
3792
  #, php-format
3793
  msgid ""
3794
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3796,7 +3805,7 @@ msgid ""
3796
  "\"%s\" target=\"_blank\">here</a>"
3797
  msgstr ""
3798
 
3799
- #: super_socializer.php:3056
3800
  #, php-format
3801
  msgid ""
3802
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3804,11 +3813,11 @@ msgid ""
3804
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3805
  msgstr ""
3806
 
3807
- #: super_socializer.php:3056 super_socializer.php:3083
3808
  msgid "Dismiss"
3809
  msgstr ""
3810
 
3811
- #: super_socializer.php:3082
3812
  #, php-format
3813
  msgid ""
3814
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -3817,7 +3826,7 @@ msgid ""
3817
  "that, clear share counts cache from \"Miscellaneous\" section"
3818
  msgstr ""
3819
 
3820
- #: super_socializer.php:3314
3821
  msgid ""
3822
  "Your browser is blocking some features of this website. Please follow the "
3823
  "instructions at {support_url} to unblock these."
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-06-28 17:18+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:784
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
23
  #: admin/social_login.php:5 admin/social_login.php:1984
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1965
25
  #, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
29
  msgstr ""
30
 
31
  #: admin/general_options.php:15 admin/social_commenting.php:47
32
+ #: super_socializer.php:2290
33
  #, fuzzy
34
  msgid "General Options"
35
  msgstr "Opções Gerais"
88
 
89
  #: admin/general_options.php:89 admin/like_buttons.php:780
90
  #: admin/social_commenting.php:400 admin/social_login.php:1980
91
+ #: admin/social_sharing.php:1961 helper.php:936
92
  #, fuzzy
93
  msgid "Save Changes"
94
  msgstr "Salvar Alterações"
95
 
96
  #: admin/general_options.php:103 admin/like_buttons.php:790
97
  #: admin/social_commenting.php:410 admin/social_login.php:1990
98
+ #: admin/social_sharing.php:1971
99
  msgid "Instagram Shoutout"
100
  msgstr ""
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:792
103
  #: admin/social_commenting.php:412 admin/social_login.php:1992
104
+ #: admin/social_sharing.php:1973
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
107
  "business, we would be glad to shoutout on Instagram. You can also send any "
245
 
246
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
247
  #: admin/social_login.php:45 admin/social_login.php:1946
248
+ #: admin/social_sharing.php:67 admin/social_sharing.php:1886
249
+ #: admin/social_sharing.php:1888
250
  #, fuzzy
251
  msgid "Shortcode & Widget"
252
  msgstr "Shortcode & Widget"
254
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
255
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
256
  #: admin/social_login.php:46 admin/social_login.php:1960
257
+ #: admin/social_sharing.php:69 admin/social_sharing.php:1919
258
  #, fuzzy
259
  msgid "FAQ"
260
  msgstr "P&R"
275
  msgstr "Controle mestre para habiliat botões de like horizontal"
276
 
277
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
278
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1124
279
  #, fuzzy
280
  msgid "Target Url"
281
  msgstr "Url Destino"
282
 
283
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
284
+ #: admin/social_sharing.php:707 admin/social_sharing.php:1128
285
  #, fuzzy
286
  msgid "Url of the webpage where icons are located (default)"
287
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
288
 
289
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
290
+ #: admin/social_sharing.php:709 admin/social_sharing.php:1130
291
  #, fuzzy
292
  msgid "Url of the homepage of your website"
293
  msgstr "Url da homepage do seu website"
294
 
295
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
296
+ #: admin/social_sharing.php:711 admin/social_sharing.php:1132
297
  #, fuzzy
298
  msgid "Custom url"
299
  msgstr "Url personalizada"
326
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
327
 
328
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
329
+ #: admin/social_sharing.php:912 admin/social_sharing.php:1310
330
  #, fuzzy
331
  msgid "Horizontal alignment"
332
  msgstr "Alinhamento horizonal"
333
 
334
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
335
  #: admin/social_sharing.php:343 admin/social_sharing.php:641
336
+ #: admin/social_sharing.php:916 admin/social_sharing.php:1314
337
  #: inc/widget.php:446 inc/widget.php:758
338
  #, fuzzy
339
  msgid "Left"
346
 
347
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
348
  #: admin/social_sharing.php:347 admin/social_sharing.php:645
349
+ #: admin/social_sharing.php:918 admin/social_sharing.php:1315
350
  #: inc/widget.php:447 inc/widget.php:759
351
  #, fuzzy
352
  msgid "Right"
384
 
385
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
386
  #: admin/social_login.php:1548 admin/social_login.php:1577
387
+ #: admin/social_sharing.php:957 admin/social_sharing.php:1389
388
  #, fuzzy
389
  msgid "Homepage"
390
  msgstr "Homepage"
391
 
392
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
393
+ #: admin/social_sharing.php:959 admin/social_sharing.php:1391
394
  #, fuzzy
395
  msgid "Posts"
396
  msgstr "Posts"
397
 
398
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
399
+ #: admin/social_sharing.php:961 admin/social_sharing.php:1393
400
  #, fuzzy
401
  msgid "Pages"
402
  msgstr "Páginas"
403
 
404
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
405
+ #: admin/social_sharing.php:963 admin/social_sharing.php:1395
406
  msgid "Excerpts and Posts page"
407
  msgstr ""
408
 
409
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
410
+ #: admin/social_sharing.php:965 admin/social_sharing.php:1397
411
  #, fuzzy
412
  msgid "Category Archives"
413
  msgstr "Arquivos de Categorias"
414
 
415
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
416
+ #: admin/social_sharing.php:967 admin/social_sharing.php:1399
417
  #, fuzzy
418
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
419
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
429
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
430
 
431
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
432
+ #: admin/social_sharing.php:991 admin/social_sharing.php:1421
433
  #, fuzzy
434
  msgid "BBPress forum"
435
  msgstr "Forum BBPress"
436
 
437
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
438
+ #: admin/social_sharing.php:994 admin/social_sharing.php:1424
439
  #, fuzzy
440
  msgid "BBPress topic"
441
  msgstr "Tópico BBPress"
481
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
482
 
483
  #: admin/like_buttons.php:398 admin/social_sharing.php:295
484
+ #: admin/social_sharing.php:594 admin/social_sharing.php:1293
485
  #: inc/widget.php:460 inc/widget.php:772
486
  #, fuzzy
487
  msgid "Background Color"
500
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
501
  "target=\\\"_blank\\\">neste link</a>"
502
 
503
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1331
504
  #, fuzzy
505
  msgid "Left offset"
506
  msgstr "Ajuste à esquerda"
515
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
516
  "negativos também."
517
 
518
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1350
519
  #, fuzzy
520
  msgid "Right offset"
521
  msgstr "Ajuste à direita"
530
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
531
  "negativos também."
532
 
533
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1368
534
  #, fuzzy
535
  msgid "Top offset"
536
  msgstr "Ajuste acima"
544
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
545
  "e decrementos deslocam para cima."
546
 
547
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1413
548
  #, fuzzy
549
  msgid "BuddyPress group"
550
  msgstr "Grupo BuddyPress"
565
  msgstr ""
566
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
567
 
568
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1632
569
  #, fuzzy
570
  msgid "Url shortener"
571
  msgstr "Encurtador de Url"
589
  msgid "Enable bit.ly url shortener for tweet button"
590
  msgstr "Habilitar bit.ly url shortener para botões tweet"
591
 
592
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1664
593
  #, fuzzy
594
  msgid "Master control to enable bit.ly url shortening for sharing"
595
  msgstr ""
596
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
597
 
598
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1671
599
  msgid "Bit.ly generic access token"
600
  msgstr ""
601
 
602
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1681
603
  #, php-format
604
  msgid ""
605
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
608
  "\">link</a>"
609
  msgstr ""
610
 
611
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1688
612
  #, fuzzy
613
  msgid "Clear Bitly Cache"
614
  msgstr "Limpar o Cache Bitly"
615
 
616
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1692
617
  #, fuzzy
618
  msgid "ShortUrl cache cleared successfully."
619
  msgstr "Cache ShortUrl limpo com sucesso."
620
 
621
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1699
622
  #, fuzzy
623
  msgid ""
624
  "Use this to delete short urls saved in database. Handy, if urls of your "
630
  "geradas para suas urls antigas."
631
 
632
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
633
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1761
634
+ #: admin/social_sharing.php:1766
635
  #, fuzzy
636
  msgid "Language"
637
  msgstr "Languagem"
681
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
682
  "nenhum username."
683
 
684
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1861
685
  msgid "myCRED"
686
  msgstr ""
687
 
688
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1866
689
  msgid "Append myCRED referral ID to the urls being shared"
690
  msgstr ""
691
 
694
  msgid "Like Buttons Shortcode & Widget"
695
  msgstr "Botões Like Shortcode & Widget"
696
 
697
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1949
698
  msgid "Why is there so much space between like buttons?"
699
  msgstr ""
700
 
701
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1950
702
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
703
  msgstr ""
704
 
705
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1934
706
  msgid "How to Place Title and Social Share Icons in the Same Row?"
707
  msgstr ""
708
 
951
  msgstr "Shortcode em Comentário Social"
952
 
953
  #: admin/social_commenting.php:386 admin/social_login.php:1962
954
+ #: admin/social_sharing.php:1921
955
  msgid ""
956
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
957
  "an online website for the plugin to function properly."
969
  msgstr ""
970
 
971
  #: admin/social_commenting.php:389 admin/social_login.php:1969
972
+ #: admin/social_sharing.php:1936
973
  msgid "Why is my browser blocking some features of the plugin?"
974
  msgstr ""
975
 
1009
  msgstr ""
1010
 
1011
  #: admin/social_login.php:41 admin/social_login.php:1746
1012
+ #: super_socializer.php:2358
1013
  msgid "GDPR"
1014
  msgstr ""
1015
 
1154
  msgstr ""
1155
 
1156
  #: admin/social_login.php:203
1157
+ msgid "Mail.ru"
1158
  msgstr ""
1159
 
1160
  #: admin/social_login.php:207
1171
  msgstr ""
1172
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1173
 
1174
+ #: admin/social_login.php:226 admin/social_sharing.php:1596
1175
  #, fuzzy
1176
  msgid "Facebook App ID"
1177
  msgstr "Facebook App ID"
1191
  "Paste following url in <strong>Site URL</strong> option mentioned at the link"
1192
  msgstr ""
1193
 
1194
+ #: admin/social_login.php:247 admin/social_sharing.php:1613
1195
  msgid "Facebook App Secret"
1196
  msgstr ""
1197
 
2000
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2001
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2002
 
2003
+ #: admin/social_login.php:1490 super_socializer.php:1957
2004
  #, fuzzy
2005
  msgid "Email required"
2006
  msgstr "Necessário email"
2306
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2307
  msgstr ""
2308
 
2309
+ #: admin/social_sharing.php:49 admin/social_sharing.php:1924
2310
  msgid ""
2311
  "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
2312
  "Facebook share count to work"
2547
  msgid "Master control to enable standard sharing"
2548
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
2549
 
2550
+ #: admin/social_sharing.php:718 admin/social_sharing.php:1139
2551
  #, fuzzy
2552
  msgid "Url to share"
2553
  msgstr "Url para compartilhar"
2557
  msgid "The text to display above the sharing interface"
2558
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
2559
 
2560
+ #: admin/social_sharing.php:759 admin/social_sharing.php:1147
2561
  msgid "Instagram username"
2562
  msgstr ""
2563
 
2564
+ #: admin/social_sharing.php:769 admin/social_sharing.php:1157
2565
  msgid ""
2566
  "Username of the Instagram account you want to redirect users to, on clicking "
2567
  "the icon"
2568
  msgstr ""
2569
 
2570
+ #: admin/social_sharing.php:778 admin/social_sharing.php:1166
2571
  msgid "HTML ID of container element of comment form"
2572
  msgstr ""
2573
 
2574
+ #: admin/social_sharing.php:788 admin/social_sharing.php:1176
2575
  msgid ""
2576
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2577
  "icon."
2578
  msgstr ""
2579
 
2580
+ #: admin/social_sharing.php:801 admin/social_sharing.php:1184
2581
  #, fuzzy
2582
  msgid "Rearrange icons"
2583
  msgstr "Rearranjar ícones"
2584
 
2585
+ #: admin/social_sharing.php:862 admin/social_sharing.php:1243
2586
  #, fuzzy
2587
  msgid "Drag the icons to rearrange in desired order"
2588
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2589
 
2590
+ #: admin/social_sharing.php:869 admin/social_sharing.php:1250
2591
  #, fuzzy
2592
  msgid "Select Sharing Services"
2593
  msgstr "Selecione os Serviços Compartilhados"
2594
 
2595
+ #: admin/social_sharing.php:876 admin/social_sharing.php:1257
2596
  #, fuzzy
2597
  msgid "Select sharing services to show in social share bar"
2598
  msgstr ""
2599
  "Selecione os serviços compartilhados para exibir na barra de "
2600
  "compartilhamento social"
2601
 
2602
+ #: admin/social_sharing.php:894 admin/social_sharing.php:1275
2603
  msgid "Search social network"
2604
  msgstr ""
2605
 
2606
+ #: admin/social_sharing.php:926 admin/social_sharing.php:1323
2607
  #, fuzzy
2608
  msgid "Horizontal alignment of the sharing interface"
2609
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2614
  msgstr ""
2615
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2616
 
2617
+ #: admin/social_sharing.php:953 admin/social_sharing.php:1385
2618
  #, fuzzy
2619
  msgid "Placement"
2620
  msgstr "Localização"
2626
  "Especifique as páginas onde você deseja habilitar a interface de "
2627
  "compartilhamento"
2628
 
2629
+ #: admin/social_sharing.php:1028 admin/social_sharing.php:1441
2630
  #, fuzzy
2631
  msgid "Show share counts"
2632
  msgstr "Exibir contadores de compartilhamento"
2633
 
2634
+ #: admin/social_sharing.php:1033 admin/social_sharing.php:1446
2635
  msgid ""
2636
+ "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2637
+ "Odnoklassniki, Fintel and Vkontakte"
2638
  msgstr ""
2639
 
2640
+ #: admin/social_sharing.php:1034 admin/social_sharing.php:1447
2641
  #, php-format
2642
  msgid ""
2643
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2646
  "their website."
2647
  msgstr ""
2648
 
2649
+ #: admin/social_sharing.php:1041 admin/social_sharing.php:1454
2650
  #, fuzzy
2651
  msgid "If enabled, share counts are displayed above sharing icons."
2652
  msgstr ""
2653
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2654
  "ícones de compartilhamento."
2655
 
2656
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2657
+ #: admin/social_sharing.php:1708
2658
+ msgid "Track Social Shares for Every Social Network"
2659
+ msgstr ""
2660
+
2661
+ #: admin/social_sharing.php:1055 admin/social_sharing.php:1468
2662
  #, fuzzy
2663
  msgid "Show total shares"
2664
  msgstr "Exibe total de compartilhamentos"
2665
 
2666
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2667
  #, fuzzy
2668
  msgid "If enabled, total shares will be displayed with sharing icons"
2669
  msgstr ""
2670
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2671
  "de compartilhamento"
2672
 
2673
+ #: admin/social_sharing.php:1073 admin/social_sharing.php:1486
2674
  #, fuzzy
2675
  msgid "Enable 'More' icon"
2676
  msgstr "Habilitar 'Mais' ícones"
2677
 
2678
+ #: admin/social_sharing.php:1083 admin/social_sharing.php:1496
2679
  #, fuzzy
2680
  msgid ""
2681
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2685
  "de compartilhamento com a exibição adicional das redes sociais "
2686
  "compartilhadas em um popup"
2687
 
2688
+ #: admin/social_sharing.php:1100
2689
  #, fuzzy
2690
  msgid "Floating Sharing Interface Options"
2691
  msgstr "Opções da Interface de Compartilhamento Flutuante"
2692
 
2693
+ #: admin/social_sharing.php:1105
2694
  #, fuzzy
2695
  msgid "Enable Floating sharing interface"
2696
  msgstr "Habilita interface de compartilhamento flutuante"
2697
 
2698
+ #: admin/social_sharing.php:1115
2699
  #, fuzzy
2700
  msgid "Master control to enable floating sharing widget"
2701
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2702
 
2703
+ #: admin/social_sharing.php:1303
2704
  #, fuzzy
2705
  msgid ""
2706
  "Specify the color or hex code (example #cc78e0) for the background of "
2713
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2714
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2715
 
2716
+ #: admin/social_sharing.php:1341
2717
  #, fuzzy
2718
  msgid ""
2719
  "Specify a number. Increase in number will shift sharing interface towards "
2724
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2725
  "negativos."
2726
 
2727
+ #: admin/social_sharing.php:1360
2728
  #, fuzzy
2729
  msgid ""
2730
  "Specify a number. Increase in number will shift sharing interface towards "
2735
  "interface de compartilhamento para a direita. Os números podem também ser "
2736
  "negativos."
2737
 
2738
+ #: admin/social_sharing.php:1378
2739
  #, fuzzy
2740
  msgid ""
2741
  "Specify a number. Increase in number will shift sharing interface towards "
2745
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2746
  "interface de compartilhamento para cima."
2747
 
2748
+ #: admin/social_sharing.php:1434
2749
  #, fuzzy
2750
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2751
  msgstr ""
2752
  "Especifique as páginas onde você deseja habilitar a interface de "
2753
  "compartilhamento vertical"
2754
 
2755
+ #: admin/social_sharing.php:1503
2756
  msgid "Hide floating slider"
2757
  msgstr ""
2758
 
2759
+ #: admin/social_sharing.php:1513
2760
  msgid "Hides the slider arrow present below the floating share bar"
2761
  msgstr ""
2762
 
2763
+ #: admin/social_sharing.php:1520
2764
  #, fuzzy
2765
  msgid "Vertical floating bar responsiveness"
2766
  msgstr "Sensibilidade da barra flutuante vertical"
2767
 
2768
+ #: admin/social_sharing.php:1523
2769
  #, fuzzy, php-format
2770
  msgid "Display vertical interface only when screen is wider than %s pixels"
2771
  msgstr ""
2772
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2773
 
2774
+ #: admin/social_sharing.php:1530
2775
  #, fuzzy
2776
  msgid ""
2777
  "Display vertical interface only when screen is wider than the width "
2780
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2781
  "especificada."
2782
 
2783
+ #: admin/social_sharing.php:1537
2784
  #, fuzzy
2785
  msgid "Horizontal floating bar responsiveness"
2786
  msgstr "Sensibilidade da barra flutuante horizontal"
2787
 
2788
+ #: admin/social_sharing.php:1540
2789
  #, fuzzy, php-format
2790
  msgid ""
2791
  "Stick vertical floating interface horizontally at bottom only when screen is "
2794
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2795
  "quando a tela é mais estreita do que %s pixels"
2796
 
2797
+ #: admin/social_sharing.php:1547
2798
  #, fuzzy
2799
  msgid ""
2800
  "Stick vertical floating interface horizontally at bottom only when screen is "
2803
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2804
  "quando a tela é mais estreita do que a largura especificada"
2805
 
2806
+ #: admin/social_sharing.php:1556
2807
  #, fuzzy
2808
  msgid "Horizontal floating bar position"
2809
  msgstr "Posição da barra de flutuação horizontal"
2810
 
2811
+ #: admin/social_sharing.php:1559
2812
  #, fuzzy, php-format
2813
  msgid "%s pixels from %s"
2814
  msgstr "%s pixels de %s"
2815
 
2816
+ #: admin/social_sharing.php:1560
2817
  msgid "Auto-adjust according to screen width (responsive)"
2818
  msgstr ""
2819
 
2820
+ #: admin/social_sharing.php:1567
2821
  #, fuzzy
2822
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2823
  msgstr ""
2824
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2825
  "também."
2826
 
2827
+ #: admin/social_sharing.php:1587
2828
  msgid "Facebook Share Count"
2829
  msgstr ""
2830
 
2831
+ #: admin/social_sharing.php:1591
2832
  msgid "Note"
2833
  msgstr ""
2834
 
2835
+ #: admin/social_sharing.php:1591
2836
  msgid "Required only to track Facebook share count"
2837
  msgstr ""
2838
 
2839
+ #: admin/social_sharing.php:1606
2840
  #, php-format
2841
  msgid ""
2842
  "Required for Facebook share count to work. Please follow the documentation "
2843
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
2844
  msgstr ""
2845
 
2846
+ #: admin/social_sharing.php:1623
2847
  #, php-format
2848
  msgid ""
2849
  "Required for Facebook share count to work. Please follow the documentation "
2850
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
2851
  msgstr ""
2852
 
2853
+ #: admin/social_sharing.php:1637
2854
  #, fuzzy
2855
  msgid "Use shortlinks already installed"
2856
  msgstr "Use shortlinks já instalados"
2857
 
2858
+ #: admin/social_sharing.php:1647
2859
  #, fuzzy
2860
  msgid "Uses default short url permalinks without using any additional plugin"
2861
  msgstr ""
2862
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2863
 
2864
+ #: admin/social_sharing.php:1654
2865
  #, fuzzy
2866
  msgid "Enable bit.ly url shortener for sharing"
2867
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2868
 
2869
+ #: admin/social_sharing.php:1713
2870
  #, fuzzy
2871
  msgid "Share Count Cache"
2872
  msgstr "Cache de Contador de Compartilhamento"
2873
 
2874
+ #: admin/social_sharing.php:1718
2875
  #, fuzzy
2876
  msgid "Refresh Share Count cache every"
2877
  msgstr "Atualizar o contador de compartilhamento a cada"
2878
 
2879
+ #: admin/social_sharing.php:1723
2880
  msgid "Second(s)"
2881
  msgstr ""
2882
 
2883
+ #: admin/social_sharing.php:1724
2884
  msgid "Minute(s)"
2885
  msgstr ""
2886
 
2887
+ #: admin/social_sharing.php:1725
2888
  msgid "Hour(s)"
2889
  msgstr ""
2890
 
2891
+ #: admin/social_sharing.php:1726
2892
  msgid "Day(s)"
2893
  msgstr ""
2894
 
2895
+ #: admin/social_sharing.php:1734
2896
  #, php-format
2897
  msgid ""
2898
  "Frequent cache refreshing results in slower loading of pages with share "
2900
  "target=\"_blank\">here</a>"
2901
  msgstr ""
2902
 
2903
+ #: admin/social_sharing.php:1741
2904
  #, fuzzy
2905
  msgid "Clear Share Counts Cache"
2906
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2907
 
2908
+ #: admin/social_sharing.php:1745
2909
  #, fuzzy
2910
  msgid "Share Counts cache cleared successfully."
2911
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2912
 
2913
+ #: admin/social_sharing.php:1752
2914
  #, fuzzy
2915
  msgid "Use this to clear cached share counts"
2916
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2917
 
2918
+ #: admin/social_sharing.php:1776
2919
  #, fuzzy, php-format
2920
  msgid ""
2921
  "Enter the code of the language you want to use for like buttons. You can "
2926
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2927
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2928
 
2929
+ #: admin/social_sharing.php:1785
2930
  #, fuzzy
2931
  msgid "Username in sharing"
2932
  msgstr "Username no compartilhamento"
2933
 
2934
+ #: admin/social_sharing.php:1790
2935
  #, fuzzy
2936
  msgid "Twitter username (without @)"
2937
  msgstr "Username do Twitter (sem @)"
2938
 
2939
+ #: admin/social_sharing.php:1800 admin/social_sharing.php:1818
2940
  #, fuzzy
2941
  msgid ""
2942
  "Provided username will be appended after the content being shared as \"via "
2947
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2948
  "no conteúdo sendo compartilhado."
2949
 
2950
+ #: admin/social_sharing.php:1808
2951
  #, fuzzy
2952
  msgid "Buffer username (without @)"
2953
  msgstr "Username do Buffer (sem @)"
2954
 
2955
+ #: admin/social_sharing.php:1827
2956
  msgid "AMP"
2957
  msgstr ""
2958
 
2959
+ #: admin/social_sharing.php:1832
2960
  msgid "Enable sharing on AMP pages"
2961
  msgstr ""
2962
 
2963
+ #: admin/social_sharing.php:1842
2964
  msgid "Enable this option to render sharing icons on AMP pages"
2965
  msgstr ""
2966
 
2967
+ #: admin/social_sharing.php:1899
2968
  #, fuzzy
2969
  msgid "Facebook Sharing Troubleshooter"
2970
  msgstr "Solução de problema no compartilhamento com o Facebook"
2971
 
2972
+ #: admin/social_sharing.php:1904
2973
  msgid ""
2974
  "If Facebook sharing is not working fine, click at the following link and "
2975
  "enter the problematic url (where Facebook sharing is not working properly) "
2976
  "of your website in the text field. Click \"Debug\" button."
2977
  msgstr ""
2978
 
2979
+ #: admin/social_sharing.php:1922
2980
  msgid ""
2981
  "Why is sharer not showing the correct image, title and other meta tags "
2982
  "content?"
2983
  msgstr ""
2984
 
2985
+ #: admin/social_sharing.php:1923
2986
  msgid "Why is Facebook share count not working?"
2987
  msgstr ""
2988
 
2989
+ #: admin/social_sharing.php:1926
2990
  msgid "Why is Instagram icon redirecting to Instagram website?"
2991
  msgstr ""
2992
 
2993
+ #: admin/social_sharing.php:1927
2994
  msgid ""
2995
  "Instagram icon is there to send website visitors to the Instagram page of "
2996
  "your choice. You can save the desired Instagram handle in \"Instagram "
2998
  "sections."
2999
  msgstr ""
3000
 
3001
+ #: admin/social_sharing.php:1930
3002
  msgid "How to customize the url being shared?"
3003
  msgstr ""
3004
 
3005
+ #: admin/social_sharing.php:1931
3006
  msgid ""
3007
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3008
  msgstr ""
3009
 
3010
+ #: admin/social_sharing.php:1932
3011
  msgid ""
3012
  "It takes some time for their service to track the shares made on Twitter "
3013
  "from your website. If you still feel it's taking too long you can contact "
3014
  "their support directly from their website."
3015
  msgstr ""
3016
 
3017
+ #: admin/social_sharing.php:1935
3018
  msgid ""
3019
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3020
  msgstr ""
3021
 
3022
+ #: admin/social_sharing.php:1937
3023
  msgid "Why the color of share icons is not being updated?"
3024
  msgstr ""
3025
 
3026
+ #: admin/social_sharing.php:1938
3027
  msgid "Why Facebook share counts are not appearing?"
3028
  msgstr ""
3029
 
3030
+ #: admin/social_sharing.php:1939
3031
  #, fuzzy
3032
  msgid ""
3033
  "How can I show share counts of my website rather than of individual pages/"
3036
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3037
  "das páginas/posts individuais?"
3038
 
3039
+ #: admin/social_sharing.php:1940
3040
  #, fuzzy
3041
  msgid "How can I disable sharing on particular page/post?"
3042
  msgstr ""
3043
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3044
 
3045
+ #: admin/social_sharing.php:1941
3046
  #, fuzzy
3047
  msgid "How can I specify minimum sharing count for sharing networks?"
3048
  msgstr ""
3049
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3050
  "sociais?"
3051
 
3052
+ #: admin/social_sharing.php:1942
3053
  #, fuzzy
3054
  msgid "How to share specific page?"
3055
  msgstr "Como compartilhar página específica?"
3056
 
3057
+ #: admin/social_sharing.php:1943
3058
  #, fuzzy
3059
  msgid "How to integrate Google Analytics with sharing?"
3060
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3061
 
3062
+ #: admin/social_sharing.php:1944
3063
  #, fuzzy
3064
  msgid "How to customize the look of total share counts?"
3065
  msgstr ""
3066
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3067
 
3068
+ #: admin/social_sharing.php:1945
3069
  #, fuzzy
3070
  msgid "How to customize the look of individual share counts?"
3071
  msgstr ""
3072
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3073
 
3074
+ #: admin/social_sharing.php:1946
3075
  #, fuzzy
3076
  msgid "How to show Whatsapp icon only on mobile devices?"
3077
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3078
 
3079
+ #: admin/social_sharing.php:1947
3080
  #, fuzzy
3081
  msgid "How to hide arrow after floating sharing bar?"
3082
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3083
 
3084
+ #: admin/social_sharing.php:1948
3085
  msgid "Why is share count not getting updated?"
3086
  msgstr ""
3087
 
3107
  msgid "Settings"
3108
  msgstr "Configurações"
3109
 
3110
+ #: helper.php:572
3111
  #, fuzzy
3112
  msgid "Account linked successfully"
3113
  msgstr "Conta associada com sucesso"
3114
 
3115
+ #: helper.php:576
3116
  #, fuzzy
3117
  msgid "Account already exists or linked"
3118
  msgstr "Conta já existente ou já está associada"
3119
 
3120
+ #: helper.php:612 helper.php:614
3121
  #, fuzzy
3122
  msgid "Login with"
3123
  msgstr "Ganhe pontos na Autenticação Social"
3124
 
3125
+ #: helper.php:649 helper.php:655
3126
  #, fuzzy
3127
  msgid "Currently"
3128
  msgstr "Atualmente"
3129
 
3130
+ #: helper.php:649 helper.php:655
3131
  msgid "Connected with"
3132
  msgstr ""
3133
 
3134
+ #: helper.php:649 helper.php:655
3135
  #, fuzzy
3136
  msgid "Remove"
3137
  msgstr "Remover"
3138
 
3139
+ #: helper.php:727
3140
  #, fuzzy
3141
  msgid "Social Account Linking"
3142
  msgstr ""
3143
  "Habilitar estar opção para exibir a conta social associada a página de "
3144
  "interface de perfil do BuddyPress"
3145
 
3146
+ #: helper.php:777
3147
  #, fuzzy
3148
  msgid "Disable Standard Social Sharing on this "
3149
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3150
 
3151
+ #: helper.php:782
3152
  #, fuzzy
3153
  msgid "Disable Floating Social Sharing on this "
3154
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3155
 
3156
+ #: helper.php:787
3157
  #, fuzzy
3158
  msgid "Disable Standard like buttons on this "
3159
  msgstr "Desabilitar o botão de like padrão neste(a) "
3160
 
3161
+ #: helper.php:792
3162
  #, fuzzy
3163
  msgid "Disable Floating like buttons on this "
3164
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3165
 
3166
+ #: helper.php:797
3167
  #, fuzzy
3168
  msgid "Disable Social Commenting on this "
3169
  msgstr "Desabilitar o Comentário Social neste(a) "
3170
 
3171
+ #: helper.php:806
3172
  #, fuzzy
3173
  msgid "Standard Sharing Interface"
3174
  msgstr "Interface Padrão de Compartilhamento"
3175
 
3176
+ #: helper.php:812 helper.php:831
3177
  #, fuzzy
3178
  msgid "Starting share count for "
3179
  msgstr "Iniciando contagem compartilhada para "
3180
 
3181
+ #: helper.php:825
3182
  #, fuzzy
3183
  msgid "Floating Sharing Interface"
3184
  msgstr "Interface de Compartilhamento Flutuante"
3185
 
3186
+ #: helper.php:921 super_socializer.php:2374
3187
  #, fuzzy
3188
  msgid "Social Avatar"
3189
  msgstr "Avatar Social"
3190
 
3191
+ #: helper.php:924 super_socializer.php:2385
3192
  #, fuzzy
3193
  msgid ""
3194
  "Do not fetch and update social avatar from my profile, next time I Social "
3197
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3198
  "Autenticação Social"
3199
 
3200
+ #: helper.php:925 super_socializer.php:2389
3201
  #, fuzzy
3202
  msgid "Update social avatar, next time I Social Login"
3203
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3204
 
3205
+ #: helper.php:928
3206
  #, fuzzy
3207
  msgid "Small Avatar"
3208
  msgstr "Avatar Pequeno"
3209
 
3210
+ #: helper.php:932
3211
  #, fuzzy
3212
  msgid "Large Avatar"
3213
  msgstr "Avatar Grande"
3214
 
3215
+ #: helper.php:992 super_socializer.php:1935
3216
  #, fuzzy
3217
  msgid "Please verify your email address to login."
3218
  msgstr "Por favor verifique seu endereço de email no login."
3219
 
3220
+ #: helper.php:1029
3221
  msgid "Click to delete social profile data"
3222
  msgstr ""
3223
 
3224
+ #: helper.php:1058
3225
  msgid "Deleting"
3226
  msgstr ""
3227
 
3228
+ #: helper.php:1068
3229
  msgid "Deleted"
3230
  msgstr ""
3231
 
3232
+ #: helper.php:1070
3233
  msgid "Something bad happened"
3234
  msgstr ""
3235
 
3289
  msgid "More"
3290
  msgstr ""
3291
 
3292
+ #: inc/social_sharing.php:241 super_socializer.php:2045
3293
  #, fuzzy
3294
  msgid "Share"
3295
  msgstr "Posição do contador de compartilhamento"
3296
 
3297
+ #: inc/social_sharing.php:241 super_socializer.php:2045
3298
  #, fuzzy
3299
  msgid "Shares"
3300
  msgstr ""
3301
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3302
  "de compartilhamento"
3303
 
3304
+ #: inc/social_sharing.php:931 inc/social_sharing.php:1169
3305
  #, fuzzy
3306
  msgid "Invalid request"
3307
  msgstr "Requisição inválida"
3308
 
3309
+ #: inc/social_sharing.php:938
3310
  #, fuzzy
3311
  msgid "Providers not selected"
3312
  msgstr "Provedor não selecionado"
3313
 
3314
+ #: inc/social_sharing_networks.php:58
3315
  msgid "Copy Link"
3316
  msgstr ""
3317
 
3559
  msgid "RSS Feed URL:"
3560
  msgstr ""
3561
 
3562
+ #: super_socializer.php:429
3563
+ msgid "Enable CURL at your website server to use Mail.ru Social Login."
3564
+ msgstr ""
3565
+
3566
+ #: super_socializer.php:1718
3567
  msgid ""
3568
  "cURL is not enabled at your website server. Please contact your website "
3569
  "server administrator to enable it."
3570
  msgstr ""
3571
 
3572
+ #: super_socializer.php:1746
3573
  #, php-format
3574
  msgid ""
3575
  "Enter exactly the following url in <strong>Website</strong> option in your "
3576
  "Twitter app (see step 3 %s)"
3577
  msgstr ""
3578
 
3579
+ #: super_socializer.php:1749
3580
  #, php-format
3581
  msgid ""
3582
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3583
  "your Twitter app (see step 3 %s)"
3584
  msgstr ""
3585
 
3586
+ #: super_socializer.php:1752
3587
  #, fuzzy
3588
  msgid ""
3589
  "Make sure cURL is enabled at your website server. You may need to contact "
3592
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3593
  "que contatar o administrador do servidor do seu website para verificar isso."
3594
 
3595
+ #: super_socializer.php:1913
3596
  msgid "Search"
3597
  msgstr ""
3598
 
3599
+ #: super_socializer.php:1935
3600
  #, fuzzy
3601
  msgid "Your email has been verified. Now you can login to your account"
3602
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3603
 
3604
+ #: super_socializer.php:1939
3605
  #, fuzzy
3606
  msgid "Notification"
3607
  msgstr "Notificaçao"
3608
 
3609
+ #: super_socializer.php:1960
3610
  #, fuzzy
3611
  msgid "Please check your email inbox to complete the registration."
3612
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3613
 
3614
+ #: super_socializer.php:2029
3615
  #, fuzzy
3616
  msgid "Leave a reply"
3617
  msgstr "Deixe uma resposta"
3618
 
3619
+ #: super_socializer.php:2045
3620
  msgid "Link copied."
3621
  msgstr ""
3622
 
3623
+ #: super_socializer.php:2290
3624
  #, fuzzy
3625
  msgid "Super Socializer - General Options"
3626
  msgstr "Super Socializer - Opções Gerais"
3627
 
3628
+ #: super_socializer.php:2361
3629
  msgid ""
3630
  "I agree to my personal data being stored and used as per Privacy Policy and "
3631
  "Terms and Conditions"
3632
  msgstr ""
3633
 
3634
+ #: super_socializer.php:2365
3635
  msgid ""
3636
  "I revoke my consent to store and use my personal data. Kindly delete my "
3637
  "personal data saved in this website."
3638
  msgstr ""
3639
 
3640
+ #: super_socializer.php:2377
3641
  #, fuzzy
3642
  msgid "Small Avatar Url"
3643
  msgstr "Url para Avatar pequeno"
3644
 
3645
+ #: super_socializer.php:2381
3646
  #, fuzzy
3647
  msgid "Large Avatar Url"
3648
  msgstr "Url para Avatar Grande"
3649
 
3650
+ #: super_socializer.php:2483
3651
  msgid "Login with your Social ID"
3652
  msgstr ""
3653
 
3654
+ #: super_socializer.php:2484
3655
  #, fuzzy
3656
  msgid "Email you entered is already registered or invalid"
3657
  msgstr "Email fornecido já está registrado ou é inválido"
3658
 
3659
+ #: super_socializer.php:2491
3660
  #, fuzzy
3661
  msgid "Please enter a valid email address. You might be required to verify it"
3662
  msgstr ""
3663
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3664
  "confirmá-lo"
3665
 
3666
+ #: super_socializer.php:2495 super_socializer.php:3249
3667
  #, fuzzy
3668
  msgid "Link your social account to login to your account at this website"
3669
  msgstr "Associe sua conta social ao login de sua conta neste website"
3670
 
3671
+ #: super_socializer.php:2752
3672
  msgid "Thanks for installing Super Socializer plugin"
3673
  msgstr ""
3674
 
3675
+ #: super_socializer.php:2754
3676
  msgid "Configure the Plugin"
3677
  msgstr ""
3678
 
3679
+ #: super_socializer.php:2765
3680
  msgid ""
3681
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3682
  "current version of Super Socializer"
3683
  msgstr ""
3684
 
3685
+ #: super_socializer.php:2774
3686
  msgid ""
3687
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3688
  "version of Super Socializer"
3689
  msgstr ""
3690
 
3691
+ #: super_socializer.php:2783
3692
  msgid ""
3693
  "Update \"Social Login Buttons\" add-on to version 1.2.9 or above for "
3694
  "compatibility with the current version of Super Socializer"
3695
  msgstr ""
3696
 
3697
+ #: super_socializer.php:2792
3698
  msgid ""
3699
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
3700
  "with current version of Super Socializer"
3701
  msgstr ""
3702
 
3703
+ #: super_socializer.php:2801
3704
  msgid ""
3705
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3706
  "with current version of Super Socializer"
3707
  msgstr ""
3708
 
3709
+ #: super_socializer.php:2812
3710
  #, php-format
3711
  msgid ""
3712
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3713
  msgstr ""
3714
 
3715
+ #: super_socializer.php:2821
3716
  #, php-format
3717
  msgid ""
3718
  "To continue using Instagram login create a new Instagram App as described <a "
3720
  "Instagram App Secret <a href=\"%s\">here</a>"
3721
  msgstr ""
3722
 
3723
+ #: super_socializer.php:2830 super_socializer.php:2839
3724
  #, php-format
3725
  msgid ""
3726
  "To continue using bitly url shortener, login to your bit.ly account and "
3729
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3730
  msgstr ""
3731
 
3732
+ #: super_socializer.php:2855
3733
  #, php-format
3734
  msgid ""
3735
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3736
  msgstr ""
3737
 
3738
+ #: super_socializer.php:2879
3739
  #, php-format
3740
  msgid ""
3741
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3743
  "target=\"_blank\">here</a>"
3744
  msgstr ""
3745
 
3746
+ #: super_socializer.php:2879 super_socializer.php:2904
3747
+ #: super_socializer.php:2929 super_socializer.php:2954
3748
+ #: super_socializer.php:2987 super_socializer.php:3015
3749
+ #: super_socializer.php:3042
3750
  msgid "Okay"
3751
  msgstr ""
3752
 
3753
+ #: super_socializer.php:2904
3754
  #, php-format
3755
  msgid ""
3756
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3758
  "\">here</a>"
3759
  msgstr ""
3760
 
3761
+ #: super_socializer.php:2929
3762
  #, php-format
3763
  msgid ""
3764
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3766
  "target=\"_blank\">here</a>"
3767
  msgstr ""
3768
 
3769
+ #: super_socializer.php:2954
3770
  #, php-format
3771
  msgid ""
3772
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3774
  "target=\"_blank\">here</a>"
3775
  msgstr ""
3776
 
3777
+ #: super_socializer.php:2965
3778
  #, php-format
3779
  msgid ""
3780
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3781
  msgstr ""
3782
 
3783
+ #: super_socializer.php:2987
3784
  #, php-format
3785
  msgid ""
3786
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3788
  "\"%s\" target=\"_blank\">here</a>"
3789
  msgstr ""
3790
 
3791
+ #: super_socializer.php:3015
3792
  #, php-format
3793
  msgid ""
3794
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3797
  "your website %s with them. No need to copy-paste any code from their website."
3798
  msgstr ""
3799
 
3800
+ #: super_socializer.php:3042
3801
  #, php-format
3802
  msgid ""
3803
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3805
  "\"%s\" target=\"_blank\">here</a>"
3806
  msgstr ""
3807
 
3808
+ #: super_socializer.php:3067
3809
  #, php-format
3810
  msgid ""
3811
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3813
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3814
  msgstr ""
3815
 
3816
+ #: super_socializer.php:3067 super_socializer.php:3094
3817
  msgid "Dismiss"
3818
  msgstr ""
3819
 
3820
+ #: super_socializer.php:3093
3821
  #, php-format
3822
  msgid ""
3823
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
3826
  "that, clear share counts cache from \"Miscellaneous\" section"
3827
  msgstr ""
3828
 
3829
+ #: super_socializer.php:3325
3830
  msgid ""
3831
  "Your browser is blocking some features of this website. Please follow the "
3832
  "instructions at {support_url} to unblock these."
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.7.2
7
- Stable tag: 7.13.19
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -12,7 +12,7 @@ The unique Social Plugin to let you integrate Social Login, Social Share, Social
12
  == Description ==
13
  Integrate Social Login, Social Share and Social Comments at your website easiest and simplest possible way.
14
 
15
- **Note:**
16
  1. Plugin will not work on local server. You should have an online website for the plugin to function properly.
17
  2. If you want to integrate only Facebook Login button, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-login/">Heateor Login</a>
18
  3. If you want to integrate more Social Login buttons including Facebook, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-social-login/">Heateor Social Login</a>
@@ -26,7 +26,7 @@ Integrate Social Login, Social Share and Social Comments at your website easiest
26
  * Compatible with myCRED (append myCRED referral ID at the end of the url being shared)
27
  * Social Share from around 100 social networks
28
  * Social Media follow icons
29
- * Share counts are supported for Facebook, Linkedin, Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte
30
  * FREE icon customization options
31
  * Options to specify sharing icon shape - Square, Round and Rectangular
32
  * Options to specify sharing icon size - minimum 16 pixels, no upper limit
@@ -213,6 +213,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
 
 
 
 
216
  = 7.13.19 [18 June 2021] =
217
  * [New] Plugin now supports Mail.ru too for Social Login
218
  * [Bugfix] Social Share bar was not appearing at the homepage in some cases when Yoast SEO plugin was active
@@ -2283,4 +2287,8 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2283
  * [Bugfix] Social account linking icons were enabled for admin even if social login was disabled for them
2284
  * [Improvement] Compatible with PHP 8
2285
  * [Improvement] Improved Chinese translation
2286
- <a href="https://blog.heateor.com/super-socializer-now-supports-mail-ru-for-social-login" target="_blank">More details on What's new</a>
 
 
 
 
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.7.2
7
+ Stable tag: 7.13.20
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
12
  == Description ==
13
  Integrate Social Login, Social Share and Social Comments at your website easiest and simplest possible way.
14
 
15
+ **Important:**
16
  1. Plugin will not work on local server. You should have an online website for the plugin to function properly.
17
  2. If you want to integrate only Facebook Login button, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-login/">Heateor Login</a>
18
  3. If you want to integrate more Social Login buttons including Facebook, you should install <a target="_blank" href="https://wordpress.org/plugins/heateor-social-login/">Heateor Social Login</a>
26
  * Compatible with myCRED (append myCRED referral ID at the end of the url being shared)
27
  * Social Share from around 100 social networks
28
  * Social Media follow icons
29
+ * Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte
30
  * FREE icon customization options
31
  * Options to specify sharing icon shape - Square, Round and Rectangular
32
  * Options to specify sharing icon size - minimum 16 pixels, no upper limit
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
216
+ = 7.13.20 [28 June 2021] =
217
+ * [New] Added support for <a href="https://www.heateor.com/social-shares-tracker" target="_blank">Social Shares Tracker</a> add-on that allows you to track shares for every social network
218
+ <a href="https://blog.heateor.com/track-social-shares-for-every-social-network" target="_blank">More details on What's new</a>
219
+
220
  = 7.13.19 [18 June 2021] =
221
  * [New] Plugin now supports Mail.ru too for Social Login
222
  * [Bugfix] Social Share bar was not appearing at the homepage in some cases when Yoast SEO plugin was active
2287
  * [Bugfix] Social account linking icons were enabled for admin even if social login was disabled for them
2288
  * [Improvement] Compatible with PHP 8
2289
  * [Improvement] Improved Chinese translation
2290
+ <a href="https://blog.heateor.com/super-socializer-now-supports-mail-ru-for-social-login" target="_blank">More details on What's new</a>
2291
+
2292
+ = 7.13.20 [28 June 2021] =
2293
+ * [New] Added support for <a href="https://www.heateor.com/social-shares-tracker" target="_blank">Social Shares Tracker</a> add-on that allows you to track shares for every social network
2294
+ <a href="https://blog.heateor.com/track-social-shares-for-every-social-network" target="_blank">More details on What's new</a>
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.13.19
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.13.19');
15
 
16
  require 'helper.php';
17
 
@@ -2042,7 +2042,7 @@ function the_champ_frontend_scripts(){
2042
  $fb_key = $theChampLoginOptions['fb_key'];
2043
  }
2044
  ?>
2045
- <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsFbMessengerAPI = '<?php echo heateor_ss_check_if_mobile() ? "fb-messenger://share/?link=%encoded_post_url%" : "https://www.facebook.com/dialog/send?app_id=". $fb_key ."&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%"; ?>',heateorSsWhatsappShareAPI = '<?php echo heateor_ss_whatsapp_share_api(); ?>', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares'])) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares'])) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
2046
  <?php
2047
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
2048
  $postId = 0;
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.13.20
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.13.20');
15
 
16
  require 'helper.php';
17
 
2042
  $fb_key = $theChampLoginOptions['fb_key'];
2043
  }
2044
  ?>
2045
+ <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsFbMessengerAPI = '<?php echo heateor_ss_check_if_mobile() ? "fb-messenger://share/?link=%encoded_post_url%" : "https://www.facebook.com/dialog/send?app_id=". $fb_key ."&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%"; ?>',heateorSsWhatsappShareAPI = '<?php echo heateor_ss_whatsapp_share_api(); ?>', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampSaveSharesLocally = <?php echo defined('HEATEOR_SOCIAL_SHARES_TRACKER_VERSION') ? 1 : 0; ?>, theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares'])) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares'])) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
2046
  <?php
2047
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
2048
  $postId = 0;