WordPress Social Sharing Plugin – Sassy Social Share - Version 3.3.35

Version Description

[2 December 2021] = * [Bugfix] Multi-colored background of Instagram icon was not changing if customized from the Theme Selection section * [Bugfix] Floating option was not working for the social media follow icons * [Bugfix] "More" text was being displayed with the "More" share icon * [New] Added an option to align the standard Social Media follow bar to the left, center or right * [Improvement] Improved the code of the Social Media Follow widget

Download this release

Release Info

Developer Heateor
Plugin Icon 128x128 WordPress Social Sharing Plugin – Sassy Social Share
Version 3.3.35
Comparing to
See all releases

Code changes from version 3.3.34 to 3.3.35

admin/js/sassy-social-share-fb-sdk.js CHANGED
@@ -1 +1 @@
1
- !function(e,n,t){var o,c=e.getElementsByTagName(n)[0];e.getElementById(t)||(o=e.createElement(n),o.id=t,o.src="//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v12.0",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
1
+ !function(e,n,t){var o,c=e.getElementsByTagName(n)[0];e.getElementById(t)||(o=e.createElement(n),o.id=t,o.src="//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v12.0",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
includes/class-sassy-social-share-shortcodes.php CHANGED
@@ -249,7 +249,7 @@ class Sassy_Social_Share_Shortcodes {
249
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars( __( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
250
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
251
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
252
- $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->public_class_object->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),'. ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) .'&&(FB.Event.subscribe("edge.create",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/'. ( $this->options['language'] ? $this->options['language'] : 'en_US' ) .'/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
253
  }
254
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
255
  wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
249
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars( __( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
250
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
251
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
252
+ $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->public_class_object->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),'. ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) .'&&(FB.Event.subscribe("edge.create",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/'. ( $this->options['language'] ? $this->options['language'] : 'en_GB' ) .'/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
253
  }
254
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
255
  wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
includes/class-sassy-social-share-widgets.php CHANGED
@@ -83,7 +83,7 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
83
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
84
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
85
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
86
- $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),' . ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/' . ( $this->options['language'] ? $this->options['language'] : 'en_US' ) . '/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
87
  }
88
  $inline_script .= '; var heateorSsmiAjaxUrl = "' . get_admin_url() . 'admin-ajax.php";';
89
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
@@ -335,7 +335,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
335
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
336
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
337
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
338
- $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),' . ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/' . ( $this->options['language'] ? $this->options['language'] : 'en_US' ) . '/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
339
  }
340
  $inline_script .= '; var heateorSsmiAjaxUrl = "' . get_admin_url() . 'admin-ajax.php";';
341
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
@@ -387,7 +387,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
387
 
388
  echo $before_widget;
389
 
390
- echo "<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing" . ( isset( $this->options['hide_mobile_sharing'] ) ? ' heateor_sss_hide_sharing' : '' ) . ( isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . "' data-heateor-ss-offset='" . $ss_offset . "' style='width:" . ( ( $this->options['vertical_sharing_size'] ? $this->options['vertical_sharing_size'] : 35 ) + 4 ) . "px;" . ( isset( $instance['alignment'] ) && $instance['alignment'] != '' && isset( $instance[$instance['alignment'].'_offset'] ) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '' ).( isset( $instance['top_offset'] ) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '' ) . ( isset( $instance['vertical_bg'] ) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;box-shadow:none;' ) . "' " . ( $this->public_class_object->is_amp_page() ? "" : "data-heateor-sss-href='" . ( isset( $share_count_url ) && $share_count_url ? $share_count_url : $sharing_url ) . "'" ) . ( ( $cached_share_count === false || $this->public_class_object->is_amp_page() ) ? "" : 'data-heateor-sss-no-counts="1"' ) .">";
391
 
392
  $short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
393
 
@@ -479,14 +479,14 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
479
  <input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssVerticalSharingTargetUrl" id="<?php echo esc_attr( $this->get_field_id( 'target_url_custom' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'target_url_custom' ) ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
480
  <label for="<?php echo esc_attr( $this->get_field_id( 'alignment' ) ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label>
481
  <select onchange="heateorSssToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'alignment' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>">
482
- <option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'sassy-social-share' ) ?></option>
483
  <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'sassy-social-share' ) ?></option>
484
  </select>
485
- <div class="heateorSssSharingLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
486
  <label for="<?php echo esc_attr( $this->get_field_id( 'left_offset' ) ); ?>"><?php _e( 'Left Offset', 'sassy-social-share' ); ?></label>
487
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'left_offset' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'left_offset' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['left_offset'] ); ?>" />px<br/>
488
  </div>
489
- <div class="heateorSssSharingRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
490
  <label for="<?php echo esc_attr( $this->get_field_id( 'right_offset' ) ); ?>"><?php _e( 'Right Offset', 'sassy-social-share' ); ?></label>
491
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'right_offset' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'right_offset' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['right_offset'] ); ?>" />px<br/>
492
  </div>
@@ -654,27 +654,33 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
654
  $check_theme = 'floating_';
655
  }
656
 
657
- $follow_icons_html = '<div ' . ( $instance['type'] == 'floating' ? ' style="position:fixed; top:10px; right:10px; width:' . ( isset( $instance['size'] ) ? intval( $instance['size'] ) : 32 ) . 'px;"' : '' ) . ' class="heateor_sss_' . $check_theme . 'follow_icons_container' . ( isset( $instance['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_follow' : '' ) . '">';
 
 
 
 
 
658
  if ( ! empty( $instance['title'] ) ) {
659
- $title = apply_filters( 'widget_title', $instance[ 'title' ] );
660
- $follow_icons_html .= $before_title;
 
 
661
  if ( $instance['type'] == 'floating' ) {
662
- $follow_icons_html .= '<div class="heateor_sss_follow_icons_title" style="text-align:center;font-size:' . intval( $instance['size'] )*30/100 . 'px">';
663
  }
664
- $follow_icons_html .= esc_html( $title );
665
  if ( $instance['type'] == 'floating' ) {
666
- $follow_icons_html .= '</div>';
 
 
 
667
  }
668
- $follow_icons_html .= $after_title;
669
  }
670
 
671
- $follow_icons_html .= $this->follow_icons( $instance );
672
 
673
- $follow_icons_html .= '<div style="clear:both"></div>';
674
- $follow_icons_html .= '</div>';
675
-
676
- global $heateor_sss_allowed_tags;
677
- echo wp_kses( $follow_icons_html, $heateor_sss_allowed_tags );
678
 
679
  if ( ! empty( $instance['after_widget_content'] ) ) {
680
  echo '<div>' . esc_html( $instance['after_widget_content'] ) . '</div>';
@@ -690,29 +696,29 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
690
  * @since 1.0
691
  */
692
  private function follow_icons( $instance ) {
 
693
  $logo_color = '#fff';
694
  $html = '';
 
 
 
 
 
 
695
  if ( $instance['custom_color'] == 'standard' ) {
696
  if ( $this->options['horizontal_font_color_default'] ) {
697
  $logo_color = $this->options['horizontal_font_color_default'];
698
  }
699
  if ( $this->options['horizontal_font_color_hover'] ) {
700
  $html .= "<style>.widget_heateor_sss_follow span.heateor_sss_svg svg:hover path:not(.heateor_sss_no_fill),.widget_heateor_sss_follow span.heateor_sss_svg svg:hover ellipse, .widget_heateor_sss_follow span.heateor_sss_svg svg:hover circle,.widget_heateor_sss_follow span.heateor_sss_svg svg:hover polygon{
701
- fill: ". $this->options['horizontal_font_color_hover'] .";
702
  }
703
  .widget_heateor_sss_follow span.heateor_sss_svg svg:hover span.heateor_sss_s_digg path{
704
- stroke: ". $this->options['horizontal_font_color_hover'] .";
705
  }
706
  .widget_heateor_sss_follow span.heateor_sss_svg svg:hover span.heateor_sss_s_whatsapp path.heateor_sss_no_fill{
707
- fill: ". $this->options['horizontal_font_color_hover'] ."!important;
708
- }
709
- .widget_heateor_sss_follow span.heateor_sss_svg svg:hover path{
710
-
711
  }</style>";
712
- }
713
- if ( $this->options['horizontal_bg_color_default'] ){
714
- $background_color = $this->options['horizontal_bg_color_default'];
715
- $html .= '<style>.widget_heateor_sss_follow .heateor_sss_svg{background-color:' . $background_color . '!important;}</style>';
716
  }
717
  } elseif ( $instance['custom_color'] == 'floating' ) {
718
  if ( $this->options['vertical_font_color_default'] ) {
@@ -729,24 +735,20 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
729
  fill:" . $this->options['vertical_font_color_hover'] . "!important;
730
  }</style>";
731
  }
732
- if ( $this->options['vertical_bg_color_default'] ) {
733
- $background_color = $this->options['vertical_bg_color_default'];
734
- $html .= '<style>.widget_heateor_sss_follow .heateor_sss_svg{background-color:' . $background_color . '!important;}</style>';
735
- }
736
  }
737
  $bottom_sharing_postion_inverse = $instance['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
738
  $bottom_sharing_responsive_css = '';
739
- if ( isset( $instance['type'] ) && $instance['type'] == 'floating' ) {
740
  $vertical_sharing_icon_height = $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size'];
741
  $num_sharing_icons = isset( $this->options['vertical_re_providers'] ) ? count( $this->options['vertical_re_providers'] ) : 0;
742
  $bottom_sharing_responsive_css = 'div.heateor_sss_bottom_follow{width:100%!important;left:0!important;}div.heateor_sss_bottom_follow a{width:' . ( 100/( $num_sharing_icons ) ) . '%!important;}div.heateor_sss_bottom_follow .heateor_sss_svg{width:100%!important;}';
743
  }
744
- if ( isset( $instance['type'] ) && $instance['type'] == 'floating' && isset( $instance['bottom_mobile_sharing'] ) && $instance['horizontal_screen_width'] != '' ) {
745
- $html .= '<style>div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:' . $instance['horizontal_screen_width'] . 'px){' . $bottom_sharing_responsive_css . 'div.heateor_sss_mobile_footer{display:block;height:' . ( $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size'] ) . 'px;}.heateor_sss_bottom_follow{padding:0!important;' . ( $instance['bottom_sharing_position_radio'] == 'nonresponsive' && $this->options['bottom_sharing_position'] != '' ? $instance['bottom_sharing_alignment'] . ':' . $instance['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width:auto!important;bottom:' . ( isset( $this->options['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top:auto!important;}}</style>';
746
  }
747
 
748
  $icon_style = 'width:' . $instance['size'] . 'px;height:' . $instance['size'] . 'px;' . ( $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
749
- $html .= '<div class="heateor_sss_follow_ul">';
750
  if ( isset( $instance['facebook'] ) && $instance['facebook'] ) {
751
  $html .= '<a class="heateor_sss_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="'. $logo_color .'"></path></svg></span></a>';
752
  }
@@ -754,7 +756,7 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
754
  $html .= '<a class="heateor_sss_twitter" href="'. $instance['twitter'] .'" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55acee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="'. $logo_color .'"></path></svg></span></a>';
755
  }
756
  if ( isset( $instance['instagram'] ) && $instance['instagram'] ) {
757
- $html .= '<a class="heateor_sss_instagram" href="'. $instance['instagram'] .'" title="Instagram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#53beee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg version="1.1" viewBox="-10 -10 148 148" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="'. $logo_color .'"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="'. $logo_color .'"></path></g><g><circle cx="89.5" cy="38.5" fill="'. $logo_color .'" r="5.5"></circle></g></g></svg></span></a>';
758
  }
759
  if ( isset( $instance['parler'] ) && $instance['parler'] ) {
760
  $html .= '<a class="heateor_sss_parler" href="'. $instance['parler'] .'" title="Parler" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="'. $logo_color .'"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>';
@@ -837,6 +839,7 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
837
 
838
  $instance['title'] = strip_tags( $new_instance['title'] );
839
  $instance['mobile_sharing'] = $new_instance['mobile_sharing'];
 
840
  $instance['bottom_mobile_sharing'] = $new_instance['bottom_mobile_sharing'];
841
  $instance['vertical_screen_width'] = $new_instance['vertical_screen_width'];
842
  $instance['horizontal_screen_width'] = $new_instance['horizontal_screen_width'];
@@ -890,7 +893,7 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
890
  public function form( $instance ) {
891
 
892
  /* default widget settings. */
893
- $defaults = array( 'title' => '', 'type' => 'standard', 'alignment' => 'right', 'size' => '32', 'icon_shape' => 'round', 'custom_color' => '', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'parler' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'gitlab' => '', 'linkedin' => '', 'linkedin_company' => '', 'medium' => '', 'mewe' => '', 'odnoklassniki' => '', 'telegram' => '', 'tumblr' => '', 'vimeo' => '', 'vkontakte' => '', 'whatsapp' => '', 'xing' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'gab' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'top_offset' => '200', 'alignment_value' => '0', 'mobile_sharing' => '1', 'bottom_mobile_sharing' => '1' , 'vertical_screen_width' => '783' , 'horizontal_screen_width' => '783', 'bottom_sharing_alignment' => 'left' , 'bottom_sharing_position_radio' => 'responsive' , 'bottom_sharing_position' => '0');
894
 
895
  foreach ( $instance as $key => $value ) {
896
  if ( is_string( $value ) ) {
@@ -904,9 +907,15 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
904
  <label for="<?php echo esc_attr( $this->get_field_id( 'before_widget_content' ) ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
905
  <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'before_widget_content' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'before_widget_content' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['before_widget_content'] ); ?>" /><br/><br/>
906
  <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title', 'sassy-social-share' ); ?></label>
907
- <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['title'] ); ?>" /><br/><br/>
 
 
 
 
 
 
908
  <label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"><?php _e( 'Type:', 'sassy-social-share' ) ?></label><br>
909
- <input id="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>" type="radio" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'none' );" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" value="standard" <?php if ( $instance['type'] == 'standard' ) {
910
  echo "checked";
911
  } ?>><label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"> <?php _e( 'Standard', 'sassy-social-share' ) ?></label><br>
912
  <input id="<?php echo esc_attr( $this->get_field_id( 'mode_floating' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'block' );" value="floating" <?php if( $instance['type'] == 'floating' ) {
@@ -918,12 +927,12 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
918
  <label for="<?php echo esc_attr( $this->get_field_id( 'top_offset' ) ); ?>">
919
  <?php _e( 'Top offset:', 'sassy-social-share' ) ?>
920
  </label>
921
- <input id="<?php echo esc_attr( $this->get_field_id('top_offset' ) ); ?>" type="text" name="<?php echo esc_attr( $this->get_field_name( 'top_offset' ) ); ?>" value="<?php echo esc_attr( $instance['top_offset'] ); ?>"/>px<br><br>
922
  <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
923
  <?php _e( 'Alignment:', 'sassy-social-share' ) ?>
924
  </label>
925
  <input id="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>" value="left"
926
- <?php if ( $instance['alignment'] == 'left' ) {
927
  echo 'checked';
928
  } ?>>
929
  <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
@@ -940,32 +949,28 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
940
  <br>
941
  <label id="<?php echo esc_attr( $this->get_field_id( 'alignment_value_label' ) ); ?>" for="<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>"><?php _e( 'Offset', 'sassy-social-share' ); ?></label>
942
  <br>
943
- <input id='<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>' type="text" name="<?php echo esc_attr( $this->get_field_name( 'alignment_value' ) ); ?>" value="<?php echo esc_attr( $instance['alignment_value'] ); ?>" />px<br><br>
944
  <input id="<?php echo esc_attr( $this->get_field_id( 'mobile_sharing' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['mobile_sharing'] ) ? 'checked = "checked"' : ''; ?> value="1" />
945
-
946
  <label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'vertical_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['vertical_screen_width'] ) ? esc_attr( $instance['vertical_screen_width'] ) : '' ) . '" />' ) ?></label>
947
-
948
  <br><br>
949
-
950
  <input id="<?php echo esc_attr( $this->get_field_id('mobile_sharing_bottom' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'bottom_mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" />
951
 
952
  <label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'horizontal_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['horizontal_screen_width'] ) ? $instance['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
953
 
954
  <br><br>
955
 
956
- <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>" <?php echo $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="nonresponsive" />
957
-
958
- <label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>"><?php echo sprintf( __( '%s pixels from %s', 'sassy-social-share' ), '<input id="'. esc_attr( $this->get_field_id('mobile_sharing_position' ) ) . '" style="width:46px" name="'.$this->get_field_name( 'bottom_sharing_position' ).'" type="text" value="' . ( isset( $instance['bottom_sharing_position'] ) ? $instance['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="' . esc_attr( $this->get_field_name( 'bottom_sharing_alignment' ) ) . '"><option value="right" ' . ( ! isset( $instance['bottom_sharing_alignment'] ) || $instance['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>right</option><option value="left" ' . ( isset( $instance['bottom_sharing_alignment'] ) && $instance['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>left</option></select>' ) ?></label>
959
 
 
960
  <br/>
961
 
962
- <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>" <?php echo $instance['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="responsive" /><label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>"><?php _e( 'Auto-adjust according to screen width (responsive)', 'sassy-social-share' ); ?></label>
963
  <br>
964
  <br>
965
  </div>
966
 
967
  <label for="<?php echo esc_attr( $this->get_field_id( 'size' ) ); ?>"><?php _e( 'Size of icons', 'sassy-social-share' ); ?></label>
968
- <input style="width: 82%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'size' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'size' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['size'] ); ?>" />px<br/><br/>
969
  <label for="<?php echo esc_attr( $this->get_field_id( 'icon_shape' ) ); ?>"><?php _e( 'Icon Shape', 'sassy-social-share' ); ?></label>
970
  <select style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'icon_shape' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'icon_shape' ) ); ?>">
971
  <option value="round" <?php echo ! isset( $instance['icon_shape'] ) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e( 'Round', 'sassy-social-share' ); ?></option>
@@ -973,8 +978,8 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
973
  </select><br/><br/>
974
  <script type="text/javascript">
975
  jQuery(function(){
976
- heateorSssFloatingAlignment('<?php echo $instance['type'] ?>');
977
- heateorSssAlignmentOffsetLabel('<?php echo $instance['alignment'] ?>');
978
  });
979
  </script>
980
  <label for="<?php echo esc_attr( $this->get_field_id( 'custom_color' ) ); ?>"><?php _e( 'Apply icon color and background color from Theme Selection section:', 'sassy-social-share' ); ?></label>
83
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
84
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
85
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
86
+ $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),' . ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/' . ( $this->options['language'] ? $this->options['language'] : 'en_GB' ) . '/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
87
  }
88
  $inline_script .= '; var heateorSsmiAjaxUrl = "' . get_admin_url() . 'admin-ajax.php";';
89
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
335
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
336
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
337
  if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
338
+ $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),' . ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSssSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/' . ( $this->options['language'] ? $this->options['language'] : 'en_GB' ) . '/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
339
  }
340
  $inline_script .= '; var heateorSsmiAjaxUrl = "' . get_admin_url() . 'admin-ajax.php";';
341
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( '../public/js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->public_class_object->version, $in_footer );
387
 
388
  echo $before_widget;
389
 
390
+ echo "<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing" . ( isset( $this->options['hide_mobile_sharing'] ) ? ' heateor_sss_hide_sharing' : '' ) . ( isset( $this->options['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_sharing' : '' ) . "' data-heateor-ss-offset='" . $ss_offset . "' style='width:" . ( ( $this->options['vertical_sharing_size'] ? $this->options['vertical_sharing_size'] : 35 ) + 4 ) . "px;" . ( isset( $instance['alignment'] ) && $instance['alignment'] != '' && isset( $instance[$instance['alignment'] . '_offset'] ) ? $instance['alignment'] . ': ' . ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'] . '_offset'] ) . 'px;' : '' ) . ( isset( $instance['top_offset'] ) ? 'top: ' . ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) . 'px;' : '' ) . ( isset( $instance['vertical_bg'] ) && $instance['vertical_bg'] != '' ? 'background-color:' . $instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;box-shadow:none;' ) . "' " . ( $this->public_class_object->is_amp_page() ? "" : "data-heateor-sss-href='" . ( isset( $share_count_url ) && $share_count_url ? $share_count_url : $sharing_url ) . "'" ) . ( ( $cached_share_count === false || $this->public_class_object->is_amp_page() ) ? "" : 'data-heateor-sss-no-counts="1"' ) . ">";
391
 
392
  $short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
393
 
479
  <input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssVerticalSharingTargetUrl" id="<?php echo esc_attr( $this->get_field_id( 'target_url_custom' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'target_url_custom' ) ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
480
  <label for="<?php echo esc_attr( $this->get_field_id( 'alignment' ) ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label>
481
  <select onchange="heateorSssToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'alignment' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>">
482
+ <option value="left" <?php echo ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'sassy-social-share' ) ?></option>
483
  <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'sassy-social-share' ) ?></option>
484
  </select>
485
+ <div class="heateorSssSharingLeftOffset" <?php echo isset( $instance['alignment'] ) && $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
486
  <label for="<?php echo esc_attr( $this->get_field_id( 'left_offset' ) ); ?>"><?php _e( 'Left Offset', 'sassy-social-share' ); ?></label>
487
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'left_offset' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'left_offset' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['left_offset'] ); ?>" />px<br/>
488
  </div>
489
+ <div class="heateorSssSharingRightOffset" <?php echo ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
490
  <label for="<?php echo esc_attr( $this->get_field_id( 'right_offset' ) ); ?>"><?php _e( 'Right Offset', 'sassy-social-share' ); ?></label>
491
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'right_offset' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'right_offset' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['right_offset'] ); ?>" />px<br/>
492
  </div>
654
  $check_theme = 'floating_';
655
  }
656
 
