Version Description
[29 June 2021] = * [Bugfix] Floating share Bar was not appearing at the home page when Yoast SEO plugin was active * [Bugfix] Pinterest share icon was not working in AMP * [Improvement] Updated the Facebook JS SDK being used to the latest version 11.0 * [Improvement] Admin UI improvement * [Improvement] Widgets enabled from the "Appearance > Widgets" page were causing PHP notices in some cases * [Improvement] Compatible with PHP 8
Download this release
Release Info
Developer | Heateor |
Plugin | WordPress Social Sharing Plugin – Sassy Social Share |
Version | 3.3.21 |
Comparing to | |
See all releases |
Code changes from version 3.3.20 to 3.3.21
- admin/js/sassy-social-share-fb-sdk.js +1 -1
- admin/partials/sassy-social-share-options-page.php +6 -2
- images/unlock/track-shares.png +0 -0
- includes/class-sassy-social-share-sharing-networks.php +16 -0
- includes/class-sassy-social-share-shortcodes.php +1 -1
- includes/class-sassy-social-share-widgets.php +164 -136
- includes/class-sassy-social-share.php +0 -2
- languages/sassy-social-share.pot +908 -651
- public/class-sassy-social-share-public.php +2 -16
- readme.txt +20 -4
- sassy-social-share.php +2 -3
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=
|
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=v11.0",c.parentNode.insertBefore(o,c))}(document,"script","facebook-jssdk");
|
admin/partials/sassy-social-share-options-page.php
CHANGED
@@ -1108,7 +1108,7 @@ defined( 'ABSPATH' ) or die( "Cheating........Uh!!" );
|
|
1108 |
<td>
|
1109 |
<input id="heateor_sss_counts" name="heateor_sss[horizontal_counts]" type="checkbox" <?php echo isset( $options['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSssHorizontalShares = true;}else{heateorSssHorizontalShares = false;} heateor_sss_toggle_fb_share_count_options()" />
|
1110 |
<br/>
|
1111 |
-
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for
|
1112 |
<span class="heateor_sss_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'sassy-social-share' ), 'http://twitcount.com', home_url() ) ?></strong></span>
|
1113 |
</td>
|
1114 |
</tr>
|
@@ -1574,7 +1574,7 @@ defined( 'ABSPATH' ) or die( "Cheating........Uh!!" );
|
|
1574 |
<td>
|
1575 |
<input id="heateor_sss_vertical_counts" name="heateor_sss[vertical_counts]" type="checkbox" <?php echo isset( $options['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSssVerticalShares = true;}else{heateorSssVerticalShares = false;} heateor_sss_toggle_fb_share_count_options()" />
|
1576 |
<br/>
|
1577 |
-
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for
|
1578 |
<span class="heateor_sss_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'sassy-social-share' ), 'http://twitcount.com', home_url() ) ?></strong></span>
|
1579 |
</td>
|
1580 |
</tr>
|
@@ -1714,6 +1714,10 @@ defined( 'ABSPATH' ) or die( "Cheating........Uh!!" );
|
|
1714 |
<div class="clear"></div>
|
1715 |
<div class="heateor_sss_left_column">
|
1716 |
|
|
|
|
|
|
|
|
|
1717 |
<div class="stuffbox" id="heateor_sss_fb_share_count_options" <?php echo ! ( in_array( 'facebook', $options['vertical_re_providers'] ) || in_array( 'facebook', $options['horizontal_re_providers'] ) ) ? 'style = "display: none"' : '';?>>
|
1718 |
<h3><label><?php _e( 'Facebook Share Count', 'sassy-social-share' ) ?></label></h3>
|
1719 |
<div class="inside">
|
1108 |
<td>
|
1109 |
<input id="heateor_sss_counts" name="heateor_sss[horizontal_counts]" type="checkbox" <?php echo isset( $options['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSssHorizontalShares = true;}else{heateorSssHorizontalShares = false;} heateor_sss_toggle_fb_share_count_options()" />
|
1110 |
<br/>
|
1111 |
+
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'sassy-social-share' ) ?></span>
|
1112 |
<span class="heateor_sss_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'sassy-social-share' ), 'http://twitcount.com', home_url() ) ?></strong></span>
|
1113 |
</td>
|
1114 |
</tr>
|
1574 |
<td>
|
1575 |
<input id="heateor_sss_vertical_counts" name="heateor_sss[vertical_counts]" type="checkbox" <?php echo isset( $options['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSssVerticalShares = true;}else{heateorSssVerticalShares = false;} heateor_sss_toggle_fb_share_count_options()" />
|
1576 |
<br/>
|
1577 |
+
<span class="heateor_sss_help_content" style="display:block"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'sassy-social-share' ) ?></span>
|
1578 |
<span class="heateor_sss_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'sassy-social-share' ), 'http://twitcount.com', home_url() ) ?></strong></span>
|
1579 |
</td>
|
1580 |
</tr>
|
1714 |
<div class="clear"></div>
|
1715 |
<div class="heateor_sss_left_column">
|
1716 |
|
1717 |
+
<div>
|
1718 |
+
<a href="https://www.heateor.com/comparison-between-sassy-social-share-pro-and-premium/" target="_blank"><img style="margin-bottom:19px;" src="<?php echo plugins_url( '../../images/unlock/track-shares.png', __FILE__ ) ?>" /></a>
|
1719 |
+
</div>
|
1720 |
+
|
1721 |
<div class="stuffbox" id="heateor_sss_fb_share_count_options" <?php echo ! ( in_array( 'facebook', $options['vertical_re_providers'] ) || in_array( 'facebook', $options['horizontal_re_providers'] ) ) ? 'style = "display: none"' : '';?>>
|
1722 |
<h3><label><?php _e( 'Facebook Share Count', 'sassy-social-share' ) ?></label></h3>
|
1723 |
<div class="inside">
|
images/unlock/track-shares.png
ADDED
Binary file
|
includes/class-sassy-social-share-sharing-networks.php
CHANGED
@@ -314,6 +314,21 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
314 |
*/
|
315 |
public function fetch_amp_sharing_networks() {
|
316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
317 |
$this->amp_sharing_networks['instagram'] = str_replace( '%instagram_username%', $this->options['instagram_username'] != '' ? $this->options['instagram_username'] : $this->options['vertical_instagram_username'], $this->amp_sharing_networks['instagram'] );
|
318 |
$this->amp_sharing_networks['youtube'] = str_replace( '%youtube_username%', $this->options['youtube_username'] != '' ? $this->options['youtube_username'] : $this->options['vertical_youtube_username'], $this->amp_sharing_networks['youtube'] );
|
319 |
$this->amp_sharing_networks['Comment'] = str_replace( '%comment_container_id%', $this->options['comment_container_id'] != '' ? $this->options['comment_container_id'] : $this->options['vertical_comment_container_id'], $this->amp_sharing_networks['Comment'] );
|
@@ -322,6 +337,7 @@ class Sassy_Social_Share_Sharing_Networks {
|
|
322 |
$fb_key = $this->options['fb_key'];
|
323 |
}
|
324 |
$this->amp_sharing_networks['Facebook_Messenger'] = '<a class="heateor_sss_amp heateor_sss_amp_facebook_messenger" href="' . ( $this->check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id=' . $fb_key . '&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%' ) . '" title="Facebook Messenger" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/facebook_messenger.svg" width="%width%" height="%height%" alt="Facebook Messenger" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>';
|
|
|
325 |
|
326 |
return $this->amp_sharing_networks;
|
327 |
|
314 |
*/
|
315 |
public function fetch_amp_sharing_networks() {
|
316 |
|
317 |
+
if ( in_array( 'pinterest', $this->options['horizontal_re_providers'] ) || in_array( 'pinterest', $this->options['vertical_re_providers'] ) ) {
|
318 |
+
global $post;
|
319 |
+
$pinterest_image_url = '';
|
320 |
+
if ( is_object( $post ) && has_post_thumbnail( $post->ID ) ) {
|
321 |
+
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
|
322 |
+
if ( isset( $image[0] ) && $image[0] ) {
|
323 |
+
$pinterest_image_url = $image[0];
|
324 |
+
}
|
325 |
+
}
|
326 |
+
if ( $pinterest_image_url ) {
|
327 |
+
$pinterest_share_url = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%&media=' . $pinterest_image_url . '&description=%post_title%';
|
328 |
+
} else {
|
329 |
+
$pinterest_share_url = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%';
|
330 |
+
}
|
331 |
+
}
|
332 |
$this->amp_sharing_networks['instagram'] = str_replace( '%instagram_username%', $this->options['instagram_username'] != '' ? $this->options['instagram_username'] : $this->options['vertical_instagram_username'], $this->amp_sharing_networks['instagram'] );
|
333 |
$this->amp_sharing_networks['youtube'] = str_replace( '%youtube_username%', $this->options['youtube_username'] != '' ? $this->options['youtube_username'] : $this->options['vertical_youtube_username'], $this->amp_sharing_networks['youtube'] );
|
334 |
$this->amp_sharing_networks['Comment'] = str_replace( '%comment_container_id%', $this->options['comment_container_id'] != '' ? $this->options['comment_container_id'] : $this->options['vertical_comment_container_id'], $this->amp_sharing_networks['Comment'] );
|
337 |
$fb_key = $this->options['fb_key'];
|
338 |
}
|
339 |
$this->amp_sharing_networks['Facebook_Messenger'] = '<a class="heateor_sss_amp heateor_sss_amp_facebook_messenger" href="' . ( $this->check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id=' . $fb_key . '&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%' ) . '" title="Facebook Messenger" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/facebook_messenger.svg" width="%width%" height="%height%" alt="Facebook Messenger" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>';
|
340 |
+
$this->amp_sharing_networks['pinterest'] = '<a class="heateor_sss_amp heateor_sss_amp_pinterest" href="' . $pinterest_share_url . '" title="Pinterest" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/pinterest.svg" width="%width%" height="%height%" alt="Pinterest" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>';
|
341 |
|
342 |
return $this->amp_sharing_networks;
|
343 |
|
includes/class-sassy-social-share-shortcodes.php
CHANGED
@@ -195,7 +195,7 @@ class Sassy_Social_Share_Shortcodes {
|
|
195 |
$inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars( __( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
|
196 |
$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")}';
|
197 |
if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
|
198 |
-
$inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"
|
199 |
}
|
200 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
201 |
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 );
|
195 |
$inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars( __( 'Shares', 'sassy-social-share' ), ENT_QUOTES ) . '\', heateorSssShareText = \'' . htmlspecialchars( __( 'Share', 'sassy-social-share' ), ENT_QUOTES ) . '\';';
|
196 |
$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")}';
|
197 |
if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
|
198 |
+
$inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v11.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);';
|
199 |
}
|
200 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
201 |
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 );
|
includes/class-sassy-social-share-widgets.php
CHANGED
@@ -63,7 +63,7 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
63 |
return;
|
64 |
}
|
65 |
extract( $args );
|
66 |
-
if ( $instance['hide_for_logged_in']
|
67 |
|
68 |
global $post;
|
69 |
|
@@ -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:"
|
87 |
}
|
88 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
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 );
|
@@ -105,7 +105,7 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
105 |
$post_id = 0;
|
106 |
} elseif ( isset( $_SERVER['QUERY_STRING'] ) && $_SERVER['QUERY_STRING'] ) {
|
107 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
108 |
-
} elseif ( get_permalink( $post
|
109 |
$sharing_url = get_permalink( $post->ID );
|
110 |
}
|
111 |
} elseif ( $instance['target_url'] == 'homepage' ) {
|
@@ -120,7 +120,7 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
120 |
}
|
121 |
$share_count_url = $sharing_url;
|
122 |
if ( isset( $instance['target_url'] ) && $instance['target_url'] == 'default' && is_singular() ) {
|
123 |
-
$share_count_url = get_permalink( $post
|
124 |
}
|
125 |
$custom_post_url = $this->public_class_object->apply_target_share_url_filter( $sharing_url, 'horizontal', ! is_singular() ? true : false );
|
126 |
if ( $custom_post_url != $sharing_url ) {
|
@@ -173,21 +173,33 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
173 |
public function update( $new_instance, $old_instance ) {
|
174 |
|
175 |
$instance = $old_instance;
|
176 |
-
$instance['title'] = strip_tags( $new_instance['title'] );
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
|
185 |
return $instance;
|
186 |
|
187 |
}
|
188 |
|
189 |
/**
|
190 |
-
* Widget options form at admin panel
|
191 |
*
|
192 |
* @since 1.0.0
|
193 |
*/
|
@@ -198,25 +210,25 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
198 |
|
199 |
foreach ( $instance as $key => $value ) {
|
200 |
if ( is_string( $value ) ) {
|
201 |
-
$instance[
|
202 |
}
|
203 |
}
|
204 |
|
205 |
$instance = wp_parse_args( ( array ) $instance, $defaults );
|
206 |
?>
|
207 |
<script type="text/javascript">
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
}
|
214 |
}
|
|
|
215 |
</script>
|
216 |
<p>
|
217 |
-
<p><strong
|
218 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'sassy-social-share' ); ?></label>
|
219 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" /> <br/><br/>
|
220 |
<label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'sassy-social-share' ); ?></label>
|
221 |
<input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['show_counts'] ) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
|
222 |
<label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'sassy-social-share' ); ?></label>
|
@@ -230,11 +242,11 @@ class Sassy_Social_Share_Standard_Widget extends WP_Widget {
|
|
230 |
</select>
|
231 |
<input placeholder="Custom url" style="margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssHorSharingTargetUrl" id="<?php echo $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
232 |
<label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
|
233 |
-
<input class="widefat" id="<?php echo $this->get_field_id( 'before_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'before_widget_content' ); ?>" type="text" value="<?php echo $instance['before_widget_content']; ?>" />
|
234 |
<label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'sassy-social-share' ); ?></label>
|
235 |
-
<input class="widefat" id="<?php echo $this->get_field_id( 'after_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'after_widget_content' ); ?>" type="text" value="<?php echo $instance['after_widget_content']; ?>" />
|
236 |
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
237 |
-
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] )
|
238 |
</p>
|
239 |
<?php
|
240 |
}
|
@@ -298,7 +310,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
298 |
return;
|
299 |
}
|
300 |
extract( $args );
|
301 |
-
if ( $instance['hide_for_logged_in']
|
302 |
|
303 |
global $post;
|
304 |
|
@@ -318,14 +330,14 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
318 |
$inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__('Shares', 'sassy-social-share'), ENT_QUOTES) .'\', heateorSssShareText = \''. htmlspecialchars(__('Share', 'sassy-social-share'), ENT_QUOTES) .'\';';
|
319 |
$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")}';
|
320 |
if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
|
321 |
-
$inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"
|
322 |
}
|
323 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
324 |
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 );
|
325 |
wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
|
326 |
}
|
327 |
|
328 |
-
$post_id = $post
|
329 |
if ( isset( $instance['target_url'] ) ) {
|
330 |
if ( $instance['target_url'] == 'default' ) {
|
331 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
@@ -336,7 +348,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
336 |
$post_id = 0;
|
337 |
} elseif ( isset( $_SERVER['QUERY_STRING'] ) && $_SERVER['QUERY_STRING'] ) {
|
338 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
339 |
-
} elseif ( get_permalink( $post
|
340 |
$sharing_url = get_permalink( $post->ID );
|
341 |
}
|
342 |
} elseif ( $instance['target_url'] == 'homepage' ) {
|
@@ -351,7 +363,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
351 |
}
|
352 |
$share_count_url = $sharing_url;
|
353 |
if ( isset( $instance['target_url'] ) && $instance['target_url'] == 'default' && is_singular() ) {
|
354 |
-
$share_count_url = get_permalink( $post
|
355 |
}
|
356 |
$custom_post_url = $this->public_class_object->apply_target_share_url_filter( $sharing_url, 'vertical', false );
|
357 |
if ( $custom_post_url != $sharing_url ) {
|
@@ -367,7 +379,7 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
367 |
$this->public_class_object->share_count_transient_id = $this->public_class_object->get_share_count_transient_id( $sharing_url );
|
368 |
$cached_share_count = $this->public_class_object->get_cached_share_count( $this->public_class_object->share_count_transient_id );
|
369 |
|
370 |
-
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' : '' ) . "' ss-offset='" . $ssOffset . "' 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: '
|
371 |
|
372 |
$short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
|
373 |
|
@@ -397,18 +409,30 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
397 |
public function update( $new_instance, $old_instance ) {
|
398 |
|
399 |
$instance = $old_instance;
|
400 |
-
$instance['target_url'] = $new_instance['target_url'];
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
410 |
|
411 |
-
return $instance;
|
412 |
|
413 |
}
|
414 |
|
@@ -464,25 +488,25 @@ class Sassy_Social_Share_Floating_Widget extends WP_Widget {
|
|
464 |
<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 $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
465 |
<label for="<?php echo $this->get_field_id( 'alignment' ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label>
|
466 |
<select onchange="heateorSssToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'alignment' ); ?>" name="<?php echo $this->get_field_name( 'alignment' ); ?>">
|
467 |
-
<option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'sassy-social-share' ) ?></option>
|
468 |
-
<option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'sassy-social-share' ) ?></option>
|
469 |
</select>
|
470 |
-
<div class="heateorSssSharingLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
|
471 |
<label for="<?php echo $this->get_field_id( 'left_offset' ); ?>"><?php _e( 'Left Offset', 'sassy-social-share' ); ?></label>
|
472 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'left_offset' ); ?>" name="<?php echo $this->get_field_name( 'left_offset' ); ?>" type="text" value="<?php echo $instance['left_offset']; ?>" />px<br/>
|
473 |
</div>
|
474 |
-
<div class="heateorSssSharingRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
|
475 |
<label for="<?php echo $this->get_field_id( 'right_offset' ); ?>"><?php _e( 'Right Offset', 'sassy-social-share' ); ?></label>
|
476 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'right_offset' ); ?>" name="<?php echo $this->get_field_name( 'right_offset' ); ?>" type="text" value="<?php echo $instance['right_offset']; ?>" />px<br/>
|
477 |
</div>
|
478 |
<label for="<?php echo $this->get_field_id( 'top_offset' ); ?>"><?php _e( 'Top Offset', 'sassy-social-share' ); ?></label>
|
479 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'top_offset' ); ?>" name="<?php echo $this->get_field_name( 'top_offset' ); ?>" type="text" value="<?php echo $instance['top_offset']; ?>" />px<br/>
|
480 |
|
481 |
<label for="<?php echo $this->get_field_id( 'vertical_bg' ); ?>"><?php _e( 'Background Color', 'sassy-social-share' ); ?></label>
|
482 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vertical_bg' ); ?>" name="<?php echo $this->get_field_name( 'vertical_bg' ); ?>" type="text" value="<?php echo $instance['vertical_bg']; ?>" />
|
483 |
|
484 |
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
485 |
-
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] )
|
486 |
</p>
|
487 |
<?php
|
488 |
}
|
@@ -540,23 +564,26 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
540 |
echo '<div>' . $instance['before_widget_content'] . '</div>';
|
541 |
}
|
542 |
$check_theme = '';
|
543 |
-
if ( $instance['custom_color']
|
544 |
-
$
|
545 |
-
|
546 |
-
$
|
547 |
-
|
548 |
-
$
|
|
|
|
|
549 |
}
|
550 |
-
|
|
|
551 |
|
552 |
if ( ! empty( $instance['title'] ) ) {
|
553 |
$title = apply_filters( 'widget_title', $instance[ 'title' ] );
|
554 |
echo $before_title;
|
555 |
-
if ( $instance['type'] == 'floating' ) {
|
556 |
-
echo '<div class="heateor_sss_follow_icons_title" style="text-align:center;font-size:' . $
|
557 |
}
|
558 |
echo $title;
|
559 |
-
if ( $instance['type'] == 'floating' ) {
|
560 |
echo '</div>';
|
561 |
}
|
562 |
echo $after_title;
|
@@ -583,7 +610,8 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
583 |
private function follow_icons( $instance ) {
|
584 |
|
585 |
$html = '';
|
586 |
-
$
|
|
|
587 |
$html .= '<ul class="heateor_sss_follow_ul">';
|
588 |
if ( isset( $instance['facebook'] ) && $instance['facebook'] ) {
|
589 |
$html .= '<li class="heateorSssSharingRound"><i style="'. $icon_style .'" alt="Facebook" title="Facebook" class="heateorSssSharing heateorSssFacebookBackground"><a target="_blank" aria-label="Facebook" href="'. $instance['facebook'] .'" rel="noopener"><ss style="display:block" class="heateorSssSharingSvg heateorSssFacebookSvg"></ss></a></i></li>';
|
@@ -677,42 +705,42 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
677 |
|
678 |
$instance = $old_instance;
|
679 |
|
680 |
-
$instance['title'] = strip_tags( $new_instance['title'] );
|
681 |
-
$instance['type'] = $new_instance['type'];
|
682 |
-
$instance['top_offset'] = $new_instance['top_offset'];
|
683 |
-
$instance['alignment_value'] = $new_instance['alignment_value'];
|
684 |
-
$instance['alignment'] = $new_instance['alignment'];
|
685 |
-
$instance['size'] = intval( $new_instance['size'] );
|
686 |
-
$instance['icon_shape'] = $new_instance['icon_shape'];
|
687 |
-
$instance['custom_color'] = $new_instance['custom_color'];
|
688 |
-
$instance['facebook'] = $new_instance['facebook'];
|
689 |
-
$instance['twitter'] = $new_instance['twitter'];
|
690 |
-
$instance['parler'] = $new_instance['parler'];
|
691 |
-
$instance['gab'] = $new_instance['gab'];
|
692 |
-
$instance['instagram'] = $new_instance['instagram'];
|
693 |
-
$instance['pinterest'] = $new_instance['pinterest'];
|
694 |
-
$instance['behance'] = $new_instance['behance'];
|
695 |
-
$instance['flickr'] = $new_instance['flickr'];
|
696 |
-
$instance['foursquare'] = $new_instance['foursquare'];
|
697 |
-
$instance['github'] = $new_instance['github'];
|
698 |
-
$instance['gitlab'] = $new_instance['gitlab'];
|
699 |
-
$instance['linkedin'] = $new_instance['linkedin'];
|
700 |
-
$instance['linkedin_company'] = $new_instance['linkedin_company'];
|
701 |
-
$instance['medium'] = $new_instance['medium'];
|
702 |
-
$instance['mewe'] = $new_instance['mewe'];
|
703 |
-
$instance['odnoklassniki'] = $new_instance['odnoklassniki'];
|
704 |
-
$instance['snapchat'] = $new_instance['snapchat'];
|
705 |
-
$instance['telegram'] = $new_instance['telegram'];
|
706 |
-
$instance['tumblr'] = $new_instance['tumblr'];
|
707 |
-
$instance['vimeo'] = $new_instance['vimeo'];
|
708 |
-
$instance['vkontakte'] = $new_instance['vkontakte'];
|
709 |
-
$instance['whatsapp'] = $new_instance['whatsapp'];
|
710 |
-
$instance['xing'] = $new_instance['xing'];
|
711 |
-
$instance['youtube'] = $new_instance['youtube'];
|
712 |
-
$instance['youtube_channel'] = $new_instance['youtube_channel'];
|
713 |
-
$instance['rss_feed'] = $new_instance['rss_feed'];
|
714 |
-
$instance['before_widget_content'] = $new_instance['before_widget_content'];
|
715 |
-
$instance['after_widget_content'] = $new_instance['after_widget_content'];
|
716 |
|
717 |
return $instance;
|
718 |
|
@@ -738,19 +766,19 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
738 |
?>
|
739 |
<p>
|
740 |
<label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
|
741 |
-
<input class="widefat" id="<?php echo $this->get_field_id( 'before_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'before_widget_content' ); ?>" type="text" value="<?php echo $instance['before_widget_content']; ?>" /><br/><br/>
|
742 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title', 'sassy-social-share' ); ?></label>
|
743 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" /><br/><br/>
|
744 |
<label for="<?php echo $this->get_field_id( 'mode_standard' ); ?>"><?php _e( 'Type:', 'sassy-social-share' ) ?></label><br>
|
745 |
-
<input id="<?php echo $this->get_field_id( 'mode_standard' ); ?>" type="radio" onclick='heateorSssFloatingAlignment(this.value)' name="<?php echo $this->get_field_name( 'type' ); ?>" value="standard" <?php if($instance['type'] == 'standard' ) {
|
746 |
echo "checked";
|
747 |
} ?>><label for="<?php echo $this->get_field_id( 'mode_standard' ); ?>"> <?php _e( 'Standard', 'sassy-social-share' ) ?></label><br>
|
748 |
-
<input id="<?php echo $this->get_field_id( 'mode_floating' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'type' ); ?>" onclick='heateorSssFloatingAlignment(this.value)' value="floating" <?php if($instance['type'] == 'floating' ) {
|
749 |
echo "checked";
|
750 |
}?>><label for="<?php echo $this->get_field_id( 'mode_floating' ); ?>"> <?php _e( 'Floating', 'sassy-social-share' ) ?></label><br><br>
|
751 |
|
752 |
<div class="heateorSssFloatingAlignment"
|
753 |
-
<?php echo $instance['type'] == 'standard' ? "style='display:none'" : "style='display:block'" ?>>
|
754 |
<label for="<?php echo $this->get_field_id( 'top_offset' ); ?>">
|
755 |
<?php _e( 'Top offset:', 'sassy-social-share' ) ?>
|
756 |
</label>
|
@@ -759,14 +787,14 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
759 |
<?php _e( 'Alignment:', 'sassy-social-share' ) ?>
|
760 |
</label>
|
761 |
<input id="<?php echo $this->get_field_id( 'floating_left' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'alignment' ); ?>" value="left" onclick='heateorSssAlignmentOffsetLabel(this.value)'
|
762 |
-
<?php if ($instance['alignment'] == 'left' ) {
|
763 |
echo 'checked';
|
764 |
} ?>>
|
765 |
<label for="<?php echo $this->get_field_id( 'floating_left' ); ?>">
|
766 |
<?php _e( 'Left', 'sassy-social-share' ) ?>
|
767 |
</label>
|
768 |
<input id="<?php echo $this->get_field_id( 'floating_right' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'alignment' ); ?>" value="right" onclick='heateorSssAlignmentOffsetLabel(this.value)'
|
769 |
-
<?php if ($instance['alignment'] == 'right' ) {
|
770 |
echo 'checked';
|
771 |
} ?> />
|
772 |
<label for="<?php echo $this->get_field_id( 'floating_right' ); ?>" >
|
@@ -776,14 +804,14 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
776 |
<br>
|
777 |
<label id="<?php echo $this->get_field_id( 'alignment_value_label' ); ?>" for="<?php echo $this->get_field_id( 'alignment_value' ); ?>">
|
778 |
<?php
|
779 |
-
echo $instance['alignment'] == 'right' ? __( 'Right offset', 'sassy-social-share' ) : __( 'Left offset', 'sassy-social-share' ) ?>
|
780 |
</label>
|
781 |
<br>
|
782 |
-
<input id='<?php echo $this->get_field_id( 'alignment_value' ); ?>' type="text" name="<?php echo $this->get_field_name( 'alignment_value' ); ?>" value="<?php echo $instance['alignment_value']; ?>" />px<br><br>
|
783 |
</div>
|
784 |
|
785 |
<label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Size of icons', 'sassy-social-share' ); ?></label>
|
786 |
-
<input style="width: 82%" class="widefat" id="<?php echo $this->get_field_id( 'size' ); ?>" name="<?php echo $this->get_field_name( 'size' ); ?>" type="text" value="<?php echo $instance['size']; ?>" />px<br/><br/>
|
787 |
<label for="<?php echo $this->get_field_id( 'icon_shape' ); ?>"><?php _e( 'Icon Shape', 'sassy-social-share' ); ?></label>
|
788 |
<select style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'icon_shape' ); ?>" name="<?php echo $this->get_field_name( 'icon_shape' ); ?>">
|
789 |
<option value="round" <?php echo ! isset( $instance['icon_shape'] ) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e( 'Round', 'sassy-social-share' ); ?></option>
|
@@ -805,8 +833,8 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
805 |
}
|
806 |
}
|
807 |
jQuery(function(){
|
808 |
-
heateorSssFloatingAlignment('<?php echo $instance['type'] ?>');
|
809 |
-
heateorSssAlignmentOffsetLabel('<?php echo $instance['alignment'] ?>');
|
810 |
});
|
811 |
</script>
|
812 |
<label for="<?php echo $this->get_field_id( 'custom_color' ); ?>"><?php _e( 'Apply icon color and background color from Theme Selection section:', 'sassy-social-share' ); ?></label>
|
@@ -816,79 +844,79 @@ class Sassy_Social_Share_Follow_Widget extends WP_Widget {
|
|
816 |
<option value="floating" <?php echo isset( $instance['custom_color'] ) && $instance['custom_color'] == 'floating' ? 'selected' : '' ; ?>><?php _e( 'Yes, Floating Interface Theme', 'sassy-social-share' ); ?></option>
|
817 |
</select><br/><br/>
|
818 |
<label for="<?php echo $this->get_field_id( 'facebook' ); ?>"><?php _e( 'Facebook URL:', 'sassy-social-share' ); ?></label>
|
819 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'facebook' ); ?>" name="<?php echo $this->get_field_name( 'facebook' ); ?>" type="text" value="<?php echo $instance['facebook']; ?>" /><br/>
|
820 |
<span>https://www.facebook.com/ID</span><br/><br/>
|
821 |
<label for="<?php echo $this->get_field_id( 'twitter' ); ?>"><?php _e( 'Twitter URL:', 'sassy-social-share' ); ?></label>
|
822 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'twitter' ); ?>" name="<?php echo $this->get_field_name( 'twitter' ); ?>" type="text" value="<?php echo $instance['twitter']; ?>" /><br/>
|
823 |
<span>https://twitter.com/ID</span><br/><br/>
|
824 |
<label for="<?php echo $this->get_field_id( 'parler' ); ?>"><?php _e( 'Parler URL:', 'sassy-social-share' ); ?></label>
|
825 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'parler' ); ?>" name="<?php echo $this->get_field_name( 'parler' ); ?>" type="text" value="<?php echo $instance['parler']; ?>" /><br/>
|
826 |
<span>https://parler.com/profile/ID</span><br/><br/>
|
827 |
<label for="<?php echo $this->get_field_id( 'instagram' ); ?>"><?php _e( 'Instagram URL:', 'sassy-social-share' ); ?></label>
|
828 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'instagram' ); ?>" name="<?php echo $this->get_field_name( 'instagram' ); ?>" type="text" value="<?php echo $instance['instagram']; ?>" /><br/>
|
829 |
<span>https://www.instagram.com/ID</span><br/><br/>
|
830 |
<label for="<?php echo $this->get_field_id( 'pinterest' ); ?>"><?php _e( 'Pinterest URL:', 'sassy-social-share' ); ?></label>
|
831 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'pinterest' ); ?>" name="<?php echo $this->get_field_name( 'pinterest' ); ?>" type="text" value="<?php echo $instance['pinterest']; ?>" /><br/>
|
832 |
<span>https://www.pinterest.com/ID</span><br/><br/>
|
833 |
<label for="<?php echo $this->get_field_id( 'behance' ); ?>"><?php _e( 'Behance URL:', 'sassy-social-share' ); ?></label>
|
834 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'behance' ); ?>" name="<?php echo $this->get_field_name( 'behance' ); ?>" type="text" value="<?php echo $instance['behance']; ?>" /><br/>
|
835 |
<span>https://www.behance.net/ID</span><br/><br/>
|
836 |
<label for="<?php echo $this->get_field_id( 'flickr' ); ?>"><?php _e( 'Flickr URL:', 'sassy-social-share' ); ?></label>
|
837 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'flickr' ); ?>" name="<?php echo $this->get_field_name( 'flickr' ); ?>" type="text" value="<?php echo $instance['flickr']; ?>" /><br/>
|
838 |
<span>https://www.flickr.com/photos/ID</span><br/><br/>
|
839 |
<label for="<?php echo $this->get_field_id( 'foursquare' ); ?>"><?php _e( 'Foursquare URL:', 'sassy-social-share' ); ?></label>
|
840 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'foursquare' ); ?>" name="<?php echo $this->get_field_name( 'foursquare' ); ?>" type="text" value="<?php echo $instance['foursquare']; ?>" /><br/>
|
841 |
<span>https://foursquare.com/ID</span><br/><br/>
|
842 |
<label for="<?php echo $this->get_field_id( 'github' ); ?>"><?php _e( 'Github URL:', 'sassy-social-share' ); ?></label>
|
843 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'github' ); ?>" name="<?php echo $this->get_field_name( 'github' ); ?>" type="text" value="<?php echo $instance['github']; ?>" /><br/>
|
844 |
<span>https://github.com/ID</span><br/><br/>
|
845 |
<label for="<?php echo $this->get_field_id( 'linkedin' ); ?>"><?php _e( 'LinkedIn URL:', 'sassy-social-share' ); ?></label>
|
846 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin' ); ?>" name="<?php echo $this->get_field_name( 'linkedin' ); ?>" type="text" value="<?php echo $instance['linkedin']; ?>" /><br/>
|
847 |
<span>https://www.linkedin.com/in/ID</span><br/><br/>
|
848 |
<label for="<?php echo $this->get_field_id( 'linkedin_company' ); ?>"><?php _e( 'LinkedIn Company URL:', 'sassy-social-share' ); ?></label>
|
849 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin_company' ); ?>" name="<?php echo $this->get_field_name( 'linkedin_company' ); ?>" type="text" value="<?php echo $instance['linkedin_company']; ?>" /><br/>
|
850 |
<span>https://www.linkedin.com/company/ID</span><br/><br/>
|
851 |
<label for="<?php echo $this->get_field_id( 'gab' ); ?>"><?php _e( 'Gab URL:', 'sassy-social-share' ); ?></label>
|
852 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'gab' ); ?>" name="<?php echo $this->get_field_name( 'gab' ); ?>" type="text" value="<?php echo $instance['gab']; ?>" /><br/>
|
853 |
<span>https://gab.com/ID</span><br/><br/>
|
854 |
<label for="<?php echo $this->get_field_id( 'medium' ); ?>"><?php _e( 'Medium URL:', 'sassy-social-share' ); ?></label>
|
855 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'medium' ); ?>" name="<?php echo $this->get_field_name( 'medium' ); ?>" type="text" value="<?php echo $instance['medium']; ?>" /><br/>
|
856 |
<span>https://medium.com/@ID</span><br/><br/>
|
857 |
<label for="<?php echo $this->get_field_id( 'mewe' ); ?>"><?php _e( 'MeWe URL:', 'sassy-social-share' ); ?></label>
|
858 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'mewe' ); ?>" name="<?php echo $this->get_field_name( 'mewe' ); ?>" type="text" value="<?php echo $instance['mewe']; ?>" /><br/>
|
859 |
<span>https://mewe.com/profile/ID</span><br/><br/>
|
860 |
<label for="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>"><?php _e( 'Odnoklassniki URL:', 'sassy-social-share' ); ?></label>
|
861 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>" name="<?php echo $this->get_field_name( 'odnoklassniki' ); ?>" type="text" value="<?php echo $instance['odnoklassniki']; ?>" /><br/>
|
862 |
<span>https://ok.ru/profile/ID</span><br/><br/>
|
863 |
<label for="<?php echo $this->get_field_id( 'snapchat' ); ?>"><?php _e( 'Snapchat URL:', 'sassy-social-share' ); ?></label>
|
864 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'snapchat' ); ?>" name="<?php echo $this->get_field_name( 'snapchat' ); ?>" type="text" value="<?php echo $instance['snapchat']; ?>" /><br/>
|
865 |
<span>https://www.snapchat.com/add/ID</span><br/><br/>
|
866 |
<label for="<?php echo $this->get_field_id( 'telegram' ); ?>"><?php _e( 'Telegram URL:', 'sassy-social-share' ); ?></label>
|
867 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'telegram' ); ?>" name="<?php echo $this->get_field_name( 'telegram' ); ?>" type="text" value="<?php echo $instance['telegram']; ?>" /><br/>
|
868 |
<span>https://t.me/username</span><br/><br/>
|
869 |
<label for="<?php echo $this->get_field_id( 'tumblr' ); ?>"><?php _e( 'Tumblr URL:', 'sassy-social-share' ); ?></label>
|
870 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'tumblr' ); ?>" name="<?php echo $this->get_field_name( 'tumblr' ); ?>" type="text" value="<?php echo $instance['tumblr']; ?>" /><br/>
|
871 |
<span>https://ID.tumblr.com</span><br/><br/>
|
872 |
<label for="<?php echo $this->get_field_id( 'vimeo' ); ?>"><?php _e( 'Vimeo URL:', 'sassy-social-share' ); ?></label>
|
873 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vimeo' ); ?>" name="<?php echo $this->get_field_name( 'vimeo' ); ?>" type="text" value="<?php echo $instance['vimeo']; ?>" /><br/>
|
874 |
<span>https://vimeo.com/ID</span><br/><br/>
|
875 |
<label for="<?php echo $this->get_field_id( 'vkontakte' ); ?>"><?php _e( 'Vkontakte URL:', 'sassy-social-share' ); ?></label>
|
876 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vkontakte' ); ?>" name="<?php echo $this->get_field_name( 'vkontakte' ); ?>" type="text" value="<?php echo $instance['vkontakte']; ?>" /><br/>
|
877 |
<span>https://vk.com/ID</span><br/><br/>
|
878 |
<label for="<?php echo $this->get_field_id( 'whatsapp' ); ?>"><?php _e( 'Whatsapp URL:', 'sassy-social-share' ); ?></label>
|
879 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'whatsapp' ); ?>" name="<?php echo $this->get_field_name( 'whatsapp' ); ?>" type="text" value="<?php echo $instance['whatsapp']; ?>" /><br/>
|
880 |
<span>https://wa.me/PHONE_NUMBER</span><br/><br/>
|
881 |
<label for="<?php echo $this->get_field_id( 'xing' ); ?>"><?php _e( 'Xing URL:', 'sassy-social-share' ); ?></label>
|
882 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'xing' ); ?>" name="<?php echo $this->get_field_name( 'xing' ); ?>" type="text" value="<?php echo $instance['xing']; ?>" /><br/>
|
883 |
<span>https://www.xing.com/profile/ID</span><br/><br/>
|
884 |
<label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'sassy-social-share' ); ?></label>
|
885 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube' ); ?>" name="<?php echo $this->get_field_name( 'youtube' ); ?>" type="text" value="<?php echo $instance['youtube']; ?>" /><br/>
|
886 |
<span>https://www.youtube.com/user/ID</span><br/><br/>
|
887 |
-
<label for="<?php echo $this->get_field_id( 'youtube_channel' ); ?>"><?php _e( 'Youtube Channel URL:', 'sassy-social-share' ); ?></label>
|
888 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube_channel' ); ?>" name="<?php echo $this->get_field_name( 'youtube_channel' ); ?>" type="text" value="<?php echo $instance['youtube_channel']; ?>" /><br/>
|
889 |
<span>https://www.youtube.com/channel/ID</span><br/><br/>
|
890 |
<label for="<?php echo $this->get_field_id( 'rss_feed' ); ?>"><?php _e( 'RSS Feed URL:', 'sassy-social-share' ); ?></label>
|
891 |
-
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'rss_feed' ); ?>" name="<?php echo $this->get_field_name( 'rss_feed' ); ?>" type="text" value="<?php echo $instance['rss_feed']; ?>" /><br/>
|
892 |
<span>http://www.example.com/feed/</span><br/><br/>
|
893 |
<label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'sassy-social-share' ); ?></label>
|
894 |
<input class="widefat" id="<?php echo $this->get_field_id( 'after_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'after_widget_content' ); ?>" type="text" value="<?php echo $instance['after_widget_content']; ?>" />
|
63 |
return;
|
64 |
}
|
65 |
extract( $args );
|
66 |
+
if ( isset( $instance['hide_for_logged_in'] ) && is_user_logged_in() ) return;
|
67 |
|
68 |
global $post;
|
69 |
|
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:"v11.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);';
|
87 |
}
|
88 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
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 );
|
105 |
$post_id = 0;
|
106 |
} elseif ( isset( $_SERVER['QUERY_STRING'] ) && $_SERVER['QUERY_STRING'] ) {
|
107 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
108 |
+
} elseif ( get_permalink( $post->ID ) ) {
|
109 |
$sharing_url = get_permalink( $post->ID );
|
110 |
}
|
111 |
} elseif ( $instance['target_url'] == 'homepage' ) {
|
120 |
}
|
121 |
$share_count_url = $sharing_url;
|
122 |
if ( isset( $instance['target_url'] ) && $instance['target_url'] == 'default' && is_singular() ) {
|
123 |
+
$share_count_url = get_permalink( $post->ID );
|
124 |
}
|
125 |
$custom_post_url = $this->public_class_object->apply_target_share_url_filter( $sharing_url, 'horizontal', ! is_singular() ? true : false );
|
126 |
if ( $custom_post_url != $sharing_url ) {
|
173 |
public function update( $new_instance, $old_instance ) {
|
174 |
|
175 |
$instance = $old_instance;
|
176 |
+
$instance['title'] = isset( $new_instance['title'] ) ? strip_tags( $new_instance['title'] ) : '';
|
177 |
+
if ( isset( $new_instance['show_counts'] ) ) {
|
178 |
+
$instance['show_counts'] = $new_instance['show_counts'];
|
179 |
+
} else {
|
180 |
+
unset( $instance['show_counts'] );
|
181 |
+
}
|
182 |
+
if ( isset( $new_instance['total_shares'] ) ) {
|
183 |
+
$instance['total_shares'] = $new_instance['total_shares'];
|
184 |
+
} else {
|
185 |
+
unset( $instance['total_shares'] );
|
186 |
+
}
|
187 |
+
$instance['target_url'] = isset( $new_instance['target_url'] ) ? $new_instance['target_url'] : '';
|
188 |
+
$instance['target_url_custom'] = isset( $new_instance['target_url_custom'] ) ? $new_instance['target_url_custom'] : '';
|
189 |
+
$instance['before_widget_content'] = isset( $new_instance['before_widget_content'] ) ? $new_instance['before_widget_content'] : '';
|
190 |
+
$instance['after_widget_content'] = isset( $new_instance['after_widget_content'] ) ? $new_instance['after_widget_content'] : '';
|
191 |
+
if ( isset( $new_instance['hide_for_logged_in'] ) ) {
|
192 |
+
$instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
|
193 |
+
} else {
|
194 |
+
unset( $instance['hide_for_logged_in'] );
|
195 |
+
}
|
196 |
|
197 |
return $instance;
|
198 |
|
199 |
}
|
200 |
|
201 |
/**
|
202 |
+
* Widget options form at admin panel
|
203 |
*
|
204 |
* @since 1.0.0
|
205 |
*/
|
210 |
|
211 |
foreach ( $instance as $key => $value ) {
|
212 |
if ( is_string( $value ) ) {
|
213 |
+
$instance[$key] = esc_attr( $value );
|
214 |
}
|
215 |
}
|
216 |
|
217 |
$instance = wp_parse_args( ( array ) $instance, $defaults );
|
218 |
?>
|
219 |
<script type="text/javascript">
|
220 |
+
function heateorSssToggleHorSharingTargetUrl(val){
|
221 |
+
if(val == 'custom'){
|
222 |
+
jQuery('.heateorSssHorSharingTargetUrl').css('display', 'block');
|
223 |
+
}else{
|
224 |
+
jQuery('.heateorSssHorSharingTargetUrl').css('display', 'none');
|
|
|
225 |
}
|
226 |
+
}
|
227 |
</script>
|
228 |
<p>
|
229 |
+
<p><strong><?php _e( 'Note', 'sassy-social-share' ) ?>:</strong> <?php _e( 'Make sure "Standard Sharing Interface" is enabled in "Standard Interface" section at "Sassy Social Share" page.', 'sassy-social-share' ) ?></p>
|
230 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'sassy-social-share' ); ?></label>
|
231 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo isset( $instance['title'] ) ? $instance['title'] : ''; ?>" /> <br/><br/>
|
232 |
<label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'sassy-social-share' ); ?></label>
|
233 |
<input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset( $instance['show_counts'] ) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
|
234 |
<label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'sassy-social-share' ); ?></label>
|
242 |
</select>
|
243 |
<input placeholder="Custom url" style="margin-top: 5px; <?php echo ! isset( $instance['target_url'] ) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat heateorSssHorSharingTargetUrl" id="<?php echo $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
244 |
<label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
|
245 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'before_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'before_widget_content' ); ?>" type="text" value="<?php echo isset( $instance['before_widget_content'] ) ? $instance['before_widget_content'] : ''; ?>" />
|
246 |
<label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'sassy-social-share' ); ?></label>
|
247 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'after_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'after_widget_content' ); ?>" type="text" value="<?php echo isset( $instance['after_widget_content'] ) ? $instance['after_widget_content'] : ''; ?>" />
|
248 |
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
249 |
+
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] ) && $instance['hide_for_logged_in'] == 1 ) echo 'checked="checked"'; ?> />
|
250 |
</p>
|
251 |
<?php
|
252 |
}
|
310 |
return;
|
311 |
}
|
312 |
extract( $args );
|
313 |
+
if ( isset( $instance['hide_for_logged_in'] ) && is_user_logged_in() ) return;
|
314 |
|
315 |
global $post;
|
316 |
|
330 |
$inline_script .= 'var heateorSssUrlCountFetched = [], heateorSssSharesText = \''. htmlspecialchars(__('Shares', 'sassy-social-share'), ENT_QUOTES) .'\', heateorSssShareText = \''. htmlspecialchars(__('Share', 'sassy-social-share'), ENT_QUOTES) .'\';';
|
331 |
$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")}';
|
332 |
if ( $this->public_class_object->facebook_like_recommend_enabled() || $this->public_class_object->facebook_share_enabled() ) {
|
333 |
+
$inline_script .= 'function heateorSssInitiateFB() {FB.init({appId:"",channelUrl:"",status:!0,cookie:!0,xfbml:!0,version:"v11.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);';
|
334 |
}
|
335 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->public_class_object->whatsapp_share_api() . '";';
|
336 |
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 );
|
337 |
wp_add_inline_script( 'heateor_sss_sharing_js', $inline_script, $position = 'before' );
|
338 |
}
|
339 |
|
340 |
+
$post_id = $post->ID;
|
341 |
if ( isset( $instance['target_url'] ) ) {
|
342 |
if ( $instance['target_url'] == 'default' ) {
|
343 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
348 |
$post_id = 0;
|
349 |
} elseif ( isset( $_SERVER['QUERY_STRING'] ) && $_SERVER['QUERY_STRING'] ) {
|
350 |
$sharing_url = html_entity_decode( esc_url( $this->public_class_object->get_http_protocol() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
|
351 |
+
} elseif ( get_permalink( $post->ID ) ) {
|
352 |
$sharing_url = get_permalink( $post->ID );
|
353 |
}
|
354 |
} elseif ( $instance['target_url'] == 'homepage' ) {
|
363 |
}
|
364 |
$share_count_url = $sharing_url;
|
365 |
if ( isset( $instance['target_url'] ) && $instance['target_url'] == 'default' && is_singular() ) {
|
366 |
+
$share_count_url = get_permalink( $post->ID );
|
367 |
}
|
368 |
$custom_post_url = $this->public_class_object->apply_target_share_url_filter( $sharing_url, 'vertical', false );
|
369 |
if ( $custom_post_url != $sharing_url ) {
|
379 |
$this->public_class_object->share_count_transient_id = $this->public_class_object->get_share_count_transient_id( $sharing_url );
|
380 |
$cached_share_count = $this->public_class_object->get_cached_share_count( $this->public_class_object->share_count_transient_id );
|
381 |
|
382 |
+
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' : '' ) . "' ss-offset='" . $ssOffset . "' 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() ? "" : "heateor-sss-data-href='" . ( isset( $share_count_url ) && $share_count_url ? $share_count_url : $sharing_url ) . "'" ) . ( ( $cached_share_count === false || $this->public_class_object->is_amp_page() ) ? "" : 'heateor-sss-no-counts="1"' ) . ">";
|
383 |
|
384 |
$short_url = $this->public_class_object->get_short_url( $sharing_url, $post_id );
|
385 |
|
409 |
public function update( $new_instance, $old_instance ) {
|
410 |
|
411 |
$instance = $old_instance;
|
412 |
+
$instance['target_url'] = isset( $new_instance['target_url'] ) ? $new_instance['target_url'] : '';
|
413 |
+
if ( isset( $new_instance['show_counts'] ) ) {
|
414 |
+
$instance['show_counts'] = $new_instance['show_counts'];
|
415 |
+
} else {
|
416 |
+
unset( $instance['show_counts'] );
|
417 |
+
}
|
418 |
+
if ( isset( $new_instance['total_shares'] ) ) {
|
419 |
+
$instance['total_shares'] = $new_instance['total_shares'];
|
420 |
+
} else {
|
421 |
+
unset( $instance['total_shares'] );
|
422 |
+
}
|
423 |
+
$instance['target_url_custom'] = isset( $new_instance['target_url_custom'] ) ? $new_instance['target_url_custom'] : '';
|
424 |
+
$instance['alignment'] = isset( $new_instance['alignment'] ) ? $new_instance['alignment'] : '';
|
425 |
+
$instance['left_offset'] = isset( $new_instance['left_offset'] ) ? $new_instance['left_offset'] : '';
|
426 |
+
$instance['right_offset'] = isset( $new_instance['right_offset'] ) ? $new_instance['right_offset'] : '';
|
427 |
+
$instance['top_offset'] = isset( $new_instance['top_offset'] ) ? $new_instance['top_offset'] : '';
|
428 |
+
$instance['vertical_bg'] = isset( $new_instance['vertical_bg'] ) ? $new_instance['vertical_bg'] : '';
|
429 |
+
if ( isset( $new_instance['hide_for_logged_in'] ) ) {
|
430 |
+
$instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
|
431 |
+
} else {
|
432 |
+
unset( $instance['hide_for_logged_in'] );
|
433 |
+
}
|
434 |
|
435 |
+
return $instance;
|
436 |
|
437 |
}
|
438 |
|
488 |
<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 $this->get_field_id( 'target_url_custom' ); ?>" name="<?php echo $this->get_field_name( 'target_url_custom' ); ?>" type="text" value="<?php echo isset( $instance['target_url_custom'] ) ? $instance['target_url_custom'] : ''; ?>" />
|
489 |
<label for="<?php echo $this->get_field_id( 'alignment' ); ?>"><?php _e( 'Alignment', 'sassy-social-share' ); ?></label>
|
490 |
<select onchange="heateorSssToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'alignment' ); ?>" name="<?php echo $this->get_field_name( 'alignment' ); ?>">
|
491 |
+
<option value="left" <?php echo ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'sassy-social-share' ) ?></option>
|
492 |
+
<option value="right" <?php echo isset( $instance['alignment'] ) && $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'sassy-social-share' ) ?></option>
|
493 |
</select>
|
494 |
+
<div class="heateorSssSharingLeftOffset" <?php echo isset( $instance['alignment'] ) && $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
|
495 |
<label for="<?php echo $this->get_field_id( 'left_offset' ); ?>"><?php _e( 'Left Offset', 'sassy-social-share' ); ?></label>
|
496 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'left_offset' ); ?>" name="<?php echo $this->get_field_name( 'left_offset' ); ?>" type="text" value="<?php echo isset( $instance['left_offset'] ) ? $instance['left_offset'] : ''; ?>" />px<br/>
|
497 |
</div>
|
498 |
+
<div class="heateorSssSharingRightOffset" <?php echo ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
|
499 |
<label for="<?php echo $this->get_field_id( 'right_offset' ); ?>"><?php _e( 'Right Offset', 'sassy-social-share' ); ?></label>
|
500 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'right_offset' ); ?>" name="<?php echo $this->get_field_name( 'right_offset' ); ?>" type="text" value="<?php echo isset( $instance['right_offset'] ) ? $instance['right_offset'] : ''; ?>" />px<br/>
|
501 |
</div>
|
502 |
<label for="<?php echo $this->get_field_id( 'top_offset' ); ?>"><?php _e( 'Top Offset', 'sassy-social-share' ); ?></label>
|
503 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'top_offset' ); ?>" name="<?php echo $this->get_field_name( 'top_offset' ); ?>" type="text" value="<?php echo isset( $instance['top_offset'] ) ? $instance['top_offset'] : ''; ?>" />px<br/>
|
504 |
|
505 |
<label for="<?php echo $this->get_field_id( 'vertical_bg' ); ?>"><?php _e( 'Background Color', 'sassy-social-share' ); ?></label>
|
506 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vertical_bg' ); ?>" name="<?php echo $this->get_field_name( 'vertical_bg' ); ?>" type="text" value="<?php echo isset( $instance['vertical_bg'] ) ? $instance['vertical_bg'] : ''; ?>" />
|
507 |
|
508 |
<br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'sassy-social-share' ); ?></label>
|
509 |
+
<input type="checkbox" id="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>" name="<?php echo $this->get_field_name( 'hide_for_logged_in' ); ?>" type="text" value="1" <?php if ( isset( $instance['hide_for_logged_in'] ) ) echo 'checked="checked"'; ?> />
|
510 |
</p>
|
511 |
<?php
|
512 |
}
|
564 |
echo '<div>' . $instance['before_widget_content'] . '</div>';
|
565 |
}
|
566 |
$check_theme = '';
|
567 |
+
if ( isset( $instance['custom_color'] ) ) {
|
568 |
+
if ( $instance['custom_color'] == '' ) {
|
569 |
+
$check_theme = '';
|
570 |
+
} elseif ( $instance['custom_color'] == 'standard' ) {
|
571 |
+
$check_theme = 'standard_';
|
572 |
+
} elseif ( $instance['custom_color'] == 'floating' ) {
|
573 |
+
$check_theme = 'floating_';
|
574 |
+
}
|
575 |
}
|
576 |
+
$icon_size = isset( $instance['size'] ) ? $instance['size'] : '30';
|
577 |
+
echo '<div ' . ( isset( $instance['type'] ) && $instance['type'] == 'floating' ? 'style="position:fixed;top:' . ( isset( $instance['top_offset'] ) && $instance['top_offset'] ? $instance['top_offset'] : '200' ) . 'px;' . ( isset( $instance['alignment'] ) ? $instance['alignment'] : 'left' ) . ':' . ( isset( $instance['alignment_value'] ) ? $instance['alignment_value'] : '-10' ) . 'px;width:' . $icon_size . 'px;"' : '' ) . 'class="heateor_sss_' . $check_theme . 'follow_icons_container">';
|
578 |
|
579 |
if ( ! empty( $instance['title'] ) ) {
|
580 |
$title = apply_filters( 'widget_title', $instance[ 'title' ] );
|
581 |
echo $before_title;
|
582 |
+
if ( isset( $instance['type'] ) && $instance['type'] == 'floating' ) {
|
583 |
+
echo '<div class="heateor_sss_follow_icons_title" style="text-align:center;font-size:' . $icon_size*30/100 . 'px">';
|
584 |
}
|
585 |
echo $title;
|
586 |
+
if ( isset( $instance['type'] ) && $instance['type'] == 'floating' ) {
|
587 |
echo '</div>';
|
588 |
}
|
589 |
echo $after_title;
|
610 |
private function follow_icons( $instance ) {
|
611 |
|
612 |
$html = '';
|
613 |
+
$icon_size = isset( $instance['size'] ) ? $instance['size'] : '30';
|
614 |
+
$icon_style = 'width:'. $icon_size .'px;height:'. $icon_size .'px;'. ( ! isset( $instance['icon_shape'] ) || $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
|
615 |
$html .= '<ul class="heateor_sss_follow_ul">';
|
616 |
if ( isset( $instance['facebook'] ) && $instance['facebook'] ) {
|
617 |
$html .= '<li class="heateorSssSharingRound"><i style="'. $icon_style .'" alt="Facebook" title="Facebook" class="heateorSssSharing heateorSssFacebookBackground"><a target="_blank" aria-label="Facebook" href="'. $instance['facebook'] .'" rel="noopener"><ss style="display:block" class="heateorSssSharingSvg heateorSssFacebookSvg"></ss></a></i></li>';
|
705 |
|
706 |
$instance = $old_instance;
|
707 |
|
708 |
+
$instance['title'] = isset( $new_instance['title'] ) ? strip_tags( $new_instance['title'] ) : '';
|
709 |
+
$instance['type'] = isset( $new_instance['type'] ) ? $new_instance['type'] : 'standard';
|
710 |
+
$instance['top_offset'] = isset( $new_instance['top_offset'] ) ? $new_instance['top_offset'] : '200';
|
711 |
+
$instance['alignment_value'] = isset( $new_instance['alignment_value'] ) ? $new_instance['alignment_value'] : '-10';
|
712 |
+
$instance['alignment'] = isset( $new_instance['alignment'] ) ? $new_instance['alignment'] : 'left';
|
713 |
+
$instance['size'] = isset( $new_instance['size'] ) ? intval( $new_instance['size'] ) : '30';
|
714 |
+
$instance['icon_shape'] = isset( $new_instance['icon_shape'] ) ? $new_instance['icon_shape'] : 'round';
|
715 |
+
$instance['custom_color'] = isset( $new_instance['custom_color'] ) ? $new_instance['custom_color'] : '';
|
716 |
+
$instance['facebook'] = isset( $new_instance['facebook'] ) ? $new_instance['facebook'] : '';
|
717 |
+
$instance['twitter'] = isset( $new_instance['twitter'] ) ? $new_instance['twitter'] : '';
|
718 |
+
$instance['parler'] = isset( $new_instance['parler'] ) ? $new_instance['parler'] : '';
|
719 |
+
$instance['gab'] = isset( $new_instance['gab'] ) ? $new_instance['gab'] : '';
|
720 |
+
$instance['instagram'] = isset( $new_instance['instagram'] ) ? $new_instance['instagram'] : '';
|
721 |
+
$instance['pinterest'] = isset( $new_instance['pinterest'] ) ? $new_instance['pinterest'] : '';
|
722 |
+
$instance['behance'] = isset( $new_instance['behance'] ) ? $new_instance['behance'] : '';
|
723 |
+
$instance['flickr'] = isset( $new_instance['flickr'] ) ? $new_instance['flickr'] : '';
|
724 |
+
$instance['foursquare'] = isset( $new_instance['foursquare'] ) ? $new_instance['foursquare'] : '';
|
725 |
+
$instance['github'] = isset( $new_instance['github'] ) ? $new_instance['github'] : '';
|
726 |
+
$instance['gitlab'] = isset( $new_instance['gitlab'] ) ? $new_instance['gitlab'] : '';
|
727 |
+
$instance['linkedin'] = isset( $new_instance['linkedin'] ) ? $new_instance['linkedin'] : '';
|
728 |
+
$instance['linkedin_company'] = isset( $new_instance['linkedin_company'] ) ? $new_instance['linkedin_company'] : '';
|
729 |
+
$instance['medium'] = isset( $new_instance['medium'] ) ? $new_instance['medium'] : '';
|
730 |
+
$instance['mewe'] = isset( $new_instance['mewe'] ) ? $new_instance['mewe'] : '';
|
731 |
+
$instance['odnoklassniki'] = isset( $new_instance['odnoklassniki'] ) ? $new_instance['odnoklassniki'] : '';
|
732 |
+
$instance['snapchat'] = isset( $new_instance['snapchat'] ) ? $new_instance['snapchat'] : '';
|
733 |
+
$instance['telegram'] = isset( $new_instance['telegram'] ) ? $new_instance['telegram'] : '';
|
734 |
+
$instance['tumblr'] = isset( $new_instance['tumblr'] ) ? $new_instance['tumblr'] : '';
|
735 |
+
$instance['vimeo'] = isset( $new_instance['vimeo'] ) ? $new_instance['vimeo'] : '';
|
736 |
+
$instance['vkontakte'] = isset( $new_instance['vkontakte'] ) ? $new_instance['vkontakte'] : '';
|
737 |
+
$instance['whatsapp'] = isset( $new_instance['whatsapp'] ) ? $new_instance['whatsapp'] : '';
|
738 |
+
$instance['xing'] = isset( $new_instance['xing'] ) ? $new_instance['xing'] : '';
|
739 |
+
$instance['youtube'] = isset( $new_instance['youtube'] ) ? $new_instance['youtube'] : '';
|
740 |
+
$instance['youtube_channel'] = isset( $new_instance['youtube_channel'] ) ? $new_instance['youtube_channel'] : '';
|
741 |
+
$instance['rss_feed'] = isset( $new_instance['rss_feed'] ) ? $new_instance['rss_feed'] : '';
|
742 |
+
$instance['before_widget_content'] = isset( $new_instance['before_widget_content'] ) ? $new_instance['before_widget_content'] : '';
|
743 |
+
$instance['after_widget_content'] = isset( $new_instance['after_widget_content'] ) ? $new_instance['after_widget_content'] : '';
|
744 |
|
745 |
return $instance;
|
746 |
|
766 |
?>
|
767 |
<p>
|
768 |
<label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'sassy-social-share' ); ?></label>
|
769 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'before_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'before_widget_content' ); ?>" type="text" value="<?php echo isset( $instance['before_widget_content'] ) ? $instance['before_widget_content'] : ''; ?>" /><br/><br/>
|
770 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title', 'sassy-social-share' ); ?></label>
|
771 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo isset( $instance['title'] ) ? $instance['title'] : ''; ?>" /><br/><br/>
|
772 |
<label for="<?php echo $this->get_field_id( 'mode_standard' ); ?>"><?php _e( 'Type:', 'sassy-social-share' ) ?></label><br>
|
773 |
+
<input id="<?php echo $this->get_field_id( 'mode_standard' ); ?>" type="radio" onclick='heateorSssFloatingAlignment(this.value)' name="<?php echo $this->get_field_name( 'type' ); ?>" value="standard" <?php if ( ! isset( $instance['type'] ) || $instance['type'] == 'standard' ) {
|
774 |
echo "checked";
|
775 |
} ?>><label for="<?php echo $this->get_field_id( 'mode_standard' ); ?>"> <?php _e( 'Standard', 'sassy-social-share' ) ?></label><br>
|
776 |
+
<input id="<?php echo $this->get_field_id( 'mode_floating' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'type' ); ?>" onclick='heateorSssFloatingAlignment(this.value)' value="floating" <?php if ( isset( $instance['type'] ) && $instance['type'] == 'floating' ) {
|
777 |
echo "checked";
|
778 |
}?>><label for="<?php echo $this->get_field_id( 'mode_floating' ); ?>"> <?php _e( 'Floating', 'sassy-social-share' ) ?></label><br><br>
|
779 |
|
780 |
<div class="heateorSssFloatingAlignment"
|
781 |
+
<?php echo ! isset( $instance['type'] ) || $instance['type'] == 'standard' ? "style='display:none'" : "style='display:block'" ?>>
|
782 |
<label for="<?php echo $this->get_field_id( 'top_offset' ); ?>">
|
783 |
<?php _e( 'Top offset:', 'sassy-social-share' ) ?>
|
784 |
</label>
|
787 |
<?php _e( 'Alignment:', 'sassy-social-share' ) ?>
|
788 |
</label>
|
789 |
<input id="<?php echo $this->get_field_id( 'floating_left' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'alignment' ); ?>" value="left" onclick='heateorSssAlignmentOffsetLabel(this.value)'
|
790 |
+
<?php if ( ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ) {
|
791 |
echo 'checked';
|
792 |
} ?>>
|
793 |
<label for="<?php echo $this->get_field_id( 'floating_left' ); ?>">
|
794 |
<?php _e( 'Left', 'sassy-social-share' ) ?>
|
795 |
</label>
|
796 |
<input id="<?php echo $this->get_field_id( 'floating_right' ); ?>" type="radio" name="<?php echo $this->get_field_name( 'alignment' ); ?>" value="right" onclick='heateorSssAlignmentOffsetLabel(this.value)'
|
797 |
+
<?php if ( isset( $instance['alignment'] ) && $instance['alignment'] == 'right' ) {
|
798 |
echo 'checked';
|
799 |
} ?> />
|
800 |
<label for="<?php echo $this->get_field_id( 'floating_right' ); ?>" >
|
804 |
<br>
|
805 |
<label id="<?php echo $this->get_field_id( 'alignment_value_label' ); ?>" for="<?php echo $this->get_field_id( 'alignment_value' ); ?>">
|
806 |
<?php
|
807 |
+
echo isset( $instance['alignment'] ) && $instance['alignment'] == 'right' ? __( 'Right offset', 'sassy-social-share' ) : __( 'Left offset', 'sassy-social-share' ) ?>
|
808 |
</label>
|
809 |
<br>
|
810 |
+
<input id='<?php echo $this->get_field_id( 'alignment_value' ); ?>' type="text" name="<?php echo $this->get_field_name( 'alignment_value' ); ?>" value="<?php echo isset( $instance['alignment_value'] ) ? $instance['alignment_value'] : ''; ?>" />px<br><br>
|
811 |
</div>
|
812 |
|
813 |
<label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Size of icons', 'sassy-social-share' ); ?></label>
|
814 |
+
<input style="width: 82%" class="widefat" id="<?php echo $this->get_field_id( 'size' ); ?>" name="<?php echo $this->get_field_name( 'size' ); ?>" type="text" value="<?php echo isset( $instance['size'] ) ? $instance['size'] : ''; ?>" />px<br/><br/>
|
815 |
<label for="<?php echo $this->get_field_id( 'icon_shape' ); ?>"><?php _e( 'Icon Shape', 'sassy-social-share' ); ?></label>
|
816 |
<select style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'icon_shape' ); ?>" name="<?php echo $this->get_field_name( 'icon_shape' ); ?>">
|
817 |
<option value="round" <?php echo ! isset( $instance['icon_shape'] ) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e( 'Round', 'sassy-social-share' ); ?></option>
|
833 |
}
|
834 |
}
|
835 |
jQuery(function(){
|
836 |
+
heateorSssFloatingAlignment('<?php echo isset( $instance['type'] ) ? $instance['type'] : 'standard' ?>');
|
837 |
+
heateorSssAlignmentOffsetLabel('<?php echo isset( $instance['alignment'] ) ? $instance['alignment'] : 'left' ?>');
|
838 |
});
|
839 |
</script>
|
840 |
<label for="<?php echo $this->get_field_id( 'custom_color' ); ?>"><?php _e( 'Apply icon color and background color from Theme Selection section:', 'sassy-social-share' ); ?></label>
|
844 |
<option value="floating" <?php echo isset( $instance['custom_color'] ) && $instance['custom_color'] == 'floating' ? 'selected' : '' ; ?>><?php _e( 'Yes, Floating Interface Theme', 'sassy-social-share' ); ?></option>
|
845 |
</select><br/><br/>
|
846 |
<label for="<?php echo $this->get_field_id( 'facebook' ); ?>"><?php _e( 'Facebook URL:', 'sassy-social-share' ); ?></label>
|
847 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'facebook' ); ?>" name="<?php echo $this->get_field_name( 'facebook' ); ?>" type="text" value="<?php echo isset( $instance['facebook'] ) ? $instance['facebook'] : ''; ?>" /><br/>
|
848 |
<span>https://www.facebook.com/ID</span><br/><br/>
|
849 |
<label for="<?php echo $this->get_field_id( 'twitter' ); ?>"><?php _e( 'Twitter URL:', 'sassy-social-share' ); ?></label>
|
850 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'twitter' ); ?>" name="<?php echo $this->get_field_name( 'twitter' ); ?>" type="text" value="<?php echo isset( $instance['twitter'] ) ? $instance['twitter'] : ''; ?>" /><br/>
|
851 |
<span>https://twitter.com/ID</span><br/><br/>
|
852 |
<label for="<?php echo $this->get_field_id( 'parler' ); ?>"><?php _e( 'Parler URL:', 'sassy-social-share' ); ?></label>
|
853 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'parler' ); ?>" name="<?php echo $this->get_field_name( 'parler' ); ?>" type="text" value="<?php echo isset( $instance['parler'] ) ? $instance['parler'] : ''; ?>" /><br/>
|
854 |
<span>https://parler.com/profile/ID</span><br/><br/>
|
855 |
<label for="<?php echo $this->get_field_id( 'instagram' ); ?>"><?php _e( 'Instagram URL:', 'sassy-social-share' ); ?></label>
|
856 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'instagram' ); ?>" name="<?php echo $this->get_field_name( 'instagram' ); ?>" type="text" value="<?php echo isset( $instance['instagram'] ) ? $instance['instagram'] : ''; ?>" /><br/>
|
857 |
<span>https://www.instagram.com/ID</span><br/><br/>
|
858 |
<label for="<?php echo $this->get_field_id( 'pinterest' ); ?>"><?php _e( 'Pinterest URL:', 'sassy-social-share' ); ?></label>
|
859 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'pinterest' ); ?>" name="<?php echo $this->get_field_name( 'pinterest' ); ?>" type="text" value="<?php echo isset( $instance['pinterest'] ) ? $instance['pinterest'] : ''; ?>" /><br/>
|
860 |
<span>https://www.pinterest.com/ID</span><br/><br/>
|
861 |
<label for="<?php echo $this->get_field_id( 'behance' ); ?>"><?php _e( 'Behance URL:', 'sassy-social-share' ); ?></label>
|
862 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'behance' ); ?>" name="<?php echo $this->get_field_name( 'behance' ); ?>" type="text" value="<?php echo isset( $instance['behance'] ) ? $instance['behance'] : ''; ?>" /><br/>
|
863 |
<span>https://www.behance.net/ID</span><br/><br/>
|
864 |
<label for="<?php echo $this->get_field_id( 'flickr' ); ?>"><?php _e( 'Flickr URL:', 'sassy-social-share' ); ?></label>
|
865 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'flickr' ); ?>" name="<?php echo $this->get_field_name( 'flickr' ); ?>" type="text" value="<?php echo isset( $instance['flickr'] ) ? $instance['flickr'] : ''; ?>" /><br/>
|
866 |
<span>https://www.flickr.com/photos/ID</span><br/><br/>
|
867 |
<label for="<?php echo $this->get_field_id( 'foursquare' ); ?>"><?php _e( 'Foursquare URL:', 'sassy-social-share' ); ?></label>
|
868 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'foursquare' ); ?>" name="<?php echo $this->get_field_name( 'foursquare' ); ?>" type="text" value="<?php echo isset( $instance['foursquare'] ) ? $instance['foursquare'] : ''; ?>" /><br/>
|
869 |
<span>https://foursquare.com/ID</span><br/><br/>
|
870 |
<label for="<?php echo $this->get_field_id( 'github' ); ?>"><?php _e( 'Github URL:', 'sassy-social-share' ); ?></label>
|
871 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'github' ); ?>" name="<?php echo $this->get_field_name( 'github' ); ?>" type="text" value="<?php echo isset( $instance['github'] ) ? $instance['github'] : ''; ?>" /><br/>
|
872 |
<span>https://github.com/ID</span><br/><br/>
|
873 |
<label for="<?php echo $this->get_field_id( 'linkedin' ); ?>"><?php _e( 'LinkedIn URL:', 'sassy-social-share' ); ?></label>
|
874 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin' ); ?>" name="<?php echo $this->get_field_name( 'linkedin' ); ?>" type="text" value="<?php echo isset( $instance['linkedin'] ) ? $instance['linkedin'] : ''; ?>" /><br/>
|
875 |
<span>https://www.linkedin.com/in/ID</span><br/><br/>
|
876 |
<label for="<?php echo $this->get_field_id( 'linkedin_company' ); ?>"><?php _e( 'LinkedIn Company URL:', 'sassy-social-share' ); ?></label>
|
877 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin_company' ); ?>" name="<?php echo $this->get_field_name( 'linkedin_company' ); ?>" type="text" value="<?php echo isset( $instance['linkedin_company'] ) ? $instance['linkedin_company'] : ''; ?>" /><br/>
|
878 |
<span>https://www.linkedin.com/company/ID</span><br/><br/>
|
879 |
<label for="<?php echo $this->get_field_id( 'gab' ); ?>"><?php _e( 'Gab URL:', 'sassy-social-share' ); ?></label>
|
880 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'gab' ); ?>" name="<?php echo $this->get_field_name( 'gab' ); ?>" type="text" value="<?php echo isset( $instance['gab'] ) ? $instance['gab'] : ''; ?>" /><br/>
|
881 |
<span>https://gab.com/ID</span><br/><br/>
|
882 |
<label for="<?php echo $this->get_field_id( 'medium' ); ?>"><?php _e( 'Medium URL:', 'sassy-social-share' ); ?></label>
|
883 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'medium' ); ?>" name="<?php echo $this->get_field_name( 'medium' ); ?>" type="text" value="<?php echo isset( $instance['medium'] ) ? $instance['medium'] : ''; ?>" /><br/>
|
884 |
<span>https://medium.com/@ID</span><br/><br/>
|
885 |
<label for="<?php echo $this->get_field_id( 'mewe' ); ?>"><?php _e( 'MeWe URL:', 'sassy-social-share' ); ?></label>
|
886 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'mewe' ); ?>" name="<?php echo $this->get_field_name( 'mewe' ); ?>" type="text" value="<?php echo isset( $instance['mewe'] ) ? $instance['mewe'] : ''; ?>" /><br/>
|
887 |
<span>https://mewe.com/profile/ID</span><br/><br/>
|
888 |
<label for="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>"><?php _e( 'Odnoklassniki URL:', 'sassy-social-share' ); ?></label>
|
889 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>" name="<?php echo $this->get_field_name( 'odnoklassniki' ); ?>" type="text" value="<?php echo isset( $instance['odnoklassniki'] ) ? $instance['odnoklassniki'] : ''; ?>" /><br/>
|
890 |
<span>https://ok.ru/profile/ID</span><br/><br/>
|
891 |
<label for="<?php echo $this->get_field_id( 'snapchat' ); ?>"><?php _e( 'Snapchat URL:', 'sassy-social-share' ); ?></label>
|
892 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'snapchat' ); ?>" name="<?php echo $this->get_field_name( 'snapchat' ); ?>" type="text" value="<?php echo isset( $instance['snapchat'] ) ? $instance['snapchat'] : ''; ?>" /><br/>
|
893 |
<span>https://www.snapchat.com/add/ID</span><br/><br/>
|
894 |
<label for="<?php echo $this->get_field_id( 'telegram' ); ?>"><?php _e( 'Telegram URL:', 'sassy-social-share' ); ?></label>
|
895 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'telegram' ); ?>" name="<?php echo $this->get_field_name( 'telegram' ); ?>" type="text" value="<?php echo isset( $instance['telegram'] ) ? $instance['telegram'] : ''; ?>" /><br/>
|
896 |
<span>https://t.me/username</span><br/><br/>
|
897 |
<label for="<?php echo $this->get_field_id( 'tumblr' ); ?>"><?php _e( 'Tumblr URL:', 'sassy-social-share' ); ?></label>
|
898 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'tumblr' ); ?>" name="<?php echo $this->get_field_name( 'tumblr' ); ?>" type="text" value="<?php echo isset( $instance['tumblr'] ) ? $instance['tumblr'] : ''; ?>" /><br/>
|
899 |
<span>https://ID.tumblr.com</span><br/><br/>
|
900 |
<label for="<?php echo $this->get_field_id( 'vimeo' ); ?>"><?php _e( 'Vimeo URL:', 'sassy-social-share' ); ?></label>
|
901 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vimeo' ); ?>" name="<?php echo $this->get_field_name( 'vimeo' ); ?>" type="text" value="<?php echo isset( $instance['vimeo'] ) ? $instance['vimeo'] : ''; ?>" /><br/>
|
902 |
<span>https://vimeo.com/ID</span><br/><br/>
|
903 |
<label for="<?php echo $this->get_field_id( 'vkontakte' ); ?>"><?php _e( 'Vkontakte URL:', 'sassy-social-share' ); ?></label>
|
904 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vkontakte' ); ?>" name="<?php echo $this->get_field_name( 'vkontakte' ); ?>" type="text" value="<?php echo isset( $instance['vkontakte'] ) ? $instance['vkontakte'] : ''; ?>" /><br/>
|
905 |
<span>https://vk.com/ID</span><br/><br/>
|
906 |
<label for="<?php echo $this->get_field_id( 'whatsapp' ); ?>"><?php _e( 'Whatsapp URL:', 'sassy-social-share' ); ?></label>
|
907 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'whatsapp' ); ?>" name="<?php echo $this->get_field_name( 'whatsapp' ); ?>" type="text" value="<?php echo isset( $instance['whatsapp'] ) ? $instance['whatsapp'] : ''; ?>" /><br/>
|
908 |
<span>https://wa.me/PHONE_NUMBER</span><br/><br/>
|
909 |
<label for="<?php echo $this->get_field_id( 'xing' ); ?>"><?php _e( 'Xing URL:', 'sassy-social-share' ); ?></label>
|
910 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'xing' ); ?>" name="<?php echo $this->get_field_name( 'xing' ); ?>" type="text" value="<?php echo isset( $instance['xing'] ) ? $instance['xing'] : ''; ?>" /><br/>
|
911 |
<span>https://www.xing.com/profile/ID</span><br/><br/>
|
912 |
<label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'sassy-social-share' ); ?></label>
|
913 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube' ); ?>" name="<?php echo $this->get_field_name( 'youtube' ); ?>" type="text" value="<?php echo isset( $instance['youtube'] ) ? $instance['youtube'] : ''; ?>" /><br/>
|
914 |
<span>https://www.youtube.com/user/ID</span><br/><br/>
|
915 |
+
<label for="<?php echo $this->get_field_id( 'youtube_channel' ); ?>"><?php _e( 'Youtube Channel URL:', 'sassy-social-share' ); ?></label>
|
916 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube_channel' ); ?>" name="<?php echo $this->get_field_name( 'youtube_channel' ); ?>" type="text" value="<?php echo isset( $instance['youtube_channel'] ) ? $instance['youtube_channel'] : ''; ?>" /><br/>
|
917 |
<span>https://www.youtube.com/channel/ID</span><br/><br/>
|
918 |
<label for="<?php echo $this->get_field_id( 'rss_feed' ); ?>"><?php _e( 'RSS Feed URL:', 'sassy-social-share' ); ?></label>
|
919 |
+
<input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'rss_feed' ); ?>" name="<?php echo $this->get_field_name( 'rss_feed' ); ?>" type="text" value="<?php echo isset( $instance['rss_feed'] ) ? $instance['rss_feed'] : ''; ?>" /><br/>
|
920 |
<span>http://www.example.com/feed/</span><br/><br/>
|
921 |
<label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'sassy-social-share' ); ?></label>
|
922 |
<input class="widefat" id="<?php echo $this->get_field_id( 'after_widget_content' ); ?>" name="<?php echo $this->get_field_name( 'after_widget_content' ); ?>" type="text" value="<?php echo $instance['after_widget_content']; ?>" />
|
includes/class-sassy-social-share.php
CHANGED
@@ -172,8 +172,6 @@ class Sassy_Social_Share {
|
|
172 |
|
173 |
// hook the plugin functions on 'init' event.
|
174 |
add_action( 'init', array( $plugin_public, 'init' ) );
|
175 |
-
// remove render sharing action from Excerpts, as it gets nasty due to strip_tags()
|
176 |
-
add_filter( 'get_the_excerpt', array( $plugin_public, 'remove_render_sharing' ), 9 );
|
177 |
// hooks to enable sharing interface
|
178 |
add_filter( 'the_content', array( $plugin_public, 'render_sharing' ), 99 );
|
179 |
add_filter( 'the_excerpt', array( $plugin_public, 'render_sharing' ), 99 );
|
172 |
|
173 |
// hook the plugin functions on 'init' event.
|
174 |
add_action( 'init', array( $plugin_public, 'init' ) );
|
|
|
|
|
175 |
// hooks to enable sharing interface
|
176 |
add_filter( 'the_content', array( $plugin_public, 'render_sharing' ), 99 );
|
177 |
add_filter( 'the_excerpt', array( $plugin_public, 'render_sharing' ), 99 );
|
languages/sassy-social-share.pot
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sassy Social Share\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
"PO-Revision-Date: 2021-02-03 13:11+0530\n"
|
7 |
"Last-Translator: Heateor <hello@heateor.com>\n"
|
8 |
"Language-Team: Heateor <hello@heateor.com>\n"
|
@@ -11,92 +12,98 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
-
"X-Poedit-Basepath:
|
15 |
-
"X-Generator: Poedit 1.
|
16 |
-
"X-Poedit-SearchPath-0:
|
|
|
17 |
|
18 |
-
#:
|
19 |
msgid "Sassy Social Share by Heateor"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#:
|
23 |
msgid "Sassy Social Share"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#:
|
27 |
msgid "Social Share myCRED Integration"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#:
|
31 |
msgid "Recover Social Share Counts"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#:
|
35 |
msgid "Social Analytics"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#:
|
39 |
msgid "Disable Standard Sharing interface on this "
|
40 |
msgstr ""
|
41 |
|
42 |
-
#:
|
43 |
msgid "Disable Floating Sharing interface on this "
|
44 |
msgstr ""
|
45 |
|
46 |
-
#:
|
|
|
47 |
msgid "Standard sharing"
|
48 |
-
msgstr ""
|
49 |
|
50 |
-
#:
|
51 |
-
#:
|
|
|
52 |
msgid "Starting share count for "
|
53 |
-
msgstr ""
|
54 |
|
55 |
-
#:
|
|
|
56 |
msgid "Floating sharing"
|
57 |
-
msgstr ""
|
58 |
|
59 |
-
#:
|
60 |
msgid "Click to toggle help"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#:
|
|
|
64 |
msgid "Settings saved"
|
65 |
-
msgstr ""
|
66 |
|
67 |
-
#:
|
|
|
68 |
msgid "Dismiss this notice"
|
69 |
-
msgstr ""
|
70 |
|
71 |
-
#:
|
72 |
msgid "Thanks for installing Sassy Social Share plugin"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#:
|
76 |
msgid "Configure the Plugin"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#:
|
80 |
msgid ""
|
81 |
"Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
|
82 |
"with current version of Sassy Social Share"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#:
|
86 |
msgid ""
|
87 |
"Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
|
88 |
"\"Floating Interface\" section(s) to fix the issue with Facebook share "
|
89 |
"count. After that, clear share counts cache from \"Miscellaneous\" section."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#:
|
93 |
-
#:
|
94 |
-
#:
|
95 |
-
#:
|
96 |
msgid "Okay"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#:
|
100 |
#, php-format
|
101 |
msgid ""
|
102 |
"This plugin is GDPR compliant. You need to update the privacy policy of your "
|
@@ -104,7 +111,7 @@ msgid ""
|
|
104 |
"\"%s\" target=\"_blank\">here</a>"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#:
|
108 |
#, php-format
|
109 |
msgid ""
|
110 |
"Twitter share counts are no longer working as newsharecounts.com is down. To "
|
@@ -112,7 +119,7 @@ msgid ""
|
|
112 |
"\"_blank\">here</a> with this domain. No other steps needed."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#:
|
116 |
#, php-format
|
117 |
msgid ""
|
118 |
"Now plugin supports a new service Twitcount.com to show Twitter shares. To "
|
@@ -121,520 +128,703 @@ msgid ""
|
|
121 |
"your website %s with them. No need to copy-paste any code from their website."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
125 |
msgid "Add-Ons"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#:
|
129 |
msgid "Support Documentation"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#:
|
|
|
133 |
msgid "Settings"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
msgstr ""
|
135 |
|
136 |
-
#:
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
#, php-format
|
139 |
msgid ""
|
140 |
"You can appreciate the effort put in this free plugin by rating it <a href="
|
141 |
"\"%s\" target=\"_blank\">here</a>"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#:
|
|
|
145 |
msgid "Theme Selection"
|
146 |
-
msgstr ""
|
147 |
|
148 |
-
#:
|
|
|
149 |
msgid "Standard Interface"
|
150 |
-
msgstr ""
|
151 |
|
152 |
-
#:
|
|
|
153 |
msgid "Floating Interface"
|
154 |
-
msgstr ""
|
155 |
|
156 |
-
#:
|
157 |
-
#:
|
|
|
158 |
msgid "Miscellaneous"
|
159 |
-
msgstr ""
|
160 |
|
161 |
-
#:
|
162 |
msgid "3rd Party Integration"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#:
|
166 |
-
#:
|
|
|
167 |
msgid "Shortcode & Widget"
|
168 |
-
msgstr ""
|
169 |
|
170 |
-
#:
|
|
|
171 |
msgid "Troubleshooter"
|
172 |
-
msgstr ""
|
173 |
|
174 |
-
#:
|
175 |
-
#:
|
|
|
176 |
msgid "FAQ"
|
177 |
-
msgstr ""
|
178 |
|
179 |
-
#:
|
|
|
180 |
msgid "Standard interface theme"
|
181 |
-
msgstr ""
|
182 |
|
183 |
-
#:
|
184 |
-
#:
|
|
|
185 |
msgid "Icon Preview"
|
186 |
-
msgstr ""
|
187 |
|
188 |
-
#:
|
189 |
-
#:
|
|
|
190 |
msgid ""
|
191 |
"Do not forget to save the configuration after making changes by clicking the "
|
192 |
"save button below"
|
193 |
msgstr ""
|
|
|
|
|
194 |
|
195 |
-
#:
|
196 |
-
#:
|
|
|
197 |
msgid "Shape"
|
198 |
-
msgstr ""
|
199 |
|
200 |
-
#:
|
201 |
-
#:
|
202 |
-
#:
|
|
|
203 |
msgid "Round"
|
204 |
-
msgstr ""
|
205 |
|
206 |
-
#:
|
207 |
-
#:
|
208 |
-
#:
|
|
|
209 |
msgid "Square"
|
210 |
-
msgstr ""
|
211 |
|
212 |
-
#:
|
213 |
-
#:
|
|
|
214 |
msgid "Rectangle"
|
215 |
-
msgstr ""
|
216 |
|
217 |
-
#:
|
218 |
-
#:
|
|
|
219 |
msgid "Shape of the sharing icons"
|
220 |
-
msgstr ""
|
221 |
|
222 |
-
#:
|
223 |
-
#:
|
|
|
224 |
msgid "Size (in pixels)"
|
225 |
-
msgstr ""
|
226 |
|
227 |
-
#:
|
228 |
-
#:
|
|
|
229 |
msgid "Size of the sharing icons"
|
230 |
-
msgstr ""
|
231 |
|
232 |
-
#:
|
233 |
-
#:
|
|
|
234 |
msgid "Width (in pixels)"
|
235 |
-
msgstr ""
|
236 |
|
237 |
-
#:
|
238 |
-
#:
|
|
|
239 |
msgid "Width of the sharing icons"
|
240 |
-
msgstr ""
|
241 |
|
242 |
-
#:
|
243 |
-
#:
|
|
|
244 |
msgid "Height (in pixels)"
|
245 |
-
msgstr ""
|
246 |
|
247 |
-
#:
|
248 |
-
#:
|
|
|
249 |
msgid "Height of the sharing icons"
|
250 |
-
msgstr ""
|
251 |
|
252 |
-
#:
|
253 |
-
#:
|
|
|
254 |
msgid "Border radius (in pixels)"
|
255 |
-
msgstr ""
|
256 |
|
257 |
-
#:
|
258 |
-
#:
|
|
|
259 |
msgid ""
|
260 |
"Specify a value for rounded corners. More the value, more rounded will the "
|
261 |
"corners be. Leave empty for sharp corners."
|
262 |
msgstr ""
|
|
|
|
|
263 |
|
264 |
-
#:
|
265 |
-
#:
|
|
|
266 |
msgid "Logo Color"
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#:
|
270 |
-
#:
|
271 |
-
#:
|
272 |
-
#:
|
273 |
-
#:
|
274 |
-
#:
|
|
|
275 |
msgid "Default"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#:
|
279 |
-
#:
|
280 |
-
#:
|
281 |
-
#:
|
282 |
-
#:
|
283 |
-
#:
|
|
|
284 |
msgid "On Hover"
|
285 |
-
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
#:
|
|
|
289 |
msgid ""
|
290 |
"Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
|
291 |
"empty for default. You can get the hex code of the required color from <a "
|
292 |
"href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
|
293 |
msgstr ""
|
|
|
|
|
|
|
|
|
294 |
|
295 |
-
#:
|
296 |
-
#:
|
297 |
-
#:
|
298 |
-
#:
|
|
|
299 |
msgid "Background Color"
|
300 |
-
msgstr ""
|
301 |
|
302 |
-
#:
|
303 |
-
#:
|
|
|
304 |
msgid ""
|
305 |
"Specify the color or hex code (example #cc78e0) for icon background. Save "
|
306 |
"\"transparent\" for transparent background. Leave empty for default. You can "
|
307 |
"get the hex code of the required color from <a href=\"http://www.colorpicker."
|
308 |
"com/\" target=\"_blank\">this link</a>"
|
309 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
310 |
|
311 |
-
#:
|
312 |
-
#:
|
|
|
313 |
msgid "Border"
|
314 |
-
msgstr ""
|
315 |
|
316 |
-
#:
|
317 |
-
#:
|
318 |
-
#:
|
319 |
-
#:
|
|
|
320 |
msgid "Border Width"
|
321 |
-
msgstr ""
|
322 |
|
323 |
-
#:
|
324 |
-
#:
|
325 |
-
#:
|
326 |
-
#:
|
|
|
327 |
msgid "Border Color"
|
328 |
-
msgstr ""
|
329 |
|
330 |
-
#:
|
331 |
-
#:
|
|
|
332 |
msgid "Icon border"
|
333 |
-
msgstr ""
|
334 |
|
335 |
-
#:
|
336 |
-
#:
|
|
|
337 |
msgid "Counter Position"
|
338 |
-
msgstr ""
|
339 |
|
340 |
-
#:
|
341 |
-
#:
|
|
|
342 |
msgid "(applies, if counter enabled)"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#:
|
346 |
-
#:
|
347 |
-
#:
|
348 |
-
#:
|
349 |
-
#:
|
350 |
-
#:
|
|
|
351 |
msgid "Left"
|
352 |
-
msgstr ""
|
353 |
|
354 |
-
#:
|
355 |
-
#:
|
|
|
356 |
msgid "Top"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#:
|
360 |
-
#:
|
361 |
-
#:
|
362 |
-
#:
|
363 |
-
#:
|
364 |
-
#:
|
|
|
365 |
msgid "Right"
|
366 |
-
msgstr ""
|
367 |
|
368 |
-
#:
|
369 |
-
#:
|
|
|
370 |
msgid "Bottom"
|
371 |
-
msgstr ""
|
372 |
|
373 |
-
#:
|
374 |
-
#:
|
|
|
375 |
msgid "Inner Left"
|
376 |
-
msgstr ""
|
377 |
|
378 |
-
#:
|
379 |
-
#:
|
|
|
380 |
msgid "Inner Top"
|
381 |
-
msgstr ""
|
382 |
|
383 |
-
#:
|
384 |
-
#:
|
|
|
385 |
msgid "Inner Right"
|
386 |
-
msgstr ""
|
387 |
|
388 |
-
#:
|
389 |
-
#:
|
|
|
390 |
msgid "Inner Bottom"
|
391 |
-
msgstr ""
|
392 |
|
393 |
-
#:
|
394 |
-
#:
|
|
|
395 |
msgid "Position of share counter"
|
396 |
-
msgstr ""
|
397 |
|
398 |
-
#:
|
|
|
399 |
msgid "Floating interface theme"
|
400 |
-
msgstr ""
|
401 |
|
402 |
-
#:
|
|
|
403 |
msgid "Standard Sharing Interface Options"
|
404 |
-
msgstr ""
|
405 |
|
406 |
-
#:
|
|
|
407 |
msgid "Enable Standard sharing interface"
|
408 |
-
msgstr ""
|
409 |
|
410 |
-
#:
|
|
|
411 |
msgid "Master control to enable standard sharing"
|
412 |
-
msgstr ""
|
413 |
|
414 |
-
#:
|
415 |
-
#:
|
|
|
416 |
msgid "Target Url"
|
417 |
-
msgstr ""
|
418 |
|
419 |
-
#:
|
420 |
-
#:
|
421 |
-
#:
|
422 |
-
#:
|
|
|
423 |
msgid "Url of the webpage where icons are located (default)"
|
424 |
-
msgstr ""
|
425 |
|
426 |
-
#:
|
427 |
-
#:
|
428 |
-
#:
|
429 |
-
#:
|
|
|
430 |
msgid "Url of the homepage of your website"
|
431 |
-
msgstr ""
|
432 |
|
433 |
-
#:
|
434 |
-
#:
|
|
|
435 |
msgid "Custom url"
|
436 |
-
msgstr ""
|
437 |
|
438 |
-
#:
|
439 |
-
#:
|
|
|
440 |
msgid "Url to share"
|
441 |
-
msgstr ""
|
442 |
|
443 |
-
#:
|
444 |
-
#:
|
|
|
445 |
msgid "Title"
|
446 |
-
msgstr ""
|
447 |
|
448 |
-
#:
|
|
|
449 |
msgid "The text to display above the sharing interface"
|
450 |
-
msgstr ""
|
451 |
|
452 |
-
#:
|
453 |
-
#:
|
454 |
msgid "Instagram username"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#:
|
458 |
-
#:
|
459 |
-
#:
|
460 |
msgid ""
|
461 |
"Username of the Instagram account you want to redirect users to, on clicking "
|
462 |
"the icon"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#:
|
466 |
-
#:
|
467 |
msgid "Youtube URL"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#:
|
471 |
msgid ""
|
472 |
"Username of the Youtube account you want to redirect users to, on clicking "
|
473 |
"the icon"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#:
|
477 |
-
#:
|
478 |
msgid "HTML ID of container element of comment form"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#:
|
482 |
-
#:
|
483 |
msgid ""
|
484 |
"HTML ID of the element you want to focus on the webpage, on click of Comment "
|
485 |
"icon."
|
486 |
msgstr ""
|
487 |
|
488 |
-
#:
|
489 |
-
#:
|
|
|
490 |
msgid "Rearrange icons"
|
491 |
-
msgstr ""
|
492 |
|
493 |
-
#:
|
494 |
-
#:
|
|
|
495 |
msgid "Drag the icons to rearrange in desired order"
|
496 |
-
msgstr ""
|
497 |
|
498 |
-
#:
|
499 |
-
#:
|
|
|
500 |
msgid "Select Sharing Services"
|
501 |
-
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
#:
|
|
|
505 |
msgid "Select sharing services to show in social share bar"
|
506 |
msgstr ""
|
|
|
|
|
507 |
|
508 |
-
#:
|
509 |
-
#:
|
510 |
msgid "Search social network"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#:
|
514 |
-
#:
|
|
|
515 |
msgid "Horizontal alignment"
|
516 |
-
msgstr ""
|
517 |
|
518 |
-
#:
|
|
|
519 |
msgid "Center"
|
520 |
-
msgstr ""
|
521 |
|
522 |
-
#:
|
523 |
-
#:
|
|
|
524 |
msgid "Horizontal alignment of the sharing interface"
|
525 |
-
msgstr ""
|
526 |
|
527 |
-
#:
|
|
|
528 |
msgid "Position with respect to content"
|
529 |
-
msgstr ""
|
530 |
|
531 |
-
#:
|
|
|
532 |
msgid "Top of the content"
|
533 |
-
msgstr ""
|
534 |
|
535 |
-
#:
|
|
|
536 |
msgid "Bottom of the content"
|
537 |
-
msgstr ""
|
538 |
|
539 |
-
#:
|
|
|
540 |
msgid "Specify position of the sharing interface with respect to the content"
|
541 |
msgstr ""
|
|
|
542 |
|
543 |
-
#:
|
544 |
-
#:
|
|
|
545 |
msgid "Placement"
|
546 |
-
msgstr ""
|
547 |
|
548 |
-
#:
|
549 |
-
#:
|
|
|
550 |
msgid "Homepage"
|
551 |
-
msgstr ""
|
552 |
|
553 |
-
#:
|
554 |
-
#:
|
|
|
555 |
msgid "Posts"
|
556 |
-
msgstr ""
|
557 |
|
558 |
-
#:
|
559 |
-
#:
|
|
|
560 |
msgid "Pages"
|
561 |
-
msgstr ""
|
562 |
|
563 |
-
#:
|
564 |
-
#:
|
565 |
msgid "Excerpts and Posts page"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#:
|
569 |
-
#:
|
|
|
570 |
msgid "Category Archives"
|
571 |
-
msgstr ""
|
572 |
|
573 |
-
#:
|
574 |
-
#:
|
|
|
575 |
msgid "Archive Pages (Category, Tag, Author or Date based pages)"
|
576 |
-
msgstr ""
|
577 |
|
578 |
-
#:
|
|
|
579 |
msgid "BuddyPress activity"
|
580 |
-
msgstr ""
|
581 |
|
582 |
-
#:
|
|
|
583 |
msgid "BuddyPress group (only at top of content)"
|
584 |
-
msgstr ""
|
585 |
|
586 |
-
#:
|
587 |
-
#:
|
|
|
588 |
msgid "BBPress forum"
|
589 |
-
msgstr ""
|
590 |
|
591 |
-
#:
|
592 |
-
#:
|
|
|
593 |
msgid "BBPress topic"
|
594 |
-
msgstr ""
|
595 |
|
596 |
-
#:
|
|
|
597 |
msgid "BBPress reply"
|
598 |
-
msgstr ""
|
599 |
|
600 |
-
#:
|
|
|
601 |
msgid "After individual product at WooCommerce Shop page"
|
602 |
-
msgstr ""
|
603 |
|
604 |
-
#:
|
|
|
605 |
msgid "WooCommerce Product Page"
|
606 |
-
msgstr ""
|
607 |
|
608 |
-
#:
|
|
|
609 |
msgid "WooCommerce Thankyou Page"
|
610 |
-
msgstr ""
|
611 |
|
612 |
-
#:
|
|
|
613 |
msgid "Specify the pages where you want to enable Sharing interface"
|
614 |
msgstr ""
|
|
|
|
|
615 |
|
616 |
-
#:
|
617 |
-
#:
|
618 |
-
#:
|
619 |
msgid ""
|
620 |
"Save Facebook App Id and Secret in the \"Miscellaneous\" section to track "
|
621 |
"Facebook shares"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#:
|
625 |
-
#:
|
|
|
626 |
msgid "Show share counts"
|
627 |
-
msgstr ""
|
628 |
|
629 |
-
#:
|
630 |
-
#:
|
631 |
msgid ""
|
632 |
-
"Share counts are supported for
|
633 |
-
"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#:
|
637 |
-
#:
|
638 |
#, php-format
|
639 |
msgid ""
|
640 |
"To show Twitter share count, you have to click \"Give me my Twitter counts "
|
@@ -643,237 +833,305 @@ msgid ""
|
|
643 |
"their website."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#:
|
647 |
-
#:
|
|
|
648 |
msgid "If enabled, share counts are displayed above sharing icons."
|
649 |
msgstr ""
|
|
|
|
|
650 |
|
651 |
-
#:
|
652 |
-
#:
|
|
|
653 |
msgid "Show total shares"
|
654 |
-
msgstr ""
|
655 |
|
656 |
-
#:
|
657 |
-
#:
|
|
|
658 |
msgid "If enabled, total shares will be displayed with sharing icons"
|
659 |
msgstr ""
|
|
|
|
|
660 |
|
661 |
-
#:
|
662 |
-
#:
|
|
|
663 |
msgid "Enable 'More' icon"
|
664 |
-
msgstr ""
|
665 |
|
666 |
-
#:
|
667 |
-
#:
|
|
|
668 |
msgid ""
|
669 |
"If enabled, \"More\" icon will be displayed after selected sharing icons "
|
670 |
"which shows additional sharing networks in popup"
|
671 |
msgstr ""
|
|
|
|
|
|
|
672 |
|
673 |
-
#:
|
|
|
674 |
msgid "Floating Sharing Interface Options"
|
675 |
-
msgstr ""
|
676 |
|
677 |
-
#:
|
|
|
678 |
msgid "Enable Floating sharing interface"
|
679 |
-
msgstr ""
|
680 |
|
681 |
-
#:
|
|
|
682 |
msgid "Master control to enable floating sharing widget"
|
683 |
-
msgstr ""
|
684 |
|
685 |
-
#:
|
|
|
686 |
msgid ""
|
687 |
"Specify the color or hex code (example #cc78e0) for the background of "
|
688 |
"vertical sharing bar. Leave empty for transparent. You can get the hex code "
|
689 |
"of the required color from <a href=\"http://www.colorpicker.com/\" target="
|
690 |
"\"_blank\">this link</a>"
|
691 |
msgstr ""
|
|
|
|
|
|
|
|
|
692 |
|
693 |
-
#:
|
694 |
-
#:
|
695 |
-
#:
|
696 |
-
#:
|
|
|
697 |
msgid "Left offset"
|
698 |
-
msgstr ""
|
699 |
|
700 |
-
#:
|
|
|
701 |
msgid ""
|
702 |
"Specify a number. Increase in number will shift sharing interface towards "
|
703 |
"right and decrease will shift it towards left. Number can be negative too."
|
704 |
msgstr ""
|
|
|
|
|
|
|
|
|
705 |
|
706 |
-
#:
|
707 |
-
#:
|
708 |
-
#:
|
709 |
-
#:
|
|
|
710 |
msgid "Right offset"
|
711 |
-
msgstr ""
|
712 |
|
713 |
-
#:
|
|
|
714 |
msgid ""
|
715 |
"Specify a number. Increase in number will shift sharing interface towards "
|
716 |
"left and decrease will shift it towards right. Number can be negative too."
|
717 |
msgstr ""
|
|
|
|
|
|
|
|
|
718 |
|
719 |
-
#:
|
|
|
720 |
msgid "Top offset"
|
721 |
-
msgstr ""
|
722 |
|
723 |
-
#:
|
|
|
724 |
msgid ""
|
725 |
"Specify a number. Increase in number will shift sharing interface towards "
|
726 |
"bottom and decrease will shift it towards top."
|
727 |
msgstr ""
|
|
|
|
|
|
|
728 |
|
729 |
-
#:
|
|
|
730 |
msgid "BuddyPress group"
|
731 |
-
msgstr ""
|
732 |
|
733 |
-
#:
|
|
|
734 |
msgid "Specify the pages where you want to enable vertical Sharing interface"
|
735 |
msgstr ""
|
|
|
|
|
736 |
|
737 |
-
#:
|
738 |
msgid "Hide floating slider"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#:
|
742 |
msgid "Hides the slider arrow present below the floating share bar"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#:
|
|
|
746 |
msgid "Vertical floating bar responsiveness"
|
747 |
-
msgstr ""
|
748 |
|
749 |
-
#:
|
750 |
-
#, php-format
|
751 |
msgid "Display vertical interface only when screen is wider than %s pixels"
|
752 |
msgstr ""
|
|
|
753 |
|
754 |
-
#:
|
|
|
755 |
msgid ""
|
756 |
"Display vertical interface only when screen is wider than the width "
|
757 |
"specified."
|
758 |
msgstr ""
|
|
|
|
|
759 |
|
760 |
-
#:
|
|
|
761 |
msgid "Horizontal floating bar responsiveness"
|
762 |
-
msgstr ""
|
763 |
|
764 |
-
#:
|
765 |
-
#, php-format
|
766 |
msgid ""
|
767 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
768 |
"narrower than %s pixels"
|
769 |
msgstr ""
|
|
|
|
|
770 |
|
771 |
-
#:
|
|
|
772 |
msgid ""
|
773 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
774 |
"narrower than the width specified"
|
775 |
msgstr ""
|
|
|
|
|
776 |
|
777 |
-
#:
|
|
|
778 |
msgid "Horizontal floating bar position"
|
779 |
-
msgstr ""
|
780 |
|
781 |
-
#:
|
782 |
-
#, php-format
|
783 |
msgid "%s pixels from %s"
|
784 |
-
msgstr ""
|
785 |
|
786 |
-
#:
|
787 |
msgid "Auto-adjust according to screen width (responsive)"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#:
|
|
|
791 |
msgid "Alignment of horizontal floating interface. Number can be negative too."
|
792 |
msgstr ""
|
|
|
|
|
793 |
|
794 |
-
#:
|
795 |
msgid "Facebook Share Count"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#:
|
|
|
799 |
msgid "Note"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#:
|
803 |
msgid "Required only to track Facebook share count"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#:
|
|
|
807 |
msgid "Facebook App ID"
|
808 |
-
msgstr ""
|
809 |
|
810 |
-
#:
|
811 |
#, php-format
|
812 |
msgid ""
|
813 |
"Required to track Facebook shares. Please follow the documentation at <a "
|
814 |
"href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#:
|
818 |
msgid "Facebook App Secret"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#:
|
822 |
#, php-format
|
823 |
msgid ""
|
824 |
"Required to track Facebook shares. Please follow the documentation at <a "
|
825 |
"href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#:
|
829 |
msgid "Use plain background for Instagram icon"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#:
|
833 |
msgid ""
|
834 |
"Uses plain background for Instagram icon instead of multicolored background"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#:
|
838 |
msgid "Load Javascript files in footer"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#:
|
|
|
842 |
msgid ""
|
843 |
"If enabled (recommended), Javascript files will be included in the footer of "
|
844 |
"your website"
|
845 |
msgstr ""
|
|
|
|
|
846 |
|
847 |
-
#:
|
848 |
msgid "Load Javascript only when needed"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#:
|
852 |
msgid ""
|
853 |
"Javascript file will be loaded only at the webpages where share icons have "
|
854 |
"been integrated"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#:
|
|
|
858 |
msgid "Delete all the options on plugin deletion"
|
859 |
-
msgstr ""
|
860 |
|
861 |
-
#:
|
|
|
862 |
msgid ""
|
863 |
"If enabled, plugin options will get deleted when plugin is deleted/"
|
864 |
"uninstalled and you will need to reconfigure the options when you install "
|
865 |
"the plugin next time."
|
866 |
msgstr ""
|
|
|
|
|
|
|
867 |
|
868 |
-
#:
|
|
|
869 |
msgid "Share Count Cache"
|
870 |
-
msgstr ""
|
871 |
|
872 |
-
#:
|
|
|
873 |
msgid "Refresh Share Count cache every"
|
874 |
-
msgstr ""
|
875 |
|
876 |
-
#:
|
877 |
#, php-format
|
878 |
msgid ""
|
879 |
"Frequent cache refreshing results in slower loading of pages with share "
|
@@ -881,44 +1139,52 @@ msgid ""
|
|
881 |
"target=\"_blank\">here</a>"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#:
|
|
|
885 |
msgid "Clear Share Counts Cache"
|
886 |
-
msgstr ""
|
887 |
|
888 |
-
#:
|
|
|
889 |
msgid "Share Counts cache cleared successfully."
|
890 |
-
msgstr ""
|
891 |
|
892 |
-
#:
|
|
|
893 |
msgid "Use this to clear cached share counts"
|
894 |
-
msgstr ""
|
895 |
|
896 |
-
#:
|
|
|
897 |
msgid "Url shortener"
|
898 |
-
msgstr ""
|
899 |
|
900 |
-
#:
|
|
|
901 |
msgid "Use shortlinks already installed"
|
902 |
-
msgstr ""
|
903 |
|
904 |
-
#:
|
905 |
msgid ""
|
906 |
"Use default short url permalinks without the need for any additional plugin"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#:
|
|
|
910 |
msgid "Enable bit.ly url shortener for sharing"
|
911 |
-
msgstr ""
|
912 |
|
913 |
-
#:
|
|
|
914 |
msgid "Master control to enable bit.ly url shortening for sharing"
|
915 |
msgstr ""
|
|
|
916 |
|
917 |
-
#:
|
918 |
msgid "Bit.ly Generic Access Token"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#:
|
922 |
#, php-format
|
923 |
msgid ""
|
924 |
"Login to your bit.ly account and navigate to <strong>Profile Settings > "
|
@@ -927,96 +1193,118 @@ msgid ""
|
|
927 |
"\">link</a>"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#:
|
|
|
931 |
msgid "Clear Bitly Cache"
|
932 |
-
msgstr ""
|
933 |
|
934 |
-
#:
|
|
|
935 |
msgid "ShortUrl cache cleared successfully."
|
936 |
-
msgstr ""
|
937 |
|
938 |
-
#:
|
|
|
939 |
msgid ""
|
940 |
"Use this to delete short urls saved in database. Handy, if urls of your "
|
941 |
"website have been changed but short urls are still being generated for old "
|
942 |
"urls."
|
943 |
msgstr ""
|
|
|
|
|
|
|
944 |
|
945 |
-
#:
|
946 |
-
#:
|
|
|
947 |
msgid "Language"
|
948 |
-
msgstr ""
|
949 |
|
950 |
-
#:
|
951 |
-
#, php-format
|
952 |
msgid ""
|
953 |
"Enter the code of the language you want to use for like buttons. You can "
|
954 |
"find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. "
|
955 |
"Leave it empty for default language(English)"
|
956 |
msgstr ""
|
|
|
|
|
|
|
957 |
|
958 |
-
#:
|
|
|
959 |
msgid "Username in sharing"
|
960 |
-
msgstr ""
|
961 |
|
962 |
-
#:
|
|
|
963 |
msgid "Twitter username (without @)"
|
964 |
-
msgstr ""
|
965 |
|
966 |
-
#:
|
967 |
-
#:
|
|
|
968 |
msgid ""
|
969 |
"Provided username will be appended after the content being shared as \"via "
|
970 |
"@USERNAME\". Leave empty if you do not want any username in the content "
|
971 |
"being shared."
|
972 |
msgstr ""
|
|
|
|
|
|
|
973 |
|
974 |
-
#:
|
|
|
975 |
msgid "Buffer username (without @)"
|
976 |
-
msgstr ""
|
977 |
|
978 |
-
#:
|
979 |
msgid "AMP"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#:
|
983 |
msgid "Enable sharing on AMP pages"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#:
|
987 |
msgid "Enable this option to render sharing icons on AMP pages"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#:
|
991 |
-
#:
|
|
|
992 |
msgid "Custom CSS"
|
993 |
-
msgstr ""
|
994 |
|
995 |
-
#:
|
|
|
996 |
msgid "You can specify any additional CSS rules (without <style> tag)"
|
997 |
msgstr ""
|
|
|
|
|
998 |
|
999 |
-
#:
|
1000 |
msgid "myCRED"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#:
|
1004 |
msgid "Append myCRED referral ID to the urls being shared"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#:
|
1008 |
msgid "Social Share Shortcode & Widget"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#:
|
1012 |
msgid "Follow Icons Shortcode & Widget"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#:
|
|
|
1016 |
msgid "Facebook Sharing Troubleshooter"
|
1017 |
-
msgstr ""
|
1018 |
|
1019 |
-
#:
|
1020 |
msgid ""
|
1021 |
"If Facebook sharing is not working fine, click at the following link and "
|
1022 |
"enter the problematic url (where Facebook sharing is not working properly) "
|
@@ -1024,31 +1312,31 @@ msgid ""
|
|
1024 |
"button."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#:
|
1028 |
msgid ""
|
1029 |
"<strong>Note:</strong> Plugin will not work on local server. You should have "
|
1030 |
"an online website for the plugin to function properly."
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#:
|
1034 |
msgid ""
|
1035 |
"Why is sharer not showing the correct image, title and other content when "
|
1036 |
"sharing a webpage?"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#:
|
1040 |
msgid "Why is Facebook share count not working?"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#:
|
1044 |
msgid "How to Customize the Url being Shared?"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#:
|
1048 |
msgid "Why is Instagram icon redirecting to Instagram website?"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#:
|
1052 |
msgid ""
|
1053 |
"Instagram icon is there to send website visitors to the Instagram page of "
|
1054 |
"your choice. You can save the desired Instagram handle in \"Instagram "
|
@@ -1056,452 +1344,421 @@ msgid ""
|
|
1056 |
"sections."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#:
|
1060 |
msgid ""
|
1061 |
"Why are Twitter shares not appearing even after registering at Twitcount.com?"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#:
|
1065 |
msgid ""
|
1066 |
"It takes some time for their service to track the shares made on Twitter "
|
1067 |
"from your website. If you still feel it's taking too long you can contact "
|
1068 |
"their support directly from their website."
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#:
|
1072 |
msgid ""
|
1073 |
"How to restore Social Share counts lost after moving my website to SSL/Https?"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#:
|
|
|
1077 |
msgid "How to integrate Google Analytics with sharing?"
|
1078 |
-
msgstr ""
|
1079 |
|
1080 |
-
#:
|
1081 |
msgid "Why the color of share icons is not being updated?"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#:
|
1085 |
msgid ""
|
1086 |
"How to show recent Facebook Comments from all over the website in a widget?"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#:
|
1090 |
msgid ""
|
1091 |
"How to recover the Facebook Comments lost after moving my website to SSL/"
|
1092 |
"Https?"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#:
|
1096 |
msgid "How to Place Title and Social Share Icons in the Same Row?"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#:
|
|
|
1100 |
msgid ""
|
1101 |
"How can I show share counts of my website rather than of individual pages/"
|
1102 |
"posts?"
|
1103 |
msgstr ""
|
|
|
|
|
1104 |
|
1105 |
-
#:
|
|
|
1106 |
msgid "How can I disable sharing on particular page/post?"
|
1107 |
msgstr ""
|
|
|
1108 |
|
1109 |
-
#:
|
|
|
1110 |
msgid "How can I specify minimum sharing count for sharing networks?"
|
1111 |
msgstr ""
|
|
|
|
|
1112 |
|
1113 |
-
#:
|
|
|
1114 |
msgid "How to share specific page?"
|
1115 |
-
msgstr ""
|
1116 |
|
1117 |
-
#:
|
|
|
1118 |
msgid "How to customize the look of total share counts?"
|
1119 |
msgstr ""
|
|
|
1120 |
|
1121 |
-
#:
|
|
|
1122 |
msgid "How to customize the look of individual share counts?"
|
1123 |
msgstr ""
|
|
|
1124 |
|
1125 |
-
#:
|
|
|
1126 |
msgid "How to show Whatsapp icon only on mobile devices?"
|
1127 |
-
msgstr ""
|
1128 |
|
1129 |
-
#:
|
|
|
1130 |
msgid "How to hide arrow after floating sharing bar?"
|
1131 |
-
msgstr ""
|
1132 |
|
1133 |
-
#:
|
1134 |
msgid "Why is share count not getting updated?"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#:
|
1138 |
msgid "Why is there so much space between like buttons?"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#:
|
1142 |
msgid "Why are floating sharing/like buttons not appearing at homepage?"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#:
|
|
|
1146 |
msgid "Save Changes"
|
1147 |
-
msgstr ""
|
1148 |
|
1149 |
-
#:
|
1150 |
msgid ""
|
1151 |
"If you can send (to hello@heateor.com) how this plugin is helping your "
|
1152 |
"business, we would be glad to shoutout on Instagram. You can also send any "
|
1153 |
"relevant hashtags and people to mention in the Instagram post."
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#:
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
msgid "Version"
|
1162 |
-
msgstr ""
|
1163 |
-
|
1164 |
-
#: ../admin/partials/sassy-social-share-about.php:6
|
1165 |
-
msgid "by"
|
1166 |
-
msgstr ""
|
1167 |
-
|
1168 |
-
#: ../admin/partials/sassy-social-share-about.php:17
|
1169 |
-
msgid "Donate"
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
#: ../admin/partials/sassy-social-share-about.php:23
|
1173 |
-
msgid "Plugin Demo"
|
1174 |
-
msgstr ""
|
1175 |
-
|
1176 |
-
#: ../admin/partials/sassy-social-share-about.php:29
|
1177 |
-
msgid "Translate Plugin"
|
1178 |
-
msgstr ""
|
1179 |
-
|
1180 |
-
#: ../admin/partials/sassy-social-share-about.php:35
|
1181 |
-
msgid "Customization Options"
|
1182 |
-
msgstr ""
|
1183 |
-
|
1184 |
-
#: ../admin/partials/sassy-social-share-about.php:41
|
1185 |
-
msgid "Add-ons"
|
1186 |
-
msgstr ""
|
1187 |
-
|
1188 |
-
#: ../admin/partials/sassy-social-share-about.php:47
|
1189 |
-
msgid "Support Forum"
|
1190 |
-
msgstr ""
|
1191 |
-
|
1192 |
-
#: ../admin/partials/sassy-social-share-about.php:52
|
1193 |
-
msgid "Need Quick Help?"
|
1194 |
-
msgstr ""
|
1195 |
-
|
1196 |
-
#: ../admin/partials/sassy-social-share-about.php:54
|
1197 |
-
msgid ""
|
1198 |
-
"If you <strong>have any query</strong>, need help regarding <strong>plugin "
|
1199 |
-
"setup</strong>, want <strong>custom features</strong> in the plugin or "
|
1200 |
-
"<strong>have any suggestion</strong> to improve the plugin, just drop an "
|
1201 |
-
"email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
|
1202 |
-
msgstr ""
|
1203 |
-
|
1204 |
-
#: ../admin/partials/sassy-social-share-about.php:59
|
1205 |
-
msgid "Testimonial"
|
1206 |
-
msgstr ""
|
1207 |
-
|
1208 |
-
#: ../admin/partials/sassy-social-share-about.php:61
|
1209 |
-
msgid ""
|
1210 |
-
"You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
|
1211 |
-
"\">testimonials@heateor.com</a>"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#:
|
1215 |
-
|
|
|
|
|
|
|
|
|
|
|
1216 |
msgstr ""
|
|
|
|
|
1217 |
|
1218 |
-
#:
|
1219 |
-
#:
|
1220 |
-
#:
|
1221 |
-
#:
|
1222 |
-
#:
|
1223 |
-
|
1224 |
-
msgid "
|
1225 |
-
msgstr ""
|
1226 |
|
1227 |
-
#:
|
1228 |
msgid "Sassy Social Share - Standard Widget"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#:
|
1232 |
msgid ""
|
1233 |
"Standard sharing widget. Let your website users share content on popular "
|
1234 |
"Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#:
|
1238 |
-
#: ../includes/class-sassy-social-share-widgets.php:309
|
1239 |
-
#: ../includes/class-sassy-social-share-shortcodes.php:186
|
1240 |
-
#: ../public/class-sassy-social-share-public.php:111
|
1241 |
-
msgid "Link copied."
|
1242 |
-
msgstr ""
|
1243 |
-
|
1244 |
-
#: ../includes/class-sassy-social-share-widgets.php:83
|
1245 |
-
#: ../includes/class-sassy-social-share-widgets.php:318
|
1246 |
-
#: ../includes/class-sassy-social-share-shortcodes.php:195
|
1247 |
-
#: ../public/class-sassy-social-share-public.php:120
|
1248 |
-
#: ../public/class-sassy-social-share-public.php:563
|
1249 |
-
msgid "Shares"
|
1250 |
-
msgstr ""
|
1251 |
-
|
1252 |
-
#: ../includes/class-sassy-social-share-widgets.php:83
|
1253 |
-
#: ../includes/class-sassy-social-share-widgets.php:318
|
1254 |
-
#: ../includes/class-sassy-social-share-shortcodes.php:195
|
1255 |
-
#: ../public/class-sassy-social-share-public.php:120
|
1256 |
-
#: ../public/class-sassy-social-share-public.php:563
|
1257 |
-
msgid "Share"
|
1258 |
-
msgstr ""
|
1259 |
-
|
1260 |
-
#: ../includes/class-sassy-social-share-widgets.php:217
|
1261 |
msgid ""
|
1262 |
"Make sure \"Standard Sharing Interface\" is enabled in \"Standard Interface"
|
1263 |
"\" section at \"Sassy Social Share\" page."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#:
|
|
|
1267 |
msgid "Title:"
|
1268 |
-
msgstr ""
|
1269 |
|
1270 |
-
#:
|
1271 |
-
#:
|
|
|
1272 |
msgid "Show individual share counts:"
|
1273 |
-
msgstr ""
|
1274 |
|
1275 |
-
#:
|
1276 |
-
#:
|
|
|
1277 |
msgid "Show total shares:"
|
1278 |
-
msgstr ""
|
1279 |
|
1280 |
-
#:
|
1281 |
-
#:
|
|
|
1282 |
msgid "Target Url:"
|
1283 |
-
msgstr ""
|
1284 |
|
1285 |
-
#:
|
1286 |
-
#:
|
|
|
1287 |
msgid "Select"
|
1288 |
-
msgstr ""
|
1289 |
|
1290 |
-
#:
|
1291 |
-
#:
|
|
|
1292 |
msgid "Custom Url"
|
1293 |
-
msgstr ""
|
1294 |
|
1295 |
-
#:
|
1296 |
-
#:
|
|
|
1297 |
msgid "Before widget content:"
|
1298 |
-
msgstr ""
|
1299 |
|
1300 |
-
#:
|
1301 |
-
#:
|
|
|
1302 |
msgid "After widget content:"
|
1303 |
-
msgstr ""
|
1304 |
|
1305 |
-
#:
|
1306 |
-
#:
|
|
|
1307 |
msgid "Hide for logged in users:"
|
1308 |
-
msgstr ""
|
1309 |
|
1310 |
-
#:
|
1311 |
msgid ""
|
1312 |
"Floating sharing widget. Let your website users share content on popular "
|
1313 |
"Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#:
|
1317 |
msgid ""
|
1318 |
"Make sure \"Floating Interface\" is enabled in \"Floating Interface\" "
|
1319 |
"section at \"Sassy Social Share\" page."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#:
|
|
|
1323 |
msgid "Alignment"
|
1324 |
-
msgstr ""
|
1325 |
|
1326 |
-
#:
|
|
|
1327 |
msgid "Left Offset"
|
1328 |
-
msgstr ""
|
1329 |
|
1330 |
-
#:
|
|
|
1331 |
msgid "Right Offset"
|
1332 |
-
msgstr ""
|
1333 |
|
1334 |
-
#:
|
|
|
1335 |
msgid "Top Offset"
|
1336 |
-
msgstr ""
|
1337 |
|
1338 |
-
#:
|
1339 |
msgid "Sassy Social Share - Follow Icons"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#:
|
1343 |
msgid "These icons link to your Social Media accounts"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#:
|
1347 |
msgid "Type:"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
-
#:
|
|
|
1351 |
msgid "Standard"
|
1352 |
-
msgstr ""
|
1353 |
|
1354 |
-
#:
|
|
|
1355 |
msgid "Floating"
|
1356 |
-
msgstr ""
|
1357 |
|
1358 |
-
#:
|
|
|
1359 |
msgid "Top offset:"
|
1360 |
-
msgstr ""
|
1361 |
|
1362 |
-
#:
|
|
|
1363 |
msgid "Alignment:"
|
1364 |
-
msgstr ""
|
1365 |
|
1366 |
-
#:
|
1367 |
msgid "Size of icons"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#:
|
1371 |
msgid "Icon Shape"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#:
|
1375 |
msgid "Apply icon color and background color from Theme Selection section:"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#:
|
1379 |
msgid "No"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#:
|
1383 |
msgid "Yes, Standard Interface Theme"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#:
|
1387 |
msgid "Yes, Floating Interface Theme"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#:
|
1391 |
msgid "Facebook URL:"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#:
|
1395 |
msgid "Twitter URL:"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#:
|
1399 |
msgid "Parler URL:"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#:
|
1403 |
msgid "Instagram URL:"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#:
|
1407 |
msgid "Pinterest URL:"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#:
|
1411 |
msgid "Behance URL:"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#:
|
1415 |
msgid "Flickr URL:"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#:
|
1419 |
msgid "Foursquare URL:"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#:
|
1423 |
msgid "Github URL:"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#:
|
1427 |
msgid "LinkedIn URL:"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#:
|
1431 |
msgid "LinkedIn Company URL:"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#:
|
1435 |
msgid "Gab URL:"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#:
|
1439 |
msgid "Medium URL:"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#:
|
1443 |
msgid "MeWe URL:"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#:
|
1447 |
msgid "Odnoklassniki URL:"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#:
|
1451 |
msgid "Snapchat URL:"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#:
|
1455 |
msgid "Telegram URL:"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#:
|
1459 |
msgid "Tumblr URL:"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#:
|
1463 |
msgid "Vimeo URL:"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#:
|
1467 |
msgid "Vkontakte URL:"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#:
|
1471 |
msgid "Whatsapp URL:"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#:
|
1475 |
msgid "Xing URL:"
|
1476 |
msgstr ""
|
1477 |
|
1478 |
-
#:
|
1479 |
msgid "Youtube URL:"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#:
|
1483 |
msgid "Youtube Channel URL:"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#:
|
1487 |
msgid "RSS Feed URL:"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#:
|
1491 |
msgid "Search for"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#:
|
1495 |
-
#:
|
1496 |
-
#:
|
1497 |
msgid "Archives"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#:
|
1501 |
-
#:
|
|
|
1502 |
msgid "Invalid request"
|
1503 |
-
msgstr ""
|
1504 |
|
1505 |
-
#:
|
|
|
1506 |
msgid "Providers not selected"
|
1507 |
-
msgstr ""
|
1 |
+
#, fuzzy
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: Sassy Social Share\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-07-01 08:20+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"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"X-Poedit-KeywordsList: _e;__\n"
|
15 |
+
"X-Poedit-Basepath: ..\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
19 |
|
20 |
+
#: admin/class-sassy-social-share-admin.php:59
|
21 |
msgid "Sassy Social Share by Heateor"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: admin/class-sassy-social-share-admin.php:61
|
25 |
msgid "Sassy Social Share"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/class-sassy-social-share-admin.php:63
|
29 |
msgid "Social Share myCRED Integration"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/class-sassy-social-share-admin.php:65
|
33 |
msgid "Recover Social Share Counts"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/class-sassy-social-share-admin.php:67
|
37 |
msgid "Social Analytics"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/class-sassy-social-share-admin.php:210
|
41 |
msgid "Disable Standard Sharing interface on this "
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: admin/class-sassy-social-share-admin.php:215
|
45 |
msgid "Disable Floating Sharing interface on this "
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: admin/class-sassy-social-share-admin.php:222
|
49 |
+
#, fuzzy
|
50 |
msgid "Standard sharing"
|
51 |
+
msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
|
52 |
|
53 |
+
#: admin/class-sassy-social-share-admin.php:228
|
54 |
+
#: admin/class-sassy-social-share-admin.php:247
|
55 |
+
#, fuzzy
|
56 |
msgid "Starting share count for "
|
57 |
+
msgstr "Iniciando contagem compartilhada para "
|
58 |
|
59 |
+
#: admin/class-sassy-social-share-admin.php:241
|
60 |
+
#, fuzzy
|
61 |
msgid "Floating sharing"
|
62 |
+
msgstr "Interface de Compartilhamento Flutuante"
|
63 |
|
64 |
+
#: admin/class-sassy-social-share-admin.php:409
|
65 |
msgid "Click to toggle help"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: admin/class-sassy-social-share-admin.php:442
|
69 |
+
#, fuzzy
|
70 |
msgid "Settings saved"
|
71 |
+
msgstr "Configurações salvas"
|
72 |
|
73 |
+
#: admin/class-sassy-social-share-admin.php:442
|
74 |
+
#, fuzzy
|
75 |
msgid "Dismiss this notice"
|
76 |
+
msgstr "Dispense este aviso"
|
77 |
|
78 |
+
#: admin/class-sassy-social-share-admin.php:551
|
79 |
msgid "Thanks for installing Sassy Social Share plugin"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: admin/class-sassy-social-share-admin.php:553
|
83 |
msgid "Configure the Plugin"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: admin/class-sassy-social-share-admin.php:564
|
87 |
msgid ""
|
88 |
"Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
|
89 |
"with current version of Sassy Social Share"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: admin/class-sassy-social-share-admin.php:589
|
93 |
msgid ""
|
94 |
"Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
|
95 |
"\"Floating Interface\" section(s) to fix the issue with Facebook share "
|
96 |
"count. After that, clear share counts cache from \"Miscellaneous\" section."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: admin/class-sassy-social-share-admin.php:590
|
100 |
+
#: admin/class-sassy-social-share-admin.php:616
|
101 |
+
#: admin/class-sassy-social-share-admin.php:642
|
102 |
+
#: admin/class-sassy-social-share-admin.php:665
|
103 |
msgid "Okay"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: admin/class-sassy-social-share-admin.php:616
|
107 |
#, php-format
|
108 |
msgid ""
|
109 |
"This plugin is GDPR compliant. You need to update the privacy policy of your "
|
111 |
"\"%s\" target=\"_blank\">here</a>"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: admin/class-sassy-social-share-admin.php:642
|
115 |
#, php-format
|
116 |
msgid ""
|
117 |
"Twitter share counts are no longer working as newsharecounts.com is down. To "
|
119 |
"\"_blank\">here</a> with this domain. No other steps needed."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: admin/class-sassy-social-share-admin.php:665
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"Now plugin supports a new service Twitcount.com to show Twitter shares. To "
|
128 |
"your website %s with them. No need to copy-paste any code from their website."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: admin/class-sassy-social-share-admin.php:683
|
132 |
msgid "Add-Ons"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: admin/class-sassy-social-share-admin.php:684
|
136 |
msgid "Support Documentation"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: admin/class-sassy-social-share-admin.php:685
|
140 |
+
#, fuzzy
|
141 |
msgid "Settings"
|
142 |
+
msgstr "Configurações"
|
143 |
+
|
144 |
+
#: admin/partials/sassy-social-share-about.php:4
|
145 |
+
#, fuzzy
|
146 |
+
msgid "About"
|
147 |
+
msgstr "Sobre"
|
148 |
+
|
149 |
+
#: admin/partials/sassy-social-share-about.php:4
|
150 |
+
#, fuzzy
|
151 |
+
msgid "Version"
|
152 |
+
msgstr "Versão"
|
153 |
+
|
154 |
+
#: admin/partials/sassy-social-share-about.php:6
|
155 |
+
msgid "by"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: admin/partials/sassy-social-share-about.php:17
|
159 |
+
msgid "Donate"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: admin/partials/sassy-social-share-about.php:23
|
163 |
+
#, fuzzy
|
164 |
+
msgid "Plugin Demo"
|
165 |
+
msgstr "Plugin Demo"
|
166 |
+
|
167 |
+
#: admin/partials/sassy-social-share-about.php:29
|
168 |
+
msgid "Translate Plugin"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: admin/partials/sassy-social-share-about.php:35
|
172 |
+
msgid "Customization Options"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: admin/partials/sassy-social-share-about.php:41
|
176 |
+
msgid "Add-ons"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: admin/partials/sassy-social-share-about.php:47
|
180 |
+
msgid "Support Forum"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: admin/partials/sassy-social-share-about.php:52
|
184 |
+
msgid "Need Quick Help?"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/partials/sassy-social-share-about.php:54
|
188 |
+
#, fuzzy
|
189 |
+
msgid ""
|
190 |
+
"If you <strong>have any query</strong>, need help regarding <strong>plugin "
|
191 |
+
"setup</strong>, want <strong>custom features</strong> in the plugin or "
|
192 |
+
"<strong>have any suggestion</strong> to improve the plugin, just drop an "
|
193 |
+
"email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
|
194 |
+
msgstr ""
|
195 |
+
"Se você <strong>tem alguma questão</strong>, necessita de ajuda com relação "
|
196 |
+
"a <strong>configuração do plugin</strong>, deseja <strong>características "
|
197 |
+
"particulares</strong> no plugin ou <strong>tem qualquer sugestão</strong> "
|
198 |
+
"para melhorar o plugin, apenas mande um email para <a href=\\\"mailto:"
|
199 |
+
"support@heateor.com\\\">support@heateor.com</a>"
|
200 |
+
|
201 |
+
#: admin/partials/sassy-social-share-about.php:59
|
202 |
+
msgid "Testimonial"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: admin/partials/sassy-social-share-about.php:61
|
206 |
+
msgid ""
|
207 |
+
"You can send us testimonial at <a href=\"mailto:testimonials@heateor.com"
|
208 |
+
"\">testimonials@heateor.com</a>"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: admin/partials/sassy-social-share-about.php:66
|
212 |
+
#, fuzzy
|
213 |
+
msgid "Support Us"
|
214 |
+
msgstr "Ajude-nos"
|
215 |
+
|
216 |
+
#: admin/partials/sassy-social-share-about.php:69
|
217 |
+
#: admin/partials/sassy-social-share-about.php:72
|
218 |
+
#: admin/partials/sassy-social-share-about.php:73
|
219 |
+
#: admin/partials/sassy-social-share-about.php:74
|
220 |
+
#: admin/partials/sassy-social-share-about.php:75
|
221 |
+
#: admin/partials/sassy-social-share-about.php:76
|
222 |
+
#, fuzzy
|
223 |
+
msgid "Rate 5-star"
|
224 |
+
msgstr "Pontue como 5-strelas"
|
225 |
+
|
226 |
+
#: admin/partials/sassy-social-share-options-page.php:16
|
227 |
+
#: admin/partials/sassy-social-share-options-page.php:2217
|
228 |
#, php-format
|
229 |
msgid ""
|
230 |
"You can appreciate the effort put in this free plugin by rating it <a href="
|
231 |
"\"%s\" target=\"_blank\">here</a>"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: admin/partials/sassy-social-share-options-page.php:24
|
235 |
+
#, fuzzy
|
236 |
msgid "Theme Selection"
|
237 |
+
msgstr "Escolha de Temas"
|
238 |
|
239 |
+
#: admin/partials/sassy-social-share-options-page.php:25
|
240 |
+
#, fuzzy
|
241 |
msgid "Standard Interface"
|
242 |
+
msgstr "Interface Padrão"
|
243 |
|
244 |
+
#: admin/partials/sassy-social-share-options-page.php:26
|
245 |
+
#, fuzzy
|
246 |
msgid "Floating Interface"
|
247 |
+
msgstr "Interface Flutuante"
|
248 |
|
249 |
+
#: admin/partials/sassy-social-share-options-page.php:27
|
250 |
+
#: admin/partials/sassy-social-share-options-page.php:1770
|
251 |
+
#, fuzzy
|
252 |
msgid "Miscellaneous"
|
253 |
+
msgstr "Miscelânia"
|
254 |
|
255 |
+
#: admin/partials/sassy-social-share-options-page.php:31
|
256 |
msgid "3rd Party Integration"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: admin/partials/sassy-social-share-options-page.php:35
|
260 |
+
#: admin/partials/sassy-social-share-options-page.php:2139
|
261 |
+
#, fuzzy
|
262 |
msgid "Shortcode & Widget"
|
263 |
+
msgstr "Shortcode & Widget"
|
264 |
|
265 |
+
#: admin/partials/sassy-social-share-options-page.php:36
|
266 |
+
#, fuzzy
|
267 |
msgid "Troubleshooter"
|
268 |
+
msgstr "Resolução de Problemas"
|
269 |
|
270 |
+
#: admin/partials/sassy-social-share-options-page.php:37
|
271 |
+
#: admin/partials/sassy-social-share-options-page.php:2174
|
272 |
+
#, fuzzy
|
273 |
msgid "FAQ"
|
274 |
+
msgstr "P&R"
|
275 |
|
276 |
+
#: admin/partials/sassy-social-share-options-page.php:45
|
277 |
+
#, fuzzy
|
278 |
msgid "Standard interface theme"
|
279 |
+
msgstr "Tema padrão da interface"
|
280 |
|
281 |
+
#: admin/partials/sassy-social-share-options-page.php:50
|
282 |
+
#: admin/partials/sassy-social-share-options-page.php:376
|
283 |
+
#, fuzzy
|
284 |
msgid "Icon Preview"
|
285 |
+
msgstr "Visualização do Ícone"
|
286 |
|
287 |
+
#: admin/partials/sassy-social-share-options-page.php:133
|
288 |
+
#: admin/partials/sassy-social-share-options-page.php:449
|
289 |
+
#, fuzzy
|
290 |
msgid ""
|
291 |
"Do not forget to save the configuration after making changes by clicking the "
|
292 |
"save button below"
|
293 |
msgstr ""
|
294 |
+
"Não esqueça de salvar as configurações após realizar as mudanças clicando no "
|
295 |
+
"botão de salvar abaixo"
|
296 |
|
297 |
+
#: admin/partials/sassy-social-share-options-page.php:139
|
298 |
+
#: admin/partials/sassy-social-share-options-page.php:455
|
299 |
+
#, fuzzy
|
300 |
msgid "Shape"
|
301 |
+
msgstr "Forma"
|
302 |
|
303 |
+
#: admin/partials/sassy-social-share-options-page.php:144
|
304 |
+
#: admin/partials/sassy-social-share-options-page.php:460
|
305 |
+
#: includes/class-sassy-social-share-widgets.php:817
|
306 |
+
#, fuzzy
|
307 |
msgid "Round"
|
308 |
+
msgstr "Arredondada"
|
309 |
|
310 |
+
#: admin/partials/sassy-social-share-options-page.php:146
|
311 |
+
#: admin/partials/sassy-social-share-options-page.php:462
|
312 |
+
#: includes/class-sassy-social-share-widgets.php:818
|
313 |
+
#, fuzzy
|
314 |
msgid "Square"
|
315 |
+
msgstr "Quadrada"
|
316 |
|
317 |
+
#: admin/partials/sassy-social-share-options-page.php:148
|
318 |
+
#: admin/partials/sassy-social-share-options-page.php:464
|
319 |
+
#, fuzzy
|
320 |
msgid "Rectangle"
|
321 |
+
msgstr "Retangular"
|
322 |
|
323 |
+
#: admin/partials/sassy-social-share-options-page.php:155
|
324 |
+
#: admin/partials/sassy-social-share-options-page.php:471
|
325 |
+
#, fuzzy
|
326 |
msgid "Shape of the sharing icons"
|
327 |
+
msgstr "Forma dos ícones de compartilhameto"
|
328 |
|
329 |
+
#: admin/partials/sassy-social-share-options-page.php:163
|
330 |
+
#: admin/partials/sassy-social-share-options-page.php:479
|
331 |
+
#, fuzzy
|
332 |
msgid "Size (in pixels)"
|
333 |
+
msgstr "Tamanho (em pixels)"
|
334 |
|
335 |
+
#: admin/partials/sassy-social-share-options-page.php:180
|
336 |
+
#: admin/partials/sassy-social-share-options-page.php:496
|
337 |
+
#, fuzzy
|
338 |
msgid "Size of the sharing icons"
|
339 |
+
msgstr "Tamanho dos ícones de compartilhameto"
|
340 |
|
341 |
+
#: admin/partials/sassy-social-share-options-page.php:189
|
342 |
+
#: admin/partials/sassy-social-share-options-page.php:505
|
343 |
+
#, fuzzy
|
344 |
msgid "Width (in pixels)"
|
345 |
+
msgstr "Largura (em pixels)"
|
346 |
|
347 |
+
#: admin/partials/sassy-social-share-options-page.php:206
|
348 |
+
#: admin/partials/sassy-social-share-options-page.php:522
|
349 |
+
#, fuzzy
|
350 |
msgid "Width of the sharing icons"
|
351 |
+
msgstr "Largura dos ícones de compartilhameto"
|
352 |
|
353 |
+
#: admin/partials/sassy-social-share-options-page.php:213
|
354 |
+
#: admin/partials/sassy-social-share-options-page.php:529
|
355 |
+
#, fuzzy
|
356 |
msgid "Height (in pixels)"
|
357 |
+
msgstr "Altura (em pixels)"
|
358 |
|
359 |
+
#: admin/partials/sassy-social-share-options-page.php:230
|
360 |
+
#: admin/partials/sassy-social-share-options-page.php:546
|
361 |
+
#, fuzzy
|
362 |
msgid "Height of the sharing icons"
|
363 |
+
msgstr "Altura dos ícones de compartilhameto"
|
364 |
|
365 |
+
#: admin/partials/sassy-social-share-options-page.php:239
|
366 |
+
#: admin/partials/sassy-social-share-options-page.php:555
|
367 |
+
#, fuzzy
|
368 |
msgid "Border radius (in pixels)"
|
369 |
+
msgstr "Raio da borda (em pixels)"
|
370 |
|
371 |
+
#: admin/partials/sassy-social-share-options-page.php:250
|
372 |
+
#: admin/partials/sassy-social-share-options-page.php:566
|
373 |
+
#, fuzzy
|
374 |
msgid ""
|
375 |
"Specify a value for rounded corners. More the value, more rounded will the "
|
376 |
"corners be. Leave empty for sharp corners."
|
377 |
msgstr ""
|
378 |
+
"Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
|
379 |
+
"arredondados serão os cantos. Deixe em branco para cantos precisos."
|
380 |
|
381 |
+
#: admin/partials/sassy-social-share-options-page.php:258
|
382 |
+
#: admin/partials/sassy-social-share-options-page.php:574
|
383 |
+
#, fuzzy
|
384 |
msgid "Logo Color"
|
385 |
+
msgstr "Cor do logo"
|
386 |
+
|
387 |
+
#: admin/partials/sassy-social-share-options-page.php:263
|
388 |
+
#: admin/partials/sassy-social-share-options-page.php:284
|
389 |
+
#: admin/partials/sassy-social-share-options-page.php:304
|
390 |
+
#: admin/partials/sassy-social-share-options-page.php:579
|
391 |
+
#: admin/partials/sassy-social-share-options-page.php:600
|
392 |
+
#: admin/partials/sassy-social-share-options-page.php:619
|
393 |
+
#, fuzzy
|
394 |
msgid "Default"
|
395 |
+
msgstr "Padrão"
|
396 |
+
|
397 |
+
#: admin/partials/sassy-social-share-options-page.php:265
|
398 |
+
#: admin/partials/sassy-social-share-options-page.php:285
|
399 |
+
#: admin/partials/sassy-social-share-options-page.php:309
|
400 |
+
#: admin/partials/sassy-social-share-options-page.php:581
|
401 |
+
#: admin/partials/sassy-social-share-options-page.php:601
|
402 |
+
#: admin/partials/sassy-social-share-options-page.php:624
|
403 |
+
#, fuzzy
|
404 |
msgid "On Hover"
|
405 |
+
msgstr "Em foco"
|
406 |
|
407 |
+
#: admin/partials/sassy-social-share-options-page.php:273
|
408 |
+
#: admin/partials/sassy-social-share-options-page.php:589
|
409 |
+
#, fuzzy
|
410 |
msgid ""
|
411 |
"Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
|
412 |
"empty for default. You can get the hex code of the required color from <a "
|
413 |
"href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
|
414 |
msgstr ""
|
415 |
+
"Especifique a cor por meio do código hexadecimal (examplo #cc78e0) para o "
|
416 |
+
"logo do ícone. Deixe em branco para o padrão. Você pode obter o código "
|
417 |
+
"hexadecimal que você requer por meio deste link <a href=\\\"http://www."
|
418 |
+
"colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
|
419 |
|
420 |
+
#: admin/partials/sassy-social-share-options-page.php:280
|
421 |
+
#: admin/partials/sassy-social-share-options-page.php:596
|
422 |
+
#: admin/partials/sassy-social-share-options-page.php:1407
|
423 |
+
#: includes/class-sassy-social-share-widgets.php:505
|
424 |
+
#, fuzzy
|
425 |
msgid "Background Color"
|
426 |
+
msgstr "Cor de Fundo"
|
427 |
|
428 |
+
#: admin/partials/sassy-social-share-options-page.php:292
|
429 |
+
#: admin/partials/sassy-social-share-options-page.php:608
|
430 |
+
#, fuzzy
|
431 |
msgid ""
|
432 |
"Specify the color or hex code (example #cc78e0) for icon background. Save "
|
433 |
"\"transparent\" for transparent background. Leave empty for default. You can "
|
434 |
"get the hex code of the required color from <a href=\"http://www.colorpicker."
|
435 |
"com/\" target=\"_blank\">this link</a>"
|
436 |
msgstr ""
|
437 |
+
"Especifique a cor por meio do código hexadecimal (examplo #cc78e0) para a "
|
438 |
+
"cor de fundo do ícone. Salve \\\"transparente\\\" para um fundo "
|
439 |
+
"transparente. Deixe vazio para o padrão. Você pode obter o código "
|
440 |
+
"hexadecimal que você requer por meio deste link <a href=\\\"http://www."
|
441 |
+
"colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
|
442 |
|
443 |
+
#: admin/partials/sassy-social-share-options-page.php:299
|
444 |
+
#: admin/partials/sassy-social-share-options-page.php:615
|
445 |
+
#, fuzzy
|
446 |
msgid "Border"
|
447 |
+
msgstr "Borda"
|
448 |
|
449 |
+
#: admin/partials/sassy-social-share-options-page.php:306
|
450 |
+
#: admin/partials/sassy-social-share-options-page.php:311
|
451 |
+
#: admin/partials/sassy-social-share-options-page.php:621
|
452 |
+
#: admin/partials/sassy-social-share-options-page.php:626
|
453 |
+
#, fuzzy
|
454 |
msgid "Border Width"
|
455 |
+
msgstr "Largura da Borda"
|
456 |
|
457 |
+
#: admin/partials/sassy-social-share-options-page.php:307
|
458 |
+
#: admin/partials/sassy-social-share-options-page.php:312
|
459 |
+
#: admin/partials/sassy-social-share-options-page.php:622
|
460 |
+
#: admin/partials/sassy-social-share-options-page.php:627
|
461 |
+
#, fuzzy
|
462 |
msgid "Border Color"
|
463 |
+
msgstr "Cor da Borda"
|
464 |
|
465 |
+
#: admin/partials/sassy-social-share-options-page.php:319
|
466 |
+
#: admin/partials/sassy-social-share-options-page.php:634
|
467 |
+
#, fuzzy
|
468 |
msgid "Icon border"
|
469 |
+
msgstr "Ícone da borda"
|
470 |
|
471 |
+
#: admin/partials/sassy-social-share-options-page.php:326
|
472 |
+
#: admin/partials/sassy-social-share-options-page.php:641
|
473 |
+
#, fuzzy
|
474 |
msgid "Counter Position"
|
475 |
+
msgstr "Posição do Contador"
|
476 |
|
477 |
+
#: admin/partials/sassy-social-share-options-page.php:326
|
478 |
+
#: admin/partials/sassy-social-share-options-page.php:641
|
479 |
+
#, fuzzy
|
480 |
msgid "(applies, if counter enabled)"
|
481 |
+
msgstr "(aplica-se, caso o contador esteja habilitado)"
|
482 |
+
|
483 |
+
#: admin/partials/sassy-social-share-options-page.php:331
|
484 |
+
#: admin/partials/sassy-social-share-options-page.php:646
|
485 |
+
#: admin/partials/sassy-social-share-options-page.php:973
|
486 |
+
#: admin/partials/sassy-social-share-options-page.php:1430
|
487 |
+
#: includes/class-sassy-social-share-widgets.php:491
|
488 |
+
#: includes/class-sassy-social-share-widgets.php:794
|
489 |
+
#, fuzzy
|
490 |
msgid "Left"
|
491 |
+
msgstr "Esquerda"
|
492 |
|
493 |
+
#: admin/partials/sassy-social-share-options-page.php:333
|
494 |
+
#: admin/partials/sassy-social-share-options-page.php:648
|
495 |
+
#, fuzzy
|
496 |
msgid "Top"
|
497 |
+
msgstr "Acima"
|
498 |
+
|
499 |
+
#: admin/partials/sassy-social-share-options-page.php:335
|
500 |
+
#: admin/partials/sassy-social-share-options-page.php:650
|
501 |
+
#: admin/partials/sassy-social-share-options-page.php:975
|
502 |
+
#: admin/partials/sassy-social-share-options-page.php:1431
|
503 |
+
#: includes/class-sassy-social-share-widgets.php:492
|
504 |
+
#: includes/class-sassy-social-share-widgets.php:801
|
505 |
+
#, fuzzy
|
506 |
msgid "Right"
|
507 |
+
msgstr "Direita"
|
508 |
|
509 |
+
#: admin/partials/sassy-social-share-options-page.php:337
|
510 |
+
#: admin/partials/sassy-social-share-options-page.php:652
|
511 |
+
#, fuzzy
|
512 |
msgid "Bottom"
|
513 |
+
msgstr "Abaixo"
|
514 |
|
515 |
+
#: admin/partials/sassy-social-share-options-page.php:339
|
516 |
+
#: admin/partials/sassy-social-share-options-page.php:654
|
517 |
+
#, fuzzy
|
518 |
msgid "Inner Left"
|
519 |
+
msgstr "Inner a Esquerda"
|
520 |
|
521 |
+
#: admin/partials/sassy-social-share-options-page.php:341
|
522 |
+
#: admin/partials/sassy-social-share-options-page.php:656
|
523 |
+
#, fuzzy
|
524 |
msgid "Inner Top"
|
525 |
+
msgstr "Inner Acima"
|
526 |
|
527 |
+
#: admin/partials/sassy-social-share-options-page.php:343
|
528 |
+
#: admin/partials/sassy-social-share-options-page.php:658
|
529 |
+
#, fuzzy
|
530 |
msgid "Inner Right"
|
531 |
+
msgstr "Inner a Direita"
|
532 |
|
533 |
+
#: admin/partials/sassy-social-share-options-page.php:345
|
534 |
+
#: admin/partials/sassy-social-share-options-page.php:660
|
535 |
+
#, fuzzy
|
536 |
msgid "Inner Bottom"
|
537 |
+
msgstr "Inner a Baixo"
|
538 |
|
539 |
+
#: admin/partials/sassy-social-share-options-page.php:353
|
540 |
+
#: admin/partials/sassy-social-share-options-page.php:668
|
541 |
+
#, fuzzy
|
542 |
msgid "Position of share counter"
|
543 |
+
msgstr "Posição do contador de compartilhamento"
|
544 |
|
545 |
+
#: admin/partials/sassy-social-share-options-page.php:371
|
546 |
+
#, fuzzy
|
547 |
msgid "Floating interface theme"
|
548 |
+
msgstr "Tema da inteface flutuante"
|
549 |
|
550 |
+
#: admin/partials/sassy-social-share-options-page.php:684
|
551 |
+
#, fuzzy
|
552 |
msgid "Standard Sharing Interface Options"
|
553 |
+
msgstr "Opções de Interface de Compartilhamento Padrão"
|
554 |
|
555 |
+
#: admin/partials/sassy-social-share-options-page.php:689
|
556 |
+
#, fuzzy
|
557 |
msgid "Enable Standard sharing interface"
|
558 |
+
msgstr "Habilita interface de Compartilhamento padrão"
|
559 |
|
560 |
+
#: admin/partials/sassy-social-share-options-page.php:700
|
561 |
+
#, fuzzy
|
562 |
msgid "Master control to enable standard sharing"
|
563 |
+
msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
|
564 |
|
565 |
+
#: admin/partials/sassy-social-share-options-page.php:710
|
566 |
+
#: admin/partials/sassy-social-share-options-page.php:1207
|
567 |
+
#, fuzzy
|
568 |
msgid "Target Url"
|
569 |
+
msgstr "Url Destino"
|
570 |
|
571 |
+
#: admin/partials/sassy-social-share-options-page.php:715
|
572 |
+
#: admin/partials/sassy-social-share-options-page.php:1212
|
573 |
+
#: includes/class-sassy-social-share-widgets.php:239
|
574 |
+
#: includes/class-sassy-social-share-widgets.php:484
|
575 |
+
#, fuzzy
|
576 |
msgid "Url of the webpage where icons are located (default)"
|
577 |
+
msgstr "Url das webpages onde os ícones estão localizados (padrão)"
|
578 |
|
579 |
+
#: admin/partials/sassy-social-share-options-page.php:717
|
580 |
+
#: admin/partials/sassy-social-share-options-page.php:1214
|
581 |
+
#: includes/class-sassy-social-share-widgets.php:240
|
582 |
+
#: includes/class-sassy-social-share-widgets.php:485
|
583 |
+
#, fuzzy
|
584 |
msgid "Url of the homepage of your website"
|
585 |
+
msgstr "Url da homepage do seu website"
|
586 |
|
587 |
+
#: admin/partials/sassy-social-share-options-page.php:719
|
588 |
+
#: admin/partials/sassy-social-share-options-page.php:1216
|
589 |
+
#, fuzzy
|
590 |
msgid "Custom url"
|
591 |
+
msgstr "Url personalizada"
|
592 |
|
593 |
+
#: admin/partials/sassy-social-share-options-page.php:726
|
594 |
+
#: admin/partials/sassy-social-share-options-page.php:1223
|
595 |
+
#, fuzzy
|
596 |
msgid "Url to share"
|
597 |
+
msgstr "Url para compartilhar"
|
598 |
|
599 |
+
#: admin/partials/sassy-social-share-options-page.php:733
|
600 |
+
#: includes/class-sassy-social-share-widgets.php:770
|
601 |
+
#, fuzzy
|
602 |
msgid "Title"
|
603 |
+
msgstr "Título"
|
604 |
|
605 |
+
#: admin/partials/sassy-social-share-options-page.php:744
|
606 |
+
#, fuzzy
|
607 |
msgid "The text to display above the sharing interface"
|
608 |
+
msgstr "Texto a ser exibido acima da interface de compartilhamento"
|
609 |
|
610 |
+
#: admin/partials/sassy-social-share-options-page.php:778
|
611 |
+
#: admin/partials/sassy-social-share-options-page.php:1231
|
612 |
msgid "Instagram username"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: admin/partials/sassy-social-share-options-page.php:789
|
616 |
+
#: admin/partials/sassy-social-share-options-page.php:1242
|
617 |
+
#: admin/partials/sassy-social-share-options-page.php:1263
|
618 |
msgid ""
|
619 |
"Username of the Instagram account you want to redirect users to, on clicking "
|
620 |
"the icon"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: admin/partials/sassy-social-share-options-page.php:798
|
624 |
+
#: admin/partials/sassy-social-share-options-page.php:1250
|
625 |
msgid "Youtube URL"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: admin/partials/sassy-social-share-options-page.php:809
|
629 |
msgid ""
|
630 |
"Username of the Youtube account you want to redirect users to, on clicking "
|
631 |
"the icon"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: admin/partials/sassy-social-share-options-page.php:818
|
635 |
+
#: admin/partials/sassy-social-share-options-page.php:1271
|
636 |
msgid "HTML ID of container element of comment form"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: admin/partials/sassy-social-share-options-page.php:829
|
640 |
+
#: admin/partials/sassy-social-share-options-page.php:1282
|
641 |
msgid ""
|
642 |
"HTML ID of the element you want to focus on the webpage, on click of Comment "
|
643 |
"icon."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: admin/partials/sassy-social-share-options-page.php:847
|
647 |
+
#: admin/partials/sassy-social-share-options-page.php:1290
|
648 |
+
#, fuzzy
|
649 |
msgid "Rearrange icons"
|
650 |
+
msgstr "Rearranjar ícones"
|
651 |
|
652 |
+
#: admin/partials/sassy-social-share-options-page.php:915
|
653 |
+
#: admin/partials/sassy-social-share-options-page.php:1356
|
654 |
+
#, fuzzy
|
655 |
msgid "Drag the icons to rearrange in desired order"
|
656 |
+
msgstr "Arraste os ícones para rearanjar na ordem desejada"
|
657 |
|
658 |
+
#: admin/partials/sassy-social-share-options-page.php:922
|
659 |
+
#: admin/partials/sassy-social-share-options-page.php:1363
|
660 |
+
#, fuzzy
|
661 |
msgid "Select Sharing Services"
|
662 |
+
msgstr "Selecione os Serviços Compartilhados"
|
663 |
|
664 |
+
#: admin/partials/sassy-social-share-options-page.php:930
|
665 |
+
#: admin/partials/sassy-social-share-options-page.php:1371
|
666 |
+
#, fuzzy
|
667 |
msgid "Select sharing services to show in social share bar"
|
668 |
msgstr ""
|
669 |
+
"Selecione os serviços compartilhados para exibir na barra de "
|
670 |
+
"compartilhamento social"
|
671 |
|
672 |
+
#: admin/partials/sassy-social-share-options-page.php:948
|
673 |
+
#: admin/partials/sassy-social-share-options-page.php:1389
|
674 |
msgid "Search social network"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: admin/partials/sassy-social-share-options-page.php:968
|
678 |
+
#: admin/partials/sassy-social-share-options-page.php:1425
|
679 |
+
#, fuzzy
|
680 |
msgid "Horizontal alignment"
|
681 |
+
msgstr "Alinhamento horizonal"
|
682 |
|
683 |
+
#: admin/partials/sassy-social-share-options-page.php:974
|
684 |
+
#, fuzzy
|
685 |
msgid "Center"
|
686 |
+
msgstr "Centro"
|
687 |
|
688 |
+
#: admin/partials/sassy-social-share-options-page.php:983
|
689 |
+
#: admin/partials/sassy-social-share-options-page.php:1439
|
690 |
+
#, fuzzy
|
691 |
msgid "Horizontal alignment of the sharing interface"
|
692 |
+
msgstr "Alinhamento horizontal da interface de compartilhamento"
|
693 |
|
694 |
+
#: admin/partials/sassy-social-share-options-page.php:990
|
695 |
+
#, fuzzy
|
696 |
msgid "Position with respect to content"
|
697 |
+
msgstr "Posição em relação ao conteúdo"
|
698 |
|
699 |
+
#: admin/partials/sassy-social-share-options-page.php:995
|
700 |
+
#, fuzzy
|
701 |
msgid "Top of the content"
|
702 |
+
msgstr "Acima do conteúdo"
|
703 |
|
704 |
+
#: admin/partials/sassy-social-share-options-page.php:997
|
705 |
+
#, fuzzy
|
706 |
msgid "Bottom of the content"
|
707 |
+
msgstr "Abaixo do conteúdo"
|
708 |
|
709 |
+
#: admin/partials/sassy-social-share-options-page.php:1004
|
710 |
+
#, fuzzy
|
711 |
msgid "Specify position of the sharing interface with respect to the content"
|
712 |
msgstr ""
|
713 |
+
"Especifique a posição da interface de compartilhamento em relação ao conteúdo"
|
714 |
|
715 |
+
#: admin/partials/sassy-social-share-options-page.php:1019
|
716 |
+
#: admin/partials/sassy-social-share-options-page.php:1504
|
717 |
+
#, fuzzy
|
718 |
msgid "Placement"
|
719 |
+
msgstr "Localização"
|
720 |
|
721 |
+
#: admin/partials/sassy-social-share-options-page.php:1024
|
722 |
+
#: admin/partials/sassy-social-share-options-page.php:1509
|
723 |
+
#, fuzzy
|
724 |
msgid "Homepage"
|
725 |
+
msgstr "Homepage"
|
726 |
|
727 |
+
#: admin/partials/sassy-social-share-options-page.php:1026
|
728 |
+
#: admin/partials/sassy-social-share-options-page.php:1511
|
729 |
+
#, fuzzy
|
730 |
msgid "Posts"
|
731 |
+
msgstr "Posts"
|
732 |
|
733 |
+
#: admin/partials/sassy-social-share-options-page.php:1028
|
734 |
+
#: admin/partials/sassy-social-share-options-page.php:1513
|
735 |
+
#, fuzzy
|
736 |
msgid "Pages"
|
737 |
+
msgstr "Páginas"
|
738 |
|
739 |
+
#: admin/partials/sassy-social-share-options-page.php:1030
|
740 |
+
#: admin/partials/sassy-social-share-options-page.php:1515
|
741 |
msgid "Excerpts and Posts page"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: admin/partials/sassy-social-share-options-page.php:1032
|
745 |
+
#: admin/partials/sassy-social-share-options-page.php:1517
|
746 |
+
#, fuzzy
|
747 |
msgid "Category Archives"
|
748 |
+
msgstr "Arquivos de Categorias"
|
749 |
|
750 |
+
#: admin/partials/sassy-social-share-options-page.php:1034
|
751 |
+
#: admin/partials/sassy-social-share-options-page.php:1519
|
752 |
+
#, fuzzy
|
753 |
msgid "Archive Pages (Category, Tag, Author or Date based pages)"
|
754 |
+
msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
|
755 |
|
756 |
+
#: admin/partials/sassy-social-share-options-page.php:1050
|
757 |
+
#, fuzzy
|
758 |
msgid "BuddyPress activity"
|
759 |
+
msgstr "Atividade BuddyPress"
|
760 |
|
761 |
+
#: admin/partials/sassy-social-share-options-page.php:1052
|
762 |
+
#, fuzzy
|
763 |
msgid "BuddyPress group (only at top of content)"
|
764 |
+
msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
|
765 |
|
766 |
+
#: admin/partials/sassy-social-share-options-page.php:1058
|
767 |
+
#: admin/partials/sassy-social-share-options-page.php:1541
|
768 |
+
#, fuzzy
|
769 |
msgid "BBPress forum"
|
770 |
+
msgstr "Forum BBPress"
|
771 |
|
772 |
+
#: admin/partials/sassy-social-share-options-page.php:1061
|
773 |
+
#: admin/partials/sassy-social-share-options-page.php:1544
|
774 |
+
#, fuzzy
|
775 |
msgid "BBPress topic"
|
776 |
+
msgstr "Tópico BBPress"
|
777 |
|
778 |
+
#: admin/partials/sassy-social-share-options-page.php:1064
|
779 |
+
#, fuzzy
|
780 |
msgid "BBPress reply"
|
781 |
+
msgstr "Responder BBPress"
|
782 |
|
783 |
+
#: admin/partials/sassy-social-share-options-page.php:1071
|
784 |
+
#, fuzzy
|
785 |
msgid "After individual product at WooCommerce Shop page"
|
786 |
+
msgstr "Depois de produtos individuais na página WooCommerce Shop"
|
787 |
|
788 |
+
#: admin/partials/sassy-social-share-options-page.php:1074
|
789 |
+
#, fuzzy
|
790 |
msgid "WooCommerce Product Page"
|
791 |
+
msgstr "Página de Produtos WooCommerce"
|
792 |
|
793 |
+
#: admin/partials/sassy-social-share-options-page.php:1077
|
794 |
+
#, fuzzy
|
795 |
msgid "WooCommerce Thankyou Page"
|
796 |
+
msgstr "Página de Agradecimento WooCommerce"
|
797 |
|
798 |
+
#: admin/partials/sassy-social-share-options-page.php:1088
|
799 |
+
#, fuzzy
|
800 |
msgid "Specify the pages where you want to enable Sharing interface"
|
801 |
msgstr ""
|
802 |
+
"Especifique as páginas onde você deseja habilitar a interface de "
|
803 |
+
"compartilhamento"
|
804 |
|
805 |
+
#: admin/partials/sassy-social-share-options-page.php:1097
|
806 |
+
#: admin/partials/sassy-social-share-options-page.php:1563
|
807 |
+
#: admin/partials/sassy-social-share-options-page.php:2179
|
808 |
msgid ""
|
809 |
"Save Facebook App Id and Secret in the \"Miscellaneous\" section to track "
|
810 |
"Facebook shares"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: admin/partials/sassy-social-share-options-page.php:1105
|
814 |
+
#: admin/partials/sassy-social-share-options-page.php:1571
|
815 |
+
#, fuzzy
|
816 |
msgid "Show share counts"
|
817 |
+
msgstr "Exibir contadores de compartilhamento"
|
818 |
|
819 |
+
#: admin/partials/sassy-social-share-options-page.php:1111
|
820 |
+
#: admin/partials/sassy-social-share-options-page.php:1577
|
821 |
msgid ""
|
822 |
+
"Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
|
823 |
+
"Odnoklassniki, Fintel and Vkontakte"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: admin/partials/sassy-social-share-options-page.php:1112
|
827 |
+
#: admin/partials/sassy-social-share-options-page.php:1578
|
828 |
#, php-format
|
829 |
msgid ""
|
830 |
"To show Twitter share count, you have to click \"Give me my Twitter counts "
|
833 |
"their website."
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: admin/partials/sassy-social-share-options-page.php:1119
|
837 |
+
#: admin/partials/sassy-social-share-options-page.php:1585
|
838 |
+
#, fuzzy
|
839 |
msgid "If enabled, share counts are displayed above sharing icons."
|
840 |
msgstr ""
|
841 |
+
"Se habilitado, os contadores de compartilhamento são exibidos acima dos "
|
842 |
+
"ícones de compartilhamento."
|
843 |
|
844 |
+
#: admin/partials/sassy-social-share-options-page.php:1127
|
845 |
+
#: admin/partials/sassy-social-share-options-page.php:1593
|
846 |
+
#, fuzzy
|
847 |
msgid "Show total shares"
|
848 |
+
msgstr "Exibe total de compartilhamentos"
|
849 |
|
850 |
+
#: admin/partials/sassy-social-share-options-page.php:1138
|
851 |
+
#: admin/partials/sassy-social-share-options-page.php:1604
|
852 |
+
#, fuzzy
|
853 |
msgid "If enabled, total shares will be displayed with sharing icons"
|
854 |
msgstr ""
|
855 |
+
"Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
|
856 |
+
"de compartilhamento"
|
857 |
|
858 |
+
#: admin/partials/sassy-social-share-options-page.php:1146
|
859 |
+
#: admin/partials/sassy-social-share-options-page.php:1612
|
860 |
+
#, fuzzy
|
861 |
msgid "Enable 'More' icon"
|
862 |
+
msgstr "Habilitar 'Mais' ícones"
|
863 |
|
864 |
+
#: admin/partials/sassy-social-share-options-page.php:1157
|
865 |
+
#: admin/partials/sassy-social-share-options-page.php:1623
|
866 |
+
#, fuzzy
|
867 |
msgid ""
|
868 |
"If enabled, \"More\" icon will be displayed after selected sharing icons "
|
869 |
"which shows additional sharing networks in popup"
|
870 |
msgstr ""
|
871 |
+
"Se habilitado, o ícone de \\\"Mais\\\" será exibido após selecionado o ícone "
|
872 |
+
"de compartilhamento com a exibição adicional das redes sociais "
|
873 |
+
"compartilhadas em um popup"
|
874 |
|
875 |
+
#: admin/partials/sassy-social-share-options-page.php:1182
|
876 |
+
#, fuzzy
|
877 |
msgid "Floating Sharing Interface Options"
|
878 |
+
msgstr "Opções da Interface de Compartilhamento Flutuante"
|
879 |
|
880 |
+
#: admin/partials/sassy-social-share-options-page.php:1187
|
881 |
+
#, fuzzy
|
882 |
msgid "Enable Floating sharing interface"
|
883 |
+
msgstr "Habilita interface de compartilhamento flutuante"
|
884 |
|
885 |
+
#: admin/partials/sassy-social-share-options-page.php:1198
|
886 |
+
#, fuzzy
|
887 |
msgid "Master control to enable floating sharing widget"
|
888 |
+
msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
|
889 |
|
890 |
+
#: admin/partials/sassy-social-share-options-page.php:1418
|
891 |
+
#, fuzzy
|
892 |
msgid ""
|
893 |
"Specify the color or hex code (example #cc78e0) for the background of "
|
894 |
"vertical sharing bar. Leave empty for transparent. You can get the hex code "
|
895 |
"of the required color from <a href=\"http://www.colorpicker.com/\" target="
|
896 |
"\"_blank\">this link</a>"
|
897 |
msgstr ""
|
898 |
+
"Especifique a cor ou código hexadecimal (examplo #cc78e0) para o fundo ou "
|
899 |
+
"para a barra vertical de compartilhamento. Deixe vazio para transparente. "
|
900 |
+
"Você pode obter o código hexadecimal que você requer por meio deste link <a "
|
901 |
+
"href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
|
902 |
|
903 |
+
#: admin/partials/sassy-social-share-options-page.php:1447
|
904 |
+
#: includes/class-sassy-social-share-widgets.php:807
|
905 |
+
#: includes/class-sassy-social-share-widgets.php:830
|
906 |
+
#: includes/class-sassy-social-share-widgets.php:832
|
907 |
+
#, fuzzy
|
908 |
msgid "Left offset"
|
909 |
+
msgstr "Ajuste à esquerda"
|
910 |
|
911 |
+
#: admin/partials/sassy-social-share-options-page.php:1458
|
912 |
+
#, fuzzy
|
913 |
msgid ""
|
914 |
"Specify a number. Increase in number will shift sharing interface towards "
|
915 |
"right and decrease will shift it towards left. Number can be negative too."
|
916 |
msgstr ""
|
917 |
+
"Especifique um número. Incrementos no número irão deslocar a interface de "
|
918 |
+
"compartilhamento para a direita e decrementos no número irão deslocar a "
|
919 |
+
"interface de compartilhamento para a esquerda. Os números podem também ser "
|
920 |
+
"negativos."
|
921 |
|
922 |
+
#: admin/partials/sassy-social-share-options-page.php:1467
|
923 |
+
#: includes/class-sassy-social-share-widgets.php:807
|
924 |
+
#: includes/class-sassy-social-share-widgets.php:830
|
925 |
+
#: includes/class-sassy-social-share-widgets.php:832
|
926 |
+
#, fuzzy
|
927 |
msgid "Right offset"
|
928 |
+
msgstr "Ajuste à direita"
|
929 |
|
930 |
+
#: admin/partials/sassy-social-share-options-page.php:1478
|
931 |
+
#, fuzzy
|
932 |
msgid ""
|
933 |
"Specify a number. Increase in number will shift sharing interface towards "
|
934 |
"left and decrease will shift it towards right. Number can be negative too."
|
935 |
msgstr ""
|
936 |
+
"Especifique um número. Incrementos no número irão deslocar a interface de "
|
937 |
+
"compartilhamento para a esquerda e decrementos no número irão deslocar a "
|
938 |
+
"interface de compartilhamento para a direita. Os números podem também ser "
|
939 |
+
"negativos."
|
940 |
|
941 |
+
#: admin/partials/sassy-social-share-options-page.php:1486
|
942 |
+
#, fuzzy
|
943 |
msgid "Top offset"
|
944 |
+
msgstr "Ajuste acima"
|
945 |
|
946 |
+
#: admin/partials/sassy-social-share-options-page.php:1497
|
947 |
+
#, fuzzy
|
948 |
msgid ""
|
949 |
"Specify a number. Increase in number will shift sharing interface towards "
|
950 |
"bottom and decrease will shift it towards top."
|
951 |
msgstr ""
|
952 |
+
"Especifique um número. Incrementos no número irão deslocar a interface de "
|
953 |
+
"compartilhamento para baixo e decrementos no número irão deslocar a "
|
954 |
+
"interface de compartilhamento para cima."
|
955 |
|
956 |
+
#: admin/partials/sassy-social-share-options-page.php:1533
|
957 |
+
#, fuzzy
|
958 |
msgid "BuddyPress group"
|
959 |
+
msgstr "Grupo BuddyPress"
|
960 |
|
961 |
+
#: admin/partials/sassy-social-share-options-page.php:1554
|
962 |
+
#, fuzzy
|
963 |
msgid "Specify the pages where you want to enable vertical Sharing interface"
|
964 |
msgstr ""
|
965 |
+
"Especifique as páginas onde você deseja habilitar a interface de "
|
966 |
+
"compartilhamento vertical"
|
967 |
|
968 |
+
#: admin/partials/sassy-social-share-options-page.php:1630
|
969 |
msgid "Hide floating slider"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: admin/partials/sassy-social-share-options-page.php:1641
|
973 |
msgid "Hides the slider arrow present below the floating share bar"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: admin/partials/sassy-social-share-options-page.php:1649
|
977 |
+
#, fuzzy
|
978 |
msgid "Vertical floating bar responsiveness"
|
979 |
+
msgstr "Sensibilidade da barra flutuante vertical"
|
980 |
|
981 |
+
#: admin/partials/sassy-social-share-options-page.php:1652
|
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:1659
|
988 |
+
#, fuzzy
|
989 |
msgid ""
|
990 |
"Display vertical interface only when screen is wider than the width "
|
991 |
"specified."
|
992 |
msgstr ""
|
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:1666
|
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:1670
|
1002 |
+
#, fuzzy, php-format
|
1003 |
msgid ""
|
1004 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
1005 |
"narrower than %s pixels"
|
1006 |
msgstr ""
|
1007 |
+
"Manter a vertical em baixo na interface de flutuação horizontal apenas "
|
1008 |
+
"quando a tela é mais estreita do que %s pixels"
|
1009 |
|
1010 |
+
#: admin/partials/sassy-social-share-options-page.php:1677
|
1011 |
+
#, fuzzy
|
1012 |
msgid ""
|
1013 |
"Stick vertical floating interface horizontally at bottom only when screen is "
|
1014 |
"narrower than the width specified"
|
1015 |
msgstr ""
|
1016 |
+
"Manter a vertical em baixo na interface de flutuação horizontal apenas "
|
1017 |
+
"quando a tela é mais estreita do que a largura especificada"
|
1018 |
|
1019 |
+
#: admin/partials/sassy-social-share-options-page.php:1686
|
1020 |
+
#, fuzzy
|
1021 |
msgid "Horizontal floating bar position"
|
1022 |
+
msgstr "Posição da barra de flutuação horizontal"
|
1023 |
|
1024 |
+
#: admin/partials/sassy-social-share-options-page.php:1690
|
1025 |
+
#, fuzzy, php-format
|
1026 |
msgid "%s pixels from %s"
|
1027 |
+
msgstr "%s pixels de %s"
|
1028 |
|
1029 |
+
#: admin/partials/sassy-social-share-options-page.php:1691
|
1030 |
msgid "Auto-adjust according to screen width (responsive)"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: admin/partials/sassy-social-share-options-page.php:1698
|
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:1722
|
1041 |
msgid "Facebook Share Count"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: admin/partials/sassy-social-share-options-page.php:1727
|
1045 |
+
#: includes/class-sassy-social-share-widgets.php:229
|
1046 |
msgid "Note"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: admin/partials/sassy-social-share-options-page.php:1727
|
1050 |
msgid "Required only to track Facebook share count"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: admin/partials/sassy-social-share-options-page.php:1731
|
1054 |
+
#, fuzzy
|
1055 |
msgid "Facebook App ID"
|
1056 |
+
msgstr "Facebook App ID"
|
1057 |
|
1058 |
+
#: admin/partials/sassy-social-share-options-page.php:1742
|
1059 |
#, php-format
|
1060 |
msgid ""
|
1061 |
"Required to track Facebook shares. Please follow the documentation at <a "
|
1062 |
"href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: admin/partials/sassy-social-share-options-page.php:1749
|
1066 |
msgid "Facebook App Secret"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: admin/partials/sassy-social-share-options-page.php:1760
|
1070 |
#, php-format
|
1071 |
msgid ""
|
1072 |
"Required to track Facebook shares. Please follow the documentation at <a "
|
1073 |
"href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: admin/partials/sassy-social-share-options-page.php:1775
|
1077 |
msgid "Use plain background for Instagram icon"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: admin/partials/sassy-social-share-options-page.php:1786
|
1081 |
msgid ""
|
1082 |
"Uses plain background for Instagram icon instead of multicolored background"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: admin/partials/sassy-social-share-options-page.php:1793
|
1086 |
msgid "Load Javascript files in footer"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: admin/partials/sassy-social-share-options-page.php:1804
|
1090 |
+
#, fuzzy
|
1091 |
msgid ""
|
1092 |
"If enabled (recommended), Javascript files will be included in the footer of "
|
1093 |
"your website"
|
1094 |
msgstr ""
|
1095 |
+
"Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
|
1096 |
+
"do seu website."
|
1097 |
|
1098 |
+
#: admin/partials/sassy-social-share-options-page.php:1811
|
1099 |
msgid "Load Javascript only when needed"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: admin/partials/sassy-social-share-options-page.php:1822
|
1103 |
msgid ""
|
1104 |
"Javascript file will be loaded only at the webpages where share icons have "
|
1105 |
"been integrated"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: admin/partials/sassy-social-share-options-page.php:1829
|
1109 |
+
#, fuzzy
|
1110 |
msgid "Delete all the options on plugin deletion"
|
1111 |
+
msgstr "Remove todas as opções na remoção do pluguin"
|
1112 |
|
1113 |
+
#: admin/partials/sassy-social-share-options-page.php:1840
|
1114 |
+
#, fuzzy
|
1115 |
msgid ""
|
1116 |
"If enabled, plugin options will get deleted when plugin is deleted/"
|
1117 |
"uninstalled and you will need to reconfigure the options when you install "
|
1118 |
"the plugin next time."
|
1119 |
msgstr ""
|
1120 |
+
"Se havilitado, as opções do plugin serão removidas quando o plugin é "
|
1121 |
+
"removido/desistalado e você necessitará reconfigurar as opções quando você "
|
1122 |
+
"instalar o plugin da próxima vez."
|
1123 |
|
1124 |
+
#: admin/partials/sassy-social-share-options-page.php:1849
|
1125 |
+
#, fuzzy
|
1126 |
msgid "Share Count Cache"
|
1127 |
+
msgstr "Cache de Contador de Compartilhamento"
|
1128 |
|
1129 |
+
#: admin/partials/sassy-social-share-options-page.php:1854
|
1130 |
+
#, fuzzy
|
1131 |
msgid "Refresh Share Count cache every"
|
1132 |
+
msgstr "Atualizar o contador de compartilhamento a cada"
|
1133 |
|
1134 |
+
#: admin/partials/sassy-social-share-options-page.php:1871
|
1135 |
#, php-format
|
1136 |
msgid ""
|
1137 |
"Frequent cache refreshing results in slower loading of pages with share "
|
1139 |
"target=\"_blank\">here</a>"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
+
#: admin/partials/sassy-social-share-options-page.php:1878
|
1143 |
+
#, fuzzy
|
1144 |
msgid "Clear Share Counts Cache"
|
1145 |
+
msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
|
1146 |
|
1147 |
+
#: admin/partials/sassy-social-share-options-page.php:1883
|
1148 |
+
#, fuzzy
|
1149 |
msgid "Share Counts cache cleared successfully."
|
1150 |
+
msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
|
1151 |
|
1152 |
+
#: admin/partials/sassy-social-share-options-page.php:1890
|
1153 |
+
#, fuzzy
|
1154 |
msgid "Use this to clear cached share counts"
|
1155 |
+
msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
|
1156 |
|
1157 |
+
#: admin/partials/sassy-social-share-options-page.php:1899
|
1158 |
+
#, fuzzy
|
1159 |
msgid "Url shortener"
|
1160 |
+
msgstr "Encurtador de Url"
|
1161 |
|
1162 |
+
#: admin/partials/sassy-social-share-options-page.php:1904
|
1163 |
+
#, fuzzy
|
1164 |
msgid "Use shortlinks already installed"
|
1165 |
+
msgstr "Use shortlinks já instalados"
|
1166 |
|
1167 |
+
#: admin/partials/sassy-social-share-options-page.php:1915
|
1168 |
msgid ""
|
1169 |
"Use default short url permalinks without the need for any additional plugin"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: admin/partials/sassy-social-share-options-page.php:1922
|
1173 |
+
#, fuzzy
|
1174 |
msgid "Enable bit.ly url shortener for sharing"
|
1175 |
+
msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
|
1176 |
|
1177 |
+
#: admin/partials/sassy-social-share-options-page.php:1934
|
1178 |
+
#, fuzzy
|
1179 |
msgid "Master control to enable bit.ly url shortening for sharing"
|
1180 |
msgstr ""
|
1181 |
+
"Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
|
1182 |
|
1183 |
+
#: admin/partials/sassy-social-share-options-page.php:1941
|
1184 |
msgid "Bit.ly Generic Access Token"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: admin/partials/sassy-social-share-options-page.php:1952
|
1188 |
#, php-format
|
1189 |
msgid ""
|
1190 |
"Login to your bit.ly account and navigate to <strong>Profile Settings > "
|
1193 |
"\">link</a>"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: admin/partials/sassy-social-share-options-page.php:1959
|
1197 |
+
#, fuzzy
|
1198 |
msgid "Clear Bitly Cache"
|
1199 |
+
msgstr "Limpar o Cache Bitly"
|
1200 |
|
1201 |
+
#: admin/partials/sassy-social-share-options-page.php:1964
|
1202 |
+
#, fuzzy
|
1203 |
msgid "ShortUrl cache cleared successfully."
|
1204 |
+
msgstr "Cache ShortUrl limpo com sucesso."
|
1205 |
|
1206 |
+
#: admin/partials/sassy-social-share-options-page.php:1971
|
1207 |
+
#, fuzzy
|
1208 |
msgid ""
|
1209 |
"Use this to delete short urls saved in database. Handy, if urls of your "
|
1210 |
"website have been changed but short urls are still being generated for old "
|
1211 |
"urls."
|
1212 |
msgstr ""
|
1213 |
+
"Use isso para remover os short urls salvos na base de dados. Convém, se as "
|
1214 |
+
"urls do seu website foram trocadas mas as short urls ainda estão sendo "
|
1215 |
+
"geradas para suas urls antigas."
|
1216 |
|
1217 |
+
#: admin/partials/sassy-social-share-options-page.php:1980
|
1218 |
+
#: admin/partials/sassy-social-share-options-page.php:1985
|
1219 |
+
#, fuzzy
|
1220 |
msgid "Language"
|
1221 |
+
msgstr "Languagem"
|
1222 |
|
1223 |
+
#: admin/partials/sassy-social-share-options-page.php:1996
|
1224 |
+
#, fuzzy, php-format
|
1225 |
msgid ""
|
1226 |
"Enter the code of the language you want to use for like buttons. You can "
|
1227 |
"find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. "
|
1228 |
"Leave it empty for default language(English)"
|
1229 |
msgstr ""
|
1230 |
+
"Entre o código da linguagem que você deseja para esses botões. Você pode "
|
1231 |
+
"achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
|
1232 |
+
"link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
|
1233 |
|
1234 |
+
#: admin/partials/sassy-social-share-options-page.php:2005
|
1235 |
+
#, fuzzy
|
1236 |
msgid "Username in sharing"
|
1237 |
+
msgstr "Username no compartilhamento"
|
1238 |
|
1239 |
+
#: admin/partials/sassy-social-share-options-page.php:2010
|
1240 |
+
#, fuzzy
|
1241 |
msgid "Twitter username (without @)"
|
1242 |
+
msgstr "Username do Twitter (sem @)"
|
1243 |
|
1244 |
+
#: admin/partials/sassy-social-share-options-page.php:2021
|
1245 |
+
#: admin/partials/sassy-social-share-options-page.php:2040
|
1246 |
+
#, fuzzy
|
1247 |
msgid ""
|
1248 |
"Provided username will be appended after the content being shared as \"via "
|
1249 |
"@USERNAME\". Leave empty if you do not want any username in the content "
|
1250 |
"being shared."
|
1251 |
msgstr ""
|
1252 |
+
"Forneça o username que será acrescentado após o conteúdo compartilhado como "
|
1253 |
+
"\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
|
1254 |
+
"no conteúdo sendo compartilhado."
|
1255 |
|
1256 |
+
#: admin/partials/sassy-social-share-options-page.php:2029
|
1257 |
+
#, fuzzy
|
1258 |
msgid "Buffer username (without @)"
|
1259 |
+
msgstr "Username do Buffer (sem @)"
|
1260 |
|
1261 |
+
#: admin/partials/sassy-social-share-options-page.php:2049
|
1262 |
msgid "AMP"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: admin/partials/sassy-social-share-options-page.php:2054
|
1266 |
msgid "Enable sharing on AMP pages"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: admin/partials/sassy-social-share-options-page.php:2065
|
1270 |
msgid "Enable this option to render sharing icons on AMP pages"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: admin/partials/sassy-social-share-options-page.php:2074
|
1274 |
+
#: admin/partials/sassy-social-share-options-page.php:2079
|
1275 |
+
#, fuzzy
|
1276 |
msgid "Custom CSS"
|
1277 |
+
msgstr "CSS Personalizado"
|
1278 |
|
1279 |
+
#: admin/partials/sassy-social-share-options-page.php:2090
|
1280 |
+
#, fuzzy
|
1281 |
msgid "You can specify any additional CSS rules (without <style> tag)"
|
1282 |
msgstr ""
|
1283 |
+
"Você poderá especificar qualquer regra adicional de CSS (sem a tag <"
|
1284 |
+
"style> )"
|
1285 |
|
1286 |
+
#: admin/partials/sassy-social-share-options-page.php:2113
|
1287 |
msgid "myCRED"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: admin/partials/sassy-social-share-options-page.php:2118
|
1291 |
msgid "Append myCRED referral ID to the urls being shared"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: admin/partials/sassy-social-share-options-page.php:2141
|
1295 |
msgid "Social Share Shortcode & Widget"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: admin/partials/sassy-social-share-options-page.php:2142
|
1299 |
msgid "Follow Icons Shortcode & Widget"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: admin/partials/sassy-social-share-options-page.php:2154
|
1303 |
+
#, fuzzy
|
1304 |
msgid "Facebook Sharing Troubleshooter"
|
1305 |
+
msgstr "Solução de problema no compartilhamento com o Facebook"
|
1306 |
|
1307 |
+
#: admin/partials/sassy-social-share-options-page.php:2159
|
1308 |
msgid ""
|
1309 |
"If Facebook sharing is not working fine, click at the following link and "
|
1310 |
"enter the problematic url (where Facebook sharing is not working properly) "
|
1312 |
"button."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: admin/partials/sassy-social-share-options-page.php:2176
|
1316 |
msgid ""
|
1317 |
"<strong>Note:</strong> Plugin will not work on local server. You should have "
|
1318 |
"an online website for the plugin to function properly."
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: admin/partials/sassy-social-share-options-page.php:2177
|
1322 |
msgid ""
|
1323 |
"Why is sharer not showing the correct image, title and other content when "
|
1324 |
"sharing a webpage?"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: admin/partials/sassy-social-share-options-page.php:2178
|
1328 |
msgid "Why is Facebook share count not working?"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: admin/partials/sassy-social-share-options-page.php:2180
|
1332 |
msgid "How to Customize the Url being Shared?"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: admin/partials/sassy-social-share-options-page.php:2181
|
1336 |
msgid "Why is Instagram icon redirecting to Instagram website?"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: admin/partials/sassy-social-share-options-page.php:2182
|
1340 |
msgid ""
|
1341 |
"Instagram icon is there to send website visitors to the Instagram page of "
|
1342 |
"your choice. You can save the desired Instagram handle in \"Instagram "
|
1344 |
"sections."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: admin/partials/sassy-social-share-options-page.php:2184
|
1348 |
msgid ""
|
1349 |
"Why are Twitter shares not appearing even after registering at Twitcount.com?"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: admin/partials/sassy-social-share-options-page.php:2185
|
1353 |
msgid ""
|
1354 |
"It takes some time for their service to track the shares made on Twitter "
|
1355 |
"from your website. If you still feel it's taking too long you can contact "
|
1356 |
"their support directly from their website."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: admin/partials/sassy-social-share-options-page.php:2187
|
1360 |
msgid ""
|
1361 |
"How to restore Social Share counts lost after moving my website to SSL/Https?"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
+
#: admin/partials/sassy-social-share-options-page.php:2188
|
1365 |
+
#, fuzzy
|
1366 |
msgid "How to integrate Google Analytics with sharing?"
|
1367 |
+
msgstr "Como integrar o Google Analytics com compartilhamento?"
|
1368 |
|
1369 |
+
#: admin/partials/sassy-social-share-options-page.php:2189
|
1370 |
msgid "Why the color of share icons is not being updated?"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: admin/partials/sassy-social-share-options-page.php:2190
|
1374 |
msgid ""
|
1375 |
"How to show recent Facebook Comments from all over the website in a widget?"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: admin/partials/sassy-social-share-options-page.php:2191
|
1379 |
msgid ""
|
1380 |
"How to recover the Facebook Comments lost after moving my website to SSL/"
|
1381 |
"Https?"
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: admin/partials/sassy-social-share-options-page.php:2192
|
1385 |
msgid "How to Place Title and Social Share Icons in the Same Row?"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: admin/partials/sassy-social-share-options-page.php:2193
|
1389 |
+
#, fuzzy
|
1390 |
msgid ""
|
1391 |
"How can I show share counts of my website rather than of individual pages/"
|
1392 |
"posts?"
|
1393 |
msgstr ""
|
1394 |
+
"Como posso exibir os contadores de compartilhamento do meu website ao invés "
|
1395 |
+
"das páginas/posts individuais?"
|
1396 |
|
1397 |
+
#: admin/partials/sassy-social-share-options-page.php:2194
|
1398 |
+
#, fuzzy
|
1399 |
msgid "How can I disable sharing on particular page/post?"
|
1400 |
msgstr ""
|
1401 |
+
"Como posso desabilitar o compartilhamento em uma página/post em particular?"
|
1402 |
|
1403 |
+
#: admin/partials/sassy-social-share-options-page.php:2195
|
1404 |
+
#, fuzzy
|
1405 |
msgid "How can I specify minimum sharing count for sharing networks?"
|
1406 |
msgstr ""
|
1407 |
+
"Como posso especificar um contador mínimo de compartilhamento das redes "
|
1408 |
+
"sociais?"
|
1409 |
|
1410 |
+
#: admin/partials/sassy-social-share-options-page.php:2196
|
1411 |
+
#, fuzzy
|
1412 |
msgid "How to share specific page?"
|
1413 |
+
msgstr "Como compartilhar página específica?"
|
1414 |
|
1415 |
+
#: admin/partials/sassy-social-share-options-page.php:2197
|
1416 |
+
#, fuzzy
|
1417 |
msgid "How to customize the look of total share counts?"
|
1418 |
msgstr ""
|
1419 |
+
"Como personalizar a aparência dos contatores de compartilhamentos totais?"
|
1420 |
|
1421 |
+
#: admin/partials/sassy-social-share-options-page.php:2198
|
1422 |
+
#, fuzzy
|
1423 |
msgid "How to customize the look of individual share counts?"
|
1424 |
msgstr ""
|
1425 |
+
"Como personalizar a aparência dos contadores de compartilhamento individuais?"
|
1426 |
|
1427 |
+
#: admin/partials/sassy-social-share-options-page.php:2199
|
1428 |
+
#, fuzzy
|
1429 |
msgid "How to show Whatsapp icon only on mobile devices?"
|
1430 |
+
msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
|
1431 |
|
1432 |
+
#: admin/partials/sassy-social-share-options-page.php:2200
|
1433 |
+
#, fuzzy
|
1434 |
msgid "How to hide arrow after floating sharing bar?"
|
1435 |
+
msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
|
1436 |
|
1437 |
+
#: admin/partials/sassy-social-share-options-page.php:2201
|
1438 |
msgid "Why is share count not getting updated?"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: admin/partials/sassy-social-share-options-page.php:2202
|
1442 |
msgid "Why is there so much space between like buttons?"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: admin/partials/sassy-social-share-options-page.php:2203
|
1446 |
msgid "Why are floating sharing/like buttons not appearing at homepage?"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: admin/partials/sassy-social-share-options-page.php:2213
|
1450 |
+
#, fuzzy
|
1451 |
msgid "Save Changes"
|
1452 |
+
msgstr "Salvar Alterações"
|
1453 |
|
1454 |
+
#: admin/partials/sassy-social-share-options-page.php:2225
|
1455 |
msgid ""
|
1456 |
"If you can send (to hello@heateor.com) how this plugin is helping your "
|
1457 |
"business, we would be glad to shoutout on Instagram. You can also send any "
|
1458 |
"relevant hashtags and people to mention in the Instagram post."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: includes/class-sassy-social-share-shortcodes.php:186
|
1462 |
+
#: includes/class-sassy-social-share-widgets.php:74
|
1463 |
+
#: includes/class-sassy-social-share-widgets.php:321
|
1464 |
+
#: public/class-sassy-social-share-public.php:111
|
1465 |
+
msgid "Link copied."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: includes/class-sassy-social-share-shortcodes.php:195
|
1469 |
+
#: includes/class-sassy-social-share-widgets.php:83
|
1470 |
+
#: includes/class-sassy-social-share-widgets.php:330
|
1471 |
+
#: public/class-sassy-social-share-public.php:120
|
1472 |
+
#: public/class-sassy-social-share-public.php:563
|
1473 |
+
#, fuzzy
|
1474 |
+
msgid "Shares"
|
1475 |
msgstr ""
|
1476 |
+
"Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
|
1477 |
+
"de compartilhamento"
|
1478 |
|
1479 |
+
#: includes/class-sassy-social-share-shortcodes.php:195
|
1480 |
+
#: includes/class-sassy-social-share-widgets.php:83
|
1481 |
+
#: includes/class-sassy-social-share-widgets.php:330
|
1482 |
+
#: public/class-sassy-social-share-public.php:120
|
1483 |
+
#: public/class-sassy-social-share-public.php:563
|
1484 |
+
#, fuzzy
|
1485 |
+
msgid "Share"
|
1486 |
+
msgstr "Posição do contador de compartilhamento"
|
1487 |
|
1488 |
+
#: includes/class-sassy-social-share-widgets.php:50
|
1489 |
msgid "Sassy Social Share - Standard Widget"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: includes/class-sassy-social-share-widgets.php:51
|
1493 |
msgid ""
|
1494 |
"Standard sharing widget. Let your website users share content on popular "
|
1495 |
"Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: includes/class-sassy-social-share-widgets.php:229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1499 |
msgid ""
|
1500 |
"Make sure \"Standard Sharing Interface\" is enabled in \"Standard Interface"
|
1501 |
"\" section at \"Sassy Social Share\" page."
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: includes/class-sassy-social-share-widgets.php:230
|
1505 |
+
#, fuzzy
|
1506 |
msgid "Title:"
|
1507 |
+
msgstr "Título:"
|
1508 |
|
1509 |
+
#: includes/class-sassy-social-share-widgets.php:232
|
1510 |
+
#: includes/class-sassy-social-share-widgets.php:477
|
1511 |
+
#, fuzzy
|
1512 |
msgid "Show individual share counts:"
|
1513 |
+
msgstr "Exibir contadores individuais de compartilhamento:"
|
1514 |
|
1515 |
+
#: includes/class-sassy-social-share-widgets.php:234
|
1516 |
+
#: includes/class-sassy-social-share-widgets.php:479
|
1517 |
+
#, fuzzy
|
1518 |
msgid "Show total shares:"
|
1519 |
+
msgstr "Exibir compartilhamentos totais:"
|
1520 |
|
1521 |
+
#: includes/class-sassy-social-share-widgets.php:236
|
1522 |
+
#: includes/class-sassy-social-share-widgets.php:481
|
1523 |
+
#, fuzzy
|
1524 |
msgid "Target Url:"
|
1525 |
+
msgstr "Url de destino:"
|
1526 |
|
1527 |
+
#: includes/class-sassy-social-share-widgets.php:238
|
1528 |
+
#: includes/class-sassy-social-share-widgets.php:483
|
1529 |
+
#, fuzzy
|
1530 |
msgid "Select"
|
1531 |
+
msgstr "Selecione"
|
1532 |
|
1533 |
+
#: includes/class-sassy-social-share-widgets.php:241
|
1534 |
+
#: includes/class-sassy-social-share-widgets.php:486
|
1535 |
+
#, fuzzy
|
1536 |
msgid "Custom Url"
|
1537 |
+
msgstr "Url Personalizada"
|
1538 |
|
1539 |
+
#: includes/class-sassy-social-share-widgets.php:244
|
1540 |
+
#: includes/class-sassy-social-share-widgets.php:768
|
1541 |
+
#, fuzzy
|
1542 |
msgid "Before widget content:"
|
1543 |
+
msgstr "Antes do conteúdo do widget:"
|
1544 |
|
1545 |
+
#: includes/class-sassy-social-share-widgets.php:246
|
1546 |
+
#: includes/class-sassy-social-share-widgets.php:921
|
1547 |
+
#, fuzzy
|
1548 |
msgid "After widget content:"
|
1549 |
+
msgstr "Depois do conteúdo do widget:"
|
1550 |
|
1551 |
+
#: includes/class-sassy-social-share-widgets.php:248
|
1552 |
+
#: includes/class-sassy-social-share-widgets.php:508
|
1553 |
+
#, fuzzy
|
1554 |
msgid "Hide for logged in users:"
|
1555 |
+
msgstr "Escondido para usuários autenticados:"
|
1556 |
|
1557 |
+
#: includes/class-sassy-social-share-widgets.php:297
|
1558 |
msgid ""
|
1559 |
"Floating sharing widget. Let your website users share content on popular "
|
1560 |
"Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: includes/class-sassy-social-share-widgets.php:476
|
1564 |
msgid ""
|
1565 |
"Make sure \"Floating Interface\" is enabled in \"Floating Interface\" "
|
1566 |
"section at \"Sassy Social Share\" page."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: includes/class-sassy-social-share-widgets.php:489
|
1570 |
+
#, fuzzy
|
1571 |
msgid "Alignment"
|
1572 |
+
msgstr "Alinhamento"
|
1573 |
|
1574 |
+
#: includes/class-sassy-social-share-widgets.php:495
|
1575 |
+
#, fuzzy
|
1576 |
msgid "Left Offset"
|
1577 |
+
msgstr "Ajuste à esquerda"
|
1578 |
|
1579 |
+
#: includes/class-sassy-social-share-widgets.php:499
|
1580 |
+
#, fuzzy
|
1581 |
msgid "Right Offset"
|
1582 |
+
msgstr "Ajuste à direita"
|
1583 |
|
1584 |
+
#: includes/class-sassy-social-share-widgets.php:502
|
1585 |
+
#, fuzzy
|
1586 |
msgid "Top Offset"
|
1587 |
+
msgstr "Ajuste à cima"
|
1588 |
|
1589 |
+
#: includes/class-sassy-social-share-widgets.php:542
|
1590 |
msgid "Sassy Social Share - Follow Icons"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: includes/class-sassy-social-share-widgets.php:543
|
1594 |
msgid "These icons link to your Social Media accounts"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: includes/class-sassy-social-share-widgets.php:772
|
1598 |
msgid "Type:"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/class-sassy-social-share-widgets.php:775
|
1602 |
+
#, fuzzy
|
1603 |
msgid "Standard"
|
1604 |
+
msgstr "Opções de Interface Padrão"
|
1605 |
|
1606 |
+
#: includes/class-sassy-social-share-widgets.php:778
|
1607 |
+
#, fuzzy
|
1608 |
msgid "Floating"
|
1609 |
+
msgstr "Habilitar botões like flutuantes"
|
1610 |
|
1611 |
+
#: includes/class-sassy-social-share-widgets.php:783
|
1612 |
+
#, fuzzy
|
1613 |
msgid "Top offset:"
|
1614 |
+
msgstr "Ajuste acima"
|
1615 |
|
1616 |
+
#: includes/class-sassy-social-share-widgets.php:787
|
1617 |
+
#, fuzzy
|
1618 |
msgid "Alignment:"
|
1619 |
+
msgstr "Alinhamento"
|
1620 |
|
1621 |
+
#: includes/class-sassy-social-share-widgets.php:813
|
1622 |
msgid "Size of icons"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: includes/class-sassy-social-share-widgets.php:815
|
1626 |
msgid "Icon Shape"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/class-sassy-social-share-widgets.php:840
|
1630 |
msgid "Apply icon color and background color from Theme Selection section:"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/class-sassy-social-share-widgets.php:842
|
1634 |
msgid "No"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: includes/class-sassy-social-share-widgets.php:843
|
1638 |
msgid "Yes, Standard Interface Theme"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: includes/class-sassy-social-share-widgets.php:844
|
1642 |
msgid "Yes, Floating Interface Theme"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: includes/class-sassy-social-share-widgets.php:846
|
1646 |
msgid "Facebook URL:"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: includes/class-sassy-social-share-widgets.php:849
|
1650 |
msgid "Twitter URL:"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: includes/class-sassy-social-share-widgets.php:852
|
1654 |
msgid "Parler URL:"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: includes/class-sassy-social-share-widgets.php:855
|
1658 |
msgid "Instagram URL:"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: includes/class-sassy-social-share-widgets.php:858
|
1662 |
msgid "Pinterest URL:"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: includes/class-sassy-social-share-widgets.php:861
|
1666 |
msgid "Behance URL:"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: includes/class-sassy-social-share-widgets.php:864
|
1670 |
msgid "Flickr URL:"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: includes/class-sassy-social-share-widgets.php:867
|
1674 |
msgid "Foursquare URL:"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: includes/class-sassy-social-share-widgets.php:870
|
1678 |
msgid "Github URL:"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/class-sassy-social-share-widgets.php:873
|
1682 |
msgid "LinkedIn URL:"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/class-sassy-social-share-widgets.php:876
|
1686 |
msgid "LinkedIn Company URL:"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: includes/class-sassy-social-share-widgets.php:879
|
1690 |
msgid "Gab URL:"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: includes/class-sassy-social-share-widgets.php:882
|
1694 |
msgid "Medium URL:"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: includes/class-sassy-social-share-widgets.php:885
|
1698 |
msgid "MeWe URL:"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: includes/class-sassy-social-share-widgets.php:888
|
1702 |
msgid "Odnoklassniki URL:"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/class-sassy-social-share-widgets.php:891
|
1706 |
msgid "Snapchat URL:"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/class-sassy-social-share-widgets.php:894
|
1710 |
msgid "Telegram URL:"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/class-sassy-social-share-widgets.php:897
|
1714 |
msgid "Tumblr URL:"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/class-sassy-social-share-widgets.php:900
|
1718 |
msgid "Vimeo URL:"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/class-sassy-social-share-widgets.php:903
|
1722 |
msgid "Vkontakte URL:"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: includes/class-sassy-social-share-widgets.php:906
|
1726 |
msgid "Whatsapp URL:"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/class-sassy-social-share-widgets.php:909
|
1730 |
msgid "Xing URL:"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: includes/class-sassy-social-share-widgets.php:912
|
1734 |
msgid "Youtube URL:"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: includes/class-sassy-social-share-widgets.php:915
|
1738 |
msgid "Youtube Channel URL:"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/class-sassy-social-share-widgets.php:918
|
1742 |
msgid "RSS Feed URL:"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: public/class-sassy-social-share-public.php:341
|
1746 |
msgid "Search for"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: public/class-sassy-social-share-public.php:346
|
1750 |
+
#: public/class-sassy-social-share-public.php:348
|
1751 |
+
#: public/class-sassy-social-share-public.php:350
|
1752 |
msgid "Archives"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: public/class-sassy-social-share-public.php:913
|
1756 |
+
#: public/class-sassy-social-share-public.php:1155
|
1757 |
+
#, fuzzy
|
1758 |
msgid "Invalid request"
|
1759 |
+
msgstr "Requisição inválida"
|
1760 |
|
1761 |
+
#: public/class-sassy-social-share-public.php:919
|
1762 |
+
#, fuzzy
|
1763 |
msgid "Providers not selected"
|
1764 |
+
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:"
|
124 |
}
|
125 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->whatsapp_share_api() . '";';
|
126 |
wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
|
@@ -317,7 +317,7 @@ class Sassy_Social_Share_Public {
|
|
317 |
*
|
318 |
* @since 1.0.0
|
319 |
*/
|
320 |
-
public function prepare_sharing_html( $post_url, $sharing_type
|
321 |
|
322 |
global $post;
|
323 |
|
@@ -646,20 +646,6 @@ class Sassy_Social_Share_Public {
|
|
646 |
|
647 |
}
|
648 |
|
649 |
-
/**
|
650 |
-
* Remove render sharing action from Excerpts, as it gets nasty due to strip_tags()
|
651 |
-
*
|
652 |
-
* @since 2.0
|
653 |
-
*/
|
654 |
-
public function remove_render_sharing( $content ) {
|
655 |
-
|
656 |
-
if ( is_home() ) {
|
657 |
-
remove_action( 'the_content', array( $this, 'render_sharing' ), 99 );
|
658 |
-
}
|
659 |
-
return $content;
|
660 |
-
|
661 |
-
}
|
662 |
-
|
663 |
/**
|
664 |
* Apply share url filter to customize share target url
|
665 |
*
|
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:"v11.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 |
$inline_script .= ';var heateorSssWhatsappShareAPI = "' . $this->whatsapp_share_api() . '";';
|
126 |
wp_enqueue_script( 'heateor_sss_sharing_js', plugins_url( 'js/sassy-social-share-public.js', __FILE__ ), array( 'jquery' ), $this->version, $in_footer );
|
317 |
*
|
318 |
* @since 1.0.0
|
319 |
*/
|
320 |
+
public function prepare_sharing_html( $post_url, $sharing_type, $display_count, $total_shares, $standard_widget = false ) {
|
321 |
|
322 |
global $post;
|
323 |
|
646 |
|
647 |
}
|
648 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
649 |
/**
|
650 |
* Apply share url filter to customize share target url
|
651 |
*
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, jatin8heateor, farhan8heateor
|
|
3 |
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, parler share
|
5 |
Requires at least: 2.5.0
|
6 |
-
Tested up to: 5.7
|
7 |
-
Stable tag: 3.3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab and over 100 more.
|
@@ -25,7 +25,7 @@ This is the Simplest and Smoothest Social Sharing plugin with optimized and grea
|
|
25 |
* Compatible with myCRED (append myCRED referral ID at the end of the url being shared)
|
26 |
* Around **100 Social Sharing/Bookmarking** services
|
27 |
* Social Media follow icons (Redirect website visitors to your Social Media pages)
|
28 |
-
* Share counts are supported for
|
29 |
* FREE **Icon Customization** options
|
30 |
* Options to specify sharing icon shape - Square, Round and Rectangular
|
31 |
* Options to specify sharing icon size - minimum 16 pixels, no upper limit
|
@@ -123,6 +123,14 @@ 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.20 [11 February 2021] =
|
127 |
* [Improvement] Improved Gab logo
|
128 |
* [Bugfix] Color of Gab share logo was not changing in the "Rearrange Icons" section at the plugin configuration page when customizing from "Theme Selection" section
|
@@ -987,4 +995,12 @@ Yes, we can help you with it. Just drop an email at support[at]heateor[dot]com
|
|
987 |
= 3.3.20 [11 February 2021] =
|
988 |
* [Improvement] Improved Gab logo
|
989 |
* [Bugfix] Color of Gab share logo was not changing in the "Rearrange Icons" section at the plugin configuration page when customizing from "Theme Selection" section
|
990 |
-
* [Bugfix] Title above the standard share bar was not being translated when using WPML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
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, parler share
|
5 |
Requires at least: 2.5.0
|
6 |
+
Tested up to: 5.7.2
|
7 |
+
Stable tag: 3.3.21
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, Whatsapp, Parler, Gab and over 100 more.
|
25 |
* Compatible with myCRED (append myCRED referral ID at the end of the url being shared)
|
26 |
* Around **100 Social Sharing/Bookmarking** services
|
27 |
* Social Media follow icons (Redirect website visitors to your Social Media pages)
|
28 |
+
* Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte
|
29 |
* FREE **Icon Customization** options
|
30 |
* Options to specify sharing icon shape - Square, Round and Rectangular
|
31 |
* Options to specify sharing icon size - minimum 16 pixels, no upper limit
|
123 |
4. **Universal Sharing Popup**: Universal Sharing popup having all the supported sharing and bookmarking services
|
124 |
|
125 |
== Changelog ==
|
126 |
+
= 3.3.21 [29 June 2021] =
|
127 |
+
* [Bugfix] Floating share Bar was not appearing at the home page when Yoast SEO plugin was active
|
128 |
+
* [Bugfix] Pinterest share icon was not working in AMP
|
129 |
+
* [Improvement] Updated the Facebook JS SDK being used to the latest version 11.0
|
130 |
+
* [Improvement] Admin UI improvement
|
131 |
+
* [Improvement] Widgets enabled from the "Appearance > Widgets" page were causing PHP notices in some cases
|
132 |
+
* [Improvement] Compatible with PHP 8
|
133 |
+
|
134 |
= 3.3.20 [11 February 2021] =
|
135 |
* [Improvement] Improved Gab logo
|
136 |
* [Bugfix] Color of Gab share logo was not changing in the "Rearrange Icons" section at the plugin configuration page when customizing from "Theme Selection" section
|
995 |
= 3.3.20 [11 February 2021] =
|
996 |
* [Improvement] Improved Gab logo
|
997 |
* [Bugfix] Color of Gab share logo was not changing in the "Rearrange Icons" section at the plugin configuration page when customizing from "Theme Selection" section
|
998 |
+
* [Bugfix] Title above the standard share bar was not being translated when using WPML
|
999 |
+
|
1000 |
+
= 3.3.21 [29 June 2021] =
|
1001 |
+
* [Bugfix] Floating share Bar was not appearing at the home page when Yoast SEO plugin was active
|
1002 |
+
* [Bugfix] Pinterest share icon was not working in AMP
|
1003 |
+
* [Improvement] Updated the Facebook JS SDK being used to the latest version 11.0
|
1004 |
+
* [Improvement] Admin UI improvement
|
1005 |
+
* [Improvement] Widgets enabled from the "Appearance > Widgets" page were causing PHP notices in some cases
|
1006 |
+
* [Improvement] Compatible with PHP 8
|
sassy-social-share.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
* Plugin bootstrap file
|
5 |
*
|
@@ -7,7 +6,7 @@
|
|
7 |
* Plugin Name: Sassy Social Share
|
8 |
* Plugin URI: https://www.heateor.com
|
9 |
* Description: Slickest, Simplest and Optimized Share buttons. Facebook, Twitter, Reddit, Pinterest, WhatsApp and over 100 more
|
10 |
-
* Version: 3.3.
|
11 |
* Author: Team Heateor
|
12 |
* Author URI: https://www.heateor.com
|
13 |
* Text Domain: sassy-social-share
|
@@ -21,7 +20,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
21 |
die;
|
22 |
}
|
23 |
|
24 |
-
define( 'HEATEOR_SSS_VERSION', '3.3.
|
25 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
26 |
|
27 |
// plugin core class object
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Plugin bootstrap file
|
4 |
*
|
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.21
|
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.21' );
|
24 |
define( 'HEATEOR_SSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
25 |
|
26 |
// plugin core class object
|