657
+ $style = '';
658
+ if ( $instance['type'] == 'floating' ) {
659
+ $style = 'position:fixed;top:' . ( isset( $instance['top_offset'] ) ? intval( $instance['top_offset'] ) : 100 ) . 'px;' . ( isset( $instance['alignment'] ) && $instance['alignment'] == 'left' ? 'left' : 'right' ) . ':' . ( isset( $instance['alignment_value'] ) ? intval( $instance['alignment_value'] ) : 100 ) . 'px;width:' . ( isset( $instance['size'] ) ? intval( $instance['size'] ) : 32 ) . 'px;';
660
+ }
661
+ global $heateor_sss_allowed_tags;
662
+ echo wp_kses( '<div style="' . $style . '" class="heateor_sss_' . $check_theme . 'follow_icons_container' . ( isset( $instance['bottom_mobile_sharing'] ) ? ' heateor_sss_bottom_follow' : '' ) . '">', $heateor_sss_allowed_tags );
663
  if ( ! empty( $instance['title'] ) ) {
664
+ $title = apply_filters( 'widget_title', $instance['title'] );
665
+ if ( $instance['type'] != 'floating' ) {
666
+ echo $before_title;
667
+ }
668
  if ( $instance['type'] == 'floating' ) {
669
+ echo wp_kses( '<div class="heateor_sss_follow_icons_title" style="text-align:center;font-size:' . intval( $instance['size'] )*30/100 . 'px">', $heateor_sss_allowed_tags );
670
  }
671
+ echo esc_html( $title );
672
  if ( $instance['type'] == 'floating' ) {
673
+ echo '</div>';
674
+ }
675
+ if ( $instance['type'] != 'floating' ) {
676
+ echo $after_title;
677
  }
 
678
  }
679
 
680
+ echo $this->follow_icons( $instance );
681
 
682
+ echo '<div style="clear:both"></div>';
683
+ echo '</div>';
 
 
 
684
 
685
  if ( ! empty( $instance['after_widget_content'] ) ) {
686
  echo '<div>' . esc_html( $instance['after_widget_content'] ) . '</div>';
696
  * @since 1.0
697
  */
698
  private function follow_icons( $instance ) {
699
+
700
  $logo_color = '#fff';
701
  $html = '';
702
+ if ( isset( $instance['type'] ) && $instance['type'] == 'standard' && isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == "center" ) {
703
+ $html .= '<style>div.heateor_sss_follow_ul{width:100%;text-align:center;}.widget_heateor_sss_follow div.heateor_sss_follow_ul a{float:none!important;display:inline-block;}</style>';
704
+ }
705
+ if ( isset( $instance['hide_mobile_sharing'] ) && $instance['vertical_screen_width'] != '' ) {
706
+ $html .= '<style>@media screen and (max-width:' . $instance['vertical_screen_width'] . 'px) {.heateor_sss_floating_follow_icons_container{display:none!important}}</style>';
707
+ }
708
  if ( $instance['custom_color'] == 'standard' ) {
709
  if ( $this->options['horizontal_font_color_default'] ) {
710
  $logo_color = $this->options['horizontal_font_color_default'];
711
  }
712
  if ( $this->options['horizontal_font_color_hover'] ) {
713
  $html .= "<style>.widget_heateor_sss_follow span.heateor_sss_svg svg:hover path:not(.heateor_sss_no_fill),.widget_heateor_sss_follow span.heateor_sss_svg svg:hover ellipse, .widget_heateor_sss_follow span.heateor_sss_svg svg:hover circle,.widget_heateor_sss_follow span.heateor_sss_svg svg:hover polygon{
714
+ fill: " . $this->options['horizontal_font_color_hover'] . ";
715
  }
716
  .widget_heateor_sss_follow span.heateor_sss_svg svg:hover span.heateor_sss_s_digg path{
717
+ stroke: " . $this->options['horizontal_font_color_hover'] . ";
718
  }
719
  .widget_heateor_sss_follow span.heateor_sss_svg svg:hover span.heateor_sss_s_whatsapp path.heateor_sss_no_fill{
720
+ fill: " . $this->options['horizontal_font_color_hover'] . "!important;
 
 
 
721
  }</style>";
 
 
 
 
722
  }
723
  } elseif ( $instance['custom_color'] == 'floating' ) {
724
  if ( $this->options['vertical_font_color_default'] ) {
735
  fill:" . $this->options['vertical_font_color_hover'] . "!important;
736
  }</style>";
737
  }
 
 
 
 
738
  }
739
  $bottom_sharing_postion_inverse = $instance['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
740
  $bottom_sharing_responsive_css = '';
741
+ if ( isset( $instance['type'] ) && $instance['type'] == 'floating' && isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'responsive' ) {
742
  $vertical_sharing_icon_height = $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size'];
743
  $num_sharing_icons = isset( $this->options['vertical_re_providers'] ) ? count( $this->options['vertical_re_providers'] ) : 0;
744
  $bottom_sharing_responsive_css = 'div.heateor_sss_bottom_follow{width:100%!important;left:0!important;}div.heateor_sss_bottom_follow a{width:' . ( 100/( $num_sharing_icons ) ) . '%!important;}div.heateor_sss_bottom_follow .heateor_sss_svg{width:100%!important;}';
745
  }
746
+ if ( isset( $instance['type'] ) && $instance['type'] == 'floating' && isset( $instance['bottom_mobile_sharing'] ) && $instance['horizontal_screen_width'] != '' && isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'responsive' ) {
747
+ $html .= '<style>div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:' . ( isset( $instance['horizontal_screen_width'] ) ? intval( $instance['horizontal_screen_width'] ) : 786 ) . 'px){' . $bottom_sharing_responsive_css . 'div.heateor_sss_mobile_footer{display:block;height:' . ( $this->options['vertical_sharing_shape'] == 'rectangle' ? $this->options['vertical_sharing_height'] : $this->options['vertical_sharing_size'] ) . 'px;}.heateor_sss_bottom_follow{padding:0!important;' . ( isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' && $this->options['bottom_sharing_position'] != '' ? $instance['bottom_sharing_alignment'] . ':' . $instance['bottom_sharing_position'] . 'px!important;' . $bottom_sharing_postion_inverse . ':auto!important;' : '' ) . 'display:block!important;width:auto!important;bottom:' . ( isset( $this->options['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top:auto!important;}}</style>';
748
  }
749
 
750
  $icon_style = 'width:' . $instance['size'] . 'px;height:' . $instance['size'] . 'px;' . ( $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
751
+ $html .= '<div class="heateor_sss_follow_ul" ' . ( isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == 'right' ? ' style="float:right"' : '' ) . '>';
752
  if ( isset( $instance['facebook'] ) && $instance['facebook'] ) {
753
  $html .= '<a class="heateor_sss_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="'. $logo_color .'"></path></svg></span></a>';
754
  }
756
  $html .= '<a class="heateor_sss_twitter" href="'. $instance['twitter'] .'" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55acee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="'. $logo_color .'"></path></svg></span></a>';
757
  }
758
  if ( isset( $instance['instagram'] ) && $instance['instagram'] ) {
759
+ $html .= '<a class="heateor_sss_instagram" href="'. $instance['instagram'] .'" title="Instagram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#53beee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg height="100%" width="100%" version="1.1" viewBox="-10 -10 148 148" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="'. $logo_color .'"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="'. $logo_color .'"></path></g><g><circle cx="89.5" cy="38.5" fill="'. $logo_color .'" r="5.5"></circle></g></g></svg></span></a>';
760
  }
761
  if ( isset( $instance['parler'] ) && $instance['parler'] ) {
762
  $html .= '<a class="heateor_sss_parler" href="'. $instance['parler'] .'" title="Parler" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $icon_style .'" class="heateor_sss_svg"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="'. $logo_color .'"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>';
839
 
840
  $instance['title'] = strip_tags( $new_instance['title'] );
841
  $instance['mobile_sharing'] = $new_instance['mobile_sharing'];
842
+ $instance['hor_alignment'] = $new_instance['hor_alignment'];
843
  $instance['bottom_mobile_sharing'] = $new_instance['bottom_mobile_sharing'];
844
  $instance['vertical_screen_width'] = $new_instance['vertical_screen_width'];
845
  $instance['horizontal_screen_width'] = $new_instance['horizontal_screen_width'];
893
  public function form( $instance ) {
894
 
895
  /* default widget settings. */
896
+ $defaults = array( 'hor_alignment' => 'left', 'title' => '', 'type' => 'standard', 'alignment' => 'right', 'size' => '32', 'icon_shape' => 'round', 'custom_color' => '', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'parler' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'gitlab' => '', 'linkedin' => '', 'linkedin_company' => '', 'medium' => '', 'mewe' => '', 'odnoklassniki' => '', 'telegram' => '', 'tumblr' => '', 'vimeo' => '', 'vkontakte' => '', 'whatsapp' => '', 'xing' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'gab' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'top_offset' => '200', 'alignment_value' => '0', 'mobile_sharing' => '1', 'bottom_mobile_sharing' => '1', 'vertical_screen_width' => '783', 'horizontal_screen_width' => '783', 'bottom_sharing_alignment' => 'left', 'bottom_sharing_position_radio' => 'responsive', 'bottom_sharing_position' => '0' );
897
 
898
  foreach ( $instance as $key => $value ) {
899
  if ( is_string( $value ) ) {
907
  <label for="<?php echo esc_attr( $this->get_field_id( 'before_widget_content' ) ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
908
  <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'before_widget_content' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'before_widget_content' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['before_widget_content'] ); ?>" /><br/><br/>
909
  <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title', 'sassy-social-share' ); ?></label>
910
+ <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['title'] ); ?>" /><br/><br/><br/>
911
+ <label for="<?php echo esc_attr( $this->get_field_id( 'hor_alignment' ) ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label><br/>
912
+ <select style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'hor_alignment' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'hor_alignment' ) ); ?>">
913
+ <option value="" <?php echo ! isset( $instance['hor_alignment'] ) || $instance['hor_alignment'] == 'left' ? 'selected' : '' ; ?>><?php _e( 'Left', 'sassy-social-share' ); ?></option>
914
+ <option value="center" <?php echo isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == 'center' ? 'selected' : '' ; ?>><?php _e( 'Center', 'sassy-social-share' ); ?></option>
915
+ <option value="right" <?php echo isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == 'right' ? 'selected' : '' ; ?>><?php _e( 'Right', 'sassy-social-share' ); ?></option>
916
+ </select><br/><br/>
917
  <label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"><?php _e( 'Type:', 'sassy-social-share' ) ?></label><br>
918
+ <input id="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>" type="radio" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'none' );" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" value="standard" <?php if ( ! isset( $instance['type'] ) || $instance['type'] == 'standard' ) {
919
  echo "checked";
920
  } ?>><label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"> <?php _e( 'Standard', 'sassy-social-share' ) ?></label><br>
921
  <input id="<?php echo esc_attr( $this->get_field_id( 'mode_floating' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'block' );" value="floating" <?php if( $instance['type'] == 'floating' ) {
927
  <label for="<?php echo esc_attr( $this->get_field_id( 'top_offset' ) ); ?>">
928
  <?php _e( 'Top offset:', 'sassy-social-share' ) ?>
929
  </label>
930
+ <input id="<?php echo esc_attr( $this->get_field_id('top_offset' ) ); ?>" type="text" name="<?php echo esc_attr( $this->get_field_name( 'top_offset' ) ); ?>" value="<?php echo isset( $instance['top_offset'] ) ? esc_attr( $instance['top_offset'] ) : ''; ?>"/>px<br><br>
931
  <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
932
  <?php _e( 'Alignment:', 'sassy-social-share' ) ?>
933
  </label>
934
  <input id="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>" value="left"
935
+ <?php if ( ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ) {
936
  echo 'checked';
937
  } ?>>
938
  <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
949
  <br>
950
  <label id="<?php echo esc_attr( $this->get_field_id( 'alignment_value_label' ) ); ?>" for="<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>"><?php _e( 'Offset', 'sassy-social-share' ); ?></label>
951
  <br>
952
+ <input id='<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>' type="text" name="<?php echo esc_attr( $this->get_field_name( 'alignment_value' ) ); ?>" value="<?php echo isset( $instance['alignment_value'] ) ? esc_attr( $instance['alignment_value'] ) : ''; ?>" />px<br><br>
953
  <input id="<?php echo esc_attr( $this->get_field_id( 'mobile_sharing' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['mobile_sharing'] ) ? 'checked = "checked"' : ''; ?> value="1" />
 
954
  <label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'vertical_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['vertical_screen_width'] ) ? esc_attr( $instance['vertical_screen_width'] ) : '' ) . '" />' ) ?></label>
 
955
  <br><br>
 
956
  <input id="<?php echo esc_attr( $this->get_field_id('mobile_sharing_bottom' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'bottom_mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" />
957
 
958
  <label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'sassy-social-share' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'horizontal_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['horizontal_screen_width'] ) ? $instance['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
959
 
960
  <br><br>
961
 
962
+ <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>" <?php echo isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="nonresponsive" />
 
 
963
 
964
+ <label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>"><?php echo sprintf( __( '%s pixels from %s', 'sassy-social-share' ), '<input id="'. esc_attr( $this->get_field_id('mobile_sharing_position' ) ) . '" style="width:46px" name="'.$this->get_field_name( 'bottom_sharing_position' ).'" type="text" value="' . ( isset( $instance['bottom_sharing_position'] ) ? $instance['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="' . esc_attr( $this->get_field_name( 'bottom_sharing_alignment' ) ) . '"><option value="right" ' . ( ! isset( $instance['bottom_sharing_alignment'] ) || $instance['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>' . __( 'right', 'sassy-social-share' ) . '</option><option value="left" ' . ( isset( $instance['bottom_sharing_alignment'] ) && $instance['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>' . __( 'left', 'sassy-social-share' ) . '</option></select>' ) ?></label>
965
  <br/>
966
 
967
+ <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>" <?php echo ! isset( $instance['bottom_sharing_position_radio'] ) || $instance['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="responsive" /><label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>"><?php _e( 'Auto-adjust according to the screen-width (responsive)', 'sassy-social-share' ); ?></label>
968
  <br>
969
  <br>
970
  </div>
971
 
972
  <label for="<?php echo esc_attr( $this->get_field_id( 'size' ) ); ?>"><?php _e( 'Size of icons', 'sassy-social-share' ); ?></label>
973
+ <input style="width:82%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'size' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'size' ) ); ?>" type="text" value="<?php echo isset( $instance['size'] ) ? esc_attr( $instance['size'] ) : 32; ?>" />px<br/><br/>
974
  <label for="<?php echo esc_attr( $this->get_field_id( 'icon_shape' ) ); ?>"><?php _e( 'Icon Shape', 'sassy-social-share' ); ?></label>
975
  <select style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'icon_shape' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'icon_shape' ) ); ?>">
976
  <option value="round" <?php echo ! isset( $instance['icon_shape'] ) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e( 'Round', 'sassy-social-share' ); ?></option>
978
  </select><br/><br/>
979
  <script type="text/javascript">
980
  jQuery(function(){
981
+ heateorSssFloatingAlignment('<?php echo isset( $instance['type'] ) ? $instance['type'] : 'standard'; ?>');
982
+ heateorSssAlignmentOffsetLabel('<?php echo isset( $instance['alignment'] ) ? $instance['alignment'] : 'left'; ?>');
983
  });
984
  </script>
985
  <label for="<?php echo esc_attr( $this->get_field_id( 'custom_color' ) ); ?>"><?php _e( 'Apply icon color and background color from Theme Selection section:', 'sassy-social-share' ); ?></label>
languages/sassy-social-share.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Sassy Social Share\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-11-11 17:17+0530\n"
7
  "PO-Revision-Date: 2021-02-03 13:11+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
@@ -61,36 +61,36 @@ msgstr "Iniciando contagem compartilhada para "
61
  msgid "Floating sharing"
62
  msgstr "Interface de Compartilhamento Flutuante"
63
 
64
- #: admin/class-sassy-social-share-admin.php:399
65
  msgid "Click to toggle help"
66
  msgstr ""
67
 
68
- #: admin/class-sassy-social-share-admin.php:479
69
  #, fuzzy
70
  msgid "Settings saved"
71
  msgstr "Configurações salvas"
72
 
73
- #: admin/class-sassy-social-share-admin.php:603
74
  msgid "Thanks for installing Sassy Social Share plugin"
75
  msgstr ""
76
 
77
- #: admin/class-sassy-social-share-admin.php:605
78
  msgid "Configure the Plugin"
79
  msgstr ""
80
 
81
- #: admin/class-sassy-social-share-admin.php:616
82
  msgid ""
83
  "Update \"Social Share myCRED Integration\" add-on for compatibility with the "
84
  "current version of Sassy Social Share"
85
  msgstr ""
86
 
87
- #: admin/class-sassy-social-share-admin.php:625
88
  msgid ""
89
  "Update \"Social Sharing Analytics\" add-on for compatibility with the "
90
  "current version of Sassy Social Share"
91
  msgstr ""
92
 
93
- #: admin/class-sassy-social-share-admin.php:650
94
  #, php-format
95
  msgid ""
96
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -98,13 +98,13 @@ msgid ""
98
  "\"%s\" target=\"_blank\">here</a>"
99
  msgstr ""
100
 
101
- #: admin/class-sassy-social-share-admin.php:650
102
- #: admin/class-sassy-social-share-admin.php:677
103
- #: admin/class-sassy-social-share-admin.php:701
104
  msgid "Okay"
105
  msgstr ""
106
 
107
- #: admin/class-sassy-social-share-admin.php:677
108
  #, php-format
109
  msgid ""
110
  "Twitter share counts are no longer working as newsharecounts.com is down. To "
@@ -112,7 +112,7 @@ msgid ""
112
  "\"_blank\">here</a> with this domain. No other steps needed."
113
  msgstr ""
114
 
115
- #: admin/class-sassy-social-share-admin.php:701
116
  #, php-format
117
  msgid ""
118
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -121,15 +121,15 @@ msgid ""
121
  "your website %s with them. No need to copy-paste any code from their website."
122
  msgstr ""
123
 
124
- #: admin/class-sassy-social-share-admin.php:719
125
  msgid "Add-Ons"
126
  msgstr ""
127
 
128
- #: admin/class-sassy-social-share-admin.php:720
129
  msgid "Support Documentation"
130
  msgstr ""
131
 
132
- #: admin/class-sassy-social-share-admin.php:721
133
  #, fuzzy
134
  msgid "Settings"
135
  msgstr "Configurações"
@@ -217,68 +217,76 @@ msgid "Rate 5-star"
217
  msgstr "Pontue como 5-strelas"
218
 
219
  #: admin/partials/sassy-social-share-options-page.php:16
220
- #: admin/partials/sassy-social-share-options-page.php:2207
 
 
 
 
 
 
 
 
221
  #, php-format
222
  msgid ""
223
  "You can appreciate the effort put in this free plugin by rating it <a href="
224
  "\"%s\" target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: admin/partials/sassy-social-share-options-page.php:24
228
  #, fuzzy
229
  msgid "Theme Selection"
230
  msgstr "Escolha de Temas"
231
 
232
- #: admin/partials/sassy-social-share-options-page.php:25
233
  #, fuzzy
234
  msgid "Standard Interface"
235
  msgstr "Interface Padrão"
236
 
237
- #: admin/partials/sassy-social-share-options-page.php:26
238
  #, fuzzy
239
  msgid "Floating Interface"
240
  msgstr "Interface Flutuante"
241
 
242
- #: admin/partials/sassy-social-share-options-page.php:27
243
- #: admin/partials/sassy-social-share-options-page.php:1704
244
  #, fuzzy
245
  msgid "Miscellaneous"
246
  msgstr "Miscelânia"
247
 
248
- #: admin/partials/sassy-social-share-options-page.php:31
249
  msgid "3rd Party Integration"
250
  msgstr ""
251
 
252
- #: admin/partials/sassy-social-share-options-page.php:35
253
- #: admin/partials/sassy-social-share-options-page.php:2130
254
  #, fuzzy
255
  msgid "Shortcode & Widget"
256
  msgstr "Shortcode & Widget"
257
 
258
- #: admin/partials/sassy-social-share-options-page.php:36
259
  #, fuzzy
260
  msgid "Troubleshooter"
261
  msgstr "Resolução de Problemas"
262
 
263
- #: admin/partials/sassy-social-share-options-page.php:37
264
- #: admin/partials/sassy-social-share-options-page.php:2165
265
  #, fuzzy
266
  msgid "FAQ"
267
  msgstr "P&R"
268
 
269
- #: admin/partials/sassy-social-share-options-page.php:45
270
  #, fuzzy
271
  msgid "Standard interface theme"
272
  msgstr "Tema padrão da interface"
273
 
274
- #: admin/partials/sassy-social-share-options-page.php:50
275
- #: admin/partials/sassy-social-share-options-page.php:376
276
  #, fuzzy
277
  msgid "Icon Preview"
278
  msgstr "Visualização do Ícone"
279
 
280
- #: admin/partials/sassy-social-share-options-page.php:133
281
- #: admin/partials/sassy-social-share-options-page.php:449
282
  #, fuzzy
283
  msgid ""
284
  "Do not forget to save the configuration after making changes by clicking the "
@@ -287,82 +295,82 @@ msgstr ""
287
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
288
  "botão de salvar abaixo"
289
 
290
- #: admin/partials/sassy-social-share-options-page.php:139
291
- #: admin/partials/sassy-social-share-options-page.php:455
292
  #, fuzzy
293
  msgid "Shape"
294
  msgstr "Forma"
295
 
296
- #: admin/partials/sassy-social-share-options-page.php:144
297
- #: admin/partials/sassy-social-share-options-page.php:460
298
- #: includes/class-sassy-social-share-widgets.php:977
299
  #, fuzzy
300
  msgid "Round"
301
  msgstr "Arredondada"
302
 
303
- #: admin/partials/sassy-social-share-options-page.php:146
304
- #: admin/partials/sassy-social-share-options-page.php:462
305
- #: includes/class-sassy-social-share-widgets.php:978
306
  #, fuzzy
307
  msgid "Square"
308
  msgstr "Quadrada"
309
 
310
- #: admin/partials/sassy-social-share-options-page.php:148
311
- #: admin/partials/sassy-social-share-options-page.php:464
312
  #, fuzzy
313
  msgid "Rectangle"
314
  msgstr "Retangular"
315
 
316
- #: admin/partials/sassy-social-share-options-page.php:155
317
- #: admin/partials/sassy-social-share-options-page.php:471
318
  #, fuzzy
319
  msgid "Shape of the sharing icons"
320
  msgstr "Forma dos ícones de compartilhameto"
321
 
322
- #: admin/partials/sassy-social-share-options-page.php:163
323
- #: admin/partials/sassy-social-share-options-page.php:479
324
  #, fuzzy
325
  msgid "Size (in pixels)"
326
  msgstr "Tamanho (em pixels)"
327
 
328
- #: admin/partials/sassy-social-share-options-page.php:180
329
- #: admin/partials/sassy-social-share-options-page.php:496
330
  #, fuzzy
331
  msgid "Size of the sharing icons"
332
  msgstr "Tamanho dos ícones de compartilhameto"
333
 
334
- #: admin/partials/sassy-social-share-options-page.php:189
335
- #: admin/partials/sassy-social-share-options-page.php:505
336
  #, fuzzy
337
  msgid "Width (in pixels)"
338
  msgstr "Largura (em pixels)"
339
 
340
- #: admin/partials/sassy-social-share-options-page.php:206
341
- #: admin/partials/sassy-social-share-options-page.php:522
342
  #, fuzzy
343
  msgid "Width of the sharing icons"
344
  msgstr "Largura dos ícones de compartilhameto"
345
 
346
- #: admin/partials/sassy-social-share-options-page.php:213
347
- #: admin/partials/sassy-social-share-options-page.php:529
348
  #, fuzzy
349
  msgid "Height (in pixels)"
350
  msgstr "Altura (em pixels)"
351
 
352
- #: admin/partials/sassy-social-share-options-page.php:230
353
- #: admin/partials/sassy-social-share-options-page.php:546
354
  #, fuzzy
355
  msgid "Height of the sharing icons"
356
  msgstr "Altura dos ícones de compartilhameto"
357
 
358
- #: admin/partials/sassy-social-share-options-page.php:239
359
- #: admin/partials/sassy-social-share-options-page.php:555
360
  #, fuzzy
361
  msgid "Border radius (in pixels)"
362
  msgstr "Raio da borda (em pixels)"
363
 
364
- #: admin/partials/sassy-social-share-options-page.php:250
365
- #: admin/partials/sassy-social-share-options-page.php:566
366
  #, fuzzy
367
  msgid ""
368
  "Specify a value for rounded corners. More the value, more rounded will the "
@@ -371,34 +379,34 @@ msgstr ""
371
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
372
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
373
 
374
- #: admin/partials/sassy-social-share-options-page.php:258
375
- #: admin/partials/sassy-social-share-options-page.php:574
376
  #, fuzzy
377
  msgid "Logo Color"
378
  msgstr "Cor do logo"
379
 
380
- #: admin/partials/sassy-social-share-options-page.php:263
381
- #: admin/partials/sassy-social-share-options-page.php:284
382
- #: admin/partials/sassy-social-share-options-page.php:304
383
- #: admin/partials/sassy-social-share-options-page.php:579
384
- #: admin/partials/sassy-social-share-options-page.php:600
385
- #: admin/partials/sassy-social-share-options-page.php:619
386
  #, fuzzy
387
  msgid "Default"
388
  msgstr "Padrão"
389
 
390
- #: admin/partials/sassy-social-share-options-page.php:265
391
- #: admin/partials/sassy-social-share-options-page.php:285
392
- #: admin/partials/sassy-social-share-options-page.php:309
393
- #: admin/partials/sassy-social-share-options-page.php:581
394
- #: admin/partials/sassy-social-share-options-page.php:601
395
- #: admin/partials/sassy-social-share-options-page.php:624
396
  #, fuzzy
397
  msgid "On Hover"
398
  msgstr "Em foco"
399
 
400
- #: admin/partials/sassy-social-share-options-page.php:273
401
- #: admin/partials/sassy-social-share-options-page.php:589
402
  #, fuzzy
403
  msgid ""
404
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -410,16 +418,16 @@ msgstr ""
410
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
411
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
412
 
413
- #: admin/partials/sassy-social-share-options-page.php:280
414
- #: admin/partials/sassy-social-share-options-page.php:596
415
- #: admin/partials/sassy-social-share-options-page.php:1399
416
- #: includes/class-sassy-social-share-widgets.php:498
417
  #, fuzzy
418
  msgid "Background Color"
419
  msgstr "Cor de Fundo"
420
 
421
- #: admin/partials/sassy-social-share-options-page.php:292
422
- #: admin/partials/sassy-social-share-options-page.php:608
423
  #, fuzzy
424
  msgid ""
425
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -433,219 +441,219 @@ msgstr ""
433
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
434
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
435
 
436
- #: admin/partials/sassy-social-share-options-page.php:299
437
- #: admin/partials/sassy-social-share-options-page.php:615
438
  #, fuzzy
439
  msgid "Border"
440
  msgstr "Borda"
441
 
442
- #: admin/partials/sassy-social-share-options-page.php:306
443
- #: admin/partials/sassy-social-share-options-page.php:311
444
- #: admin/partials/sassy-social-share-options-page.php:621
445
- #: admin/partials/sassy-social-share-options-page.php:626
446
  #, fuzzy
447
  msgid "Border Width"
448
  msgstr "Largura da Borda"
449
 
450
- #: admin/partials/sassy-social-share-options-page.php:307
451
- #: admin/partials/sassy-social-share-options-page.php:312
452
- #: admin/partials/sassy-social-share-options-page.php:622
453
- #: admin/partials/sassy-social-share-options-page.php:627
454
  #, fuzzy
455
  msgid "Border Color"
456
  msgstr "Cor da Borda"
457
 
458
- #: admin/partials/sassy-social-share-options-page.php:319
459
- #: admin/partials/sassy-social-share-options-page.php:634
460
  #, fuzzy
461
  msgid "Icon border"
462
  msgstr "Ícone da borda"
463
 
464
- #: admin/partials/sassy-social-share-options-page.php:326
465
- #: admin/partials/sassy-social-share-options-page.php:641
466
  #, fuzzy
467
  msgid "Counter Position"
468
  msgstr "Posição do Contador"
469
 
470
- #: admin/partials/sassy-social-share-options-page.php:326
471
- #: admin/partials/sassy-social-share-options-page.php:641
472
  #, fuzzy
473
  msgid "(applies, if counter enabled)"
474
  msgstr "(aplica-se, caso o contador esteja habilitado)"
475
 
476
- #: admin/partials/sassy-social-share-options-page.php:331
477
- #: admin/partials/sassy-social-share-options-page.php:646
478
- #: admin/partials/sassy-social-share-options-page.php:973
479
- #: admin/partials/sassy-social-share-options-page.php:1422
480
- #: includes/class-sassy-social-share-widgets.php:484
481
- #: includes/class-sassy-social-share-widgets.php:932
 
482
  #, fuzzy
483
  msgid "Left"
484
  msgstr "Esquerda"
485
 
486
- #: admin/partials/sassy-social-share-options-page.php:333
487
- #: admin/partials/sassy-social-share-options-page.php:648
488
- #: includes/class-sassy-social-share-widgets.php:240
489
  #, fuzzy
490
  msgid "Top"
491
  msgstr "Acima"
492
 
493
- #: admin/partials/sassy-social-share-options-page.php:335
494
- #: admin/partials/sassy-social-share-options-page.php:650
495
- #: admin/partials/sassy-social-share-options-page.php:975
496
- #: admin/partials/sassy-social-share-options-page.php:1423
497
- #: includes/class-sassy-social-share-widgets.php:485
498
- #: includes/class-sassy-social-share-widgets.php:939
 
499
  #, fuzzy
500
  msgid "Right"
501
  msgstr "Direita"
502
 
503
- #: admin/partials/sassy-social-share-options-page.php:337
504
- #: admin/partials/sassy-social-share-options-page.php:652
505
- #: includes/class-sassy-social-share-widgets.php:241
506
  #, fuzzy
507
  msgid "Bottom"
508
  msgstr "Abaixo"
509
 
510
- #: admin/partials/sassy-social-share-options-page.php:339
511
- #: admin/partials/sassy-social-share-options-page.php:654
512
  #, fuzzy
513
  msgid "Inner Left"
514
  msgstr "Inner a Esquerda"
515
 
516
- #: admin/partials/sassy-social-share-options-page.php:341
517
- #: admin/partials/sassy-social-share-options-page.php:656
518
  #, fuzzy
519
  msgid "Inner Top"
520
  msgstr "Inner Acima"
521
 
522
- #: admin/partials/sassy-social-share-options-page.php:343
523
- #: admin/partials/sassy-social-share-options-page.php:658
524
  #, fuzzy
525
  msgid "Inner Right"
526
  msgstr "Inner a Direita"
527
 
528
- #: admin/partials/sassy-social-share-options-page.php:345
529
- #: admin/partials/sassy-social-share-options-page.php:660
530
  #, fuzzy
531
  msgid "Inner Bottom"
532
  msgstr "Inner a Baixo"
533
 
534
- #: admin/partials/sassy-social-share-options-page.php:353
535
- #: admin/partials/sassy-social-share-options-page.php:668
536
  #, fuzzy
537
  msgid "Position of share counter"
538
  msgstr "Posição do contador de compartilhamento"
539
 
540
- #: admin/partials/sassy-social-share-options-page.php:371
541
  #, fuzzy
542
  msgid "Floating interface theme"
543
  msgstr "Tema da inteface flutuante"
544
 
545
- #: admin/partials/sassy-social-share-options-page.php:684
546
  #, fuzzy
547
  msgid "Standard Sharing Interface Options"
548
  msgstr "Opções de Interface de Compartilhamento Padrão"
549
 
550
- #: admin/partials/sassy-social-share-options-page.php:689
551
  #, fuzzy
552
  msgid "Enable Standard sharing interface"
553
  msgstr "Habilita interface de Compartilhamento padrão"
554
 
555
- #: admin/partials/sassy-social-share-options-page.php:700
556
  #, fuzzy
557
  msgid "Master control to enable standard sharing"
558
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
559
 
560
- #: admin/partials/sassy-social-share-options-page.php:710
561
- #: admin/partials/sassy-social-share-options-page.php:1197
562
  #, fuzzy
563
  msgid "Target Url"
564
  msgstr "Url Destino"
565
 
566
- #: admin/partials/sassy-social-share-options-page.php:715
567
- #: admin/partials/sassy-social-share-options-page.php:1202
568
- #: includes/class-sassy-social-share-widgets.php:233
569
- #: includes/class-sassy-social-share-widgets.php:477
570
  #, fuzzy
571
  msgid "Url of the webpage where icons are located (default)"
572
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
573
 
574
- #: admin/partials/sassy-social-share-options-page.php:717
575
- #: admin/partials/sassy-social-share-options-page.php:1204
576
- #: includes/class-sassy-social-share-widgets.php:234
577
- #: includes/class-sassy-social-share-widgets.php:478
578
  #, fuzzy
579
  msgid "Url of the homepage of your website"
580
  msgstr "Url da homepage do seu website"
581
 
582
- #: admin/partials/sassy-social-share-options-page.php:719
583
- #: admin/partials/sassy-social-share-options-page.php:1206
584
  #, fuzzy
585
  msgid "Custom url"
586
  msgstr "Url personalizada"
587
 
588
- #: admin/partials/sassy-social-share-options-page.php:726
589
- #: admin/partials/sassy-social-share-options-page.php:1213
590
  #, fuzzy
591
  msgid "Url to share"
592
  msgstr "Url para compartilhar"
593
 
594
- #: admin/partials/sassy-social-share-options-page.php:733
595
- #: includes/class-sassy-social-share-widgets.php:908
596
  #, fuzzy
597
  msgid "Title"
598
  msgstr "Título"
599
 
600
- #: admin/partials/sassy-social-share-options-page.php:744
601
  #, fuzzy
602
  msgid "The text to display above the sharing interface"
603
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
604
 
605
- #: admin/partials/sassy-social-share-options-page.php:778
606
- #: admin/partials/sassy-social-share-options-page.php:1221
607
  msgid "Instagram username"
608
  msgstr ""
609
 
610
- #: admin/partials/sassy-social-share-options-page.php:789
611
- #: admin/partials/sassy-social-share-options-page.php:1232
612
- #: admin/partials/sassy-social-share-options-page.php:1253
613
  msgid ""
614
  "Username of the Instagram account you want to redirect users to, on clicking "
615
  "the icon"
616
  msgstr ""
617
 
618
- #: admin/partials/sassy-social-share-options-page.php:798
619
- #: admin/partials/sassy-social-share-options-page.php:1240
620
  msgid "Youtube URL"
621
  msgstr ""
622
 
623
- #: admin/partials/sassy-social-share-options-page.php:809
624
  msgid ""
625
  "Username of the Youtube account you want to redirect users to, on clicking "
626
  "the icon"
627
  msgstr ""
628
 
629
- #: admin/partials/sassy-social-share-options-page.php:818
630
- #: admin/partials/sassy-social-share-options-page.php:1261
631
  msgid "HTML ID of container element of comment form"
632
  msgstr ""
633
 
634
- #: admin/partials/sassy-social-share-options-page.php:829
635
- #: admin/partials/sassy-social-share-options-page.php:1272
636
  msgid ""
637
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
638
  "icon."
639
  msgstr ""
640
 
641
- #: admin/partials/sassy-social-share-options-page.php:847
642
- #: admin/partials/sassy-social-share-options-page.php:1280
643
  #, fuzzy
644
  msgid "Rearrange icons"
645
  msgstr "Rearranjar ícones"
646
 
647
- #: admin/partials/sassy-social-share-options-page.php:854
648
- #: admin/partials/sassy-social-share-options-page.php:1287
649
  msgid ""
650
  "(Logo color of the icons here will always be white, even if you have saved "
651
  "any other Logo Color in the Theme Selection section. However, at the front-"
@@ -653,174 +661,175 @@ msgid ""
653
  "Theme Selection section."
654
  msgstr ""
655
 
656
- #: admin/partials/sassy-social-share-options-page.php:917
657
- #: admin/partials/sassy-social-share-options-page.php:1348
658
  #, fuzzy
659
  msgid "Drag the icons to rearrange in desired order"
660
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
661
 
662
- #: admin/partials/sassy-social-share-options-page.php:924
663
- #: admin/partials/sassy-social-share-options-page.php:1355
664
  #, fuzzy
665
  msgid "Select Sharing Services"
666
  msgstr "Selecione os Serviços Compartilhados"
667
 
668
- #: admin/partials/sassy-social-share-options-page.php:932
669
- #: admin/partials/sassy-social-share-options-page.php:1363
670
  #, fuzzy
671
  msgid "Select sharing services to show in social share bar"
672
  msgstr ""
673
  "Selecione os serviços compartilhados para exibir na barra de "
674
  "compartilhamento social"
675
 
676
- #: admin/partials/sassy-social-share-options-page.php:950
677
- #: admin/partials/sassy-social-share-options-page.php:1381
678
  msgid "Search social network"
679
  msgstr ""
680
 
681
- #: admin/partials/sassy-social-share-options-page.php:968
682
- #: admin/partials/sassy-social-share-options-page.php:1417
683
  #, fuzzy
684
  msgid "Horizontal alignment"
685
  msgstr "Alinhamento horizonal"
686
 
687
- #: admin/partials/sassy-social-share-options-page.php:974
 
688
  #, fuzzy
689
  msgid "Center"
690
  msgstr "Centro"
691
 
692
- #: admin/partials/sassy-social-share-options-page.php:983
693
- #: admin/partials/sassy-social-share-options-page.php:1431
694
  #, fuzzy
695
  msgid "Horizontal alignment of the sharing interface"
696
  msgstr "Alinhamento horizontal da interface de compartilhamento"
697
 
698
- #: admin/partials/sassy-social-share-options-page.php:990
699
  #, fuzzy
700
  msgid "Position with respect to content"
701
  msgstr "Posição em relação ao conteúdo"
702
 
703
- #: admin/partials/sassy-social-share-options-page.php:995
704
  #, fuzzy
705
  msgid "Top of the content"
706
  msgstr "Acima do conteúdo"
707
 
708
- #: admin/partials/sassy-social-share-options-page.php:997
709
  #, fuzzy
710
  msgid "Bottom of the content"
711
  msgstr "Abaixo do conteúdo"
712
 
713
- #: admin/partials/sassy-social-share-options-page.php:1004
714
  #, fuzzy
715
  msgid "Specify position of the sharing interface with respect to the content"
716
  msgstr ""
717
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
718
 
719
- #: admin/partials/sassy-social-share-options-page.php:1019
720
- #: admin/partials/sassy-social-share-options-page.php:1496
721
  #, fuzzy
722
  msgid "Placement"
723
  msgstr "Localização"
724
 
725
- #: admin/partials/sassy-social-share-options-page.php:1024
726
- #: admin/partials/sassy-social-share-options-page.php:1501
727
  #, fuzzy
728
  msgid "Homepage"
729
  msgstr "Homepage"
730
 
731
- #: admin/partials/sassy-social-share-options-page.php:1026
732
- #: admin/partials/sassy-social-share-options-page.php:1503
733
  #, fuzzy
734
  msgid "Posts"
735
  msgstr "Posts"
736
 
737
- #: admin/partials/sassy-social-share-options-page.php:1028
738
- #: admin/partials/sassy-social-share-options-page.php:1505
739
  #, fuzzy
740
  msgid "Pages"
741
  msgstr "Páginas"
742
 
743
- #: admin/partials/sassy-social-share-options-page.php:1030
744
- #: admin/partials/sassy-social-share-options-page.php:1507
745
  msgid "Excerpts and Posts page"
746
  msgstr ""
747
 
748
- #: admin/partials/sassy-social-share-options-page.php:1032
749
- #: admin/partials/sassy-social-share-options-page.php:1509
750
  #, fuzzy
751
  msgid "Category Archives"
752
  msgstr "Arquivos de Categorias"
753
 
754
- #: admin/partials/sassy-social-share-options-page.php:1034
755
- #: admin/partials/sassy-social-share-options-page.php:1511
756
  #, fuzzy
757
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
758
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
759
 
760
- #: admin/partials/sassy-social-share-options-page.php:1050
761
  #, fuzzy
762
  msgid "BuddyPress activity"
763
  msgstr "Atividade BuddyPress"
764
 
765
- #: admin/partials/sassy-social-share-options-page.php:1052
766
  #, fuzzy
767
  msgid "BuddyPress group (only at top of content)"
768
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
769
 
770
- #: admin/partials/sassy-social-share-options-page.php:1058
771
- #: admin/partials/sassy-social-share-options-page.php:1533
772
  #, fuzzy
773
  msgid "BBPress forum"
774
  msgstr "Forum BBPress"
775
 
776
- #: admin/partials/sassy-social-share-options-page.php:1061
777
- #: admin/partials/sassy-social-share-options-page.php:1536
778
  #, fuzzy
779
  msgid "BBPress topic"
780
  msgstr "Tópico BBPress"
781
 
782
- #: admin/partials/sassy-social-share-options-page.php:1064
783
  #, fuzzy
784
  msgid "BBPress reply"
785
  msgstr "Responder BBPress"
786
 
787
- #: admin/partials/sassy-social-share-options-page.php:1071
788
  #, fuzzy
789
  msgid "After individual product at WooCommerce Shop page"
790
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
791
 
792
- #: admin/partials/sassy-social-share-options-page.php:1074
793
  #, fuzzy
794
  msgid "WooCommerce Product Page"
795
  msgstr "Página de Produtos WooCommerce"
796
 
797
- #: admin/partials/sassy-social-share-options-page.php:1077
798
  #, fuzzy
799
  msgid "WooCommerce Thankyou Page"
800
  msgstr "Página de Agradecimento WooCommerce"
801
 
802
- #: admin/partials/sassy-social-share-options-page.php:1088
803
  #, fuzzy
804
  msgid "Specify the pages where you want to enable Sharing interface"
805
  msgstr ""
806
  "Especifique as páginas onde você deseja habilitar a interface de "
807
  "compartilhamento"
808
 
809
- #: admin/partials/sassy-social-share-options-page.php:1095
810
- #: admin/partials/sassy-social-share-options-page.php:1553
811
  #, fuzzy
812
  msgid "Show share counts"
813
  msgstr "Exibir contadores de compartilhamento"
814
 
815
- #: admin/partials/sassy-social-share-options-page.php:1101
816
- #: admin/partials/sassy-social-share-options-page.php:1559
817
  msgid ""
818
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
819
  "Odnoklassniki, Fintel and Vkontakte"
820
  msgstr ""
821
 
822
- #: admin/partials/sassy-social-share-options-page.php:1102
823
- #: admin/partials/sassy-social-share-options-page.php:1560
824
  #, php-format
825
  msgid ""
826
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -829,36 +838,36 @@ msgid ""
829
  "their website."
830
  msgstr ""
831
 
832
- #: admin/partials/sassy-social-share-options-page.php:1109
833
- #: admin/partials/sassy-social-share-options-page.php:1567
834
  #, fuzzy
835
  msgid "If enabled, share counts are displayed above sharing icons."
836
  msgstr ""
837
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
838
  "ícones de compartilhamento."
839
 
840
- #: admin/partials/sassy-social-share-options-page.php:1117
841
- #: admin/partials/sassy-social-share-options-page.php:1575
842
  #, fuzzy
843
  msgid "Show total shares"
844
  msgstr "Exibe total de compartilhamentos"
845
 
846
- #: admin/partials/sassy-social-share-options-page.php:1128
847
- #: admin/partials/sassy-social-share-options-page.php:1586
848
  #, fuzzy
849
  msgid "If enabled, total shares will be displayed with sharing icons"
850
  msgstr ""
851
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
852
  "de compartilhamento"
853
 
854
- #: admin/partials/sassy-social-share-options-page.php:1136
855
- #: admin/partials/sassy-social-share-options-page.php:1594
856
  #, fuzzy
857
  msgid "Enable 'More' icon"
858
  msgstr "Habilitar 'Mais' ícones"
859
 
860
- #: admin/partials/sassy-social-share-options-page.php:1147
861
- #: admin/partials/sassy-social-share-options-page.php:1605
862
  #, fuzzy
863
  msgid ""
864
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -868,22 +877,22 @@ msgstr ""
868
  "de compartilhamento com a exibição adicional das redes sociais "
869
  "compartilhadas em um popup"
870
 
871
- #: admin/partials/sassy-social-share-options-page.php:1172
872
  #, fuzzy
873
  msgid "Floating Sharing Interface Options"
874
  msgstr "Opções da Interface de Compartilhamento Flutuante"
875
 
876
- #: admin/partials/sassy-social-share-options-page.php:1177
877
  #, fuzzy
878
  msgid "Enable Floating sharing interface"
879
  msgstr "Habilita interface de compartilhamento flutuante"
880
 
881
- #: admin/partials/sassy-social-share-options-page.php:1188
882
  #, fuzzy
883
  msgid "Master control to enable floating sharing widget"
884
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
885
 
886
- #: admin/partials/sassy-social-share-options-page.php:1410
887
  #, fuzzy
888
  msgid ""
889
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -896,15 +905,12 @@ msgstr ""
896
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
897
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
898
 
899
- #: admin/partials/sassy-social-share-options-page.php:1439
900
- #: includes/class-sassy-social-share-widgets.php:945
901
- #: includes/class-sassy-social-share-widgets.php:990
902
- #: includes/class-sassy-social-share-widgets.php:992
903
  #, fuzzy
904
  msgid "Left offset"
905
  msgstr "Ajuste à esquerda"
906
 
907
- #: admin/partials/sassy-social-share-options-page.php:1450
908
  #, fuzzy
909
  msgid ""
910
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -915,15 +921,12 @@ msgstr ""
915
  "interface de compartilhamento para a esquerda. Os números podem também ser "
916
  "negativos."
917
 
918
- #: admin/partials/sassy-social-share-options-page.php:1459
919
- #: includes/class-sassy-social-share-widgets.php:945
920
- #: includes/class-sassy-social-share-widgets.php:990
921
- #: includes/class-sassy-social-share-widgets.php:992
922
  #, fuzzy
923
  msgid "Right offset"
924
  msgstr "Ajuste à direita"
925
 
926
- #: admin/partials/sassy-social-share-options-page.php:1470
927
  #, fuzzy
928
  msgid ""
929
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -934,12 +937,12 @@ msgstr ""
934
  "interface de compartilhamento para a direita. Os números podem também ser "
935
  "negativos."
936
 
937
- #: admin/partials/sassy-social-share-options-page.php:1478
938
  #, fuzzy
939
  msgid "Top offset"
940
  msgstr "Ajuste acima"
941
 
942
- #: admin/partials/sassy-social-share-options-page.php:1489
943
  #, fuzzy
944
  msgid ""
945
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -949,39 +952,39 @@ msgstr ""
949
  "compartilhamento para baixo e decrementos no número irão deslocar a "
950
  "interface de compartilhamento para cima."
951
 
952
- #: admin/partials/sassy-social-share-options-page.php:1525
953
  #, fuzzy
954
  msgid "BuddyPress group"
955
  msgstr "Grupo BuddyPress"
956
 
957
- #: admin/partials/sassy-social-share-options-page.php:1546
958
  #, fuzzy
959
  msgid "Specify the pages where you want to enable vertical Sharing interface"
960
  msgstr ""
961
  "Especifique as páginas onde você deseja habilitar a interface de "
962
  "compartilhamento vertical"
963
 
964
- #: admin/partials/sassy-social-share-options-page.php:1612
965
  msgid "Hide floating slider"
966
  msgstr ""
967
 
968
- #: admin/partials/sassy-social-share-options-page.php:1623
969
  msgid "Hides the slider arrow present below the floating share bar"
970
  msgstr ""
971
 
972
- #: admin/partials/sassy-social-share-options-page.php:1631
973
  #, fuzzy
974
  msgid "Vertical floating bar responsiveness"
975
  msgstr "Sensibilidade da barra flutuante vertical"
976
 
977
- #: admin/partials/sassy-social-share-options-page.php:1634
978
- #: includes/class-sassy-social-share-widgets.php:951
979
  #, fuzzy, php-format
980
  msgid "Display vertical interface only when screen is wider than %s pixels"
981
  msgstr ""
982
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
983
 
984
- #: admin/partials/sassy-social-share-options-page.php:1641
985
  #, fuzzy
986
  msgid ""
987
  "Display vertical interface only when screen is wider than the width "
@@ -990,13 +993,13 @@ msgstr ""
990
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
991
  "especificada."
992
 
993
- #: admin/partials/sassy-social-share-options-page.php:1648
994
  #, fuzzy
995
  msgid "Horizontal floating bar responsiveness"
996
  msgstr "Sensibilidade da barra flutuante horizontal"
997
 
998
- #: admin/partials/sassy-social-share-options-page.php:1652
999
- #: includes/class-sassy-social-share-widgets.php:957
1000
  #, fuzzy, php-format
1001
  msgid ""
1002
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1005,7 +1008,7 @@ msgstr ""
1005
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1006
  "quando a tela é mais estreita do que %s pixels"
1007
 
1008
- #: admin/partials/sassy-social-share-options-page.php:1659
1009
  #, fuzzy
1010
  msgid ""
1011
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1014,43 +1017,42 @@ msgstr ""
1014
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1015
  "quando a tela é mais estreita do que a largura especificada"
1016
 
1017
- #: admin/partials/sassy-social-share-options-page.php:1668
1018
  #, fuzzy
1019
  msgid "Horizontal floating bar position"
1020
  msgstr "Posição da barra de flutuação horizontal"
1021
 
1022
- #: admin/partials/sassy-social-share-options-page.php:1672
1023
- #: includes/class-sassy-social-share-widgets.php:963
1024
  #, fuzzy, php-format
1025
  msgid "%s pixels from %s"
1026
  msgstr "%s pixels de %s"
1027
 
1028
- #: admin/partials/sassy-social-share-options-page.php:1673
1029
- #: includes/class-sassy-social-share-widgets.php:967
1030
  msgid "Auto-adjust according to screen width (responsive)"
1031
  msgstr ""
1032
 
1033
- #: admin/partials/sassy-social-share-options-page.php:1680
1034
  #, fuzzy
1035
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1036
  msgstr ""
1037
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1038
  "também."
1039
 
1040
- #: admin/partials/sassy-social-share-options-page.php:1709
1041
  msgid "Use plain background for Instagram icon"
1042
  msgstr ""
1043
 
1044
- #: admin/partials/sassy-social-share-options-page.php:1720
1045
  msgid ""
1046
  "Uses plain background for Instagram icon instead of multicolored background"
1047
  msgstr ""
1048
 
1049
- #: admin/partials/sassy-social-share-options-page.php:1727
1050
  msgid "Load Javascript files in footer"
1051
  msgstr ""
1052
 
1053
- #: admin/partials/sassy-social-share-options-page.php:1738
1054
  #, fuzzy
1055
  msgid ""
1056
  "If enabled (recommended), Javascript files will be included in the footer of "
@@ -1059,22 +1061,22 @@ msgstr ""
1059
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
1060
  "do seu website."
1061
 
1062
- #: admin/partials/sassy-social-share-options-page.php:1745
1063
  msgid "Load Javascript only when needed"
1064
  msgstr ""
1065
 
1066
- #: admin/partials/sassy-social-share-options-page.php:1756
1067
  msgid ""
1068
  "Javascript file will be loaded only at the webpages where share icons have "
1069
  "been integrated"
1070
  msgstr ""
1071
 
1072
- #: admin/partials/sassy-social-share-options-page.php:1763
1073
  #, fuzzy
1074
  msgid "Delete all the options on plugin deletion"
1075
  msgstr "Remove todas as opções na remoção do pluguin"
1076
 
1077
- #: admin/partials/sassy-social-share-options-page.php:1774
1078
  #, fuzzy
1079
  msgid ""
1080
  "If enabled, plugin options will get deleted when plugin is deleted/"
@@ -1085,17 +1087,17 @@ msgstr ""
1085
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
1086
  "instalar o plugin da próxima vez."
1087
 
1088
- #: admin/partials/sassy-social-share-options-page.php:1783
1089
  #, fuzzy
1090
  msgid "Share Count Cache"
1091
  msgstr "Cache de Contador de Compartilhamento"
1092
 
1093
- #: admin/partials/sassy-social-share-options-page.php:1788
1094
  #, fuzzy
1095
  msgid "Refresh Share Count cache every"
1096
  msgstr "Atualizar o contador de compartilhamento a cada"
1097
 
1098
- #: admin/partials/sassy-social-share-options-page.php:1805
1099
  #, php-format
1100
  msgid ""
1101
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1103,52 +1105,52 @@ msgid ""
1103
  "target=\"_blank\">here</a>"
1104
  msgstr ""
1105
 
1106
- #: admin/partials/sassy-social-share-options-page.php:1812
1107
  #, fuzzy
1108
  msgid "Clear Share Counts Cache"
1109
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1110
 
1111
- #: admin/partials/sassy-social-share-options-page.php:1817
1112
  #, fuzzy
1113
  msgid "Share Counts cache cleared successfully."
1114
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1115
 
1116
- #: admin/partials/sassy-social-share-options-page.php:1824
1117
  #, fuzzy
1118
  msgid "Use this to clear cached share counts"
1119
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1120
 
1121
- #: admin/partials/sassy-social-share-options-page.php:1833
1122
  #, fuzzy
1123
  msgid "Url shortener"
1124
  msgstr "Encurtador de Url"
1125
 
1126
- #: admin/partials/sassy-social-share-options-page.php:1838
1127
  #, fuzzy
1128
  msgid "Use shortlinks already installed"
1129
  msgstr "Use shortlinks já instalados"
1130
 
1131
- #: admin/partials/sassy-social-share-options-page.php:1849
1132
  msgid ""
1133
  "Use default short url permalinks without the need for any additional plugin"
1134
  msgstr ""
1135
 
1136
- #: admin/partials/sassy-social-share-options-page.php:1856
1137
  #, fuzzy
1138
  msgid "Enable bit.ly url shortener for sharing"
1139
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1140
 
1141
- #: admin/partials/sassy-social-share-options-page.php:1868
1142
  #, fuzzy
1143
  msgid "Master control to enable bit.ly url shortening for sharing"
1144
  msgstr ""
1145
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1146
 
1147
- #: admin/partials/sassy-social-share-options-page.php:1875
1148
  msgid "Bit.ly Generic Access Token"
1149
  msgstr ""
1150
 
1151
- #: admin/partials/sassy-social-share-options-page.php:1886
1152
  #, php-format
1153
  msgid ""
1154
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -1157,17 +1159,17 @@ msgid ""
1157
  "\">link</a>"
1158
  msgstr ""
1159
 
1160
- #: admin/partials/sassy-social-share-options-page.php:1893
1161
  #, fuzzy
1162
  msgid "Clear Bitly Cache"
1163
  msgstr "Limpar o Cache Bitly"
1164
 
1165
- #: admin/partials/sassy-social-share-options-page.php:1898
1166
  #, fuzzy
1167
  msgid "ShortUrl cache cleared successfully."
1168
  msgstr "Cache ShortUrl limpo com sucesso."
1169
 
1170
- #: admin/partials/sassy-social-share-options-page.php:1905
1171
  #, fuzzy
1172
  msgid ""
1173
  "Use this to delete short urls saved in database. Handy, if urls of your "
@@ -1178,13 +1180,13 @@ msgstr ""
1178
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1179
  "geradas para suas urls antigas."
1180
 
1181
- #: admin/partials/sassy-social-share-options-page.php:1914
1182
- #: admin/partials/sassy-social-share-options-page.php:1919
1183
  #, fuzzy
1184
  msgid "Language"
1185
  msgstr "Languagem"
1186
 
1187
- #: admin/partials/sassy-social-share-options-page.php:1930
1188
  #, fuzzy, php-format
1189
  msgid ""
1190
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1195,18 +1197,18 @@ msgstr ""
1195
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1196
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1197
 
1198
- #: admin/partials/sassy-social-share-options-page.php:1939
1199
  #, fuzzy
1200
  msgid "Username in sharing"
1201
  msgstr "Username no compartilhamento"
1202
 
1203
- #: admin/partials/sassy-social-share-options-page.php:1944
1204
  #, fuzzy
1205
  msgid "Twitter username (without @)"
1206
  msgstr "Username do Twitter (sem @)"
1207
 
1208
- #: admin/partials/sassy-social-share-options-page.php:1955
1209
- #: admin/partials/sassy-social-share-options-page.php:1974
1210
  #, fuzzy
1211
  msgid ""
1212
  "Provided username will be appended after the content being shared as \"via "
@@ -1217,83 +1219,83 @@ msgstr ""
1217
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1218
  "no conteúdo sendo compartilhado."
1219
 
1220
- #: admin/partials/sassy-social-share-options-page.php:1963
1221
  #, fuzzy
1222
  msgid "Buffer username (without @)"
1223
  msgstr "Username do Buffer (sem @)"
1224
 
1225
- #: admin/partials/sassy-social-share-options-page.php:1983
1226
  msgid "Export/Import configuration"
1227
  msgstr ""
1228
 
1229
- #: admin/partials/sassy-social-share-options-page.php:1988
1230
  msgid "Export Configuration"
1231
  msgstr ""
1232
 
1233
- #: admin/partials/sassy-social-share-options-page.php:1998
1234
  msgid ""
1235
  "Click this button to get the configuration of plugin at this website in the "
1236
  "textbox below to export to some other website"
1237
  msgstr ""
1238
 
1239
- #: admin/partials/sassy-social-share-options-page.php:2011
1240
- #: admin/partials/sassy-social-share-options-page.php:2028
1241
  msgid "Import Configuration"
1242
  msgstr ""
1243
 
1244
- #: admin/partials/sassy-social-share-options-page.php:2019
1245
  msgid ""
1246
  "Paste the plugin-configuration you want to import to this website in the "
1247
  "textbox given below and click Import Configuration button"
1248
  msgstr ""
1249
 
1250
- #: admin/partials/sassy-social-share-options-page.php:2040
1251
  msgid "AMP"
1252
  msgstr ""
1253
 
1254
- #: admin/partials/sassy-social-share-options-page.php:2045
1255
  msgid "Enable sharing on AMP pages"
1256
  msgstr ""
1257
 
1258
- #: admin/partials/sassy-social-share-options-page.php:2056
1259
  msgid "Enable this option to render sharing icons on AMP pages"
1260
  msgstr ""
1261
 
1262
- #: admin/partials/sassy-social-share-options-page.php:2065
1263
- #: admin/partials/sassy-social-share-options-page.php:2070
1264
  #, fuzzy
1265
  msgid "Custom CSS"
1266
  msgstr "CSS Personalizado"
1267
 
1268
- #: admin/partials/sassy-social-share-options-page.php:2081
1269
  #, fuzzy
1270
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
1271
  msgstr ""
1272
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
1273
  "style&gt; )"
1274
 
1275
- #: admin/partials/sassy-social-share-options-page.php:2104
1276
  msgid "myCRED"
1277
  msgstr ""
1278
 
1279
- #: admin/partials/sassy-social-share-options-page.php:2109
1280
  msgid "Append myCRED referral ID to the urls being shared"
1281
  msgstr ""
1282
 
1283
- #: admin/partials/sassy-social-share-options-page.php:2132
1284
  msgid "Social Share Shortcode & Widget"
1285
  msgstr ""
1286
 
1287
- #: admin/partials/sassy-social-share-options-page.php:2133
1288
  msgid "Follow Icons Shortcode & Widget"
1289
  msgstr ""
1290
 
1291
- #: admin/partials/sassy-social-share-options-page.php:2145
1292
  #, fuzzy
1293
  msgid "Facebook Sharing Troubleshooter"
1294
  msgstr "Solução de problema no compartilhamento com o Facebook"
1295
 
1296
- #: admin/partials/sassy-social-share-options-page.php:2150
1297
  msgid ""
1298
  "If Facebook sharing is not working fine, click at the following link and "
1299
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1301,23 +1303,23 @@ msgid ""
1301
  "button."
1302
  msgstr ""
1303
 
1304
- #: admin/partials/sassy-social-share-options-page.php:2167
1305
  msgid ""
1306
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1307
  "an online website for the plugin to function properly."
1308
  msgstr ""
1309
 
1310
- #: admin/partials/sassy-social-share-options-page.php:2168
1311
  msgid ""
1312
  "Why is sharer not showing the correct image, title and other content when "
1313
  "sharing a webpage?"
1314
  msgstr ""
1315
 
1316
- #: admin/partials/sassy-social-share-options-page.php:2169
1317
  msgid "Why is Facebook share count not working?"
1318
  msgstr ""
1319
 
1320
- #: admin/partials/sassy-social-share-options-page.php:2170
1321
  #, php-format
1322
  msgid ""
1323
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -1327,15 +1329,15 @@ msgid ""
1327
  "Premium versions can be found at the <a href='%s' target='_blank'>link</a>"
1328
  msgstr ""
1329
 
1330
- #: admin/partials/sassy-social-share-options-page.php:2171
1331
  msgid "How to Customize the Url being Shared?"
1332
  msgstr ""
1333
 
1334
- #: admin/partials/sassy-social-share-options-page.php:2172
1335
  msgid "Why is Instagram icon redirecting to Instagram website?"
1336
  msgstr ""
1337
 
1338
- #: admin/partials/sassy-social-share-options-page.php:2173
1339
  msgid ""
1340
  "Instagram icon is there to send website visitors to the Instagram page of "
1341
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1343,44 +1345,44 @@ msgid ""
1343
  "sections."
1344
  msgstr ""
1345
 
1346
- #: admin/partials/sassy-social-share-options-page.php:2175
1347
  msgid ""
1348
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1349
  msgstr ""
1350
 
1351
- #: admin/partials/sassy-social-share-options-page.php:2176
1352
  msgid ""
1353
  "It takes some time for their service to track the shares made on Twitter "
1354
  "from your website. If you still feel it's taking too long you can contact "
1355
  "their support directly from their website."
1356
  msgstr ""
1357
 
1358
- #: admin/partials/sassy-social-share-options-page.php:2178
1359
  msgid ""
1360
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1361
  msgstr ""
1362
 
1363
- #: admin/partials/sassy-social-share-options-page.php:2179
1364
  #, fuzzy
1365
  msgid "How to integrate Google Analytics with sharing?"
1366
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1367
 
1368
- #: admin/partials/sassy-social-share-options-page.php:2180
1369
  msgid ""
1370
  "How to show recent Facebook Comments from all over the website in a widget?"
1371
  msgstr ""
1372
 
1373
- #: admin/partials/sassy-social-share-options-page.php:2181
1374
  msgid ""
1375
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1376
  "Https?"
1377
  msgstr ""
1378
 
1379
- #: admin/partials/sassy-social-share-options-page.php:2182
1380
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1381
  msgstr ""
1382
 
1383
- #: admin/partials/sassy-social-share-options-page.php:2183
1384
  #, fuzzy
1385
  msgid ""
1386
  "How can I show share counts of my website rather than of individual pages/"
@@ -1389,93 +1391,93 @@ msgstr ""
1389
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1390
  "das páginas/posts individuais?"
1391
 
1392
- #: admin/partials/sassy-social-share-options-page.php:2184
1393
  #, fuzzy
1394
  msgid "How can I disable sharing on particular page/post?"
1395
  msgstr ""
1396
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1397
 
1398
- #: admin/partials/sassy-social-share-options-page.php:2185
1399
  #, fuzzy
1400
  msgid "How can I specify minimum sharing count for sharing networks?"
1401
  msgstr ""
1402
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1403
  "sociais?"
1404
 
1405
- #: admin/partials/sassy-social-share-options-page.php:2186
1406
  #, fuzzy
1407
  msgid "How to share specific page?"
1408
  msgstr "Como compartilhar página específica?"
1409
 
1410
- #: admin/partials/sassy-social-share-options-page.php:2187
1411
  #, fuzzy
1412
  msgid "How to customize the look of total share counts?"
1413
  msgstr ""
1414
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1415
 
1416
- #: admin/partials/sassy-social-share-options-page.php:2188
1417
  #, fuzzy
1418
  msgid "How to customize the look of individual share counts?"
1419
  msgstr ""
1420
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1421
 
1422
- #: admin/partials/sassy-social-share-options-page.php:2189
1423
  #, fuzzy
1424
  msgid "How to show Whatsapp icon only on mobile devices?"
1425
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1426
 
1427
- #: admin/partials/sassy-social-share-options-page.php:2190
1428
  #, fuzzy
1429
  msgid "How to hide arrow after floating sharing bar?"
1430
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1431
 
1432
- #: admin/partials/sassy-social-share-options-page.php:2191
1433
  msgid "Why is share count not getting updated?"
1434
  msgstr ""
1435
 
1436
- #: admin/partials/sassy-social-share-options-page.php:2192
1437
  msgid "Why is there so much space between like buttons?"
1438
  msgstr ""
1439
 
1440
- #: admin/partials/sassy-social-share-options-page.php:2193
1441
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1442
  msgstr ""
1443
 
1444
- #: admin/partials/sassy-social-share-options-page.php:2203
1445
  #, fuzzy
1446
  msgid "Save Changes"
1447
  msgstr "Salvar Alterações"
1448
 
1449
- #: admin/partials/sassy-social-share-options-page.php:2215
1450
  msgid ""
1451
  "If you can send (to hello@heateor.com) how this plugin is helping your "
1452
  "business, we would be glad to shoutout on Instagram. You can also send any "
1453
  "relevant hashtags and people to mention in the Instagram post."
1454
  msgstr ""
1455
 
1456
- #: includes/class-sassy-social-share-shortcodes.php:186
1457
  #: includes/class-sassy-social-share-widgets.php:74
1458
- #: includes/class-sassy-social-share-widgets.php:325
1459
  #: public/class-sassy-social-share-public.php:111
1460
  msgid "Link copied."
1461
  msgstr ""
1462
 
1463
- #: includes/class-sassy-social-share-shortcodes.php:195
1464
  #: includes/class-sassy-social-share-widgets.php:83
1465
- #: includes/class-sassy-social-share-widgets.php:334
1466
  #: public/class-sassy-social-share-public.php:120
1467
- #: public/class-sassy-social-share-public.php:566
1468
  #, fuzzy
1469
  msgid "Shares"
1470
  msgstr ""
1471
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1472
  "de compartilhamento"
1473
 
1474
- #: includes/class-sassy-social-share-shortcodes.php:195
1475
  #: includes/class-sassy-social-share-widgets.php:83
1476
- #: includes/class-sassy-social-share-widgets.php:334
1477
  #: public/class-sassy-social-share-public.php:120
1478
- #: public/class-sassy-social-share-public.php:566
1479
  #, fuzzy
1480
  msgid "Share"
1481
  msgstr "Posição do contador de compartilhamento"
@@ -1490,275 +1492,291 @@ msgid ""
1490
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
1491
  msgstr ""
1492
 
1493
- #: includes/class-sassy-social-share-widgets.php:223
1494
  msgid ""
1495
  "Make sure \"Standard Sharing Interface\" is enabled in \"Standard Interface"
1496
  "\" section at \"Sassy Social Share\" page."
1497
  msgstr ""
1498
 
1499
- #: includes/class-sassy-social-share-widgets.php:224
1500
  #, fuzzy
1501
  msgid "Title:"
1502
  msgstr "Título:"
1503
 
1504
- #: includes/class-sassy-social-share-widgets.php:226
1505
- #: includes/class-sassy-social-share-widgets.php:470
1506
  #, fuzzy
1507
  msgid "Show individual share counts:"
1508
  msgstr "Exibir contadores individuais de compartilhamento:"
1509
 
1510
- #: includes/class-sassy-social-share-widgets.php:228
1511
- #: includes/class-sassy-social-share-widgets.php:472
1512
  #, fuzzy
1513
  msgid "Show total shares:"
1514
  msgstr "Exibir compartilhamentos totais:"
1515
 
1516
- #: includes/class-sassy-social-share-widgets.php:230
1517
- #: includes/class-sassy-social-share-widgets.php:474
1518
  #, fuzzy
1519
  msgid "Target Url:"
1520
  msgstr "Url de destino:"
1521
 
1522
- #: includes/class-sassy-social-share-widgets.php:232
1523
- #: includes/class-sassy-social-share-widgets.php:476
1524
  #, fuzzy
1525
  msgid "Select"
1526
  msgstr "Selecione"
1527
 
1528
- #: includes/class-sassy-social-share-widgets.php:235
1529
- #: includes/class-sassy-social-share-widgets.php:479
 
1530
  #, fuzzy
1531
  msgid "Custom Url"
1532
  msgstr "Url Personalizada"
1533
 
1534
- #: includes/class-sassy-social-share-widgets.php:238
1535
- msgid "Instance Type:"
1536
- msgstr ""
1537
-
1538
- #: includes/class-sassy-social-share-widgets.php:243
1539
- #: includes/class-sassy-social-share-widgets.php:906
1540
  #, fuzzy
1541
  msgid "Before widget content:"
1542
  msgstr "Antes do conteúdo do widget:"
1543
 
1544
- #: includes/class-sassy-social-share-widgets.php:245
1545
- #: includes/class-sassy-social-share-widgets.php:1078
1546
  #, fuzzy
1547
  msgid "After widget content:"
1548
  msgstr "Depois do conteúdo do widget:"
1549
 
1550
- #: includes/class-sassy-social-share-widgets.php:247
1551
- #: includes/class-sassy-social-share-widgets.php:501
1552
  #, fuzzy
1553
  msgid "Hide for logged in users:"
1554
  msgstr "Escondido para usuários autenticados:"
1555
 
1556
- #: includes/class-sassy-social-share-widgets.php:296
1557
  msgid ""
1558
  "Floating sharing widget. Let your website users share content on popular "
1559
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
1560
  msgstr ""
1561
 
1562
- #: includes/class-sassy-social-share-widgets.php:469
1563
  msgid ""
1564
  "Make sure \"Floating Interface\" is enabled in \"Floating Interface\" "
1565
  "section at \"Sassy Social Share\" page."
1566
  msgstr ""
1567
 
1568
- #: includes/class-sassy-social-share-widgets.php:482
 
1569
  #, fuzzy
1570
  msgid "Alignment"
1571
  msgstr "Alinhamento"
1572
 
1573
- #: includes/class-sassy-social-share-widgets.php:488
1574
  #, fuzzy
1575
  msgid "Left Offset"
1576
  msgstr "Ajuste à esquerda"
1577
 
1578
- #: includes/class-sassy-social-share-widgets.php:492
1579
  #, fuzzy
1580
  msgid "Right Offset"
1581
  msgstr "Ajuste à direita"
1582
 
1583
- #: includes/class-sassy-social-share-widgets.php:495
1584
  #, fuzzy
1585
  msgid "Top Offset"
1586
  msgstr "Ajuste à cima"
1587
 
1588
- #: includes/class-sassy-social-share-widgets.php:542
1589
  msgid "Sassy Social Share - Follow Icons"
1590
  msgstr ""
1591
 
1592
- #: includes/class-sassy-social-share-widgets.php:543
1593
  msgid "These icons link to your Social Media accounts"
1594
  msgstr ""
1595
 
1596
- #: includes/class-sassy-social-share-widgets.php:910
1597
  msgid "Type:"
1598
  msgstr ""
1599
 
1600
- #: includes/class-sassy-social-share-widgets.php:913
1601
  #, fuzzy
1602
  msgid "Standard"
1603
  msgstr "Opções de Interface Padrão"
1604
 
1605
- #: includes/class-sassy-social-share-widgets.php:916
1606
  #, fuzzy
1607
  msgid "Floating"
1608
  msgstr "Habilitar botões like flutuantes"
1609
 
1610
- #: includes/class-sassy-social-share-widgets.php:921
1611
  #, fuzzy
1612
  msgid "Top offset:"
1613
  msgstr "Ajuste acima"
1614
 
1615
- #: includes/class-sassy-social-share-widgets.php:925
1616
  #, fuzzy
1617
  msgid "Alignment:"
1618
  msgstr "Alinhamento"
1619
 
1620
- #: includes/class-sassy-social-share-widgets.php:973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1621
  msgid "Size of icons"
1622
  msgstr ""
1623
 
1624
- #: includes/class-sassy-social-share-widgets.php:975
1625
  msgid "Icon Shape"
1626
  msgstr ""
1627
 
1628
- #: includes/class-sassy-social-share-widgets.php:1000
1629
  msgid "Apply icon color and background color from Theme Selection section:"
1630
  msgstr ""
1631
 
1632
- #: includes/class-sassy-social-share-widgets.php:1002
1633
  msgid "No"
1634
  msgstr ""
1635
 
1636
- #: includes/class-sassy-social-share-widgets.php:1003
1637
  msgid "Yes, Standard Interface Theme"
1638
  msgstr ""
1639
 
1640
- #: includes/class-sassy-social-share-widgets.php:1004
1641
  msgid "Yes, Floating Interface Theme"
1642
  msgstr ""
1643
 
1644
- #: includes/class-sassy-social-share-widgets.php:1006
1645
  msgid "Facebook URL:"
1646
  msgstr ""
1647
 
1648
- #: includes/class-sassy-social-share-widgets.php:1009
1649
  msgid "Twitter URL:"
1650
  msgstr ""
1651
 
1652
- #: includes/class-sassy-social-share-widgets.php:1012
1653
  msgid "Instagram URL:"
1654
  msgstr ""
1655
 
1656
- #: includes/class-sassy-social-share-widgets.php:1015
1657
  msgid "Parler URL:"
1658
  msgstr ""
1659
 
1660
- #: includes/class-sassy-social-share-widgets.php:1018
1661
  msgid "Pinterest URL:"
1662
  msgstr ""
1663
 
1664
- #: includes/class-sassy-social-share-widgets.php:1021
1665
  msgid "Behance URL:"
1666
  msgstr ""
1667
 
1668
- #: includes/class-sassy-social-share-widgets.php:1024
1669
  msgid "Flickr URL:"
1670
  msgstr ""
1671
 
1672
- #: includes/class-sassy-social-share-widgets.php:1027
1673
  msgid "Foursquare URL:"
1674
  msgstr ""
1675
 
1676
- #: includes/class-sassy-social-share-widgets.php:1030
1677
  msgid "Github URL:"
1678
  msgstr ""
1679
 
1680
- #: includes/class-sassy-social-share-widgets.php:1033
1681
  msgid "LinkedIn URL:"
1682
  msgstr ""
1683
 
1684
- #: includes/class-sassy-social-share-widgets.php:1036
1685
  msgid "LinkedIn Company URL:"
1686
  msgstr ""
1687
 
1688
- #: includes/class-sassy-social-share-widgets.php:1039
1689
  msgid "Medium URL:"
1690
  msgstr ""
1691
 
1692
- #: includes/class-sassy-social-share-widgets.php:1042
1693
  msgid "MeWe URL:"
1694
  msgstr ""
1695
 
1696
- #: includes/class-sassy-social-share-widgets.php:1045
1697
  msgid "Odnoklassniki URL:"
1698
  msgstr ""
1699
 
1700
- #: includes/class-sassy-social-share-widgets.php:1048
1701
  msgid "Telegram URL:"
1702
  msgstr ""
1703
 
1704
- #: includes/class-sassy-social-share-widgets.php:1051
1705
  msgid "Tumblr URL:"
1706
  msgstr ""
1707
 
1708
- #: includes/class-sassy-social-share-widgets.php:1054
1709
  msgid "Vimeo URL:"
1710
  msgstr ""
1711
 
1712
- #: includes/class-sassy-social-share-widgets.php:1057
1713
  msgid "Vkontakte URL:"
1714
  msgstr ""
1715
 
1716
- #: includes/class-sassy-social-share-widgets.php:1060
1717
  msgid "Whatsapp URL:"
1718
  msgstr ""
1719
 
1720
- #: includes/class-sassy-social-share-widgets.php:1063
1721
  msgid "Xing URL:"
1722
  msgstr ""
1723
 
1724
- #: includes/class-sassy-social-share-widgets.php:1066
1725
  msgid "Youtube URL:"
1726
  msgstr ""
1727
 
1728
- #: includes/class-sassy-social-share-widgets.php:1069
1729
  msgid "Youtube Channel URL:"
1730
  msgstr ""
1731
 
1732
- #: includes/class-sassy-social-share-widgets.php:1072
1733
  msgid "RSS Feed URL:"
1734
  msgstr ""
1735
 
1736
- #: includes/class-sassy-social-share-widgets.php:1075
1737
  msgid "Gab.com URL:"
1738
  msgstr ""
1739
 
1740
- #: public/class-sassy-social-share-public.php:326
1741
  msgid "Search for"
1742
  msgstr ""
1743
 
1744
- #: public/class-sassy-social-share-public.php:331
1745
  #: public/class-sassy-social-share-public.php:333
1746
  #: public/class-sassy-social-share-public.php:335
 
1747
  msgid "Archives"
1748
  msgstr ""
1749
 
1750
- #: public/class-sassy-social-share-public.php:566
1751
  #, fuzzy
1752
  msgid "Total Shares"
1753
  msgstr "Exibe total de compartilhamentos"
1754
 
1755
- #: public/class-sassy-social-share-public.php:903
1756
- #: public/class-sassy-social-share-public.php:1134
1757
  #, fuzzy
1758
  msgid "Invalid request"
1759
  msgstr "Requisição inválida"
1760
 
1761
- #: public/class-sassy-social-share-public.php:909
1762
  #, fuzzy
1763
  msgid "Providers not selected"
1764
  msgstr "Provedor não selecionado"
3
  msgstr ""
4
  "Project-Id-Version: Sassy Social Share\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-12-02 20:21+0530\n"
7
  "PO-Revision-Date: 2021-02-03 13:11+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
61
  msgid "Floating sharing"
62
  msgstr "Interface de Compartilhamento Flutuante"
63
 
64
+ #: admin/class-sassy-social-share-admin.php:402
65
  msgid "Click to toggle help"
66
  msgstr ""
67
 
68
+ #: admin/class-sassy-social-share-admin.php:487
69
  #, fuzzy
70
  msgid "Settings saved"
71
  msgstr "Configurações salvas"
72
 
73
+ #: admin/class-sassy-social-share-admin.php:611
74
  msgid "Thanks for installing Sassy Social Share plugin"
75
  msgstr ""
76
 
77
+ #: admin/class-sassy-social-share-admin.php:613
78
  msgid "Configure the Plugin"
79
  msgstr ""
80
 
81
+ #: admin/class-sassy-social-share-admin.php:624
82
  msgid ""
83
  "Update \"Social Share myCRED Integration\" add-on for compatibility with the "
84
  "current version of Sassy Social Share"
85
  msgstr ""
86
 
87
+ #: admin/class-sassy-social-share-admin.php:633
88
  msgid ""
89
  "Update \"Social Sharing Analytics\" add-on for compatibility with the "
90
  "current version of Sassy Social Share"
91
  msgstr ""
92
 
93
+ #: admin/class-sassy-social-share-admin.php:658
94
  #, php-format
95
  msgid ""
96
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
98
  "\"%s\" target=\"_blank\">here</a>"
99
  msgstr ""
100
 
101
+ #: admin/class-sassy-social-share-admin.php:658
102
+ #: admin/class-sassy-social-share-admin.php:685
103
+ #: admin/class-sassy-social-share-admin.php:709
104
  msgid "Okay"
105
  msgstr ""
106
 
107
+ #: admin/class-sassy-social-share-admin.php:685
108
  #, php-format
109
  msgid ""
110
  "Twitter share counts are no longer working as newsharecounts.com is down. To "
112
  "\"_blank\">here</a> with this domain. No other steps needed."
113
  msgstr ""
114
 
115
+ #: admin/class-sassy-social-share-admin.php:709
116
  #, php-format
117
  msgid ""
118
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
121
  "your website %s with them. No need to copy-paste any code from their website."
122
  msgstr ""
123
 
124
+ #: admin/class-sassy-social-share-admin.php:727
125
  msgid "Add-Ons"
126
  msgstr ""
127
 
128
+ #: admin/class-sassy-social-share-admin.php:728
129
  msgid "Support Documentation"
130
  msgstr ""
131
 
132
+ #: admin/class-sassy-social-share-admin.php:729
133
  #, fuzzy
134
  msgid "Settings"
135
  msgstr "Configurações"
217
  msgstr "Pontue como 5-strelas"
218
 
219
  #: admin/partials/sassy-social-share-options-page.php:16
220
+ msgid "We also offer WordPress Website Development and Customization services"
221
+ msgstr ""
222
+
223
+ #: admin/partials/sassy-social-share-options-page.php:16
224
+ msgid "Request a Quote"
225
+ msgstr ""
226
+
227
+ #: admin/partials/sassy-social-share-options-page.php:22
228
+ #: admin/partials/sassy-social-share-options-page.php:2216
229
  #, php-format
230
  msgid ""
231
  "You can appreciate the effort put in this free plugin by rating it <a href="
232
  "\"%s\" target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: admin/partials/sassy-social-share-options-page.php:36
236
  #, fuzzy
237
  msgid "Theme Selection"
238
  msgstr "Escolha de Temas"
239
 
240
+ #: admin/partials/sassy-social-share-options-page.php:37
241
  #, fuzzy
242
  msgid "Standard Interface"
243
  msgstr "Interface Padrão"
244
 
245
+ #: admin/partials/sassy-social-share-options-page.php:38
246
  #, fuzzy
247
  msgid "Floating Interface"
248
  msgstr "Interface Flutuante"
249
 
250
+ #: admin/partials/sassy-social-share-options-page.php:39
251
+ #: admin/partials/sassy-social-share-options-page.php:1716
252
  #, fuzzy
253
  msgid "Miscellaneous"
254
  msgstr "Miscelânia"
255
 
256
+ #: admin/partials/sassy-social-share-options-page.php:43
257
  msgid "3rd Party Integration"
258
  msgstr ""
259
 
260
+ #: admin/partials/sassy-social-share-options-page.php:47
261
+ #: admin/partials/sassy-social-share-options-page.php:2142
262
  #, fuzzy
263
  msgid "Shortcode & Widget"
264
  msgstr "Shortcode & Widget"
265
 
266
+ #: admin/partials/sassy-social-share-options-page.php:48
267
  #, fuzzy
268
  msgid "Troubleshooter"
269
  msgstr "Resolução de Problemas"
270
 
271
+ #: admin/partials/sassy-social-share-options-page.php:49
272
+ #: admin/partials/sassy-social-share-options-page.php:2177
273
  #, fuzzy
274
  msgid "FAQ"
275
  msgstr "P&R"
276
 
277
+ #: admin/partials/sassy-social-share-options-page.php:57
278
  #, fuzzy
279
  msgid "Standard interface theme"
280
  msgstr "Tema padrão da interface"
281
 
282
+ #: admin/partials/sassy-social-share-options-page.php:62
283
+ #: admin/partials/sassy-social-share-options-page.php:388
284
  #, fuzzy
285
  msgid "Icon Preview"
286
  msgstr "Visualização do Ícone"
287
 
288
+ #: admin/partials/sassy-social-share-options-page.php:145
289
+ #: admin/partials/sassy-social-share-options-page.php:461
290
  #, fuzzy
291
  msgid ""
292
  "Do not forget to save the configuration after making changes by clicking the "
295
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
296
  "botão de salvar abaixo"
297
 
298
+ #: admin/partials/sassy-social-share-options-page.php:151
299
+ #: admin/partials/sassy-social-share-options-page.php:467
300
  #, fuzzy
301
  msgid "Shape"
302
  msgstr "Forma"
303
 
304
+ #: admin/partials/sassy-social-share-options-page.php:156
305
+ #: admin/partials/sassy-social-share-options-page.php:472
306
+ #: includes/class-sassy-social-share-widgets.php:976
307
  #, fuzzy
308
  msgid "Round"
309
  msgstr "Arredondada"
310
 
311
+ #: admin/partials/sassy-social-share-options-page.php:158
312
+ #: admin/partials/sassy-social-share-options-page.php:474
313
+ #: includes/class-sassy-social-share-widgets.php:977
314
  #, fuzzy
315
  msgid "Square"
316
  msgstr "Quadrada"
317
 
318
+ #: admin/partials/sassy-social-share-options-page.php:160
319
+ #: admin/partials/sassy-social-share-options-page.php:476
320
  #, fuzzy
321
  msgid "Rectangle"
322
  msgstr "Retangular"
323
 
324
+ #: admin/partials/sassy-social-share-options-page.php:167
325
+ #: admin/partials/sassy-social-share-options-page.php:483
326
  #, fuzzy
327
  msgid "Shape of the sharing icons"
328
  msgstr "Forma dos ícones de compartilhameto"
329
 
330
+ #: admin/partials/sassy-social-share-options-page.php:175
331
+ #: admin/partials/sassy-social-share-options-page.php:491
332
  #, fuzzy
333
  msgid "Size (in pixels)"
334
  msgstr "Tamanho (em pixels)"
335
 
336
+ #: admin/partials/sassy-social-share-options-page.php:192
337
+ #: admin/partials/sassy-social-share-options-page.php:508
338
  #, fuzzy
339
  msgid "Size of the sharing icons"
340
  msgstr "Tamanho dos ícones de compartilhameto"
341
 
342
+ #: admin/partials/sassy-social-share-options-page.php:201
343
+ #: admin/partials/sassy-social-share-options-page.php:517
344
  #, fuzzy
345
  msgid "Width (in pixels)"
346
  msgstr "Largura (em pixels)"
347
 
348
+ #: admin/partials/sassy-social-share-options-page.php:218
349
+ #: admin/partials/sassy-social-share-options-page.php:534
350
  #, fuzzy
351
  msgid "Width of the sharing icons"
352
  msgstr "Largura dos ícones de compartilhameto"
353
 
354
+ #: admin/partials/sassy-social-share-options-page.php:225
355
+ #: admin/partials/sassy-social-share-options-page.php:541
356
  #, fuzzy
357
  msgid "Height (in pixels)"
358
  msgstr "Altura (em pixels)"
359
 
360
+ #: admin/partials/sassy-social-share-options-page.php:242
361
+ #: admin/partials/sassy-social-share-options-page.php:558
362
  #, fuzzy
363
  msgid "Height of the sharing icons"
364
  msgstr "Altura dos ícones de compartilhameto"
365
 
366
+ #: admin/partials/sassy-social-share-options-page.php:251
367
+ #: admin/partials/sassy-social-share-options-page.php:567
368
  #, fuzzy
369
  msgid "Border radius (in pixels)"
370
  msgstr "Raio da borda (em pixels)"
371
 
372
+ #: admin/partials/sassy-social-share-options-page.php:262
373
+ #: admin/partials/sassy-social-share-options-page.php:578
374
  #, fuzzy
375
  msgid ""
376
  "Specify a value for rounded corners. More the value, more rounded will the "
379
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
380
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
381
 
382
+ #: admin/partials/sassy-social-share-options-page.php:270
383
+ #: admin/partials/sassy-social-share-options-page.php:586
384
  #, fuzzy
385
  msgid "Logo Color"
386
  msgstr "Cor do logo"
387
 
388
+ #: admin/partials/sassy-social-share-options-page.php:275
389
+ #: admin/partials/sassy-social-share-options-page.php:296
390
+ #: admin/partials/sassy-social-share-options-page.php:316
391
+ #: admin/partials/sassy-social-share-options-page.php:591
392
+ #: admin/partials/sassy-social-share-options-page.php:612
393
+ #: admin/partials/sassy-social-share-options-page.php:631
394
  #, fuzzy
395
  msgid "Default"
396
  msgstr "Padrão"
397
 
398
+ #: admin/partials/sassy-social-share-options-page.php:277
399
+ #: admin/partials/sassy-social-share-options-page.php:297
400
+ #: admin/partials/sassy-social-share-options-page.php:321
401
+ #: admin/partials/sassy-social-share-options-page.php:593
402
+ #: admin/partials/sassy-social-share-options-page.php:613
403
+ #: admin/partials/sassy-social-share-options-page.php:636
404
  #, fuzzy
405
  msgid "On Hover"
406
  msgstr "Em foco"
407
 
408
+ #: admin/partials/sassy-social-share-options-page.php:285
409
+ #: admin/partials/sassy-social-share-options-page.php:601
410
  #, fuzzy
411
  msgid ""
412
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
418
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
419
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
420
 
421
+ #: admin/partials/sassy-social-share-options-page.php:292
422
+ #: admin/partials/sassy-social-share-options-page.php:608
423
+ #: admin/partials/sassy-social-share-options-page.php:1411
424
+ #: includes/class-sassy-social-share-widgets.php:495
425
  #, fuzzy
426
  msgid "Background Color"
427
  msgstr "Cor de Fundo"
428
 
429
+ #: admin/partials/sassy-social-share-options-page.php:304
430
+ #: admin/partials/sassy-social-share-options-page.php:620
431
  #, fuzzy
432
  msgid ""
433
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
441
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
442
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
443
 
444
+ #: admin/partials/sassy-social-share-options-page.php:311
445
+ #: admin/partials/sassy-social-share-options-page.php:627
446
  #, fuzzy
447
  msgid "Border"
448
  msgstr "Borda"
449
 
450
+ #: admin/partials/sassy-social-share-options-page.php:318
451
+ #: admin/partials/sassy-social-share-options-page.php:323
452
+ #: admin/partials/sassy-social-share-options-page.php:633
453
+ #: admin/partials/sassy-social-share-options-page.php:638
454
  #, fuzzy
455
  msgid "Border Width"
456
  msgstr "Largura da Borda"
457
 
458
+ #: admin/partials/sassy-social-share-options-page.php:319
459
+ #: admin/partials/sassy-social-share-options-page.php:324
460
+ #: admin/partials/sassy-social-share-options-page.php:634
461
+ #: admin/partials/sassy-social-share-options-page.php:639
462
  #, fuzzy
463
  msgid "Border Color"
464
  msgstr "Cor da Borda"
465
 
466
+ #: admin/partials/sassy-social-share-options-page.php:331
467
+ #: admin/partials/sassy-social-share-options-page.php:646
468
  #, fuzzy
469
  msgid "Icon border"
470
  msgstr "Ícone da borda"
471
 
472
+ #: admin/partials/sassy-social-share-options-page.php:338
473
+ #: admin/partials/sassy-social-share-options-page.php:653
474
  #, fuzzy
475
  msgid "Counter Position"
476
  msgstr "Posição do Contador"
477
 
478
+ #: admin/partials/sassy-social-share-options-page.php:338
479
+ #: admin/partials/sassy-social-share-options-page.php:653
480
  #, fuzzy
481
  msgid "(applies, if counter enabled)"
482
  msgstr "(aplica-se, caso o contador esteja habilitado)"
483
 
484
+ #: admin/partials/sassy-social-share-options-page.php:343
485
+ #: admin/partials/sassy-social-share-options-page.php:658
486
+ #: admin/partials/sassy-social-share-options-page.php:985
487
+ #: admin/partials/sassy-social-share-options-page.php:1434
488
+ #: includes/class-sassy-social-share-widgets.php:482
489
+ #: includes/class-sassy-social-share-widgets.php:913
490
+ #: includes/class-sassy-social-share-widgets.php:939
491
  #, fuzzy
492
  msgid "Left"
493
  msgstr "Esquerda"
494
 
495
+ #: admin/partials/sassy-social-share-options-page.php:345
496
+ #: admin/partials/sassy-social-share-options-page.php:660
 
497
  #, fuzzy
498
  msgid "Top"
499
  msgstr "Acima"
500
 
501
+ #: admin/partials/sassy-social-share-options-page.php:347
502
+ #: admin/partials/sassy-social-share-options-page.php:662
503
+ #: admin/partials/sassy-social-share-options-page.php:987
504
+ #: admin/partials/sassy-social-share-options-page.php:1435
505
+ #: includes/class-sassy-social-share-widgets.php:483
506
+ #: includes/class-sassy-social-share-widgets.php:915
507
+ #: includes/class-sassy-social-share-widgets.php:946
508
  #, fuzzy
509
  msgid "Right"
510
  msgstr "Direita"
511
 
512
+ #: admin/partials/sassy-social-share-options-page.php:349
513
+ #: admin/partials/sassy-social-share-options-page.php:664
 
514
  #, fuzzy
515
  msgid "Bottom"
516
  msgstr "Abaixo"
517
 
518
+ #: admin/partials/sassy-social-share-options-page.php:351
519
+ #: admin/partials/sassy-social-share-options-page.php:666
520
  #, fuzzy
521
  msgid "Inner Left"
522
  msgstr "Inner a Esquerda"
523
 
524
+ #: admin/partials/sassy-social-share-options-page.php:353
525
+ #: admin/partials/sassy-social-share-options-page.php:668
526
  #, fuzzy
527
  msgid "Inner Top"
528
  msgstr "Inner Acima"
529
 
530
+ #: admin/partials/sassy-social-share-options-page.php:355
531
+ #: admin/partials/sassy-social-share-options-page.php:670
532
  #, fuzzy
533
  msgid "Inner Right"
534
  msgstr "Inner a Direita"
535
 
536
+ #: admin/partials/sassy-social-share-options-page.php:357
537
+ #: admin/partials/sassy-social-share-options-page.php:672
538
  #, fuzzy
539
  msgid "Inner Bottom"
540
  msgstr "Inner a Baixo"
541
 
542
+ #: admin/partials/sassy-social-share-options-page.php:365
543
+ #: admin/partials/sassy-social-share-options-page.php:680
544
  #, fuzzy
545
  msgid "Position of share counter"
546
  msgstr "Posição do contador de compartilhamento"
547
 
548
+ #: admin/partials/sassy-social-share-options-page.php:383
549
  #, fuzzy
550
  msgid "Floating interface theme"
551
  msgstr "Tema da inteface flutuante"
552
 
553
+ #: admin/partials/sassy-social-share-options-page.php:696
554
  #, fuzzy
555
  msgid "Standard Sharing Interface Options"
556
  msgstr "Opções de Interface de Compartilhamento Padrão"
557
 
558
+ #: admin/partials/sassy-social-share-options-page.php:701
559
  #, fuzzy
560
  msgid "Enable Standard sharing interface"
561
  msgstr "Habilita interface de Compartilhamento padrão"
562
 
563
+ #: admin/partials/sassy-social-share-options-page.php:712
564
  #, fuzzy
565
  msgid "Master control to enable standard sharing"
566
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
567
 
568
+ #: admin/partials/sassy-social-share-options-page.php:722
569
+ #: admin/partials/sassy-social-share-options-page.php:1209
570
  #, fuzzy
571
  msgid "Target Url"
572
  msgstr "Url Destino"
573
 
574
+ #: admin/partials/sassy-social-share-options-page.php:727
575
+ #: admin/partials/sassy-social-share-options-page.php:1214
576
+ #: includes/class-sassy-social-share-widgets.php:239
577
+ #: includes/class-sassy-social-share-widgets.php:475
578
  #, fuzzy
579
  msgid "Url of the webpage where icons are located (default)"
580
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
581
 
582
+ #: admin/partials/sassy-social-share-options-page.php:729
583
+ #: admin/partials/sassy-social-share-options-page.php:1216
584
+ #: includes/class-sassy-social-share-widgets.php:240
585
+ #: includes/class-sassy-social-share-widgets.php:476
586
  #, fuzzy
587
  msgid "Url of the homepage of your website"
588
  msgstr "Url da homepage do seu website"
589
 
590
+ #: admin/partials/sassy-social-share-options-page.php:731
591
+ #: admin/partials/sassy-social-share-options-page.php:1218
592
  #, fuzzy
593
  msgid "Custom url"
594
  msgstr "Url personalizada"
595
 
596
+ #: admin/partials/sassy-social-share-options-page.php:738
597
+ #: admin/partials/sassy-social-share-options-page.php:1225
598
  #, fuzzy
599
  msgid "Url to share"
600
  msgstr "Url para compartilhar"
601
 
602
+ #: admin/partials/sassy-social-share-options-page.php:745
603
+ #: includes/class-sassy-social-share-widgets.php:909
604
  #, fuzzy
605
  msgid "Title"
606
  msgstr "Título"
607
 
608
+ #: admin/partials/sassy-social-share-options-page.php:756
609
  #, fuzzy
610
  msgid "The text to display above the sharing interface"
611
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
612
 
613
+ #: admin/partials/sassy-social-share-options-page.php:790
614
+ #: admin/partials/sassy-social-share-options-page.php:1233
615
  msgid "Instagram username"
616
  msgstr ""
617
 
618
+ #: admin/partials/sassy-social-share-options-page.php:801
619
+ #: admin/partials/sassy-social-share-options-page.php:1244
620
+ #: admin/partials/sassy-social-share-options-page.php:1265
621
  msgid ""
622
  "Username of the Instagram account you want to redirect users to, on clicking "
623
  "the icon"
624
  msgstr ""
625
 
626
+ #: admin/partials/sassy-social-share-options-page.php:810
627
+ #: admin/partials/sassy-social-share-options-page.php:1252
628
  msgid "Youtube URL"
629
  msgstr ""
630
 
631
+ #: admin/partials/sassy-social-share-options-page.php:821
632
  msgid ""
633
  "Username of the Youtube account you want to redirect users to, on clicking "
634
  "the icon"
635
  msgstr ""
636
 
637
+ #: admin/partials/sassy-social-share-options-page.php:830
638
+ #: admin/partials/sassy-social-share-options-page.php:1273
639
  msgid "HTML ID of container element of comment form"
640
  msgstr ""
641
 
642
+ #: admin/partials/sassy-social-share-options-page.php:841
643
+ #: admin/partials/sassy-social-share-options-page.php:1284
644
  msgid ""
645
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
646
  "icon."
647
  msgstr ""
648
 
649
+ #: admin/partials/sassy-social-share-options-page.php:859
650
+ #: admin/partials/sassy-social-share-options-page.php:1292
651
  #, fuzzy
652
  msgid "Rearrange icons"
653
  msgstr "Rearranjar ícones"
654
 
655
+ #: admin/partials/sassy-social-share-options-page.php:866
656
+ #: admin/partials/sassy-social-share-options-page.php:1299
657
  msgid ""
658
  "(Logo color of the icons here will always be white, even if you have saved "
659
  "any other Logo Color in the Theme Selection section. However, at the front-"
661
  "Theme Selection section."
662
  msgstr ""
663
 
664
+ #: admin/partials/sassy-social-share-options-page.php:929
665
+ #: admin/partials/sassy-social-share-options-page.php:1360
666
  #, fuzzy
667
  msgid "Drag the icons to rearrange in desired order"
668
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
669
 
670
+ #: admin/partials/sassy-social-share-options-page.php:936
671
+ #: admin/partials/sassy-social-share-options-page.php:1367
672
  #, fuzzy
673
  msgid "Select Sharing Services"
674
  msgstr "Selecione os Serviços Compartilhados"
675
 
676
+ #: admin/partials/sassy-social-share-options-page.php:944
677
+ #: admin/partials/sassy-social-share-options-page.php:1375
678
  #, fuzzy
679
  msgid "Select sharing services to show in social share bar"
680
  msgstr ""
681
  "Selecione os serviços compartilhados para exibir na barra de "
682
  "compartilhamento social"
683
 
684
+ #: admin/partials/sassy-social-share-options-page.php:962
685
+ #: admin/partials/sassy-social-share-options-page.php:1393
686
  msgid "Search social network"
687
  msgstr ""
688
 
689
+ #: admin/partials/sassy-social-share-options-page.php:980
690
+ #: admin/partials/sassy-social-share-options-page.php:1429
691
  #, fuzzy
692
  msgid "Horizontal alignment"
693
  msgstr "Alinhamento horizonal"
694
 
695
+ #: admin/partials/sassy-social-share-options-page.php:986
696
+ #: includes/class-sassy-social-share-widgets.php:914
697
  #, fuzzy
698
  msgid "Center"
699
  msgstr "Centro"
700
 
701
+ #: admin/partials/sassy-social-share-options-page.php:995
702
+ #: admin/partials/sassy-social-share-options-page.php:1443
703
  #, fuzzy
704
  msgid "Horizontal alignment of the sharing interface"
705
  msgstr "Alinhamento horizontal da interface de compartilhamento"
706
 
707
+ #: admin/partials/sassy-social-share-options-page.php:1002
708
  #, fuzzy
709
  msgid "Position with respect to content"
710
  msgstr "Posição em relação ao conteúdo"
711
 
712
+ #: admin/partials/sassy-social-share-options-page.php:1007
713
  #, fuzzy
714
  msgid "Top of the content"
715
  msgstr "Acima do conteúdo"
716
 
717
+ #: admin/partials/sassy-social-share-options-page.php:1009
718
  #, fuzzy
719
  msgid "Bottom of the content"
720
  msgstr "Abaixo do conteúdo"
721
 
722
+ #: admin/partials/sassy-social-share-options-page.php:1016
723
  #, fuzzy
724
  msgid "Specify position of the sharing interface with respect to the content"
725
  msgstr ""
726
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
727
 
728
+ #: admin/partials/sassy-social-share-options-page.php:1031
729
+ #: admin/partials/sassy-social-share-options-page.php:1508
730
  #, fuzzy
731
  msgid "Placement"
732
  msgstr "Localização"
733
 
734
+ #: admin/partials/sassy-social-share-options-page.php:1036
735
+ #: admin/partials/sassy-social-share-options-page.php:1513
736
  #, fuzzy
737
  msgid "Homepage"
738
  msgstr "Homepage"
739
 
740
+ #: admin/partials/sassy-social-share-options-page.php:1038
741
+ #: admin/partials/sassy-social-share-options-page.php:1515
742
  #, fuzzy
743
  msgid "Posts"
744
  msgstr "Posts"
745
 
746
+ #: admin/partials/sassy-social-share-options-page.php:1040
747
+ #: admin/partials/sassy-social-share-options-page.php:1517
748
  #, fuzzy
749
  msgid "Pages"
750
  msgstr "Páginas"
751
 
752
+ #: admin/partials/sassy-social-share-options-page.php:1042
753
+ #: admin/partials/sassy-social-share-options-page.php:1519
754
  msgid "Excerpts and Posts page"
755
  msgstr ""
756
 
757
+ #: admin/partials/sassy-social-share-options-page.php:1044
758
+ #: admin/partials/sassy-social-share-options-page.php:1521
759
  #, fuzzy
760
  msgid "Category Archives"
761
  msgstr "Arquivos de Categorias"
762
 
763
+ #: admin/partials/sassy-social-share-options-page.php:1046
764
+ #: admin/partials/sassy-social-share-options-page.php:1523
765
  #, fuzzy
766
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
767
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
768
 
769
+ #: admin/partials/sassy-social-share-options-page.php:1062
770
  #, fuzzy
771
  msgid "BuddyPress activity"
772
  msgstr "Atividade BuddyPress"
773
 
774
+ #: admin/partials/sassy-social-share-options-page.php:1064
775
  #, fuzzy
776
  msgid "BuddyPress group (only at top of content)"
777
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
778
 
779
+ #: admin/partials/sassy-social-share-options-page.php:1070
780
+ #: admin/partials/sassy-social-share-options-page.php:1545
781
  #, fuzzy
782
  msgid "BBPress forum"
783
  msgstr "Forum BBPress"
784
 
785
+ #: admin/partials/sassy-social-share-options-page.php:1073
786
+ #: admin/partials/sassy-social-share-options-page.php:1548
787
  #, fuzzy
788
  msgid "BBPress topic"
789
  msgstr "Tópico BBPress"
790
 
791
+ #: admin/partials/sassy-social-share-options-page.php:1076
792
  #, fuzzy
793
  msgid "BBPress reply"
794
  msgstr "Responder BBPress"
795
 
796
+ #: admin/partials/sassy-social-share-options-page.php:1083
797
  #, fuzzy
798
  msgid "After individual product at WooCommerce Shop page"
799
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
800
 
801
+ #: admin/partials/sassy-social-share-options-page.php:1086
802
  #, fuzzy
803
  msgid "WooCommerce Product Page"
804
  msgstr "Página de Produtos WooCommerce"
805
 
806
+ #: admin/partials/sassy-social-share-options-page.php:1089
807
  #, fuzzy
808
  msgid "WooCommerce Thankyou Page"
809
  msgstr "Página de Agradecimento WooCommerce"
810
 
811
+ #: admin/partials/sassy-social-share-options-page.php:1100
812
  #, fuzzy
813
  msgid "Specify the pages where you want to enable Sharing interface"
814
  msgstr ""
815
  "Especifique as páginas onde você deseja habilitar a interface de "
816
  "compartilhamento"
817
 
818
+ #: admin/partials/sassy-social-share-options-page.php:1107
819
+ #: admin/partials/sassy-social-share-options-page.php:1565
820
  #, fuzzy
821
  msgid "Show share counts"
822
  msgstr "Exibir contadores de compartilhamento"
823
 
824
+ #: admin/partials/sassy-social-share-options-page.php:1113
825
+ #: admin/partials/sassy-social-share-options-page.php:1571
826
  msgid ""
827
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
828
  "Odnoklassniki, Fintel and Vkontakte"
829
  msgstr ""
830
 
831
+ #: admin/partials/sassy-social-share-options-page.php:1114
832
+ #: admin/partials/sassy-social-share-options-page.php:1572
833
  #, php-format
834
  msgid ""
835
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
838
  "their website."
839
  msgstr ""
840
 
841
+ #: admin/partials/sassy-social-share-options-page.php:1121
842
+ #: admin/partials/sassy-social-share-options-page.php:1579
843
  #, fuzzy
844
  msgid "If enabled, share counts are displayed above sharing icons."
845
  msgstr ""
846
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
847
  "ícones de compartilhamento."
848
 
849
+ #: admin/partials/sassy-social-share-options-page.php:1129
850
+ #: admin/partials/sassy-social-share-options-page.php:1587
851
  #, fuzzy
852
  msgid "Show total shares"
853
  msgstr "Exibe total de compartilhamentos"
854
 
855
+ #: admin/partials/sassy-social-share-options-page.php:1140
856
+ #: admin/partials/sassy-social-share-options-page.php:1598
857
  #, fuzzy
858
  msgid "If enabled, total shares will be displayed with sharing icons"
859
  msgstr ""
860
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
861
  "de compartilhamento"
862
 
863
+ #: admin/partials/sassy-social-share-options-page.php:1148
864
+ #: admin/partials/sassy-social-share-options-page.php:1606
865
  #, fuzzy
866
  msgid "Enable 'More' icon"
867
  msgstr "Habilitar 'Mais' ícones"
868
 
869
+ #: admin/partials/sassy-social-share-options-page.php:1159
870
+ #: admin/partials/sassy-social-share-options-page.php:1617
871
  #, fuzzy
872
  msgid ""
873
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
877
  "de compartilhamento com a exibição adicional das redes sociais "
878
  "compartilhadas em um popup"
879
 
880
+ #: admin/partials/sassy-social-share-options-page.php:1184
881
  #, fuzzy
882
  msgid "Floating Sharing Interface Options"
883
  msgstr "Opções da Interface de Compartilhamento Flutuante"
884
 
885
+ #: admin/partials/sassy-social-share-options-page.php:1189
886
  #, fuzzy
887
  msgid "Enable Floating sharing interface"
888
  msgstr "Habilita interface de compartilhamento flutuante"
889
 
890
+ #: admin/partials/sassy-social-share-options-page.php:1200
891
  #, fuzzy
892
  msgid "Master control to enable floating sharing widget"
893
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
894
 
895
+ #: admin/partials/sassy-social-share-options-page.php:1422
896
  #, fuzzy
897
  msgid ""
898
  "Specify the color or hex code (example #cc78e0) for the background of "
905
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
906
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
907
 
908
+ #: admin/partials/sassy-social-share-options-page.php:1451
 
 
 
909
  #, fuzzy
910
  msgid "Left offset"
911
  msgstr "Ajuste à esquerda"
912
 
913
+ #: admin/partials/sassy-social-share-options-page.php:1462
914
  #, fuzzy
915
  msgid ""
916
  "Specify a number. Increase in number will shift sharing interface towards "
921
  "interface de compartilhamento para a esquerda. Os números podem também ser "
922
  "negativos."
923
 
924
+ #: admin/partials/sassy-social-share-options-page.php:1471
 
 
 
925
  #, fuzzy
926
  msgid "Right offset"
927
  msgstr "Ajuste à direita"
928
 
929
+ #: admin/partials/sassy-social-share-options-page.php:1482
930
  #, fuzzy
931
  msgid ""
932
  "Specify a number. Increase in number will shift sharing interface towards "
937
  "interface de compartilhamento para a direita. Os números podem também ser "
938
  "negativos."
939
 
940
+ #: admin/partials/sassy-social-share-options-page.php:1490
941
  #, fuzzy
942
  msgid "Top offset"
943
  msgstr "Ajuste acima"
944
 
945
+ #: admin/partials/sassy-social-share-options-page.php:1501
946
  #, fuzzy
947
  msgid ""
948
  "Specify a number. Increase in number will shift sharing interface towards "
952
  "compartilhamento para baixo e decrementos no número irão deslocar a "
953
  "interface de compartilhamento para cima."
954
 
955
+ #: admin/partials/sassy-social-share-options-page.php:1537
956
  #, fuzzy
957
  msgid "BuddyPress group"
958
  msgstr "Grupo BuddyPress"
959
 
960
+ #: admin/partials/sassy-social-share-options-page.php:1558
961
  #, fuzzy
962
  msgid "Specify the pages where you want to enable vertical Sharing interface"
963
  msgstr ""
964
  "Especifique as páginas onde você deseja habilitar a interface de "
965
  "compartilhamento vertical"
966
 
967
+ #: admin/partials/sassy-social-share-options-page.php:1624
968
  msgid "Hide floating slider"
969
  msgstr ""
970
 
971
+ #: admin/partials/sassy-social-share-options-page.php:1635
972
  msgid "Hides the slider arrow present below the floating share bar"
973
  msgstr ""
974
 
975
+ #: admin/partials/sassy-social-share-options-page.php:1643
976
  #, fuzzy
977
  msgid "Vertical floating bar responsiveness"
978
  msgstr "Sensibilidade da barra flutuante vertical"
979
 
980
+ #: admin/partials/sassy-social-share-options-page.php:1646
981
+ #: includes/class-sassy-social-share-widgets.php:954
982
  #, fuzzy, php-format
983
  msgid "Display vertical interface only when screen is wider than %s pixels"
984
  msgstr ""
985
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
986
 
987
+ #: admin/partials/sassy-social-share-options-page.php:1653
988
  #, fuzzy
989
  msgid ""
990
  "Display vertical interface only when screen is wider than the width "
993
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
994
  "especificada."
995
 
996
+ #: admin/partials/sassy-social-share-options-page.php:1660
997
  #, fuzzy
998
  msgid "Horizontal floating bar responsiveness"
999
  msgstr "Sensibilidade da barra flutuante horizontal"
1000
 
1001
+ #: admin/partials/sassy-social-share-options-page.php:1664
1002
+ #: includes/class-sassy-social-share-widgets.php:958
1003
  #, fuzzy, php-format
1004
  msgid ""
1005
  "Stick vertical floating interface horizontally at bottom only when screen is "
1008
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1009
  "quando a tela é mais estreita do que %s pixels"
1010
 
1011
+ #: admin/partials/sassy-social-share-options-page.php:1671
1012
  #, fuzzy
1013
  msgid ""
1014
  "Stick vertical floating interface horizontally at bottom only when screen is "
1017
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1018
  "quando a tela é mais estreita do que a largura especificada"
1019
 
1020
+ #: admin/partials/sassy-social-share-options-page.php:1680
1021
  #, fuzzy
1022
  msgid "Horizontal floating bar position"
1023
  msgstr "Posição da barra de flutuação horizontal"
1024
 
1025
+ #: admin/partials/sassy-social-share-options-page.php:1684
1026
+ #: includes/class-sassy-social-share-widgets.php:964
1027
  #, fuzzy, php-format
1028
  msgid "%s pixels from %s"
1029
  msgstr "%s pixels de %s"
1030
 
1031
+ #: admin/partials/sassy-social-share-options-page.php:1685
 
1032
  msgid "Auto-adjust according to screen width (responsive)"
1033
  msgstr ""
1034
 
1035
+ #: admin/partials/sassy-social-share-options-page.php:1692
1036
  #, fuzzy
1037
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1038
  msgstr ""
1039
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1040
  "também."
1041
 
1042
+ #: admin/partials/sassy-social-share-options-page.php:1721
1043
  msgid "Use plain background for Instagram icon"
1044
  msgstr ""
1045
 
1046
+ #: admin/partials/sassy-social-share-options-page.php:1732
1047
  msgid ""
1048
  "Uses plain background for Instagram icon instead of multicolored background"
1049
  msgstr ""
1050
 
1051
+ #: admin/partials/sassy-social-share-options-page.php:1739
1052
  msgid "Load Javascript files in footer"
1053
  msgstr ""
1054
 
1055
+ #: admin/partials/sassy-social-share-options-page.php:1750
1056
  #, fuzzy
1057
  msgid ""
1058
  "If enabled (recommended), Javascript files will be included in the footer of "
1061
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
1062
  "do seu website."
1063
 
1064
+ #: admin/partials/sassy-social-share-options-page.php:1757
1065
  msgid "Load Javascript only when needed"
1066
  msgstr ""
1067
 
1068
+ #: admin/partials/sassy-social-share-options-page.php:1768
1069
  msgid ""
1070
  "Javascript file will be loaded only at the webpages where share icons have "
1071
  "been integrated"
1072
  msgstr ""
1073
 
1074
+ #: admin/partials/sassy-social-share-options-page.php:1775
1075
  #, fuzzy
1076
  msgid "Delete all the options on plugin deletion"
1077
  msgstr "Remove todas as opções na remoção do pluguin"
1078
 
1079
+ #: admin/partials/sassy-social-share-options-page.php:1786
1080
  #, fuzzy
1081
  msgid ""
1082
  "If enabled, plugin options will get deleted when plugin is deleted/"
1087
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
1088
  "instalar o plugin da próxima vez."
1089
 
1090
+ #: admin/partials/sassy-social-share-options-page.php:1795
1091
  #, fuzzy
1092
  msgid "Share Count Cache"
1093
  msgstr "Cache de Contador de Compartilhamento"
1094
 
1095
+ #: admin/partials/sassy-social-share-options-page.php:1800
1096
  #, fuzzy
1097
  msgid "Refresh Share Count cache every"
1098
  msgstr "Atualizar o contador de compartilhamento a cada"
1099
 
1100
+ #: admin/partials/sassy-social-share-options-page.php:1817
1101
  #, php-format
1102
  msgid ""
1103
  "Frequent cache refreshing results in slower loading of pages with share "
1105
  "target=\"_blank\">here</a>"
1106
  msgstr ""
1107
 
1108
+ #: admin/partials/sassy-social-share-options-page.php:1824
1109
  #, fuzzy
1110
  msgid "Clear Share Counts Cache"
1111
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1112
 
1113
+ #: admin/partials/sassy-social-share-options-page.php:1829
1114
  #, fuzzy
1115
  msgid "Share Counts cache cleared successfully."
1116
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1117
 
1118
+ #: admin/partials/sassy-social-share-options-page.php:1836
1119
  #, fuzzy
1120
  msgid "Use this to clear cached share counts"
1121
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1122
 
1123
+ #: admin/partials/sassy-social-share-options-page.php:1845
1124
  #, fuzzy
1125
  msgid "Url shortener"
1126
  msgstr "Encurtador de Url"
1127
 
1128
+ #: admin/partials/sassy-social-share-options-page.php:1850
1129
  #, fuzzy
1130
  msgid "Use shortlinks already installed"
1131
  msgstr "Use shortlinks já instalados"
1132
 
1133
+ #: admin/partials/sassy-social-share-options-page.php:1861
1134
  msgid ""
1135
  "Use default short url permalinks without the need for any additional plugin"
1136
  msgstr ""
1137
 
1138
+ #: admin/partials/sassy-social-share-options-page.php:1868
1139
  #, fuzzy
1140
  msgid "Enable bit.ly url shortener for sharing"
1141
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1142
 
1143
+ #: admin/partials/sassy-social-share-options-page.php:1880
1144
  #, fuzzy
1145
  msgid "Master control to enable bit.ly url shortening for sharing"
1146
  msgstr ""
1147
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1148
 
1149
+ #: admin/partials/sassy-social-share-options-page.php:1887
1150
  msgid "Bit.ly Generic Access Token"
1151
  msgstr ""
1152
 
1153
+ #: admin/partials/sassy-social-share-options-page.php:1898
1154
  #, php-format
1155
  msgid ""
1156
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
1159
  "\">link</a>"
1160
  msgstr ""
1161
 
1162
+ #: admin/partials/sassy-social-share-options-page.php:1905
1163
  #, fuzzy
1164
  msgid "Clear Bitly Cache"
1165
  msgstr "Limpar o Cache Bitly"
1166
 
1167
+ #: admin/partials/sassy-social-share-options-page.php:1910
1168
  #, fuzzy
1169
  msgid "ShortUrl cache cleared successfully."
1170
  msgstr "Cache ShortUrl limpo com sucesso."
1171
 
1172
+ #: admin/partials/sassy-social-share-options-page.php:1917
1173
  #, fuzzy
1174
  msgid ""
1175
  "Use this to delete short urls saved in database. Handy, if urls of your "
1180
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1181
  "geradas para suas urls antigas."
1182
 
1183
+ #: admin/partials/sassy-social-share-options-page.php:1926
1184
+ #: admin/partials/sassy-social-share-options-page.php:1931
1185
  #, fuzzy
1186
  msgid "Language"
1187
  msgstr "Languagem"
1188
 
1189
+ #: admin/partials/sassy-social-share-options-page.php:1942
1190
  #, fuzzy, php-format
1191
  msgid ""
1192
  "Enter the code of the language you want to use for like buttons. You can "
1197
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1198
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1199
 
1200
+ #: admin/partials/sassy-social-share-options-page.php:1951
1201
  #, fuzzy
1202
  msgid "Username in sharing"
1203
  msgstr "Username no compartilhamento"
1204
 
1205
+ #: admin/partials/sassy-social-share-options-page.php:1956
1206
  #, fuzzy
1207
  msgid "Twitter username (without @)"
1208
  msgstr "Username do Twitter (sem @)"
1209
 
1210
+ #: admin/partials/sassy-social-share-options-page.php:1967
1211
+ #: admin/partials/sassy-social-share-options-page.php:1986
1212
  #, fuzzy
1213
  msgid ""
1214
  "Provided username will be appended after the content being shared as \"via "
1219
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1220
  "no conteúdo sendo compartilhado."
1221
 
1222
+ #: admin/partials/sassy-social-share-options-page.php:1975
1223
  #, fuzzy
1224
  msgid "Buffer username (without @)"
1225
  msgstr "Username do Buffer (sem @)"
1226
 
1227
+ #: admin/partials/sassy-social-share-options-page.php:1995
1228
  msgid "Export/Import configuration"
1229
  msgstr ""
1230
 
1231
+ #: admin/partials/sassy-social-share-options-page.php:2000
1232
  msgid "Export Configuration"
1233
  msgstr ""
1234
 
1235
+ #: admin/partials/sassy-social-share-options-page.php:2010
1236
  msgid ""
1237
  "Click this button to get the configuration of plugin at this website in the "
1238
  "textbox below to export to some other website"
1239
  msgstr ""
1240
 
1241
+ #: admin/partials/sassy-social-share-options-page.php:2023
1242
+ #: admin/partials/sassy-social-share-options-page.php:2040
1243
  msgid "Import Configuration"
1244
  msgstr ""
1245
 
1246
+ #: admin/partials/sassy-social-share-options-page.php:2031
1247
  msgid ""
1248
  "Paste the plugin-configuration you want to import to this website in the "
1249
  "textbox given below and click Import Configuration button"
1250
  msgstr ""
1251
 
1252
+ #: admin/partials/sassy-social-share-options-page.php:2052
1253
  msgid "AMP"
1254
  msgstr ""
1255
 
1256
+ #: admin/partials/sassy-social-share-options-page.php:2057
1257
  msgid "Enable sharing on AMP pages"
1258
  msgstr ""
1259
 
1260
+ #: admin/partials/sassy-social-share-options-page.php:2068
1261
  msgid "Enable this option to render sharing icons on AMP pages"
1262
  msgstr ""
1263
 
1264
+ #: admin/partials/sassy-social-share-options-page.php:2077
1265
+ #: admin/partials/sassy-social-share-options-page.php:2082
1266
  #, fuzzy
1267
  msgid "Custom CSS"
1268
  msgstr "CSS Personalizado"
1269
 
1270
+ #: admin/partials/sassy-social-share-options-page.php:2093
1271
  #, fuzzy
1272
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
1273
  msgstr ""
1274
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
1275
  "style&gt; )"
1276
 
1277
+ #: admin/partials/sassy-social-share-options-page.php:2116
1278
  msgid "myCRED"
1279
  msgstr ""
1280
 
1281
+ #: admin/partials/sassy-social-share-options-page.php:2121
1282
  msgid "Append myCRED referral ID to the urls being shared"
1283
  msgstr ""
1284
 
1285
+ #: admin/partials/sassy-social-share-options-page.php:2144
1286
  msgid "Social Share Shortcode & Widget"
1287
  msgstr ""
1288
 
1289
+ #: admin/partials/sassy-social-share-options-page.php:2145
1290
  msgid "Follow Icons Shortcode & Widget"
1291
  msgstr ""
1292
 
1293
+ #: admin/partials/sassy-social-share-options-page.php:2157
1294
  #, fuzzy
1295
  msgid "Facebook Sharing Troubleshooter"
1296
  msgstr "Solução de problema no compartilhamento com o Facebook"
1297
 
1298
+ #: admin/partials/sassy-social-share-options-page.php:2162
1299
  msgid ""
1300
  "If Facebook sharing is not working fine, click at the following link and "
1301
  "enter the problematic url (where Facebook sharing is not working properly) "
1303
  "button."
1304
  msgstr ""
1305
 
1306
+ #: admin/partials/sassy-social-share-options-page.php:2179
1307
  msgid ""
1308
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1309
  "an online website for the plugin to function properly."
1310
  msgstr ""
1311
 
1312
+ #: admin/partials/sassy-social-share-options-page.php:2180
1313
  msgid ""
1314
  "Why is sharer not showing the correct image, title and other content when "
1315
  "sharing a webpage?"
1316
  msgstr ""
1317
 
1318
+ #: admin/partials/sassy-social-share-options-page.php:2181
1319
  msgid "Why is Facebook share count not working?"
1320
  msgstr ""
1321
 
1322
+ #: admin/partials/sassy-social-share-options-page.php:2182
1323
  #, php-format
1324
  msgid ""
1325
  "After the recent changes introduced in the Facebook graph API, it's not "
1329
  "Premium versions can be found at the <a href='%s' target='_blank'>link</a>"
1330
  msgstr ""
1331
 
1332
+ #: admin/partials/sassy-social-share-options-page.php:2183
1333
  msgid "How to Customize the Url being Shared?"
1334
  msgstr ""
1335
 
1336
+ #: admin/partials/sassy-social-share-options-page.php:2184
1337
  msgid "Why is Instagram icon redirecting to Instagram website?"
1338
  msgstr ""
1339
 
1340
+ #: admin/partials/sassy-social-share-options-page.php:2185
1341
  msgid ""
1342
  "Instagram icon is there to send website visitors to the Instagram page of "
1343
  "your choice. You can save the desired Instagram handle in \"Instagram "
1345
  "sections."
1346
  msgstr ""
1347
 
1348
+ #: admin/partials/sassy-social-share-options-page.php:2187
1349
  msgid ""
1350
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1351
  msgstr ""
1352
 
1353
+ #: admin/partials/sassy-social-share-options-page.php:2188
1354
  msgid ""
1355
  "It takes some time for their service to track the shares made on Twitter "
1356
  "from your website. If you still feel it's taking too long you can contact "
1357
  "their support directly from their website."
1358
  msgstr ""
1359
 
1360
+ #: admin/partials/sassy-social-share-options-page.php:2190
1361
  msgid ""
1362
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1363
  msgstr ""
1364
 
1365
+ #: admin/partials/sassy-social-share-options-page.php:2191
1366
  #, fuzzy
1367
  msgid "How to integrate Google Analytics with sharing?"
1368
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1369
 
1370
+ #: admin/partials/sassy-social-share-options-page.php:2192
1371
  msgid ""
1372
  "How to show recent Facebook Comments from all over the website in a widget?"
1373
  msgstr ""
1374
 
1375
+ #: admin/partials/sassy-social-share-options-page.php:2193
1376
  msgid ""
1377
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1378
  "Https?"
1379
  msgstr ""
1380
 
1381
+ #: admin/partials/sassy-social-share-options-page.php:2194
1382
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1383
  msgstr ""
1384
 
1385
+ #: admin/partials/sassy-social-share-options-page.php:2195
1386
  #, fuzzy
1387
  msgid ""
1388
  "How can I show share counts of my website rather than of individual pages/"
1391
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1392
  "das páginas/posts individuais?"
1393
 
1394
+ #: admin/partials/sassy-social-share-options-page.php:2196
1395
  #, fuzzy
1396
  msgid "How can I disable sharing on particular page/post?"
1397
  msgstr ""
1398
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1399
 
1400
+ #: admin/partials/sassy-social-share-options-page.php:2197
1401
  #, fuzzy
1402
  msgid "How can I specify minimum sharing count for sharing networks?"
1403
  msgstr ""
1404
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1405
  "sociais?"
1406
 
1407
+ #: admin/partials/sassy-social-share-options-page.php:2198
1408
  #, fuzzy
1409
  msgid "How to share specific page?"
1410
  msgstr "Como compartilhar página específica?"
1411
 
1412
+ #: admin/partials/sassy-social-share-options-page.php:2199
1413
  #, fuzzy
1414
  msgid "How to customize the look of total share counts?"
1415
  msgstr ""
1416
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1417
 
1418
+ #: admin/partials/sassy-social-share-options-page.php:2200
1419
  #, fuzzy
1420
  msgid "How to customize the look of individual share counts?"
1421
  msgstr ""
1422
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1423
 
1424
+ #: admin/partials/sassy-social-share-options-page.php:2201
1425
  #, fuzzy
1426
  msgid "How to show Whatsapp icon only on mobile devices?"
1427
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1428
 
1429
+ #: admin/partials/sassy-social-share-options-page.php:2202
1430
  #, fuzzy
1431
  msgid "How to hide arrow after floating sharing bar?"
1432
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1433
 
1434
+ #: admin/partials/sassy-social-share-options-page.php:2203
1435
  msgid "Why is share count not getting updated?"
1436
  msgstr ""
1437
 
1438
+ #: admin/partials/sassy-social-share-options-page.php:2204
1439
  msgid "Why is there so much space between like buttons?"
1440
  msgstr ""
1441
 
1442
+ #: admin/partials/sassy-social-share-options-page.php:2205
1443
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1444
  msgstr ""
1445
 
1446
+ #: admin/partials/sassy-social-share-options-page.php:2220
1447
  #, fuzzy
1448
  msgid "Save Changes"
1449
  msgstr "Salvar Alterações"
1450
 
1451
+ #: admin/partials/sassy-social-share-options-page.php:2226
1452
  msgid ""
1453
  "If you can send (to hello@heateor.com) how this plugin is helping your "
1454
  "business, we would be glad to shoutout on Instagram. You can also send any "
1455
  "relevant hashtags and people to mention in the Instagram post."
1456
  msgstr ""
1457
 
1458
+ #: includes/class-sassy-social-share-shortcodes.php:240
1459
  #: includes/class-sassy-social-share-widgets.php:74
1460
+ #: includes/class-sassy-social-share-widgets.php:326
1461
  #: public/class-sassy-social-share-public.php:111
1462
  msgid "Link copied."
1463
  msgstr ""
1464
 
1465
+ #: includes/class-sassy-social-share-shortcodes.php:249
1466
  #: includes/class-sassy-social-share-widgets.php:83
1467
+ #: includes/class-sassy-social-share-widgets.php:335
1468
  #: public/class-sassy-social-share-public.php:120
1469
+ #: public/class-sassy-social-share-public.php:568
1470
  #, fuzzy
1471
  msgid "Shares"
1472
  msgstr ""
1473
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1474
  "de compartilhamento"
1475
 
1476
+ #: includes/class-sassy-social-share-shortcodes.php:249
1477
  #: includes/class-sassy-social-share-widgets.php:83
1478
+ #: includes/class-sassy-social-share-widgets.php:335
1479
  #: public/class-sassy-social-share-public.php:120
1480
+ #: public/class-sassy-social-share-public.php:568
1481
  #, fuzzy
1482
  msgid "Share"
1483
  msgstr "Posição do contador de compartilhamento"
1492
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
1493
  msgstr ""
1494
 
1495
+ #: includes/class-sassy-social-share-widgets.php:229
1496
  msgid ""
1497
  "Make sure \"Standard Sharing Interface\" is enabled in \"Standard Interface"
1498
  "\" section at \"Sassy Social Share\" page."
1499
  msgstr ""
1500
 
1501
+ #: includes/class-sassy-social-share-widgets.php:230
1502
  #, fuzzy
1503
  msgid "Title:"
1504
  msgstr "Título:"
1505
 
1506
+ #: includes/class-sassy-social-share-widgets.php:232
1507
+ #: includes/class-sassy-social-share-widgets.php:468
1508
  #, fuzzy
1509
  msgid "Show individual share counts:"
1510
  msgstr "Exibir contadores individuais de compartilhamento:"
1511
 
1512
+ #: includes/class-sassy-social-share-widgets.php:234
1513
+ #: includes/class-sassy-social-share-widgets.php:470
1514
  #, fuzzy
1515
  msgid "Show total shares:"
1516
  msgstr "Exibir compartilhamentos totais:"
1517
 
1518
+ #: includes/class-sassy-social-share-widgets.php:236
1519
+ #: includes/class-sassy-social-share-widgets.php:472
1520
  #, fuzzy
1521
  msgid "Target Url:"
1522
  msgstr "Url de destino:"
1523
 
1524
+ #: includes/class-sassy-social-share-widgets.php:238
1525
+ #: includes/class-sassy-social-share-widgets.php:474
1526
  #, fuzzy
1527
  msgid "Select"
1528
  msgstr "Selecione"
1529
 
1530
+ #: includes/class-sassy-social-share-widgets.php:241
1531
+ #: includes/class-sassy-social-share-widgets.php:243
1532
+ #: includes/class-sassy-social-share-widgets.php:477
1533
  #, fuzzy
1534
  msgid "Custom Url"
1535
  msgstr "Url Personalizada"
1536
 
1537
+ #: includes/class-sassy-social-share-widgets.php:244
1538
+ #: includes/class-sassy-social-share-widgets.php:907
 
 
 
 
1539
  #, fuzzy
1540
  msgid "Before widget content:"
1541
  msgstr "Antes do conteúdo do widget:"
1542
 
1543
+ #: includes/class-sassy-social-share-widgets.php:246
1544
+ #: includes/class-sassy-social-share-widgets.php:1063
1545
  #, fuzzy
1546
  msgid "After widget content:"
1547
  msgstr "Depois do conteúdo do widget:"
1548
 
1549
+ #: includes/class-sassy-social-share-widgets.php:248
1550
+ #: includes/class-sassy-social-share-widgets.php:497
1551
  #, fuzzy
1552
  msgid "Hide for logged in users:"
1553
  msgstr "Escondido para usuários autenticados:"
1554
 
1555
+ #: includes/class-sassy-social-share-widgets.php:297
1556
  msgid ""
1557
  "Floating sharing widget. Let your website users share content on popular "
1558
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
1559
  msgstr ""
1560
 
1561
+ #: includes/class-sassy-social-share-widgets.php:467
1562
  msgid ""
1563
  "Make sure \"Floating Interface\" is enabled in \"Floating Interface\" "
1564
  "section at \"Sassy Social Share\" page."
1565
  msgstr ""
1566
 
1567
+ #: includes/class-sassy-social-share-widgets.php:480
1568
+ #: includes/class-sassy-social-share-widgets.php:911
1569
  #, fuzzy
1570
  msgid "Alignment"
1571
  msgstr "Alinhamento"
1572
 
1573
+ #: includes/class-sassy-social-share-widgets.php:486
1574
  #, fuzzy
1575
  msgid "Left Offset"
1576
  msgstr "Ajuste à esquerda"
1577
 
1578
+ #: includes/class-sassy-social-share-widgets.php:490
1579
  #, fuzzy
1580
  msgid "Right Offset"
1581
  msgstr "Ajuste à direita"
1582
 
1583
+ #: includes/class-sassy-social-share-widgets.php:493
1584
  #, fuzzy
1585
  msgid "Top Offset"
1586
  msgstr "Ajuste à cima"
1587
 
1588
+ #: includes/class-sassy-social-share-widgets.php:538
1589
  msgid "Sassy Social Share - Follow Icons"
1590
  msgstr ""
1591
 
1592
+ #: includes/class-sassy-social-share-widgets.php:539
1593
  msgid "These icons link to your Social Media accounts"
1594
  msgstr ""
1595
 
1596
+ #: includes/class-sassy-social-share-widgets.php:917
1597
  msgid "Type:"
1598
  msgstr ""
1599
 
1600
+ #: includes/class-sassy-social-share-widgets.php:920
1601
  #, fuzzy
1602
  msgid "Standard"
1603
  msgstr "Opções de Interface Padrão"
1604
 
1605
+ #: includes/class-sassy-social-share-widgets.php:923
1606
  #, fuzzy
1607
  msgid "Floating"
1608
  msgstr "Habilitar botões like flutuantes"
1609
 
1610
+ #: includes/class-sassy-social-share-widgets.php:928
1611
  #, fuzzy
1612
  msgid "Top offset:"
1613
  msgstr "Ajuste acima"
1614
 
1615
+ #: includes/class-sassy-social-share-widgets.php:932
1616
  #, fuzzy
1617
  msgid "Alignment:"
1618
  msgstr "Alinhamento"
1619
 
1620
+ #: includes/class-sassy-social-share-widgets.php:950
1621
+ msgid "Offset"
1622
+ msgstr ""
1623
+
1624
+ #: includes/class-sassy-social-share-widgets.php:964
1625
+ #, fuzzy
1626
+ msgid "right"
1627
+ msgstr "Direita"
1628
+
1629
+ #: includes/class-sassy-social-share-widgets.php:964
1630
+ #, fuzzy
1631
+ msgid "left"
1632
+ msgstr "Esquerda"
1633
+
1634
+ #: includes/class-sassy-social-share-widgets.php:967
1635
+ msgid "Auto-adjust according to the screen-width (responsive)"
1636
+ msgstr ""
1637
+
1638
+ #: includes/class-sassy-social-share-widgets.php:972
1639
  msgid "Size of icons"
1640
  msgstr ""
1641
 
1642
+ #: includes/class-sassy-social-share-widgets.php:974
1643
  msgid "Icon Shape"
1644
  msgstr ""
1645
 
1646
+ #: includes/class-sassy-social-share-widgets.php:985
1647
  msgid "Apply icon color and background color from Theme Selection section:"
1648
  msgstr ""
1649
 
1650
+ #: includes/class-sassy-social-share-widgets.php:987
1651
  msgid "No"
1652
  msgstr ""
1653
 
1654
+ #: includes/class-sassy-social-share-widgets.php:988
1655
  msgid "Yes, Standard Interface Theme"
1656
  msgstr ""
1657
 
1658
+ #: includes/class-sassy-social-share-widgets.php:989
1659
  msgid "Yes, Floating Interface Theme"
1660
  msgstr ""
1661
 
1662
+ #: includes/class-sassy-social-share-widgets.php:991
1663
  msgid "Facebook URL:"
1664
  msgstr ""
1665
 
1666
+ #: includes/class-sassy-social-share-widgets.php:994
1667
  msgid "Twitter URL:"
1668
  msgstr ""
1669
 
1670
+ #: includes/class-sassy-social-share-widgets.php:997
1671
  msgid "Instagram URL:"
1672
  msgstr ""
1673
 
1674
+ #: includes/class-sassy-social-share-widgets.php:1000
1675
  msgid "Parler URL:"
1676
  msgstr ""
1677
 
1678
+ #: includes/class-sassy-social-share-widgets.php:1003
1679
  msgid "Pinterest URL:"
1680
  msgstr ""
1681
 
1682
+ #: includes/class-sassy-social-share-widgets.php:1006
1683
  msgid "Behance URL:"
1684
  msgstr ""
1685
 
1686
+ #: includes/class-sassy-social-share-widgets.php:1009
1687
  msgid "Flickr URL:"
1688
  msgstr ""
1689
 
1690
+ #: includes/class-sassy-social-share-widgets.php:1012
1691
  msgid "Foursquare URL:"
1692
  msgstr ""
1693
 
1694
+ #: includes/class-sassy-social-share-widgets.php:1015
1695
  msgid "Github URL:"
1696
  msgstr ""
1697
 
1698
+ #: includes/class-sassy-social-share-widgets.php:1018
1699
  msgid "LinkedIn URL:"
1700
  msgstr ""
1701
 
1702
+ #: includes/class-sassy-social-share-widgets.php:1021
1703
  msgid "LinkedIn Company URL:"
1704
  msgstr ""
1705
 
1706
+ #: includes/class-sassy-social-share-widgets.php:1024
1707
  msgid "Medium URL:"
1708
  msgstr ""
1709
 
1710
+ #: includes/class-sassy-social-share-widgets.php:1027
1711
  msgid "MeWe URL:"
1712
  msgstr ""
1713
 
1714
+ #: includes/class-sassy-social-share-widgets.php:1030
1715
  msgid "Odnoklassniki URL:"
1716
  msgstr ""
1717
 
1718
+ #: includes/class-sassy-social-share-widgets.php:1033
1719
  msgid "Telegram URL:"
1720
  msgstr ""
1721
 
1722
+ #: includes/class-sassy-social-share-widgets.php:1036
1723
  msgid "Tumblr URL:"
1724
  msgstr ""
1725
 
1726
+ #: includes/class-sassy-social-share-widgets.php:1039
1727
  msgid "Vimeo URL:"
1728
  msgstr ""
1729
 
1730
+ #: includes/class-sassy-social-share-widgets.php:1042
1731
  msgid "Vkontakte URL:"
1732
  msgstr ""
1733
 
1734
+ #: includes/class-sassy-social-share-widgets.php:1045
1735
  msgid "Whatsapp URL:"
1736
  msgstr ""
1737
 
1738
+ #: includes/class-sassy-social-share-widgets.php:1048
1739
  msgid "Xing URL:"
1740
  msgstr ""
1741
 
1742
+ #: includes/class-sassy-social-share-widgets.php:1051
1743
  msgid "Youtube URL:"
1744
  msgstr ""
1745
 
1746
+ #: includes/class-sassy-social-share-widgets.php:1054
1747
  msgid "Youtube Channel URL:"
1748
  msgstr ""
1749
 
1750
+ #: includes/class-sassy-social-share-widgets.php:1057
1751
  msgid "RSS Feed URL:"
1752
  msgstr ""
1753
 
1754
+ #: includes/class-sassy-social-share-widgets.php:1060
1755
  msgid "Gab.com URL:"
1756
  msgstr ""
1757
 
1758
+ #: public/class-sassy-social-share-public.php:328
1759
  msgid "Search for"
1760
  msgstr ""
1761
 
 
1762
  #: public/class-sassy-social-share-public.php:333
1763
  #: public/class-sassy-social-share-public.php:335
1764
+ #: public/class-sassy-social-share-public.php:337
1765
  msgid "Archives"
1766
  msgstr ""
1767
 
1768
+ #: public/class-sassy-social-share-public.php:568
1769
  #, fuzzy
1770
  msgid "Total Shares"
1771
  msgstr "Exibe total de compartilhamentos"
1772
 
1773
+ #: public/class-sassy-social-share-public.php:909
1774
+ #: public/class-sassy-social-share-public.php:1140
1775
  #, fuzzy
1776
  msgid "Invalid request"
1777
  msgstr "Requisição inválida"
1778
 
1779
+ #: public/class-sassy-social-share-public.php:915
1780
  #, fuzzy
1781
  msgid "Providers not selected"
1782
  msgstr "Provedor não selecionado"
public/class-sassy-social-share-public.php CHANGED
@@ -120,7 +120,7 @@ class Sassy_Social_Share_Public {
120
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__('Shares', 'sassy-social-share'), ENT_QUOTES) .'\', heateorSssShareText = \''. htmlspecialchars(__('Share', 'sassy-social-share'), ENT_QUOTES) .'\';';
121
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
122
  if ( $this->facebook_like_recommend_enabled() || $this->facebook_share_enabled() ) {
123
- $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),'. ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) .'&&(FB.Event.subscribe("edge.create",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/'. ( $this->options['language'] ? $this->options['language'] : 'en_US' ) .'/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
124
  }
125
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
126
  wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
@@ -548,7 +548,7 @@ class Sassy_Social_Share_Public {
548
  if ( $this->is_amp_page() ) {
549
  $li_items .= '<i title="More" class="heateorSssSharing heateorSssMoreBackground"><i class="heateorSssSharingSvg heateorSssMoreSvg"></i></i></li>';
550
  } else {
551
- $li_items .= '<svg xmlns="http://www.w3.org/2000/svg" style="' . $inner_style . '" width="100%" height="100%" viewBox="-4 -4 38 38"><circle cx="10" cy="15" r="3" fill="' . $this->logo_color . '"></circle><circle cx="20" cy="10" r="3" fill="' . $this->logo_color . '"></circle><circle cx="20" cy="20" r="3" fill="' . $this->logo_color . '"></circle><path d="M 10 15 L 20 10 m 0 10 L 10 15" class="heateor_sss_svg_stroke heateor_sss_no_fill" stroke-width="2" stroke="' . $this->logo_color . '"></path></svg><span class="heateor_sss_label" style="height: 32px;line-height: 32px!important;width: 32px;display: inline-block!important;opacity: 1;float: none;font-size: 32px;display: inline-block;border: 0;box-shadow: none;display: inline-block;font-size: 16px;padding: 0 4px;vertical-align: middle;display: inline;display: inline;line-height: 16px;position: absolute;clip: rect(1px,1px,1px,1px);-webkit-clip-path: polygon(0 0,0 0,0 0);overflow: hidden;">more</span></span></a>';
552
  }
553
  }
554
 
@@ -1226,7 +1226,7 @@ class Sassy_Social_Share_Public {
1226
  <?php
1227
  } else {
1228
  ?>
1229
- .heateor_sss_button_instagram span.heateor_sss_svg,a.heateor_sss_instagram span{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
1230
  <?php
1231
  }
1232
  if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
@@ -1244,6 +1244,7 @@ class Sassy_Social_Share_Public {
1244
  .heateor_sss_horizontal_sharing .heateor_sss_svg,.heateor_sss_standard_follow_icons_container .heateor_sss_svg{
1245
  <?php if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1246
  background-color: <?php echo $this->options['horizontal_bg_color_default'] ?>!important;
 
1247
  <?php } ?>
1248
  color: <?php echo $this->options['horizontal_font_color_default'] ? $this->options['horizontal_font_color_default'] : '#fff' ?>;
1249
  <?php
@@ -1276,6 +1277,7 @@ class Sassy_Social_Share_Public {
1276
  .heateor_sss_horizontal_sharing span.heateor_sss_svg:hover,.heateor_sss_standard_follow_icons_container span.heateor_sss_svg:hover{
1277
  <?php if ( $this->options['horizontal_bg_color_hover'] != '' ) { ?>
1278
  background-color: <?php echo $this->options['horizontal_bg_color_hover'] ?>!important;
 
1279
  <?php }
1280
  if ( $this->options['horizontal_font_color_hover'] != '' ) { ?>
1281
  color: <?php echo $this->options['horizontal_font_color_hover'] ?>;
@@ -1285,6 +1287,7 @@ class Sassy_Social_Share_Public {
1285
  .heateor_sss_vertical_sharing span.heateor_sss_svg,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg{
1286
  <?php if ( $this->options['vertical_bg_color_default'] != '' ) { ?>
1287
  background-color: <?php echo $this->options['vertical_bg_color_default'] ?>!important;
 
1288
  <?php } ?>
1289
  color: <?php echo $this->options['vertical_font_color_default'] ? $this->options['vertical_font_color_default'] : '#fff' ?>;
1290
  <?php
@@ -1315,6 +1318,7 @@ class Sassy_Social_Share_Public {
1315
  .heateor_sss_vertical_sharing span.heateor_sss_svg:hover,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg:hover{
1316
  <?php if ( $this->options['vertical_bg_color_hover'] != '' ) { ?>
1317
  background-color: <?php echo $this->options['vertical_bg_color_hover'] ?>!important;
 
1318
  <?php }
1319
  if ( $this->options['vertical_font_color_hover'] != '' ) { ?>
1320
  color: <?php echo $this->options['vertical_font_color_hover'] ?>;
@@ -1361,8 +1365,6 @@ class Sassy_Social_Share_Public {
1361
  }
1362
  echo isset( $this->options['hide_mobile_sharing'] ) && $this->options['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $this->options['vertical_screen_width'] . 'px) {.heateor_sss_vertical_sharing{display:none!important}}' : '';
1363
 
1364
- echo isset( $this->options['hide_mobile_sharing'] ) && $this->options['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $this->options['vertical_screen_width'] . 'px) {.heateor_sss_floating_follow_icons_container{display:none!important}}' : '';
1365
-
1366
  $bottom_sharing_postion_inverse = $this->options['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
1367
  $bottom_sharing_responsive_css = '';
1368
  if ( isset( $this->options['vertical_enable'] ) && $this->options['bottom_sharing_position_radio'] == 'responsive' ) {
@@ -1477,6 +1479,7 @@ class Sassy_Social_Share_Public {
1477
  $styles[] = 'position';
1478
  $styles[] = 'left';
1479
  $styles[] = 'right';
 
1480
  $styles[] = 'box-shadow';
1481
  $styles[] = 'opacity';
1482
  $styles[] = 'background-repeat';
120
  $inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__('Shares', 'sassy-social-share'), ENT_QUOTES) .'\', heateorSssShareText = \''. htmlspecialchars(__('Share', 'sassy-social-share'), ENT_QUOTES) .'\';';
121
  $inline_script .= 'function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}';
122
  if ( $this->facebook_like_recommend_enabled() || $this->facebook_share_enabled() ) {
123
+ $inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v12.0"})}window.fbAsyncInit=function() {heateorSssInitiateFB(),' . ( defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && $this->facebook_like_recommend_enabled() ? 1 : 0 ) . '&&(FB.Event.subscribe("edge.create",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}) ),'. ( defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ) .'&&(FB.Event.subscribe("edge.create",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e) {heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}) )},function(e) {var n,i="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(i)||(n=e.createElement("script"),n.id=i,n.async=!0,n.src="//connect.facebook.net/'. ( $this->options['language'] ? $this->options['language'] : 'en_GB' ) .'/sdk.js",o.parentNode.insertBefore(n,o) )}(document);';
124
  }
125
  wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
126
  wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
548
  if ( $this->is_amp_page() ) {
549
  $li_items .= '<i title="More" class="heateorSssSharing heateorSssMoreBackground"><i class="heateorSssSharingSvg heateorSssMoreSvg"></i></i></li>';
550
  } else {
551
+ $li_items .= '<svg xmlns="http://www.w3.org/2000/svg" style="' . $inner_style . '" width="100%" height="100%" viewBox="-4 -4 38 38"><circle cx="10" cy="15" r="3" fill="' . $this->logo_color . '"></circle><circle cx="20" cy="10" r="3" fill="' . $this->logo_color . '"></circle><circle cx="20" cy="20" r="3" fill="' . $this->logo_color . '"></circle><path d="M 10 15 L 20 10 m 0 10 L 10 15" class="heateor_sss_svg_stroke heateor_sss_no_fill" stroke-width="2" stroke="' . $this->logo_color . '"></path></svg></span></a>';
552
  }
553
  }
554
 
1226
  <?php
1227
  } else {
1228
  ?>
1229
+ .heateor_sss_button_instagram span.heateor_sss_svg,a.heateor_sss_instagram span.heateor_sss_svg{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
1230
  <?php
1231
  }
1232
  if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1244
  .heateor_sss_horizontal_sharing .heateor_sss_svg,.heateor_sss_standard_follow_icons_container .heateor_sss_svg{
1245
  <?php if ( $this->options['horizontal_bg_color_default'] != '' ) { ?>
1246
  background-color: <?php echo $this->options['horizontal_bg_color_default'] ?>!important;
1247
+ background: <?php echo $this->options['horizontal_bg_color_default'] ?>!important;
1248
  <?php } ?>
1249
  color: <?php echo $this->options['horizontal_font_color_default'] ? $this->options['horizontal_font_color_default'] : '#fff' ?>;
1250
  <?php
1277
  .heateor_sss_horizontal_sharing span.heateor_sss_svg:hover,.heateor_sss_standard_follow_icons_container span.heateor_sss_svg:hover{
1278
  <?php if ( $this->options['horizontal_bg_color_hover'] != '' ) { ?>
1279
  background-color: <?php echo $this->options['horizontal_bg_color_hover'] ?>!important;
1280
+ background: <?php echo $this->options['horizontal_bg_color_hover'] ?>!important;
1281
  <?php }
1282
  if ( $this->options['horizontal_font_color_hover'] != '' ) { ?>
1283
  color: <?php echo $this->options['horizontal_font_color_hover'] ?>;
1287
  .heateor_sss_vertical_sharing span.heateor_sss_svg,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg{
1288
  <?php if ( $this->options['vertical_bg_color_default'] != '' ) { ?>
1289
  background-color: <?php echo $this->options['vertical_bg_color_default'] ?>!important;
1290
+ background: <?php echo $this->options['vertical_bg_color_default'] ?>!important;
1291
  <?php } ?>
1292
  color: <?php echo $this->options['vertical_font_color_default'] ? $this->options['vertical_font_color_default'] : '#fff' ?>;
1293
  <?php
1318
  .heateor_sss_vertical_sharing span.heateor_sss_svg:hover,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg:hover{
1319
  <?php if ( $this->options['vertical_bg_color_hover'] != '' ) { ?>
1320
  background-color: <?php echo $this->options['vertical_bg_color_hover'] ?>!important;
1321
+ background: <?php echo $this->options['vertical_bg_color_hover'] ?>!important;
1322
  <?php }
1323
  if ( $this->options['vertical_font_color_hover'] != '' ) { ?>
1324
  color: <?php echo $this->options['vertical_font_color_hover'] ?>;
1365
  }
1366
  echo isset( $this->options['hide_mobile_sharing'] ) && $this->options['vertical_screen_width'] != '' ? '@media screen and (max-width:' . $this->options['vertical_screen_width'] . 'px) {.heateor_sss_vertical_sharing{display:none!important}}' : '';
1367
 
 
 
1368
  $bottom_sharing_postion_inverse = $this->options['bottom_sharing_alignment'] == 'left' ? 'right' : 'left';
1369
  $bottom_sharing_responsive_css = '';
1370
  if ( isset( $this->options['vertical_enable'] ) && $this->options['bottom_sharing_position_radio'] == 'responsive' ) {
1479
  $styles[] = 'position';
1480
  $styles[] = 'left';
1481
  $styles[] = 'right';
1482
+ $styles[] = 'top';
1483
  $styles[] = 'box-shadow';
1484
  $styles[] = 'opacity';
1485
  $styles[] = 'background-repeat';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate/?action=Sassy+Social+Share
4
  Tags: social share, social sharing, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, whatsapp share, line share, gab share, gab, parler share, gettr, gettr share, mewe share, mewe
5
  Requires at least: 2.5.0
6
  Tested up to: 5.8.2
7
- Stable tag: 3.3.34
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab, Gettr and over 100 more.
@@ -123,6 +123,13 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
123
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
124
 
125
  == Changelog ==
 
 
 
 
 
 
 
126
  = 3.3.34 [26 November 2021] =
127
  * [Improvement] Code improvement
128
  * [Improvement] Admin UI improvement
@@ -1129,4 +1136,11 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
1129
 
1130
  = 3.3.34 [26 November 2021] =
1131
  * [Improvement] Code improvement
1132
- * [Improvement] Admin UI improvement
 
 
 
 
 
 
 
4
  Tags: social share, social sharing, social media share, share facebook, facebook social share, wordpress social share, share buttons, social share buttons, facebook like, twitter tweet, whatsapp share, line share, gab share, gab, parler share, gettr, gettr share, mewe share, mewe
5
  Requires at least: 2.5.0
6
  Tested up to: 5.8.2
7
+ Stable tag: 3.3.35
8
  License: GPLv2 or later
9
 
10
  Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab, Gettr and over 100 more.
123
  4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
124
 
125
  == Changelog ==
126
+ = 3.3.35 [2 December 2021] =
127
+ * [Bugfix] Multi-colored background of Instagram icon was not changing if customized from the Theme Selection section
128
+ * [Bugfix] Floating option was not working for the social media follow icons
129
+ * [Bugfix] "More" text was being displayed with the "More" share icon
130
+ * [New] Added an option to align the standard Social Media follow bar to the left, center or right
131
+ * [Improvement] Improved the code of the Social Media Follow widget
132
+
133
  = 3.3.34 [26 November 2021] =
134
  * [Improvement] Code improvement
135
  * [Improvement] Admin UI improvement
1136
 
1137
  = 3.3.34 [26 November 2021] =
1138
  * [Improvement] Code improvement
1139
+ * [Improvement] Admin UI improvement
1140
+
1141
+ = 3.3.35 [2 December 2021] =
1142
+ * [Bugfix] Multi-colored background of Instagram icon was not changing if customized from the Theme Selection section
1143
+ * [Bugfix] Floating option was not working for the social media follow icons
1144
+ * [Bugfix] "More" text was being displayed with the "More" share icon
1145
+ * [New] Added an option to align the standard Social Media follow bar to the left, center or right
1146
+ * [Improvement] Improved the code of the Social Media Follow widget
sassy-social-share.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: Sassy Social Share
7
  * Plugin URI: https://www.heateor.com
8
  * Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
9
- * Version: 3.3.34
10
  * Author: Team Heateor
11
  * Author URI: https://www.heateor.com
12
  * Text Domain: sassy-social-share
@@ -20,7 +20,7 @@ if ( ! defined( 'WPINC' ) ) {
20
  die;
21
  }
22
 
23
- define( 'HEATEOR_SSS_VERSION', '3.3.34' );
24
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
25
 
26
  // plugin core class object
6
  * Plugin Name: Sassy Social Share
7
  * Plugin URI: https://www.heateor.com
8
  * Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
9
+ * Version: 3.3.35
10
  * Author: Team Heateor
11
  * Author URI: https://www.heateor.com
12
  * Text Domain: sassy-social-share
20
  die;
21
  }
22
 
23
+ define( 'HEATEOR_SSS_VERSION', '3.3.35' );
24
  define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
25
 
26
  // plugin core class object