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

Version Description

[7 April 2022] = * [Bugfix] Copy Link share icon was not working * [Bugfix] Instagram share icon was not redirecting to the Instagram page saved in the options * [Bugfix] Facebook checkbox in the Select Sharing Services option in the Standard Interface and Floating Interface sections were not working * [Bugfix] Bottom and Right counter positions were not working * [Bugfix] Clicking the social share and social media follow icons was creating a white background behind those * [New] Added an option to change the background of Instagram to the multi-colored one * [New] Added Youtube icon in the list of existing social share networks * [Improvement] Google login now prompts users to select which google account to choose to login * [Improvement] Google login was not working in some cases because of the space between the two scopes being used in the authorization URL * [Improvement] Code quality improvement

Download this release

Release Info

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

Code changes from version 7.13.30 to 7.13.31

admin/like_buttons.php CHANGED
@@ -506,8 +506,8 @@
506
  if( count( $post_types ) ) {
507
  foreach ( $post_types as $post_type ) {
508
  ?>
509
- <input id="the_champ_counter_vertical_<?php echo $post_type ?>" name="the_champ_counter[vertical_<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
510
- <label for="the_champ_counter_vertical_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
511
  <?php
512
  }
513
  }
506
  if( count( $post_types ) ) {
507
  foreach ( $post_types as $post_type ) {
508
  ?>
509
+ <input id="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_counter[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
510
+ <label for="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst($post_type)); ?></label><br/>
511
  <?php
512
  }
513
  }
admin/social_sharing.php CHANGED
@@ -91,28 +91,28 @@
91
  ?>
92
  <style type="text/css">
93
  #the_champ_preview{
94
- color:<?php echo $sharing_color ? $sharing_color : "#fff" ?>;
95
  }
96
  #the_champ_preview:hover{
97
- color:<?php echo $sharing_color_hover ?>;
98
  }
99
  </style>
100
  <div>
101
- <div class="theChampCounterPreviewTop" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['horizontal_sharing_width'] : $theChampSharingOptions['horizontal_sharing_size'] ) ?>px">44</div>
102
  <div class="theChampCounterPreviewLeft">44</div>
103
  <div id="the_champ_preview" style="cursor:pointer;float:left">
104
  <div class="theChampCounterPreviewInnertop">44</div>
105
  <div class="theChampCounterPreviewInnerleft">44</div>
106
- <div id="horizontal_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22<?php echo $sharing_color ? str_replace( '#', '%23', $sharing_color) : "%23fff" ?>%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
107
  <div class="theChampCounterPreviewInnerright">44</div>
108
  <div class="theChampCounterPreviewInnerbottom">44</div>
109
  </div>
110
  <div class="theChampCounterPreviewRight">44</div>
111
- <div class="theChampCounterPreviewBottom" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['horizontal_sharing_width'] : $theChampSharingOptions['horizontal_sharing_size'] ) ?>px">44</div>
112
  </div>
113
 
114
  <script type="text/javascript">
115
- var tempHorShape = '<?php echo $sharing_shape ?>', tempHorSize = '<?php echo $sharing_size ?>', tempHorHeight = '<?php echo $sharing_height ?>', tempHorWidth = '<?php echo $sharing_width ?>', theChampSharingBgHover = '<?php echo $horizontal_bg_hover ?>', theChampSharingBg = '<?php echo $horizontal_bg ? $horizontal_bg : "#3C589A" ?>', theChampBorderWidth = '<?php echo $border_width ?>', theChampBorderColor = '<?php echo $border_color ?>', theChampSharingBorderRadius = '<?php echo $sharing_border_radius ? $sharing_border_radius . "px" : "0px" ?>';
116
 
117
  theChampSharingHorizontalPreview();
118
 
@@ -175,7 +175,7 @@
175
  <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
176
  </th>
177
  <td>
178
- <input style="width:50px" id="the_champ_icon_size" name="the_champ_sharing[horizontal_sharing_size]" type="text" value="<?php echo $sharing_size; ?>" />
179
  <input id="the_champ_size_plus" type="button" value="+" onmouseup="tempHorSize = document.getElementById('the_champ_icon_size').value;theChampSharingHorizontalPreview()" />
180
  <input id="the_champ_size_minus" type="button" value="-" onmouseup="tempHorSize = document.getElementById('the_champ_icon_size').value;theChampSharingHorizontalPreview()" />
181
  <script type="text/javascript">
@@ -200,7 +200,7 @@
200
  <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
201
  </th>
202
  <td>
203
- <input style="width:50px" id="the_champ_icon_width" name="the_champ_sharing[horizontal_sharing_width]" type="text" value="<?php echo $sharing_width; ?>" />
204
  <input id="the_champ_width_plus" type="button" value="+" onmouseup="tempHorWidth = document.getElementById('the_champ_icon_width').value;theChampSharingHorizontalPreview()" />
205
  <input id="the_champ_width_minus" type="button" value="-" onmouseup="tempHorWidth = document.getElementById('the_champ_icon_width').value;theChampSharingHorizontalPreview()" />
206
  <script type="text/javascript">
@@ -223,7 +223,7 @@
223
  <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
224
  </th>
225
  <td>
226
- <input style="width:50px" id="the_champ_icon_height" name="the_champ_sharing[horizontal_sharing_height]" type="text" value="<?php echo $sharing_height; ?>" />
227
  <input id="the_champ_height_plus" type="button" value="+" onmouseup="tempHorHeight = document.getElementById('the_champ_icon_height').value;theChampSharingHorizontalPreview()" />
228
  <input id="the_champ_height_minus" type="button" value="-" onmouseup="tempHorHeight = document.getElementById('the_champ_icon_height').value;theChampSharingHorizontalPreview()" />
229
  <script type="text/javascript">
@@ -248,7 +248,7 @@
248
  <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
249
  </th>
250
  <td>
251
- <input style="width:50px" id="the_champ_icon_border_radius" name="the_champ_sharing[horizontal_border_radius]" type="text" value="<?php echo $sharing_border_radius; ?>" onkeyup="theChampSharingBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampSharingBorderRadius, 'borderRadius', '0px', 'the_champ_preview')" />
252
  </td>
253
  </tr>
254
 
@@ -266,11 +266,11 @@
266
  <label><?php _e("Logo Color", 'super-socializer'); ?></label><img id="the_champ_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
267
  </th>
268
  <td>
269
- <script type="text/javascript">var theChampSharingTempColor = '<?php echo $sharing_color ? $sharing_color : "#fff" ?>';</script>
270
- <label for="the_champ_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_default" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#horizontal_svg').attr('style', jQuery('#horizontal_svg').attr('style').replace(theChampSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_preview').css('color', theChampSharingTempColor.replace('%23','#')) }" name="the_champ_sharing[horizontal_font_color_default]" type="text" value="<?php echo $sharing_color; ?>" />
271
- <input name="the_champ_sharing[horizontal_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color'] : ''; ?>" />
272
- <label style="margin-left:10px" for="the_champ_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_hover" name="the_champ_sharing[horizontal_font_color_hover]" type="text" onkeyup="" value="<?php echo $sharing_color_hover; ?>" />
273
- <input name="the_champ_sharing[horizontal_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color_hover'] : ''; ?>" />
274
  </td>
275
  </tr>
276
 
@@ -287,8 +287,8 @@
287
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
288
  </th>
289
  <td>
290
- <label for="the_champ_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_default" name="the_champ_sharing[horizontal_bg_color_default]" type="text" onkeyup="theChampSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_preview')" value="<?php echo $horizontal_bg ?>" />
291
- <label style="margin-left:10px" for="the_champ_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_hover" name="the_champ_sharing[horizontal_bg_color_hover]" type="text" onkeyup="theChampSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $horizontal_bg_hover ?>" />
292
  </td>
293
  </tr>
294
 
@@ -305,16 +305,16 @@
305
  <label><?php _e("Border", 'super-socializer'); ?></label><img id="the_champ_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
306
  </th>
307
  <td>
308
- <script type="text/javascript">var theChampBorderWidthHover = '<?php echo $border_width_hover = isset( $theChampSharingOptions['horizontal_border_width_hover'] ) ? $theChampSharingOptions['horizontal_border_width_hover'] : ''; ?>', theChampBorderColorHover = '<?php echo $border_color_hover = isset( $theChampSharingOptions['horizontal_border_color_hover'] ) ? $theChampSharingOptions['horizontal_border_color_hover'] : ''; ?>'</script>
309
  <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
310
  <br/>
311
- <label for="the_champ_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_default" onkeyup="theChampBorderWidth = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_preview'); theChampSharingHorizontalPreview();" name="the_champ_sharing[horizontal_border_width_default]" type="text" value="<?php echo $border_width ?>" />pixel(s)
312
- <label style="margin-left:10px" for="the_champ_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampBorderColor = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_preview')" id="the_champ_border_color_default" name="the_champ_sharing[horizontal_border_color_default]" type="text" value="<?php echo $border_color ?>" />
313
  <br/><br/>
314
  <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
315
  <br/>
316
- <label for="the_champ_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_hover" name="the_champ_sharing[horizontal_border_width_hover]" type="text" value="<?php echo $border_width_hover ?>" onkeyup="theChampBorderWidthHover = this.value.trim();" />pixel(s)
317
- <label style="margin-left:10px" for="the_champ_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_color_hover" name="the_champ_sharing[horizontal_border_color_hover]" type="text" value="<?php echo $border_color_hover ?>" onkeyup="theChampBorderColorHover = this.value.trim();" />
318
  </td>
319
  </tr>
320
 
@@ -349,7 +349,7 @@
349
  <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
350
  </td>
351
  </tr>
352
- <script type="text/javascript">theChampCounterPreview('<?php echo $counter_position ?>');</script>
353
 
354
  <tr class="the_champ_help_content" id="the_champ_counter_help_cont">
355
  <td colspan="2">
@@ -390,28 +390,28 @@
390
  ?>
391
  <style type="text/css">
392
  #the_champ_vertical_preview{
393
- color:<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>;
394
  }
395
  #the_champ_vertical_preview:hover{
396
- color:<?php echo $vertical_sharing_color_hover ?>;
397
  }
398
  </style>
399
  <div>
400
- <div class="theChampCounterVerticalPreviewTop" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_width'] : $theChampSharingOptions['vertical_sharing_size'] ) ?>px">44</div>
401
  <div class="theChampCounterVerticalPreviewLeft">44</div>
402
  <div id="the_champ_vertical_preview" style="cursor:pointer;float:left">
403
  <div class="theChampCounterVerticalPreviewInnertop">44</div>
404
  <div class="theChampCounterVerticalPreviewInnerleft">44</div>
405
- <div id="vertical_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22<?php echo $vertical_sharing_color ? str_replace( '#', '%23', $vertical_sharing_color) : "%23fff" ?>%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
406
  <div class="theChampCounterVerticalPreviewInnerright">44</div>
407
  <div class="theChampCounterVerticalPreviewInnerbottom">44</div>
408
  </div>
409
  <div class="theChampCounterVerticalPreviewRight">44</div>
410
- <div class="theChampCounterVerticalPreviewBottom" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_width'] : $theChampSharingOptions['vertical_sharing_size'] ) ?>px">44</div>
411
  </div>
412
 
413
  <script type="text/javascript">
414
- var tempVerticalShape = '<?php echo $vertical_sharing_shape ?>', tempVerticalSize = '<?php echo $vertical_sharing_size ?>', tempVerticalHeight = '<?php echo $vertical_sharing_height ?>', tempVerticalWidth = '<?php echo $vertical_sharing_width ?>', theChampVerticalSharingBgHover = '<?php echo $vertical_bg_hover ?>', theChampVerticalSharingBg = '<?php echo $vertical_bg ? $vertical_bg : "#3C589A" ?>', theChampVerticalBorderWidth = '<?php echo $vertical_border_width ?>', theChampVerticalBorderColor = '<?php echo $vertical_border_color ?>', theChampVerticalBorderWidthHover = '<?php echo $vertical_border_width_hover = isset( $theChampSharingOptions['vertical_border_width_hover'] ) ? $theChampSharingOptions['vertical_border_width_hover'] : ''; ?>', theChampVerticalBorderColorHover = '<?php echo $vertical_border_color_hover = isset( $theChampSharingOptions['vertical_border_color_hover'] ) ? $theChampSharingOptions['vertical_border_color_hover'] : ''; ?>', theChampVerticalBorderRadius = '<?php echo $vertical_sharing_border_radius ? $vertical_sharing_border_radius . "px" : "0px" ?>';
415
 
416
  theChampSharingVerticalPreview();
417
 
@@ -474,7 +474,7 @@
474
  <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_sharing_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
475
  </th>
476
  <td>
477
- <input style="width:50px" id="the_champ_vertical_sharing_icon_size" name="the_champ_sharing[vertical_sharing_size]" type="text" value="<?php echo $vertical_sharing_size; ?>" />
478
  <input id="the_champ_vertical_sharing_size_plus" type="button" value="+" onmouseup="tempVerticalSize = document.getElementById('the_champ_vertical_sharing_icon_size').value;theChampSharingVerticalPreview()" />
479
  <input id="the_champ_vertical_sharing_size_minus" type="button" value="-" onmouseup="tempVerticalSize = document.getElementById('the_champ_vertical_sharing_icon_size').value;theChampSharingVerticalPreview()" />
480
  <script type="text/javascript">
@@ -499,7 +499,7 @@
499
  <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
500
  </th>
501
  <td>
502
- <input style="width:50px" id="the_champ_vertical_icon_width" name="the_champ_sharing[vertical_sharing_width]" type="text" value="<?php echo $vertical_sharing_width; ?>" />
503
  <input id="the_champ_vertical_width_plus" type="button" value="+" onmouseup="tempVerticalWidth = document.getElementById('the_champ_vertical_icon_width').value;theChampSharingVerticalPreview()" />
504
  <input id="the_champ_vertical_width_minus" type="button" value="-" onmouseup="tempVerticalWidth = document.getElementById('the_champ_vertical_icon_width').value;theChampSharingVerticalPreview()" />
505
  <script type="text/javascript">
@@ -522,7 +522,7 @@
522
  <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
523
  </th>
524
  <td>
525
- <input style="width:50px" id="the_champ_vertical_icon_height" name="the_champ_sharing[vertical_sharing_height]" type="text" value="<?php echo $vertical_sharing_height; ?>" />
526
  <input id="the_champ_vertical_height_plus" type="button" value="+" onmouseup="tempVerticalHeight = document.getElementById('the_champ_vertical_icon_height').value;theChampSharingVerticalPreview()" />
527
  <input id="the_champ_vertical_height_minus" type="button" value="-" onmouseup="tempVerticalHeight = document.getElementById('the_champ_vertical_icon_height').value;theChampSharingVerticalPreview()" />
528
  <script type="text/javascript">
@@ -547,7 +547,7 @@
547
  <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
548
  </th>
549
  <td>
550
- <input style="width:50px" id="the_champ_vertical_icon_border_radius" name="the_champ_sharing[vertical_border_radius]" type="text" value="<?php echo $vertical_sharing_border_radius; ?>" onkeyup="theChampVerticalBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampVerticalBorderRadius, 'borderRadius', '0px', 'the_champ_vertical_preview')" />
551
  </td>
552
  </tr>
553
 
@@ -566,10 +566,10 @@
566
  </th>
567
  <td>
568
  <script type="text/javascript">var theChampVerticalSharingTempColor = '<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>';</script>
569
- <label for="the_champ_vertical_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_default" name="the_champ_sharing[vertical_font_color_default]" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#vertical_svg').attr('style', jQuery('#vertical_svg').attr('style').replace(theChampVerticalSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampVerticalSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_vertical_preview').css('color', theChampVerticalSharingTempColor.replace('%23','#')) }" type="text" value="<?php echo $vertical_sharing_color ?>" />
570
- <input name="the_champ_sharing[vertical_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color'] ) ? $theChampSharingOptions['vertical_sharing_replace_color'] : ''; ?>" />
571
- <label style="margin-left:10px" for="the_champ_vertical_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_hover" name="the_champ_sharing[vertical_font_color_hover]" type="text" value="<?php echo $vertical_sharing_color_hover; ?>" />
572
- <input name="the_champ_sharing[vertical_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color_hover'] ) ? $theChampSharingOptions['vertical_sharing_replace_color_hover'] : ''; ?>" />
573
  </td>
574
  </tr>
575
 
@@ -586,8 +586,8 @@
586
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
587
  </th>
588
  <td>
589
- <label for="the_champ_vertical_icon_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_icon_bg_color_default" name="the_champ_sharing[vertical_bg_color_default]" type="text" onkeyup="theChampVerticalSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_vertical_preview')" value="<?php echo $vertical_bg ?>" />
590
- <label style="margin-left:10px" for="the_champ_vertical_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_bg_color_hover" name="the_champ_sharing[vertical_bg_color_hover]" type="text" onkeyup="theChampVerticalSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $vertical_bg_hover ?>" />
591
  </td>
592
  </tr>
593
 
@@ -606,13 +606,13 @@
606
  <td>
607
  <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
608
  <br/>
609
- <label for="the_champ_vertical_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampVerticalBorderWidth = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_vertical_preview'); theChampSharingVerticalPreview();" id="the_champ_vertical_border_width_default" name="the_champ_sharing[vertical_border_width_default]" type="text" value="<?php echo $vertical_border_width ?>" />pixel(s)
610
- <label style="margin-left:10px" for="the_champ_vertical_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input onkeyup="theChampVerticalBorderColor = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_vertical_preview')" style="width: 100px" id="the_champ_vertical_border_color_default" name="the_champ_sharing[vertical_border_color_default]" type="text" value="<?php echo $vertical_border_color = isset( $theChampSharingOptions['vertical_border_color_default'] ) ? $theChampSharingOptions['vertical_border_color_default'] : ''; ?>" />
611
  <br/><br/>
612
  <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
613
  <br/>
614
- <label for="the_champ_vertical_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_width_hover" name="the_champ_sharing[vertical_border_width_hover]" onkeyup="theChampVerticalBorderWidthHover = this.value.trim();" type="text" value="<?php echo $vertical_border_width_hover ?>" />pixel(s)
615
- <label style="margin-left:10px" for="the_champ_vertical_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_color_hover" name="the_champ_sharing[vertical_border_color_hover]" onkeyup="theChampVerticalBorderColorHover = this.value.trim()" type="text" value="<?php echo $vertical_border_color_hover; ?>" />
616
  </td>
617
  </tr>
618
 
@@ -647,7 +647,7 @@
647
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
648
  </td>
649
  </tr>
650
- <script type="text/javascript">theChampVerticalCounterPreview('<?php echo $vertical_counter_position ?>');</script>
651
 
652
  <tr class="the_champ_help_content" id="the_champ_vertical_counter_help_cont">
653
  <td colspan="2">
@@ -701,7 +701,7 @@
701
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
702
  <input id="the_champ_target_url_custom" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
703
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
704
- <input id="the_champ_target_url_custom_url" name="the_champ_sharing[horizontal_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['horizontal_target_url_custom'] ) ? $theChampSharingOptions['horizontal_target_url_custom'] : '' ?>" />
705
  </td>
706
  </tr>
707
  <tr class="the_champ_help_content" id="the_champ_horizontal_target_url_help_cont">
@@ -717,7 +717,7 @@
717
  <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
718
  </th>
719
  <td>
720
- <input id="the_champ_fblogin_title" name="the_champ_sharing[title]" type="text" value="<?php echo isset( $theChampSharingOptions['title'] ) ? $theChampSharingOptions['title'] : '' ?>" />
721
  </td>
722
  </tr>
723
 
@@ -730,6 +730,12 @@
730
  </tr>
731
 
732
  <?php
 
 
 
 
 
 
733
  $instagramUsername = '';
734
  if(isset($theChampSharingOptions['instagram_username'])){
735
  $instagramUsername = $theChampSharingOptions['instagram_username'];
@@ -751,7 +757,7 @@
751
  <label for="the_champ_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
752
  </th>
753
  <td>
754
- <input id="the_champ_instagram_username" name="the_champ_sharing[instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
755
  </td>
756
  </tr>
757
 
@@ -763,6 +769,24 @@
763
  </td>
764
  </tr>
765
  </tbody>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
766
 
767
  <tbody id="the_champ_comment_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
768
  <tr>
@@ -770,7 +794,7 @@
770
  <label for="the_champ_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
771
  </th>
772
  <td>
773
- <input id="the_champ_comment_container_id" name="the_champ_sharing[comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
774
  </td>
775
  </tr>
776
 
@@ -785,7 +809,7 @@
785
 
786
  <?php
787
  $likeButtons = array('facebook_share', 'facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'pinterest_pin', 'buffer_share', 'xing_share', 'yummly_share', 'reddit_badge');
788
- $sharingNetworks = array('facebook', 'gettr', 'gab', 'twitter', 'Parler' , 'linkedin', 'print', 'email', 'reddit', 'digg', 'float_it', 'tumblr', 'vkontakte', 'pinterest', 'xing', 'whatsapp', 'instagram', 'yummly', 'buffer', 'AIM', 'Amazon_Wish_List', 'AOL_Mail', 'App.net', 'Balatarin', 'BibSonomy', 'Bitty_Browser', 'Blinklist', 'Blogger_Post', 'BlogMarks', 'Bookmarks.fr', 'Box.net', 'BuddyMarks', 'Care2_News', 'Comment', 'Copy_Link', 'Diary.Ru', 'Diaspora', 'Diigo', 'Douban', 'Draugiem', 'Evernote', 'Facebook_Messenger', 'Fark', 'Fintel', 'Flipboard', 'Folkd', 'GentleReader', 'Google_Bookmarks', 'Google_Classroom', 'Google_Gmail', 'Hacker_News', 'Hatena', 'Instapaper', 'Jamespot', 'Kakao', 'Kik', 'Kindle_It', 'Known', 'Line', 'LiveJournal', 'Mail.Ru', 'Mendeley', 'Meneame', 'MeWe', 'mix', 'Mixi', 'MySpace', 'Netvouz', 'Odnoklassniki', 'Outlook.com', 'Papaly', 'Pinboard', 'Plurk', 'Pocket', 'PrintFriendly', 'Protopage_Bookmarks', 'Pusha', 'Qzone', 'Rediff MyPage', 'Refind', 'Renren', 'Sina Weibo', 'SiteJot', 'Skype', 'Slashdot', 'SMS', 'StockTwits', 'Svejo', 'Symbaloo_Feeds', 'Telegram', 'Threema', 'Trello', 'Tuenti', 'Twiddla', 'TypePad_Post', 'Viadeo', 'Viber', 'Webnews', 'WordPress', 'Wykop', 'Yahoo_Mail', 'Yoolink');
789
  ?>
790
 
791
  <tr>
@@ -809,26 +833,26 @@
809
  $horSharingStyle .= 'border-radius:' . $theChampSharingOptions['horizontal_border_radius'] . 'px;';
810
  }
811
  ?>
812
- var theChampHorSharingStyle = '<?php echo $horSharingStyle ?>', theChampHorDeliciousRadius = '<?php echo $horDeliciousRadius ?>', theChampLikeButtons = ["<?php echo implode('","', $likeButtons) ?>"];
813
  </script>
814
  <style type="text/css">
815
  .theChampSharingBackground{
816
  <?php if($horizontal_bg){ ?>
817
- background-color: <?php echo $horizontal_bg ?>;background:<?php echo $horizontal_bg ?>;
818
  <?php }if($border_width){ ?>
819
- border-width: <?php echo $border_width ?>px;
820
  border-style: solid;
821
  <?php } ?>
822
- border-color: <?php echo $border_color ? $border_color : 'transparent'; ?>;
823
  }
824
  .theChampSharingBackground:hover{
825
  <?php if($horizontal_bg_hover){ ?>
826
- background-color: <?php echo $horizontal_bg_hover ?>;background:<?php echo $horizontal_bg_hover ?>;
827
  <?php }if($border_width_hover){ ?>
828
- border-width: <?php echo $border_width_hover ?>px;
829
  border-style: solid;
830
  <?php } ?>
831
- border-color: <?php echo $border_color_hover ? $border_color_hover : 'transparent'; ?>;
832
  }
833
  </style>
834
  <ul id="the_champ_ss_rearrange">
@@ -836,9 +860,9 @@
836
  if ( isset( $theChampSharingOptions['horizontal_re_providers'] ) ) {
837
  foreach ( $theChampSharingOptions['horizontal_re_providers'] as $rearrange ) {
838
  ?>
839
- <li title="<?php echo ucfirst( str_replace( '_', ' ', $rearrange ) ) ?>" id="the_champ_re_horizontal_<?php echo str_replace(array(' ', '.'), '_', $rearrange) ?>" >
840
- <i style="display:block;<?php echo $horSharingStyle ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'theChampSharingBackground' ?> theChamp<?php echo ucfirst(str_replace(array('_', '.', ' '), '', $rearrange)) ?>Background"><div class="theChampSharingSvg theChamp<?php echo ucfirst(str_replace(array('_', ' ', '.'), '', $rearrange)) ?>Svg" style="<?php echo $horDeliciousRadius ?>"></div></i>
841
- <input type="hidden" name="the_champ_sharing[horizontal_re_providers][]" value="<?php echo $rearrange ?>">
842
  </li>
843
  <?php
844
  }
@@ -876,8 +900,8 @@
876
  foreach($likeButtons as $likeButton){
877
  ?>
878
  <div class="theChampHorizontalSharingProviderContainer">
879
- <input id="the_champ_<?php echo $likeButton ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $likeButton ?>" />
880
- <label for="the_champ_<?php echo $likeButton ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
881
  </div>
882
  <?php
883
  }
@@ -889,9 +913,9 @@
889
  foreach($sharingNetworks as $sharingNetwork){
890
  ?>
891
  <div class="theChampHorizontalSharingProviderContainer">
892
- <input id="the_champ_<?php echo $sharingNetwork ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $sharingNetwork ?>" />
893
- <label for="the_champ_<?php echo $sharingNetwork ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
894
- <label for="the_champ_<?php echo $sharingNetwork ?>" class="lblSocialNetwork"><?php echo str_replace('_', ' ', ucfirst($sharingNetwork)) ?></label>
895
  </div>
896
  <?php
897
  }
@@ -963,8 +987,8 @@
963
  if( count( $post_types ) ) {
964
  foreach ( $post_types as $post_type ) {
965
  ?>
966
- <input id="the_champ_<?php echo $post_type ?>" name="the_champ_sharing[<?php echo $post_type ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions[$post_type] ) ? 'checked = "checked"' : '';?> value="1" />
967
- <label for="the_champ_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
968
  <?php
969
  }
970
  }
@@ -1122,7 +1146,7 @@
1122
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
1123
  <input id="the_champ_vertical_target_url_custom" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
1124
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
1125
- <input id="the_champ_vertical_target_url_custom_url" name="the_champ_sharing[vertical_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_target_url_custom'] ) ? $theChampSharingOptions['vertical_target_url_custom'] : '' ?>" />
1126
  </td>
1127
  </tr>
1128
  <tr class="the_champ_help_content" id="the_champ_vertical_target_url_help_cont">
@@ -1139,7 +1163,7 @@
1139
  <label for="the_champ_vertical_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1140
  </th>
1141
  <td>
1142
- <input id="the_champ_vertical_instagram_username" name="the_champ_sharing[vertical_instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
1143
  </td>
1144
  </tr>
1145
 
@@ -1152,13 +1176,32 @@
1152
  </tr>
1153
  </tbody>
1154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1155
  <tbody id="the_champ_vertical_comment_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('Comment', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1156
  <tr>
1157
  <th>
1158
- <label for="the_champ_vertical_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1159
  </th>
1160
  <td>
1161
- <input id="the_champ_vertical_comment_container_id" name="the_champ_sharing[vertical_comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
1162
  </td>
1163
  </tr>
1164
 
@@ -1190,26 +1233,26 @@
1190
  $verticalSharingStyle .= 'border-radius:' . $theChampSharingOptions['vertical_border_radius'] . 'px;';
1191
  }
1192
  ?>
1193
- var theChampVerticalSharingStyle = '<?php echo $verticalSharingStyle ?>', theChampVerticalDeliciousRadius = '<?php echo $verticalDeliciousRadius ?>';
1194
  </script>
1195
  <style type="text/css">
1196
  .theChampVerticalSharingBackground{
1197
  <?php if($vertical_bg){ ?>
1198
- background-color: <?php echo $vertical_bg ?>;background:<?php echo $vertical_bg ?>;
1199
  <?php }if($vertical_border_width){ ?>
1200
- border-width: <?php echo $vertical_border_width ?>px;
1201
  border-style: solid;
1202
  <?php } ?>
1203
- border-color: <?php echo $vertical_border_color ? $vertical_border_color : 'transparent'; ?>;
1204
  }
1205
  .theChampVerticalSharingBackground:hover{
1206
  <?php if($vertical_bg_hover){ ?>
1207
- background-color: <?php echo $vertical_bg_hover ?>;background:<?php echo $vertical_bg_hover ?>;
1208
  <?php }if($vertical_border_width_hover){ ?>
1209
- border-width: <?php echo $vertical_border_width_hover ?>px;
1210
  border-style: solid;
1211
  <?php } ?>
1212
- border-color: <?php echo $vertical_border_color_hover ? $vertical_border_color_hover : 'transparent'; ?>;
1213
  }
1214
  </style>
1215
  <ul id="the_champ_ss_vertical_rearrange">
@@ -1217,9 +1260,9 @@
1217
  if ( isset( $theChampSharingOptions['vertical_re_providers'] ) ) {
1218
  foreach ( $theChampSharingOptions['vertical_re_providers'] as $rearrange ) {
1219
  ?>
1220
- <li title="<?php echo ucfirst( str_replace( '_', ' ', $rearrange ) ) ?>" id="the_champ_re_vertical_<?php echo str_replace( array( ' ', '.' ), '_', $rearrange) ?>" >
1221
- <i style="display:block;<?php echo $verticalSharingStyle ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'theChampVerticalSharingBackground' ?> theChamp<?php echo ucfirst(str_replace( array('_', '.', ' '), '', $rearrange)) ?>Background"><div class="theChampSharingSvg theChamp<?php echo ucfirst(str_replace( array('_', '.', ' '), '', $rearrange ) ) ?>Svg" style="<?php echo $verticalDeliciousRadius ?>"></div></i>
1222
- <input type="hidden" name="the_champ_sharing[vertical_re_providers][]" value="<?php echo $rearrange ?>">
1223
  </li>
1224
  <?php
1225
  }
@@ -1257,8 +1300,8 @@
1257
  foreach($likeButtons as $likeButton){
1258
  ?>
1259
  <div class="theChampVerticalSharingProviderContainer">
1260
- <input id="the_champ_vertical_<?php echo $likeButton ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $likeButton ?>" />
1261
- <label for="the_champ_vertical_<?php echo $likeButton ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
1262
  </div>
1263
  <?php
1264
  }
@@ -1270,9 +1313,9 @@
1270
  foreach($sharingNetworks as $sharingNetwork){
1271
  ?>
1272
  <div class="theChampVerticalSharingProviderContainer">
1273
- <input id="the_champ_vertical_sharing_<?php echo $sharingNetwork ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo $sharingNetwork ?>" />
1274
- <label for="the_champ_vertical_sharing_<?php echo $sharingNetwork ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
1275
- <label for="the_champ_vertical_sharing_<?php echo $sharingNetwork ?>" class="lblSocialNetwork"><?php echo str_replace('_', ' ', ucfirst($sharingNetwork)) ?></label>
1276
  </div>
1277
  <?php
1278
  }
@@ -1285,7 +1328,7 @@
1285
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1286
  </th>
1287
  <td>
1288
- <input style="width: 100px" name="the_champ_sharing[vertical_bg]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_bg'] ) ? $theChampSharingOptions['vertical_bg'] : '' ?>" />
1289
  </td>
1290
  </tr>
1291
 
@@ -1323,7 +1366,7 @@
1323
  <label for="the_champ_left_offset"><?php _e("Left offset", 'super-socializer'); ?></label><img id="the_champ_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1324
  </th>
1325
  <td>
1326
- <input style="width: 100px" id="the_champ_left_offset" name="the_champ_sharing[left_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['left_offset'] ) ? $theChampSharingOptions['left_offset'] : '' ?>" />px
1327
  </td>
1328
  </tr>
1329
 
@@ -1342,7 +1385,7 @@
1342
  <label for="the_champ_right_offset"><?php _e("Right offset", 'super-socializer'); ?></label><img id="the_champ_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1343
  </th>
1344
  <td>
1345
- <input style="width: 100px" id="the_champ_right_offset" name="the_champ_sharing[right_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['right_offset'] ) ? $theChampSharingOptions['right_offset'] : '' ?>" />px
1346
  </td>
1347
  </tr>
1348
 
@@ -1360,7 +1403,7 @@
1360
  <label for="the_champ_top_offset"><?php _e("Top offset", 'super-socializer'); ?></label><img id="the_champ_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1361
  </th>
1362
  <td>
1363
- <input style="width: 100px" id="the_champ_top_offset" name="the_champ_sharing[top_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['top_offset'] ) ? $theChampSharingOptions['top_offset'] : '' ?>" />px
1364
  </td>
1365
  </tr>
1366
 
@@ -1393,8 +1436,8 @@
1393
  if( count( $post_types ) ) {
1394
  foreach ( $post_types as $post_type ) {
1395
  ?>
1396
- <input id="the_champ_vertical_<?php echo $post_type ?>" name="the_champ_sharing[vertical_<?php echo $post_type ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_' . $post_type] ) ? 'checked = "checked"' : '';?> value="1" />
1397
- <label for="the_champ_vertical_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
1398
  <?php
1399
  }
1400
  }
@@ -1575,6 +1618,29 @@
1575
  <div class="clear"></div>
1576
  <div class="the_champ_left_column">
1577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1578
  <div class="stuffbox">
1579
  <h3><label><?php _e('Url shortener', 'super-socializer');?></label></h3>
1580
  <div class="inside">
@@ -1618,7 +1684,7 @@
1618
  <label for="the_champ_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?></label><img id="the_champ_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1619
  </th>
1620
  <td>
1621
- <input id="the_champ_bitly_token" name="the_champ_sharing[bitly_access_token]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_access_token'] ) ? $theChampSharingOptions['bitly_access_token'] : '' ?>" />
1622
  </td>
1623
  </tr>
1624
 
@@ -1665,7 +1731,7 @@
1665
  <label for="the_champ_share_count_cache"><?php _e( "Refresh Share Count cache every", 'super-socializer'); ?></label><img id="the_champ_share_count_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1666
  </th>
1667
  <td>
1668
- <input style="width: 50px;" id="the_champ_share_count_cache" name="the_champ_sharing[share_count_cache_refresh_count]" type="text" value="<?php echo $theChampSharingOptions['share_count_cache_refresh_count']; ?>" />
1669
  <select name="the_champ_sharing[share_count_cache_refresh_unit]">
1670
  <option value="seconds" <?php echo $theChampSharingOptions['share_count_cache_refresh_unit'] == 'seconds' ? 'selected' : ''; ?>><?php _e('Second(s)', 'super-socializer') ?></option>
1671
  <option value="minutes" <?php echo $theChampSharingOptions['share_count_cache_refresh_unit'] == 'minutes' ? 'selected' : ''; ?>><?php _e('Minute(s)', 'super-socializer') ?></option>
@@ -1713,7 +1779,7 @@
1713
  <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer'); ?></label><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1714
  </th>
1715
  <td>
1716
- <input id="the_champ_sc_language" name="the_champ_sharing[language]" type="text" value="<?php echo $theChampSharingOptions['language'] ? $theChampSharingOptions['language'] : '' ?>" />
1717
  </td>
1718
  </tr>
1719
 
@@ -1755,7 +1821,7 @@
1755
  <label for="the_champ_buffer_username"><?php _e("Buffer username (without @)", 'super-socializer'); ?></label><img id="the_champ_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1756
  </th>
1757
  <td>
1758
- <input id="the_champ_buffer_username" name="the_champ_sharing[buffer_username]" type="text" value="<?php echo isset( $theChampSharingOptions['buffer_username'] ) ? $theChampSharingOptions['buffer_username'] : '' ?>" />
1759
  </td>
1760
  </tr>
1761
 
91
  ?>
92
  <style type="text/css">
93
  #the_champ_preview{
94
+ color:<?php echo $sharing_color ? esc_html($sharing_color) : "#fff" ?>;
95
  }
96
  #the_champ_preview:hover{
97
+ color:<?php echo esc_html($sharing_color_hover) ?>;
98
  }
99
  </style>
100
  <div>
101
+ <div class="theChampCounterPreviewTop" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? esc_attr($theChampSharingOptions['horizontal_sharing_width']) : esc_attr($theChampSharingOptions['horizontal_sharing_size'])) ?>px">44</div>
102
  <div class="theChampCounterPreviewLeft">44</div>
103
  <div id="the_champ_preview" style="cursor:pointer;float:left">
104
  <div class="theChampCounterPreviewInnertop">44</div>
105
  <div class="theChampCounterPreviewInnerleft">44</div>
106
+ <div id="horizontal_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22<?php echo $sharing_color ? esc_attr(str_replace( '#', '%23', $sharing_color)) : "%23fff" ?>%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
107
  <div class="theChampCounterPreviewInnerright">44</div>
108
  <div class="theChampCounterPreviewInnerbottom">44</div>
109
  </div>
110
  <div class="theChampCounterPreviewRight">44</div>
111
+ <div class="theChampCounterPreviewBottom" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? esc_attr($theChampSharingOptions['horizontal_sharing_width']) : esc_attr($theChampSharingOptions['horizontal_sharing_size']) ) ?>px">44</div>
112
  </div>
113
 
114
  <script type="text/javascript">
115
+ var tempHorShape = '<?php echo esc_js($sharing_shape) ?>', tempHorSize = '<?php echo esc_js($sharing_size) ?>', tempHorHeight = '<?php echo esc_js($sharing_height) ?>', tempHorWidth = '<?php echo esc_js($sharing_width) ?>', theChampSharingBgHover = '<?php echo esc_js($horizontal_bg_hover) ?>', theChampSharingBg = '<?php echo $horizontal_bg ? esc_js($horizontal_bg) : "#3C589A" ?>', theChampBorderWidth = '<?php echo esc_js($border_width) ?>', theChampBorderColor = '<?php echo esc_js($border_color) ?>', theChampSharingBorderRadius = '<?php echo $sharing_border_radius ? esc_js($sharing_border_radius) . "px" : "0px" ?>';
116
 
117
  theChampSharingHorizontalPreview();
118
 
175
  <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
176
  </th>
177
  <td>
178
+ <input style="width:50px" id="the_champ_icon_size" name="the_champ_sharing[horizontal_sharing_size]" type="text" value="<?php echo esc_attr($sharing_size); ?>" />
179
  <input id="the_champ_size_plus" type="button" value="+" onmouseup="tempHorSize = document.getElementById('the_champ_icon_size').value;theChampSharingHorizontalPreview()" />
180
  <input id="the_champ_size_minus" type="button" value="-" onmouseup="tempHorSize = document.getElementById('the_champ_icon_size').value;theChampSharingHorizontalPreview()" />
181
  <script type="text/javascript">
200
  <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
201
  </th>
202
  <td>
203
+ <input style="width:50px" id="the_champ_icon_width" name="the_champ_sharing[horizontal_sharing_width]" type="text" value="<?php echo esc_attr($sharing_width); ?>" />
204
  <input id="the_champ_width_plus" type="button" value="+" onmouseup="tempHorWidth = document.getElementById('the_champ_icon_width').value;theChampSharingHorizontalPreview()" />
205
  <input id="the_champ_width_minus" type="button" value="-" onmouseup="tempHorWidth = document.getElementById('the_champ_icon_width').value;theChampSharingHorizontalPreview()" />
206
  <script type="text/javascript">
223
  <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
224
  </th>
225
  <td>
226
+ <input style="width:50px" id="the_champ_icon_height" name="the_champ_sharing[horizontal_sharing_height]" type="text" value="<?php echo esc_attr($sharing_height); ?>" />
227
  <input id="the_champ_height_plus" type="button" value="+" onmouseup="tempHorHeight = document.getElementById('the_champ_icon_height').value;theChampSharingHorizontalPreview()" />
228
  <input id="the_champ_height_minus" type="button" value="-" onmouseup="tempHorHeight = document.getElementById('the_champ_icon_height').value;theChampSharingHorizontalPreview()" />
229
  <script type="text/javascript">
248
  <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
249
  </th>
250
  <td>
251
+ <input style="width:50px" id="the_champ_icon_border_radius" name="the_champ_sharing[horizontal_border_radius]" type="text" value="<?php echo esc_attr($sharing_border_radius); ?>" onkeyup="theChampSharingBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampSharingBorderRadius, 'borderRadius', '0px', 'the_champ_preview')" />
252
  </td>
253
  </tr>
254
 
266
  <label><?php _e("Logo Color", 'super-socializer'); ?></label><img id="the_champ_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
267
  </th>
268
  <td>
269
+ <script type="text/javascript">var theChampSharingTempColor = '<?php echo $sharing_color ? esc_js($sharing_color) : "#fff" ?>';</script>
270
+ <label for="the_champ_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_default" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#horizontal_svg').attr('style', jQuery('#horizontal_svg').attr('style').replace(theChampSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_preview').css('color', theChampSharingTempColor.replace('%23','#')) }" name="the_champ_sharing[horizontal_font_color_default]" type="text" value="<?php echo esc_js($sharing_color); ?>" />
271
+ <input name="the_champ_sharing[horizontal_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color'] ) ? esc_attr($theChampSharingOptions['horizontal_sharing_replace_color']) : ''; ?>" />
272
+ <label style="margin-left:10px" for="the_champ_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_hover" name="the_champ_sharing[horizontal_font_color_hover]" type="text" onkeyup="" value="<?php echo esc_attr($sharing_color_hover); ?>" />
273
+ <input name="the_champ_sharing[horizontal_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] ) ? esc_attr($theChampSharingOptions['horizontal_sharing_replace_color_hover']) : ''; ?>" />
274
  </td>
275
  </tr>
276
 
287
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
288
  </th>
289
  <td>
290
+ <label for="the_champ_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_default" name="the_champ_sharing[horizontal_bg_color_default]" type="text" onkeyup="theChampSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_preview')" value="<?php echo esc_attr($horizontal_bg) ?>" />
291
+ <label style="margin-left:10px" for="the_champ_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_hover" name="the_champ_sharing[horizontal_bg_color_hover]" type="text" onkeyup="theChampSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo esc_attr($horizontal_bg_hover) ?>" />
292
  </td>
293
  </tr>
294
 
305
  <label><?php _e("Border", 'super-socializer'); ?></label><img id="the_champ_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
306
  </th>
307
  <td>
308
+ <script type="text/javascript">var theChampBorderWidthHover = '<?php echo $border_width_hover = isset( $theChampSharingOptions['horizontal_border_width_hover'] ) ? esc_js($theChampSharingOptions['horizontal_border_width_hover']) : ''; ?>', theChampBorderColorHover = '<?php echo $border_color_hover = isset( $theChampSharingOptions['horizontal_border_color_hover'] ) ? esc_js($theChampSharingOptions['horizontal_border_color_hover']) : ''; ?>'</script>
309
  <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
310
  <br/>
311
+ <label for="the_champ_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_default" onkeyup="theChampBorderWidth = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_preview'); theChampSharingHorizontalPreview();" name="the_champ_sharing[horizontal_border_width_default]" type="text" value="<?php echo esc_attr($border_width) ?>" />pixel(s)
312
+ <label style="margin-left:10px" for="the_champ_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampBorderColor = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_preview')" id="the_champ_border_color_default" name="the_champ_sharing[horizontal_border_color_default]" type="text" value="<?php echo esc_attr($border_color) ?>" />
313
  <br/><br/>
314
  <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
315
  <br/>
316
+ <label for="the_champ_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_hover" name="the_champ_sharing[horizontal_border_width_hover]" type="text" value="<?php echo esc_attr($border_width_hover) ?>" onkeyup="theChampBorderWidthHover = this.value.trim();" />pixel(s)
317
+ <label style="margin-left:10px" for="the_champ_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_color_hover" name="the_champ_sharing[horizontal_border_color_hover]" type="text" value="<?php echo esc_attr($border_color_hover) ?>" onkeyup="theChampBorderColorHover = this.value.trim();" />
318
  </td>
319
  </tr>
320
 
349
  <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
350
  </td>
351
  </tr>
352
+ <script type="text/javascript">theChampCounterPreview('<?php echo esc_js($counter_position) ?>');</script>
353
 
354
  <tr class="the_champ_help_content" id="the_champ_counter_help_cont">
355
  <td colspan="2">
390
  ?>
391
  <style type="text/css">
392
  #the_champ_vertical_preview{
393
+ color:<?php echo $vertical_sharing_color ? esc_html($vertical_sharing_color) : "#fff" ?>;
394
  }
395
  #the_champ_vertical_preview:hover{
396
+ color:<?php echo esc_html($vertical_sharing_color_hover) ?>;
397
  }
398
  </style>
399
  <div>
400
+ <div class="theChampCounterVerticalPreviewTop" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? esc_attr($theChampSharingOptions['vertical_sharing_width']) : esc_attr($theChampSharingOptions['vertical_sharing_size']) ) ?>px">44</div>
401
  <div class="theChampCounterVerticalPreviewLeft">44</div>
402
  <div id="the_champ_vertical_preview" style="cursor:pointer;float:left">
403
  <div class="theChampCounterVerticalPreviewInnertop">44</div>
404
  <div class="theChampCounterVerticalPreviewInnerleft">44</div>
405
+ <div id="vertical_svg" style="float:left;width:100%;height:100%;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22<?php echo $vertical_sharing_color ? esc_attr(str_replace( '#', '%23', $vertical_sharing_color)) : "%23fff" ?>%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center; margin: auto"></div>
406
  <div class="theChampCounterVerticalPreviewInnerright">44</div>
407
  <div class="theChampCounterVerticalPreviewInnerbottom">44</div>
408
  </div>
409
  <div class="theChampCounterVerticalPreviewRight">44</div>
410
+ <div class="theChampCounterVerticalPreviewBottom" style="width:<?php echo 60 + ( isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? esc_attr($theChampSharingOptions['vertical_sharing_width']) : esc_attr($theChampSharingOptions['vertical_sharing_size']) ) ?>px">44</div>
411
  </div>
412
 
413
  <script type="text/javascript">
414
+ var tempVerticalShape = '<?php echo esc_js($vertical_sharing_shape) ?>', tempVerticalSize = '<?php echo $vertical_sharing_size ?>', tempVerticalHeight = '<?php echo esc_js($vertical_sharing_height) ?>', tempVerticalWidth = '<?php echo esc_js($vertical_sharing_width) ?>', theChampVerticalSharingBgHover = '<?php echo esc_js($vertical_bg_hover) ?>', theChampVerticalSharingBg = '<?php echo $vertical_bg ? esc_js($vertical_bg) : "#3C589A" ?>', theChampVerticalBorderWidth = '<?php echo esc_js($vertical_border_width) ?>', theChampVerticalBorderColor = '<?php echo esc_js($vertical_border_color) ?>', theChampVerticalBorderWidthHover = '<?php echo $vertical_border_width_hover = isset( $theChampSharingOptions['vertical_border_width_hover'] ) ? esc_js($theChampSharingOptions['vertical_border_width_hover']) : ''; ?>', theChampVerticalBorderColorHover = '<?php echo $vertical_border_color_hover = isset( $theChampSharingOptions['vertical_border_color_hover'] ) ? esc_js($theChampSharingOptions['vertical_border_color_hover']) : ''; ?>', theChampVerticalBorderRadius = '<?php echo $vertical_sharing_border_radius ? esc_js($vertical_sharing_border_radius) . "px" : "0px" ?>';
415
 
416
  theChampSharingVerticalPreview();
417
 
474
  <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_sharing_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
475
  </th>
476
  <td>
477
+ <input style="width:50px" id="the_champ_vertical_sharing_icon_size" name="the_champ_sharing[vertical_sharing_size]" type="text" value="<?php echo esc_attr($vertical_sharing_size); ?>" />
478
  <input id="the_champ_vertical_sharing_size_plus" type="button" value="+" onmouseup="tempVerticalSize = document.getElementById('the_champ_vertical_sharing_icon_size').value;theChampSharingVerticalPreview()" />
479
  <input id="the_champ_vertical_sharing_size_minus" type="button" value="-" onmouseup="tempVerticalSize = document.getElementById('the_champ_vertical_sharing_icon_size').value;theChampSharingVerticalPreview()" />
480
  <script type="text/javascript">
499
  <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
500
  </th>
501
  <td>
502
+ <input style="width:50px" id="the_champ_vertical_icon_width" name="the_champ_sharing[vertical_sharing_width]" type="text" value="<?php echo esc_attr($vertical_sharing_width); ?>" />
503
  <input id="the_champ_vertical_width_plus" type="button" value="+" onmouseup="tempVerticalWidth = document.getElementById('the_champ_vertical_icon_width').value;theChampSharingVerticalPreview()" />
504
  <input id="the_champ_vertical_width_minus" type="button" value="-" onmouseup="tempVerticalWidth = document.getElementById('the_champ_vertical_icon_width').value;theChampSharingVerticalPreview()" />
505
  <script type="text/javascript">
522
  <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
523
  </th>
524
  <td>
525
+ <input style="width:50px" id="the_champ_vertical_icon_height" name="the_champ_sharing[vertical_sharing_height]" type="text" value="<?php echo esc_attr($vertical_sharing_height); ?>" />
526
  <input id="the_champ_vertical_height_plus" type="button" value="+" onmouseup="tempVerticalHeight = document.getElementById('the_champ_vertical_icon_height').value;theChampSharingVerticalPreview()" />
527
  <input id="the_champ_vertical_height_minus" type="button" value="-" onmouseup="tempVerticalHeight = document.getElementById('the_champ_vertical_icon_height').value;theChampSharingVerticalPreview()" />
528
  <script type="text/javascript">
547
  <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
548
  </th>
549
  <td>
550
+ <input style="width:50px" id="the_champ_vertical_icon_border_radius" name="the_champ_sharing[vertical_border_radius]" type="text" value="<?php echo esc_attr($vertical_sharing_border_radius); ?>" onkeyup="theChampVerticalBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampVerticalBorderRadius, 'borderRadius', '0px', 'the_champ_vertical_preview')" />
551
  </td>
552
  </tr>
553
 
566
  </th>
567
  <td>
568
  <script type="text/javascript">var theChampVerticalSharingTempColor = '<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>';</script>
569
+ <label for="the_champ_vertical_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_default" name="the_champ_sharing[vertical_font_color_default]" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#vertical_svg').attr('style', jQuery('#vertical_svg').attr('style').replace(theChampVerticalSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampVerticalSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_vertical_preview').css('color', theChampVerticalSharingTempColor.replace('%23','#')) }" type="text" value="<?php echo esc_attr($vertical_sharing_color) ?>" />
570
+ <input name="the_champ_sharing[vertical_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color'] ) ? esc_attr($theChampSharingOptions['vertical_sharing_replace_color']) : ''; ?>" />
571
+ <label style="margin-left:10px" for="the_champ_vertical_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_hover" name="the_champ_sharing[vertical_font_color_hover]" type="text" value="<?php echo esc_attr($vertical_sharing_color_hover); ?>" />
572
+ <input name="the_champ_sharing[vertical_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color_hover'] ) ? esc_attr($theChampSharingOptions['vertical_sharing_replace_color_hover']) : ''; ?>" />
573
  </td>
574
  </tr>
575
 
586
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
587
  </th>
588
  <td>
589
+ <label for="the_champ_vertical_icon_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_icon_bg_color_default" name="the_champ_sharing[vertical_bg_color_default]" type="text" onkeyup="theChampVerticalSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_vertical_preview')" value="<?php echo esc_attr($vertical_bg) ?>" />
590
+ <label style="margin-left:10px" for="the_champ_vertical_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_bg_color_hover" name="the_champ_sharing[vertical_bg_color_hover]" type="text" onkeyup="theChampVerticalSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo esc_attr($vertical_bg_hover) ?>" />
591
  </td>
592
  </tr>
593
 
606
  <td>
607
  <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
608
  <br/>
609
+ <label for="the_champ_vertical_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampVerticalBorderWidth = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_vertical_preview'); theChampSharingVerticalPreview();" id="the_champ_vertical_border_width_default" name="the_champ_sharing[vertical_border_width_default]" type="text" value="<?php echo esc_attr($vertical_border_width) ?>" />pixel(s)
610
+ <label style="margin-left:10px" for="the_champ_vertical_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input onkeyup="theChampVerticalBorderColor = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_vertical_preview')" style="width: 100px" id="the_champ_vertical_border_color_default" name="the_champ_sharing[vertical_border_color_default]" type="text" value="<?php echo $vertical_border_color = isset( $theChampSharingOptions['vertical_border_color_default'] ) ? esc_attr($theChampSharingOptions['vertical_border_color_default']) : ''; ?>" />
611
  <br/><br/>
612
  <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
613
  <br/>
614
+ <label for="the_champ_vertical_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_width_hover" name="the_champ_sharing[vertical_border_width_hover]" onkeyup="theChampVerticalBorderWidthHover = this.value.trim();" type="text" value="<?php echo esc_attr($vertical_border_width_hover) ?>" />pixel(s)
615
+ <label style="margin-left:10px" for="the_champ_vertical_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_color_hover" name="the_champ_sharing[vertical_border_color_hover]" onkeyup="theChampVerticalBorderColorHover = this.value.trim()" type="text" value="<?php echo esc_attr($vertical_border_color_hover); ?>" />
616
  </td>
617
  </tr>
618
 
647
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
648
  </td>
649
  </tr>
650
+ <script type="text/javascript">theChampVerticalCounterPreview('<?php echo esc_js($vertical_counter_position) ?>');</script>
651
 
652
  <tr class="the_champ_help_content" id="the_champ_vertical_counter_help_cont">
653
  <td colspan="2">
701
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
702
  <input id="the_champ_target_url_custom" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
703
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
704
+ <input id="the_champ_target_url_custom_url" name="the_champ_sharing[horizontal_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['horizontal_target_url_custom'] ) ? esc_attr($theChampSharingOptions['horizontal_target_url_custom']) : '' ?>" />
705
  </td>
706
  </tr>
707
  <tr class="the_champ_help_content" id="the_champ_horizontal_target_url_help_cont">
717
  <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
718
  </th>
719
  <td>
720
+ <input id="the_champ_fblogin_title" name="the_champ_sharing[title]" type="text" value="<?php echo isset( $theChampSharingOptions['title'] ) ? esc_attr($theChampSharingOptions['title']) : '' ?>" />
721
  </td>
722
  </tr>
723
 
730
  </tr>
731
 
732
  <?php
733
+ $youtubeUsername = '';
734
+ if(isset($theChampSharingOptions['youtube_username'])){
735
+ $youtubeUsername = $theChampSharingOptions['youtube_username'];
736
+ }elseif(isset($theChampSharingOptions['vertical_youtube_username'])){
737
+ $youtubeUsername = $theChampSharingOptions['vertical_youtube_username'];
738
+ }
739
  $instagramUsername = '';
740
  if(isset($theChampSharingOptions['instagram_username'])){
741
  $instagramUsername = $theChampSharingOptions['instagram_username'];
757
  <label for="the_champ_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
758
  </th>
759
  <td>
760
+ <input id="the_champ_instagram_username" name="the_champ_sharing[instagram_username]" type="text" value="<?php echo esc_attr($instagramUsername) ?>" />
761
  </td>
762
  </tr>
763
 
769
  </td>
770
  </tr>
771
  </tbody>
772
+ <tbody id="the_champ_youtube_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || !in_array('youtube', $theChampSharingOptions['horizontal_re_providers']) ? 'style = "display: none"' : '';?> >
773
+ <tr>
774
+ <th>
775
+ <label for="the_champ_youtube_username"><?php _e("Youtube URL", 'super-socializer'); ?></label><img id="the_champ_youtube_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
776
+ </th>
777
+ <td>
778
+ <input id="the_champ_youtube_username" name="the_champ_sharing[youtube_username]" type="text" value="<?php echo esc_attr($youtubeUsername) ?>" />
779
+ </td>
780
+ </tr>
781
+
782
+ <tr class="the_champ_help_content" id="the_champ_youtube_username_help_cont">
783
+ <td colspan="2">
784
+ <div>
785
+ <?php _e('URL you want to redirect users to, on clicking the icon', 'super-socializer') ?>
786
+ </div>
787
+ </td>
788
+ </tr>
789
+ </tbody>
790
 
791
  <tbody id="the_champ_comment_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
792
  <tr>
794
  <label for="the_champ_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
795
  </th>
796
  <td>
797
+ <input id="the_champ_comment_container_id" name="the_champ_sharing[comment_container_id]" type="text" value="<?php echo esc_attr($commentFormContainerId) ?>" />
798
  </td>
799
  </tr>
800
 
809
 
810
  <?php
811
  $likeButtons = array('facebook_share', 'facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'pinterest_pin', 'buffer_share', 'xing_share', 'yummly_share', 'reddit_badge');
812
+ $sharingNetworks = array('facebook','youtube', 'gettr', 'gab', 'twitter', 'Parler' , 'linkedin', 'print', 'email', 'reddit', 'digg', 'float_it', 'tumblr', 'vkontakte', 'pinterest', 'xing', 'whatsapp', 'instagram', 'yummly', 'buffer', 'AIM', 'Amazon_Wish_List', 'AOL_Mail', 'App.net', 'Balatarin', 'BibSonomy', 'Bitty_Browser', 'Blinklist', 'Blogger_Post', 'BlogMarks', 'Bookmarks.fr', 'Box.net', 'BuddyMarks', 'Care2_News', 'Comment', 'Copy_Link', 'Diary.Ru', 'Diaspora', 'Diigo', 'Douban', 'Draugiem', 'Evernote', 'Facebook_Messenger', 'Fark', 'Fintel', 'Flipboard', 'Folkd', 'GentleReader', 'Google_Bookmarks', 'Google_Classroom', 'Google_Gmail', 'Hacker_News', 'Hatena', 'Instapaper', 'Jamespot', 'Kakao', 'Kik', 'Kindle_It', 'Known', 'Line', 'LiveJournal', 'Mail.Ru', 'Mendeley', 'Meneame', 'MeWe', 'mix', 'Mixi', 'MySpace', 'Netvouz', 'Odnoklassniki', 'Outlook.com', 'Papaly', 'Pinboard', 'Plurk', 'Pocket', 'PrintFriendly', 'Protopage_Bookmarks', 'Pusha', 'Qzone', 'Rediff MyPage', 'Refind', 'Renren', 'Sina Weibo', 'SiteJot', 'Skype', 'Slashdot', 'SMS', 'StockTwits', 'Svejo', 'Symbaloo_Feeds', 'Telegram', 'Threema', 'Trello', 'Tuenti', 'Twiddla', 'TypePad_Post', 'Viadeo', 'Viber', 'Webnews', 'WordPress', 'Wykop', 'Yahoo_Mail', 'Yoolink');
813
  ?>
814
 
815
  <tr>
833
  $horSharingStyle .= 'border-radius:' . $theChampSharingOptions['horizontal_border_radius'] . 'px;';
834
  }
835
  ?>
836
+ var theChampHorSharingStyle = '<?php echo esc_js($horSharingStyle) ?>', theChampHorDeliciousRadius = '<?php echo $horDeliciousRadius ?>', theChampLikeButtons = ["<?php echo implode('","', $likeButtons) ?>"];
837
  </script>
838
  <style type="text/css">
839
  .theChampSharingBackground{
840
  <?php if($horizontal_bg){ ?>
841
+ background-color: <?php echo esc_html($horizontal_bg) ?>;background:<?php echo esc_html($horizontal_bg) ?>;
842
  <?php }if($border_width){ ?>
843
+ border-width: <?php echo esc_html($border_width) ?>px;
844
  border-style: solid;
845
  <?php } ?>
846
+ border-color: <?php echo $border_color ? esc_html($border_color) : 'transparent'; ?>;
847
  }
848
  .theChampSharingBackground:hover{
849
  <?php if($horizontal_bg_hover){ ?>
850
+ background-color: <?php echo $horizontal_bg_hover ?>;background:<?php echo esc_html($horizontal_bg_hover) ?>;
851
  <?php }if($border_width_hover){ ?>
852
+ border-width: <?php echo esc_html($border_width_hover) ?>px;
853
  border-style: solid;
854
  <?php } ?>
855
+ border-color: <?php echo $border_color_hover ? esc_html($border_color_hover) : 'transparent'; ?>;
856
  }
857
  </style>
858
  <ul id="the_champ_ss_rearrange">
860
  if ( isset( $theChampSharingOptions['horizontal_re_providers'] ) ) {
861
  foreach ( $theChampSharingOptions['horizontal_re_providers'] as $rearrange ) {
862
  ?>
863
+ <li title="<?php echo esc_attr(ucfirst( str_replace( '_', ' ', $rearrange ) )) ?>" id="the_champ_re_horizontal_<?php echo esc_attr(str_replace(array(' ', '.'), '_', $rearrange)) ?>" >
864
+ <i style="display:block;<?php echo esc_attr($horSharingStyle) ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'theChampSharingBackground' ?> theChamp<?php echo esc_attr(ucfirst(str_replace(array('_', '.', ' '), '', $rearrange))) ?>Background"><div class="theChampSharingSvg theChamp<?php echo esc_attr(ucfirst(str_replace(array('_', ' ', '.'), '', $rearrange))) ?>Svg" style="<?php echo esc_attr($horDeliciousRadius) ?>"></div></i>
865
+ <input type="hidden" name="the_champ_sharing[horizontal_re_providers][]" value="<?php echo esc_attr($rearrange) ?>">
866
  </li>
867
  <?php
868
  }
900
  foreach($likeButtons as $likeButton){
901
  ?>
902
  <div class="theChampHorizontalSharingProviderContainer">
903
+ <input id="the_champ_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
904
+ <label for="the_champ_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
905
  </div>
906
  <?php
907
  }
913
  foreach($sharingNetworks as $sharingNetwork){
914
  ?>
915
  <div class="theChampHorizontalSharingProviderContainer">
916
+ <input id="the_champ_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
917
+ <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
918
+ <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
919
  </div>
920
  <?php
921
  }
987
  if( count( $post_types ) ) {
988
  foreach ( $post_types as $post_type ) {
989
  ?>
990
+ <input id="the_champ_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions[$post_type] ) ? 'checked = "checked"' : '';?> value="1" />
991
+ <label for="the_champ_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
992
  <?php
993
  }
994
  }
1146
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
1147
  <input id="the_champ_vertical_target_url_custom" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
1148
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
1149
+ <input id="the_champ_vertical_target_url_custom_url" name="the_champ_sharing[vertical_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_target_url_custom'] ) ? esc_attr($theChampSharingOptions['vertical_target_url_custom']) : '' ?>" />
1150
  </td>
1151
  </tr>
1152
  <tr class="the_champ_help_content" id="the_champ_vertical_target_url_help_cont">
1163
  <label for="the_champ_vertical_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1164
  </th>
1165
  <td>
1166
+ <input id="the_champ_vertical_instagram_username" name="the_champ_sharing[vertical_instagram_username]" type="text" value="<?php echo esc_attr($instagramUsername) ?>" />
1167
  </td>
1168
  </tr>
1169
 
1176
  </tr>
1177
  </tbody>
1178
 
1179
+ <tbody id="the_champ_vertical_youtube_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('youtube', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1180
+ <tr>
1181
+ <th>
1182
+ <label for="the_champ_vertical_youtube_username"><?php _e("Youtube URL", 'super-socializer'); ?></label><img id="the_champ_vertical_youtube_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1183
+ </th>
1184
+ <td>
1185
+ <input id="the_champ_vertical_youtube_username" name="the_champ_sharing[vertical_youtube_username]" type="text" value="<?php echo esc_attr($youtubeUsername) ?>" />
1186
+ </td>
1187
+ </tr>
1188
+
1189
+ <tr class="the_champ_help_content" id="the_champ_vertical_youtube_username_help_cont">
1190
+ <td colspan="2">
1191
+ <div>
1192
+ <?php _e('URL you want to redirect users to, on clicking the icon', 'super-socializer') ?>
1193
+ </div>
1194
+ </td>
1195
+ </tr>
1196
+ </tbody>
1197
+
1198
  <tbody id="the_champ_vertical_comment_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('Comment', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1199
  <tr>
1200
  <th>
1201
+ <label for="the_champ_vertical_comment_container_id"><?php _e("HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1202
  </th>
1203
  <td>
1204
+ <input id="the_champ_vertical_comment_container_id" name="the_champ_sharing[vertical_comment_container_id]" type="text" value="<?php echo esc_attr($commentFormContainerId) ?>" />
1205
  </td>
1206
  </tr>
1207
 
1233
  $verticalSharingStyle .= 'border-radius:' . $theChampSharingOptions['vertical_border_radius'] . 'px;';
1234
  }
1235
  ?>
1236
+ var theChampVerticalSharingStyle = '<?php echo esc_js($verticalSharingStyle) ?>', theChampVerticalDeliciousRadius = '<?php echo esc_js($verticalDeliciousRadius) ?>';
1237
  </script>
1238
  <style type="text/css">
1239
  .theChampVerticalSharingBackground{
1240
  <?php if($vertical_bg){ ?>
1241
+ background-color: <?php echo esc_html($vertical_bg) ?>;background:<?php echo esc_html($vertical_bg) ?>;
1242
  <?php }if($vertical_border_width){ ?>
1243
+ border-width: <?php echo esc_html($vertical_border_width) ?>px;
1244
  border-style: solid;
1245
  <?php } ?>
1246
+ border-color: <?php echo $vertical_border_color ? esc_html($vertical_border_color) : 'transparent'; ?>;
1247
  }
1248
  .theChampVerticalSharingBackground:hover{
1249
  <?php if($vertical_bg_hover){ ?>
1250
+ background-color: <?php echo esc_html($vertical_bg_hover) ?>;background:<?php echo esc_html($vertical_bg_hover) ?>;
1251
  <?php }if($vertical_border_width_hover){ ?>
1252
+ border-width: <?php echo esc_html($vertical_border_width_hover) ?>px;
1253
  border-style: solid;
1254
  <?php } ?>
1255
+ border-color: <?php echo $vertical_border_color_hover ? esc_html($vertical_border_color_hover) : 'transparent'; ?>;
1256
  }
1257
  </style>
1258
  <ul id="the_champ_ss_vertical_rearrange">
1260
  if ( isset( $theChampSharingOptions['vertical_re_providers'] ) ) {
1261
  foreach ( $theChampSharingOptions['vertical_re_providers'] as $rearrange ) {
1262
  ?>
1263
+ <li title="<?php echo esc_attr(ucfirst( str_replace( '_', ' ', $rearrange ) )) ?>" id="the_champ_re_vertical_<?php echo str_replace( array( ' ', '.' ), '_', $rearrange) ?>" >
1264
+ <i style="display:block;<?php echo esc_attr($verticalSharingStyle) ?>" class="<?php echo in_array($rearrange, $likeButtons) ? '' : 'theChampVerticalSharingBackground' ?> theChamp<?php echo esc_attr(ucfirst(str_replace( array('_', '.', ' '), '', $rearrange))) ?>Background"><div class="theChampSharingSvg theChamp<?php echo esc_attr(ucfirst(str_replace( array('_', '.', ' '), '', $rearrange ) )) ?>Svg" style="<?php echo esc_attr($verticalDeliciousRadius) ?>"></div></i>
1265
+ <input type="hidden" name="the_champ_sharing[vertical_re_providers][]" value="<?php echo esc_attr($rearrange) ?>">
1266
  </li>
1267
  <?php
1268
  }
1300
  foreach($likeButtons as $likeButton){
1301
  ?>
1302
  <div class="theChampVerticalSharingProviderContainer">
1303
+ <input id="the_champ_vertical_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
1304
+ <label for="the_champ_vertical_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
1305
  </div>
1306
  <?php
1307
  }
1313
  foreach($sharingNetworks as $sharingNetwork){
1314
  ?>
1315
  <div class="theChampVerticalSharingProviderContainer">
1316
+ <input id="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
1317
+ <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Svg"></ss></i></label>
1318
+ <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
1319
  </div>
1320
  <?php
1321
  }
1328
  <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1329
  </th>
1330
  <td>
1331
+ <input style="width: 100px" name="the_champ_sharing[vertical_bg]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_bg'] ) ? esc_attr($theChampSharingOptions['vertical_bg']) : '' ?>" />
1332
  </td>
1333
  </tr>
1334
 
1366
  <label for="the_champ_left_offset"><?php _e("Left offset", 'super-socializer'); ?></label><img id="the_champ_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1367
  </th>
1368
  <td>
1369
+ <input style="width: 100px" id="the_champ_left_offset" name="the_champ_sharing[left_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['left_offset'] ) ? esc_attr($theChampSharingOptions['left_offset']) : '' ?>" />px
1370
  </td>
1371
  </tr>
1372
 
1385
  <label for="the_champ_right_offset"><?php _e("Right offset", 'super-socializer'); ?></label><img id="the_champ_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1386
  </th>
1387
  <td>
1388
+ <input style="width: 100px" id="the_champ_right_offset" name="the_champ_sharing[right_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['right_offset'] ) ? esc_attr($theChampSharingOptions['right_offset']) : '' ?>" />px
1389
  </td>
1390
  </tr>
1391
 
1403
  <label for="the_champ_top_offset"><?php _e("Top offset", 'super-socializer'); ?></label><img id="the_champ_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1404
  </th>
1405
  <td>
1406
+ <input style="width: 100px" id="the_champ_top_offset" name="the_champ_sharing[top_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['top_offset'] ) ? esc_attr($theChampSharingOptions['top_offset']) : '' ?>" />px
1407
  </td>
1408
  </tr>
1409
 
1436
  if( count( $post_types ) ) {
1437
  foreach ( $post_types as $post_type ) {
1438
  ?>
1439
+ <input id="the_champ_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_' . $post_type] ) ? 'checked = "checked"' : '';?> value="1" />
1440
+ <label for="the_champ_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
1441
  <?php
1442
  }
1443
  }
1618
  <div class="clear"></div>
1619
  <div class="the_champ_left_column">
1620
 
1621
+ <div class="stuffbox">
1622
+ <h3><label><?php _e('Miscellaneous', 'super-socializer');?></label></h3>
1623
+ <div class="inside">
1624
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1625
+ <tr>
1626
+ <th>
1627
+ <label for="the_champ_surl_enable"><?php _e("Use plain background for Instagram icon", 'super-socializer'); ?></label><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1628
+ </th>
1629
+ <td>
1630
+ <input id="the_champ_surl_enable" name="the_champ_sharing[plain_instagram_bg]" type="checkbox" <?php echo isset( $theChampSharingOptions['plain_instagram_bg'] ) ? 'checked = "checked"' : '';?> value="1" />
1631
+ </td>
1632
+ </tr>
1633
+
1634
+ <tr class="the_champ_help_content" id="the_champ_surl_enable_help_cont">
1635
+ <td colspan="2">
1636
+ <div>
1637
+ <?php _e('Uses plain background for Instagram icon instead of multicolored background', 'super-socializer') ?>
1638
+ </div>
1639
+ </td>
1640
+ </tr>
1641
+ </table>
1642
+ </div>
1643
+ </div>
1644
  <div class="stuffbox">
1645
  <h3><label><?php _e('Url shortener', 'super-socializer');?></label></h3>
1646
  <div class="inside">
1684
  <label for="the_champ_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?></label><img id="the_champ_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1685
  </th>
1686
  <td>
1687
+ <input id="the_champ_bitly_token" name="the_champ_sharing[bitly_access_token]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_access_token'] ) ? esc_attr($theChampSharingOptions['bitly_access_token']) : '' ?>" />
1688
  </td>
1689
  </tr>
1690
 
1731
  <label for="the_champ_share_count_cache"><?php _e( "Refresh Share Count cache every", 'super-socializer'); ?></label><img id="the_champ_share_count_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1732
  </th>
1733
  <td>
1734
+ <input style="width: 50px;" id="the_champ_share_count_cache" name="the_champ_sharing[share_count_cache_refresh_count]" type="text" value="<?php echo esc_attr($theChampSharingOptions['share_count_cache_refresh_count']); ?>" />
1735
  <select name="the_champ_sharing[share_count_cache_refresh_unit]">
1736
  <option value="seconds" <?php echo $theChampSharingOptions['share_count_cache_refresh_unit'] == 'seconds' ? 'selected' : ''; ?>><?php _e('Second(s)', 'super-socializer') ?></option>
1737
  <option value="minutes" <?php echo $theChampSharingOptions['share_count_cache_refresh_unit'] == 'minutes' ? 'selected' : ''; ?>><?php _e('Minute(s)', 'super-socializer') ?></option>
1779
  <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer'); ?></label><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1780
  </th>
1781
  <td>
1782
+ <input id="the_champ_sc_language" name="the_champ_sharing[language]" type="text" value="<?php echo $theChampSharingOptions['language'] ? esc_attr($theChampSharingOptions['language']) : '' ?>" />
1783
  </td>
1784
  </tr>
1785
 
1821
  <label for="the_champ_buffer_username"><?php _e("Buffer username (without @)", 'super-socializer'); ?></label><img id="the_champ_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1822
  </th>
1823
  <td>
1824
+ <input id="the_champ_buffer_username" name="the_champ_sharing[buffer_username]" type="text" value="<?php echo isset( $theChampSharingOptions['buffer_username'] ) ? esc_attr($theChampSharingOptions['buffer_username']) : '' ?>" />
1825
  </td>
1826
  </tr>
1827
 
css/admin.css CHANGED
@@ -1,2 +1,2 @@
1
- .clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:help;vertical-align:bottom}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:71%!important}.the_champ_right_column{float:left;width:27.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampGettrBackground{background-color:#E50000}.theChampGabBackground{background-color:#25CC80}.theChampLinkedinBackground{background-color:#0077B5}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:11px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampParlerBackground{background-color:#C63240}.theChampFacebookBackground{background-color:#4267B2}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
  .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color:#FEE500}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color:#00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailruBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}div.the_champ_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.the_champ_left_column div.stuffbox h3{padding-left:7px}div.the_champ_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.the_champ_right_column div.stuffbox h3{padding-left:0px}div.the_champ_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
1
+ .clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{padding-top:0!important;border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 0!important;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px;margin-bottom:0!important;}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:help;vertical-align:bottom}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:71%!important}.the_champ_right_column{float:left;width:27.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampGettrBackground{background-color:#E50000}.theChampGabBackground{background-color:#25CC80}.theChampLinkedinBackground{background-color:#0077B5}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center}.ss_demo{background:linear-gradient(#ec1b23, #d43116);padding:11px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer;border-bottom-style: groove;border-bottom-width: 5px;border-bottom-color: rgb(0,0,0,0.2);}.ss_demo:hover{background: linear-gradient(#d43116,#ec1b23);}.theChampYummlyBackground{background-color:#E16120}.theChampParlerBackground{background-color:#C63240}.theChampFacebookBackground{background-color:#4267B2}.theChampBufferBackground{background-color:#000}.theChampInstagramBackground{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYoutubeBackground{background-color:red}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebookshareBackground{width:60px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebookshareSvg{background:url(../images/sharing/facebook_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
2
  .theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCommentBackground{background-color: #444}.theChampCopyLinkBackground{background-color: #FFC112}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFintelBackground{background-color:#087515}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color:#FEE500}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color:#00C300}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampMailruBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampGentleReaderBackground{background-color:#46aecf}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}select{height:24px !important;line-height:24px !important;vertical-align:top !important}.form-table small{font-weight:normal}div.the_champ_left_column div.stuffbox{padding:0px 4px 5px 6px;}div.the_champ_left_column div.stuffbox h3{padding-left:7px}div.the_champ_right_column div.stuffbox{padding:0 4px 10px 9px;}div#tabs div.the_champ_right_column div.stuffbox h3{padding-left:0px}div.the_champ_right_column div.stuffbox h3{padding-left:1px;}@media screen and (max-width:783px){.the_champ_left_column{width:99%!important;}.the_champ_right_column{width:99%;margin-left:0;}.form-table input[type=radio]{margin:3px 0 !important;}}
css/front.css CHANGED
@@ -1 +1 @@
1
- #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:83%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:101%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:92%}.theChampDiscordLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a,ul.the_champ_sharing_ul li{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing .the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#C63240}.theChampTwitterBackground{background-color:#55acee}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}.theChampRedditLoginSvg{background-size:125%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDisqusLoginSvg{background-size:112%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer%5f1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20200%20200%22%20enable-background%3D%22new%200%200%20200%20200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer%5f2%22%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M102.535%2C167.5c-16.518%2C0-31.621-6.036-43.298-16.021L30.5%2C155.405l11.102-27.401%0A%09c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277%2C29.984-67.5%2C66.971-67.5c36.984%2C0%2C66.965%2C30.223%2C66.965%2C67.5%0A%09C169.5%2C137.284%2C139.52%2C167.5%2C102.535%2C167.5z%20M139.102%2C99.807v-0.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201%0A%09C125.171%2C133.753%2C139.102%2C119.284%2C139.102%2C99.807L139.102%2C99.807z%20M101.964%2C117.168h-7.482V82.841h7.482%0A%09c10.989%2C0%2C18.283%2C6.265%2C18.283%2C17.07v0.188C120.247%2C110.995%2C112.953%2C117.168%2C101.964%2C117.168z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDropboxLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22svg126%22%20version%3D%221.1%22%20viewBox%3D%22-35.3175%20-50%20306.085%20300%22%3E%3Cdefs%20id%3D%22defs112%22%3E%3Cstyle%20id%3D%22style110%22%3E.cls-1%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22polygon116%22%20class%3D%22cls-1%22%20d%3D%22M58.86%2075l58.87-37.5L58.86%200%200%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon118%22%20class%3D%22cls-1%22%20d%3D%22M176.59%2075l58.86-37.5L176.59%200l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon120%22%20class%3D%22cls-1%22%20d%3D%22M117.73%20112.5L58.86%2075%200%20112.5%2058.86%20150z%22%2F%3E%3Cpath%20id%3D%22polygon122%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20150l58.86-37.5L176.59%2075l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon124%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20162.5L117.73%20125l-58.87%2037.5%2058.87%2037.5z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFoursquareLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-6.25%20-4%2040%2040%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}
1
+ #the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}div.heateor_ss_follow_ul a:focus,div.heateor_ss_follow_ul a:link,div.the_champ_sharing_ul a:link,div.the_champ_sharing_ul a:focus{text-decoration:none;background:transparent!important}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:83%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:101%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-8%20-8%2064%2064%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:92%}.theChampDiscordLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a,ul.the_champ_sharing_ul li{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing .the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#C63240}.theChampTwitterBackground{background-color:#55acee}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#5E84AC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}.theChampRedditLoginSvg{background-size:125%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDisqusLoginSvg{background-size:112%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer%5f1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20200%20200%22%20enable-background%3D%22new%200%200%20200%20200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer%5f2%22%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M102.535%2C167.5c-16.518%2C0-31.621-6.036-43.298-16.021L30.5%2C155.405l11.102-27.401%0A%09c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277%2C29.984-67.5%2C66.971-67.5c36.984%2C0%2C66.965%2C30.223%2C66.965%2C67.5%0A%09C169.5%2C137.284%2C139.52%2C167.5%2C102.535%2C167.5z%20M139.102%2C99.807v-0.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201%0A%09C125.171%2C133.753%2C139.102%2C119.284%2C139.102%2C99.807L139.102%2C99.807z%20M101.964%2C117.168h-7.482V82.841h7.482%0A%09c10.989%2C0%2C18.283%2C6.265%2C18.283%2C17.07v0.188C120.247%2C110.995%2C112.953%2C117.168%2C101.964%2C117.168z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDropboxLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22svg126%22%20version%3D%221.1%22%20viewBox%3D%22-35.3175%20-50%20306.085%20300%22%3E%3Cdefs%20id%3D%22defs112%22%3E%3Cstyle%20id%3D%22style110%22%3E.cls-1%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22polygon116%22%20class%3D%22cls-1%22%20d%3D%22M58.86%2075l58.87-37.5L58.86%200%200%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon118%22%20class%3D%22cls-1%22%20d%3D%22M176.59%2075l58.86-37.5L176.59%200l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon120%22%20class%3D%22cls-1%22%20d%3D%22M117.73%20112.5L58.86%2075%200%20112.5%2058.86%20150z%22%2F%3E%3Cpath%20id%3D%22polygon122%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20150l58.86-37.5L176.59%2075l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon124%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20162.5L117.73%20125l-58.87%2037.5%2058.87%2037.5z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFoursquareLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-6.25%20-4%2040%2040%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}
css/share-svg.css CHANGED
@@ -1,2 +1,2 @@
1
  .theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRedditSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwitterSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-2%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampXingSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAIMSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAmazonWishListSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAOLMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAppnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBalatarinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBibSonomySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-7%20-7%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2025.892c-.25%200-.484.065-.694.17l-5.907-8.2a1.548%201.548%200%200%200%20.344-1.68l4.28-2.573c.288.333.71.552%201.187.552.862%200%201.56-.7%201.56-1.56%200-.776-.567-1.415-1.31-1.535V6.11a1.556%201.556%200%200%200-.25-3.095c-.862%200-1.56.7-1.56%201.56%200%20.196.04.383.106.556l-4.256%202.477a1.548%201.548%200%200%200-1.2-.574c-.862%200-1.56.7-1.56%201.56%200%20.778.567%201.417%201.31%201.537v5.1c-.218.035-.42.112-.598.23L9.93%208.204c.213-.268.345-.6.345-.97a1.56%201.56%200%201%200-.712%201.309l6.575%207.25c-.213.267-.345.6-.345.968%200%20.23.054.45.144.647L8.08%2022.66a1.547%201.547%200%200%200-1.138-.5%201.56%201.56%200%201%200%201.56%201.56c0-.23-.053-.45-.144-.646l7.857-5.25c.07.076.147.144.23.204l-1.95%203.927a1.536%201.536%200%200%200-.457-.076c-.862%200-1.56.695-1.56%201.56a1.56%201.56%200%201%200%202.468-1.27l1.95-3.926c.146.045.297.076.458.076.25%200%20.484-.064.694-.17l5.907%208.2a1.56%201.56%200%201%200%201.103-.459zM18.914%208.59c0-.197-.04-.383-.106-.556l4.257-2.473c.236.29.567.49.95.55v4.96a1.558%201.558%200%200%200-1.197%202.115l-4.278%202.573a1.542%201.542%200%200%200-.935-.53v-5.102a1.555%201.555%200%200%200%201.31-1.534z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBittyBrowserSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlinklistSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBloggerPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22%23F8A154%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlogMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBoxnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBookmarksfrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBuddyMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCare2NewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCommentSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-150%20-150%20791%20791%22%3E%3Cg%3E%3Cpath%20d%3D%22M477.364%2C127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41%20c-46.442%2C0-89.269%2C8.136-128.478%2C24.41c-39.209%2C16.274-70.233%2C38.446-93.074%2C66.522C11.419%2C155.555%2C0%2C186.15%2C0%2C219.269%20c0%2C28.549%2C8.61%2C55.299%2C25.837%2C80.232c17.227%2C24.934%2C40.778%2C45.874%2C70.664%2C62.813c-2.096%2C7.611-4.57%2C14.842-7.426%2C21.7%20c-2.855%2C6.851-5.424%2C12.467-7.708%2C16.847c-2.286%2C4.374-5.376%2C9.23-9.281%2C14.555c-3.899%2C5.332-6.849%2C9.093-8.848%2C11.283%20c-1.997%2C2.19-5.28%2C5.801-9.851%2C10.848c-4.565%2C5.041-7.517%2C8.33-8.848%2C9.853c-0.193%2C0.097-0.953%2C0.948-2.285%2C2.574%20c-1.331%2C1.615-1.999%2C2.419-1.999%2C2.419l-1.713%2C2.57c-0.953%2C1.42-1.381%2C2.327-1.287%2C2.703c0.096%2C0.384-0.094%2C1.335-0.57%2C2.854%20c-0.477%2C1.526-0.428%2C2.669%2C0.142%2C3.429v0.287c0.762%2C3.234%2C2.283%2C5.853%2C4.567%2C7.851c2.284%2C1.992%2C4.858%2C2.991%2C7.71%2C2.991h1.429%20c12.375-1.526%2C23.223-3.613%2C32.548-6.279c49.87-12.751%2C93.649-35.782%2C131.334-69.094c14.274%2C1.523%2C28.074%2C2.283%2C41.396%2C2.283%20c46.442%2C0%2C89.271-8.135%2C128.479-24.414c39.208-16.276%2C70.233-38.444%2C93.072-66.517c22.843-28.072%2C34.263-58.67%2C34.263-91.789%20C511.626%2C186.154%2C500.207%2C155.555%2C477.364%2C127.481z%20M445.244%2C292.075c-19.896%2C22.456-46.733%2C40.303-80.517%2C53.529%20c-33.784%2C13.223-70.093%2C19.842-108.921%2C19.842c-11.609%2C0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277%2C10.852%20c-23.408%2C20.558-49.582%2C36.829-78.513%2C48.821c8.754-15.414%2C15.416-31.785%2C19.986-49.102l7.708-27.412l-24.838-14.27%20c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077%2C9.945-50.343%2C29.834-72.803%20c19.895-22.458%2C46.729-40.303%2C80.515-53.531c33.786-13.229%2C70.089-19.849%2C108.92-19.849c38.828%2C0%2C75.13%2C6.617%2C108.914%2C19.845%20c33.783%2C13.229%2C60.62%2C31.073%2C80.517%2C53.531c19.89%2C22.46%2C29.834%2C46.727%2C29.834%2C72.802S465.133%2C269.615%2C445.244%2C292.075z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCopyLinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.412%2021.177c0-.36-.126-.665-.377-.917l-2.804-2.804a1.235%201.235%200%200%200-.913-.378c-.377%200-.7.144-.97.43.026.028.11.11.255.25.144.14.24.236.29.29s.117.14.2.256c.087.117.146.232.177.344.03.112.046.236.046.37%200%20.36-.126.666-.377.918a1.25%201.25%200%200%201-.918.377%201.4%201.4%200%200%201-.373-.047%201.062%201.062%200%200%201-.345-.175%202.268%202.268%200%200%201-.256-.2%206.815%206.815%200%200%201-.29-.29c-.14-.142-.223-.23-.25-.254-.297.28-.445.607-.445.984%200%20.36.126.664.377.916l2.778%202.79c.243.243.548.364.917.364.36%200%20.665-.118.917-.35l1.982-1.97c.252-.25.378-.55.378-.9zm-9.477-9.504c0-.36-.126-.665-.377-.917l-2.777-2.79a1.235%201.235%200%200%200-.913-.378c-.35%200-.656.12-.917.364L7.967%209.92c-.254.252-.38.553-.38.903%200%20.36.126.665.38.917l2.802%202.804c.242.243.547.364.916.364.377%200%20.7-.14.97-.418-.026-.027-.11-.11-.255-.25s-.24-.235-.29-.29a2.675%202.675%200%200%201-.2-.255%201.052%201.052%200%200%201-.176-.344%201.396%201.396%200%200%201-.047-.37c0-.36.126-.662.377-.914.252-.252.557-.377.917-.377.136%200%20.26.015.37.046.114.03.23.09.346.175.117.085.202.153.256.2.054.05.15.148.29.29.14.146.222.23.25.258.294-.278.442-.606.442-.983zM27%2021.177c0%201.078-.382%201.99-1.146%202.736l-1.982%201.968c-.745.75-1.658%201.12-2.736%201.12-1.087%200-2.004-.38-2.75-1.143l-2.777-2.79c-.75-.747-1.12-1.66-1.12-2.737%200-1.106.392-2.046%201.183-2.818l-1.186-1.185c-.774.79-1.708%201.186-2.805%201.186-1.078%200-1.995-.376-2.75-1.13l-2.803-2.81C5.377%2012.82%205%2011.903%205%2010.826c0-1.08.382-1.993%201.146-2.738L8.128%206.12C8.873%205.372%209.785%205%2010.864%205c1.087%200%202.004.382%202.75%201.146l2.777%202.79c.75.747%201.12%201.66%201.12%202.737%200%201.105-.392%202.045-1.183%202.817l1.186%201.186c.774-.79%201.708-1.186%202.805-1.186%201.078%200%201.995.377%202.75%201.132l2.804%202.804c.754.755%201.13%201.672%201.13%202.75z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiaryRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiasporaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiigoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDoubanSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.755%205.505h20.55v2.59H5.755v-2.59zm14.99%2018.47l1.93-4.29h2.21v-9.97h-18v9.98h2.04l1.93%204.29h-5.78v2.51h21.85v-2.51l-6.18-.01zm-10.74-6.95v-4.88h11.68v4.88h-11.68zm7.99%206.95h-4.37l-1.93-4.29h8.24l-1.94%204.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDraugiemSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.55%2011.33c4.656.062%207.374%202.92%204.294%206.828-1.415%201.798-3.812%203.575-7.003%204.725-.15.056-.303.105-.46.16-.3.098-.595.188-.89.28a24.866%2024.866%200%200%201-4.05.814c-.464.043-.91.078-1.35.085-2.97.077-5.205-.74-5.93-2.474-.88-2.077.9-4.976%204.454-7.178-2.627%201.06-7.408%203.546-7.61%207.12v.454c.02.362.09.725.21%201.108.76%202.41%204.333%203.533%208.884%203.13.446-.036.892-.092%201.352-.16.66-.1%201.337-.23%202.027-.39a35.76%2035.76%200%200%200%202.02-.558c.154-.056.3-.098.454-.153.31-.094.608-.2.9-.31%203.945-1.436%206.87-3.34%208.58-5.526.975-1.253%201.476-2.424%201.574-3.448v-.787c-.28-2.61-3.317-4.135-7.45-3.717zm-3.024-1.29c.11%200%20.21-.014.307-.035.662-.167.983-.87%201.01-1.7.028-.885-.286-1.624-1.01-1.728-.063-.014-.125-.014-.195-.014-.578%200-.955.348-1.157.857-.094.265-.16.564-.163.885-.014.383.034.745.167%201.038.196.418.53.697%201.046.697zm-.014.292c-.293%200-.544.028-.76.084l.063.084.11.202.092.21.077.215.056.223.035.223.02.23.008.223v.237l-.014.23-.018.23-.028.23-.028.23-.043.23-.042.23-.04.223-.056.223-.042.212-.056.21-.057.2-.057.196-.042.19-.04.18-.02.11-.03.125-.028.132-.02.14-.03.152-.02.124v.03l-.028.166-.056.21-.02.172-.03.18-.02.182-.03.18-.02.19-.03.18-.02.188-.02.188-.02.19v.007c.04.537.082.997.103%201.26.02.3.085.517.18.663.14.215.378.292.706.32.28-.028.487-.084.647-.23.153-.14.237-.376.3-.753.118-.774.467-3.31.767-4.397.425-1.568%201.456-4.418-1.066-4.634-.122-.024-.226-.024-.338-.024zm-3.06-.8h.015c.976-.008%201.436-.9%201.436-1.994s-.46-1.993-1.436-2h-.014c-.99%200-1.45.9-1.45%202s.46%201.993%201.45%201.993zm-2.013%204.626c.09.383.18.732.254%201.052.307%201.254.606%204.16.718%205.038.105.885.418%201.073%201.052%201.136.62-.063.94-.25%201.045-1.136.105-.878.41-3.79.71-5.038.08-.314.175-.67.266-1.052.28-1.15.502-2.495%200-3.366-.32-.557-.94-.92-2.02-.92-1.088%200-1.708.37-2.03.92-.5.864-.27%202.216%200%203.366zm-1.35-4.153c.1.02.196.035.308.035.516%200%20.857-.28%201.045-.704.118-.293.174-.655.167-1.038a2.96%202.96%200%200%200-.167-.885c-.202-.51-.585-.857-1.157-.857-.07%200-.134%200-.197.014-.725.105-1.045.843-1.01%201.728.02.836.35%201.54%201.01%201.707zm-.3%209.373c.057.376.154.606.3.753.16.157.37.206.65.23.33-.024.557-.1.704-.32.09-.14.153-.36.18-.66.022-.264.064-.72.106-1.253v-.014l-.02-.187-.02-.188-.03-.188-.02-.18-.02-.19-.03-.18-.02-.18-.03-.183-.025-.174-.02-.166-.03-.167v-.02l-.02-.133-.028-.153-.028-.14-.024-.13-.028-.125-.03-.11-.034-.184-.056-.188-.04-.196-.058-.203-.056-.21-.056-.215-.04-.223-.057-.225-.04-.23-.033-.23-.028-.23-.03-.23-.02-.23-.008-.237v-.23l.007-.223.02-.23.034-.223.056-.222.07-.216.1-.21.11-.2.065-.085a3.128%203.128%200%200%200-.76-.083c-.11%200-.216%200-.32.014-2.524.216-1.492%203.066-1.067%204.634.262%201.054.603%203.59.728%204.364z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
2
- .theChampEvernoteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%205C9.986%205%205.11%209.56%205.11%2015.182c0%203.2%201.58%206.054%204.046%207.92V27l3.716-2.06c.99.276%202.04.425%203.128.425%206.014%200%2010.89-4.56%2010.89-10.183S22.013%205%2016%205zm1.147%2013.655L14.33%2015.73l-5.423%203%205.946-6.31%202.816%202.925%205.42-3-5.946%206.31z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFarkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFintelSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.1%22%20style%3D%22shape-rendering%3AgeometricPrecision%3B%20text-rendering%3AgeometricPrecision%3B%20image-rendering%3AoptimizeQuality%3B%20fill-rule%3Aevenodd%3B%20clip-rule%3Aevenodd%22%0AviewBox%3D%22-110%20-120%20428%20494%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B.fil0%20%7Bfill%3A%23fff%7D.fil1%20%7Bfill%3A%23fff%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_x0020_1%22%3E%3Cmetadata%20id%3D%22CorelCorpID_0Corel-Layer%22%2F%3E%3Cpolygon%20class%3D%22fil0%22%20points%3D%22108%2C274%2048%2C274%2048%2C152%200%2C152%200%2C95%2048%2C95%2048%2C0%20208%2C0%20208%2C56%20108%2C56%20108%2C95%20180%2C95%20180%2C151%20108%2C151%20%22%2F%3E%3Cpolygon%20class%3D%22fil1%22%20points%3D%2299%2C272%20103%2C272%20103%2C147%20175%2C147%20175%2C100%20103%2C100%20103%2C52%20203%2C52%20203%2C7%20199%2C7%20199%2C48%2098%2C48%2098%2C104%20171%2C104%20171%2C142%2099%2C142%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlipboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFolkdSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleClassroomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%202%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.667%2016.667a1.667%201.667%200%201%200%200-3.334%201.667%201.667%200%200%200%200%203.334zM22.333%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117zm-13-1.333a1.668%201.668%200%201%200-.002-3.336%201.668%201.668%200%200%200%20.002%203.336zM9.667%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117z%22%2F%3E%3Cpath%20d%3D%22M15.335%2015.333A2.332%202.332%200%201%200%2013%2013a2.333%202.333%200%200%200%202.335%202.333zm.332%201.334c-2.572%200-5.333%201.392-5.333%203.11v1.557H21v-1.556c0-1.72-2.762-3.11-5.333-3.11zm3%2010.666h8v2h-8v-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleGmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHackerNewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHatenaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstapaperSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampJamespotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKakaoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKikSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M23.436%2020.74a2.511%202.511%200%200%200%20.109-5.019h-.11a2.516%202.516%200%200%200-2.507%202.515%202.509%202.509%200%200%200%202.508%202.508zm-7.946-3.09l2.89-2.89c.93-.93.93-2.434%200-3.363a2.374%202.374%200%200%200-3.362%200l-4.262%204.263V7.267A2.378%202.378%200%200%200%206%207.263V24.7a2.378%202.378%200%200%200%204.756.002v-2.316l1.335-1.335%203.76%205.07a2.378%202.378%200%200%200%203.866-2.771c-.016-.02-.03-.04-.047-.06l-4.177-5.638v-.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKindleItSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKnownSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLiveJournalSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMailRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMendeleySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeneameSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMySpaceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampNetvouzSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOutlookcomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPapalySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.744%208.217c1.112%200%202.296.519%203.106%201.329l.185.185c1.361%201.361%201.402%204.432.042%205.792l-3.103%202.787L16%2022.777l-4.974-4.467-3.103-2.787c-1.361-1.361-1.319-4.432.042-5.792l.185-.185c.81-.81%201.994-1.329%203.106-1.329.756%200%201.48.24%202.03.79L16%2012.291l2.714-3.284c.55-.55%201.274-.79%202.03-.79m0-2.921c-1.58%200-3.035.585-4.096%201.646l-.098.098-.088.107-.462.558-.462-.559-.088-.106-.098-.098c-1.061-1.061-2.516-1.646-4.096-1.646-1.871%200-3.804.816-5.172%202.184l-.185.185c-2.515%202.515-2.535%207.43-.042%209.924l.055.055.058.052%203.103%202.787%204.974%204.467L16%2026.704l1.952-1.753%204.974-4.467%203.103-2.787.058-.052.055-.055c2.494-2.494%202.473-7.409-.042-9.924l-.184-.186c-1.368-1.368-3.301-2.184-5.172-2.184z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPlurkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-1%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintFriendlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampProtopageBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPushaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampQzoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRediffMyPageSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRefindSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%2021.256c-2.891%200-5.256-2.365-5.256-5.255%200-2.891%202.365-5.255%205.255-5.255%202.891%200%205.255%202.365%205.255%205.255.002%202.89-2.363%205.255-5.254%205.255z%22%2F%3E%3Cpath%20d%3D%22M20.664%2023.676A8.91%208.91%200%200%201%2016%2025c-4.95%200-9-4.05-9-9s4.05-9%209-9%209%204.05%209%209a8.912%208.912%200%200%201-1.302%204.628l2.293%201.991A11.908%2011.908%200%200%200%2028%2016c0-6.6-5.4-12-12-12S4%209.4%204%2016s5.4%2012%2012%2012c2.456%200%204.745-.75%206.652-2.029l-1.988-2.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRenrenSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSinaWeiboSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSiteJotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSkypeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.15%2018c-.007.04-.012.084-.02.126l-.04-.24.06.113c.124-.678.19-1.37.19-2.06%200-1.53-.3-3.013-.892-4.41a11.273%2011.273%200%200%200-2.43-3.602%2011.288%2011.288%200%200%200-8.012-3.32c-.72%200-1.443.068-2.146.203h-.005c.04.023.08.04.118.063l-.238-.037c.04-.01.08-.018.12-.026a6.717%206.717%200%200%200-3.146-.787%206.67%206.67%200%200%200-4.748%201.965A6.7%206.7%200%200%200%204%2010.738c0%201.14.293%202.262.844%203.253.007-.04.012-.08.02-.12l.04.238-.06-.114c-.112.643-.17%201.3-.17%201.954a11.285%2011.285%200%200%200%203.32%208.012c1.04%201.04%202.25%201.86%203.602%202.43%201.397.592%202.882.89%204.412.89.666%200%201.334-.06%201.985-.175-.038-.02-.077-.04-.116-.063l.242.04c-.046.01-.088.015-.13.02a6.68%206.68%200%200%200%203.3.87%206.661%206.661%200%200%200%204.743-1.963A6.666%206.666%200%200%200%2028%2021.26c0-1.145-.295-2.27-.85-3.264zm-11.098%204.885c-4.027%200-5.828-1.98-5.828-3.463%200-.76.562-1.294%201.336-1.294%201.723%200%201.277%202.474%204.49%202.474%201.647%200%202.556-.893%202.556-1.808%200-.55-.27-1.16-1.355-1.426l-3.58-.895c-2.88-.723-3.405-2.282-3.405-3.748%200-3.043%202.865-4.186%205.556-4.186%202.478%200%205.4%201.37%205.4%203.192%200%20.783-.677%201.237-1.45%201.237-1.472%200-1.2-2.035-4.163-2.035-1.47%200-2.285.666-2.285%201.618%200%20.95%201.16%201.254%202.17%201.484l2.65.587c2.905.647%203.64%202.342%203.64%203.94%200%202.47-1.895%204.318-5.726%204.318z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSMSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-140%20-170%20770%20770%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%3E%3Cpath%20d%3D%22M87.412%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997c0-4.888-2.93-7.22-14.037-10.927%20c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.806-31.198c11.122%200%2021.078%202.526%2026.923%205.456%20l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803c0%204.485%203.707%206.832%2015.412%2010.927%20c18.133%206.234%2025.741%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809c-12.482%200-23.604-2.721-30.809-6.622%20L87.412%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M172.23%20166.856c0-11.884-0.389-22.034-0.777-30.42h24.964l1.36%2012.871h0.583c4.096-6.039%2012.482-15.008%2028.866-15.008%20c12.288%200%2022.034%206.233%2026.13%2016.174h0.389c3.513-4.873%207.803-8.775%2012.288-11.495c5.277-3.124%2011.122-4.679%2018.148-4.679%20c18.327%200%2032.184%2012.871%2032.184%2041.333v56.177h-28.866v-51.872c0-13.857-4.5-21.855-14.052-21.855%20c-6.817%200-11.705%204.679-13.648%2010.344c-0.777%202.138-1.166%205.262-1.166%207.609v55.773h-28.866v-53.441%20c0-12.093-4.29-20.285-13.663-20.285c-7.594%200-12.093%205.86-13.842%2010.733c-0.972%202.332-1.166%205.068-1.166%207.415v55.579H172.23%20V166.856z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M339.729%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997%20c0-4.888-2.93-7.22-14.037-10.927c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.807-31.198%20c11.122%200%2021.063%202.526%2026.922%205.456l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803%20c0%204.485%203.707%206.832%2015.412%2010.927c18.133%206.234%2025.742%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809%20c-12.482%200-23.604-2.721-30.809-6.622L339.729%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M383.947%20490L230.694%20364.252H50.713c-27.924%200-50.631-23.111-50.631-51.528V51.528C0.082%2023.111%2022.789%200%2050.713%200%20h388.574c27.924%200%2050.631%2023.111%2050.631%2051.528v261.197c0%2028.417-22.707%2051.528-50.631%2051.528h-55.34V490z%20M50.713%2030.615%20c-11.032%200-20.016%209.388-20.016%2020.913v261.197c0%2011.525%208.984%2020.913%2020.016%2020.913h190.923l111.696%2091.635v-91.635h85.954%20c11.032%200%2020.016-9.388%2020.016-20.913V51.528c0-11.525-8.984-20.913-20.016-20.913H50.713z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSlashdotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSvejoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSymbalooFeedsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampThreemaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.4%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M24.067%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M17.733%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M16.082%208.716h-.262c-.886%200-1.507.682-1.507%201.568v2.015h3.372v-2.015c.001-.886-.718-1.568-1.603-1.568z%22%2F%3E%3Cpath%20d%3D%22M16%204.325c-6.075%200-11%203.752-11%208.381%200%201.924.851%203.697%202.283%205.111.49.484.607%201.231.283%201.839l-1.479%202.776%204.39-1.384a6.183%206.183%200%200%201%201.863-.284c.383%200%20.766.034%201.145.102.807.144%201.649.22%202.514.22%206.075%200%2011-3.752%2011-8.381S22.075%204.325%2016%204.325zm3.793%2012.432c0%20.368-.409.6-.777.6H12.85c-.368%200-.643-.231-.643-.6v-3.733c0-.368.275-.725.643-.725h.2v-2.015c0-1.585%201.187-2.832%202.771-2.832h.262c1.583%200%202.868%201.247%202.868%202.832v2.015h.066c.368%200%20.777.357.777.725v3.733z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTrelloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.5%204h-21A1.5%201.5%200%200%200%204%205.5v21A1.5%201.5%200%200%200%205.5%2028h21a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2026.5%204zM14.44%2022.12c0%20.825-.675%201.5-1.5%201.5H8.62c-.825%200-1.5-.675-1.5-1.5V8.62c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v13.5zm10.44-6c0%20.825-.675%201.5-1.5%201.5h-4.32c-.825%200-1.5-.675-1.5-1.5v-7.5c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v7.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTuentiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwiddlaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViadeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViberSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M22.57%2027.22a7.39%207.39%200%200%201-1.14-.32%2029%2029%200%200%201-16-16.12c-1-2.55%200-4.7%202.66-5.58a2%202%200%200%201%201.39%200c1.12.41%203.94%204.3%204%205.46a2%202%200%200%201-1.16%201.78%202%202%200%200%200-.66%202.84A10.3%2010.3%200%200%200%2017%2020.55%201.67%201.67%200%200%200%2019.35%2020c1.07-1.62%202.38-1.54%203.82-.54.72.51%201.45%201%202.14%201.55.93.75%202.1%201.37%201.55%202.94A5.21%205.21%200%200%201%2022.57%2027.22Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.06%204.79A10.42%2010.42%200%200%201%2026.79%2015c0%20.51.18%201.27-.58%201.25s-.54-.78-.6-1.29c-.7-5.52-3.23-8.13-8.71-9-.45-.07-1.15%200-1.11-.57C15.84%204.52%2016.66%204.85%2017.06%204.79Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.09%2014.06c-.05.38.17%201-.45%201.13-.83.13-.67-.64-.75-1.13-.56-3.36-1.74-4.59-5.12-5.35-.5-.11-1.27%200-1.15-.8s.82-.48%201.35-.42A6.9%206.9%200%200%201%2024.09%2014.06Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.52%2013.45c0%20.43%200%20.87-.53.93s-.6-.26-.64-.64a2.47%202.47%200%200%200-2.26-2.43c-.42-.07-.82-.2-.63-.76.13-.38.47-.41.83-.42A3.66%203.66%200%200%201%2021.52%2013.45Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTypePadPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWebnewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWordPressSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWykopSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYahooMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoolinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampStockTwitsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.328%2014.309l-1.793-.736c-1.303-.536-1.955-1.244-1.955-2.123%200-.637.249-1.166.746-1.587.498-.427%201.123-.642%201.878-.642.614%200%201.115.125%201.504.373.373.218.766.684%201.178%201.399l2.204-1.306c-1.166-2.024-2.788-3.037-4.863-3.037-1.539%200-2.828.459-3.866%201.376-1.039.909-1.559%202.039-1.559%203.391%200%202.005%201.232%203.528%203.698%204.569l1.738.722c.451.194.84.399%201.167.612.326.214.593.443.799.687.206.245.358.513.455.805.097.291.146.612.146.961%200%20.871-.28%201.59-.84%202.156-.56.568-1.263.851-2.111.851-1.073%200-1.889-.389-2.449-1.166-.311-.405-.529-1.135-.653-2.193L4%2020.028c.249%201.679.875%202.986%201.878%203.92%201.018.936%202.309%201.403%203.872%201.403%201.648%200%203.028-.544%204.139-1.634%201.102-1.082%201.653-2.451%201.653-4.109%200-1.237-.338-2.281-1.012-3.134-.676-.852-1.743-1.573-3.202-2.165zM28%207.023H17.037v2.571h4.14v15.425h2.695V9.594H28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGentleReaderSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-80%20-80.014%201200.014%201200%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M819.664%2C291.684C572.661-7.32%2C155.656%2C203.683%2C169.656%2C527.687%20c38%2C489.007%2C727.009%2C448.006%2C683.009-28H562.661v98h177.002c-54.721%2C270.685-443.659%2C218.617-464.179-77.827%20c-0.48-6.934%2C1.493-36.96%2C3.053-44.641c44.28-217.95%2C300.377-317.791%2C467.126-110.535L819.664%2C291.684z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-7%20-8%2045%2045%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M27.87%204.125c-5.224%200-9.467%204.159-9.467%209.291v2.89c0-1.306%201.074-2.362%202.399-2.362s2.399%201.056%202.399%202.362v1.204c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V4.134c-.036-.009-.082-.009-.129-.009%22%2F%3E%3Cpath%20d%3D%22M4%204.125v12.94c2.566%200%204.668-1.973%204.807-4.465v-2.214c0-.065%200-.12.009-.176.093-1.213%201.13-2.177%202.39-2.177%201.325%200%202.399%201.056%202.399%202.362v9.226c0%201.306%201.074%202.353%202.399%202.353s2.399-1.056%202.399-2.353v-6.206c0-5.132%204.233-9.291%209.467-9.291H4z%22%2F%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M4%2017.074v8.438c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V12.61C8.659%2015.102%206.566%2017.074%204%2017.074%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGabSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGettrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2032C24.8366%2032%2032%2024.8366%2032%2016C32%207.16344%2024.8366%200%2016%200C7.16344%200%200%207.16344%200%2016C0%2024.8366%207.16344%2032%2016%2032Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M24.528%207.9125C24.1467%208.22187%2023.7874%208.3875%2023.2655%208.39688C23.7249%207.94688%2024.1405%207.43125%2024.478%206.875C24.8155%206.31875%2025.0717%205.71875%2025.2624%205.09375C23.6436%206.32187%2021.1561%206.64062%2018.9186%207.55312C16.753%208.42812%2014.8186%209.85312%2014.5655%2011.7312C14.3874%2013.0781%2015.0686%2014.6531%2016.0249%2016.0063C16.1311%2015.6469%2016.303%2015.2781%2016.553%2015.0125C17.0467%2014.4906%2017.853%2014.3594%2018.628%2014.2344C19.7999%2014.0469%2020.8936%2013.875%2021.8561%2013.3156C22.5342%2012.9219%2023.1436%2012.3313%2023.528%2011.6281C23.7467%2011.2344%2023.8936%2010.8031%2023.9811%2010.3656C23.7311%2010.6%2023.3405%2010.7531%2023.0155%2010.6844C23.8186%209.9%2024.3374%209.00625%2024.528%207.9125Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M16.0221%2017.6094H8.7002V18.2969C8.7002%2018.2969%2012.1314%2018.4781%2012.6877%2021.0938H16.0189H19.3502C19.9064%2018.4781%2023.3377%2018.2969%2023.3377%2018.2969V17.6094H16.0221Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.2221%2021.6846C19.0033%2021.6439%2018.8002%2021.7658%2018.7627%2021.9596L18.3689%2024.4533C18.3658%2024.4721%2018.3627%2024.4908%2018.3627%2024.5096H17.6346L17.9564%2022.0721C17.9752%2021.8752%2017.8127%2021.7033%2017.5971%2021.6814C17.3783%2021.6596%2017.1846%2021.8033%2017.1689%2021.9971L17.0189%2024.5064C17.0189%2024.5096%2017.0189%2024.5096%2017.0189%2024.5127H16.3314L16.4221%2022.0377C16.4221%2021.8533%2016.2627%2021.7002%2016.0658%2021.6846C16.0533%2021.6846%2016.0408%2021.6814%2016.0252%2021.6814C16.0127%2021.6814%2015.9971%2021.6814%2015.9846%2021.6846C15.8377%2021.6971%2015.7127%2021.7814%2015.6596%2021.9033C15.6377%2021.9471%2015.6283%2021.9939%2015.6283%2022.0439L15.7189%2024.5189H15.0314C15.0314%2024.5158%2015.0314%2024.5158%2015.0314%2024.5127L14.8752%2022.0002C14.8564%2021.8033%2014.6658%2021.6627%2014.4471%2021.6846C14.2283%2021.7064%2014.0658%2021.8814%2014.0877%2022.0752L14.4096%2024.5127H13.6814C13.6783%2024.4939%2013.6752%2024.4752%2013.6752%2024.4564L13.2814%2021.9627C13.2439%2021.7689%2013.0377%2021.6471%2012.8221%2021.6877C12.6033%2021.7283%2012.4627%2021.9221%2012.5002%2022.1158L13.0564%2024.5158H13.3846C13.4814%2025.0502%2013.5439%2025.4252%2013.5783%2025.6283H14.1283C14.2314%2026.6533%2015.2189%2036.1221%2015.2189%2036.1221C15.2189%2036.1221%2015.2846%2036.9252%2016.0221%2036.9252C16.7564%2036.9252%2016.8252%2036.1221%2016.8252%2036.1221C16.9908%2034.7971%2017.8064%2026.5814%2017.9158%2025.6283H18.4689C18.5033%2025.4252%2018.5658%2025.0502%2018.6627%2024.5158H18.9908L19.5471%2022.1158C19.5814%2021.9189%2019.4377%2021.7252%2019.2221%2021.6846Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
1
  .theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2038%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2210%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%223%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%2010%2015%20L%2020%2010%20m%200%2010%20L%2010%2015%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-6%2038%2038%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%207%2010%20h%202%20v%203%20h%2012%20v%20-3%20h%202%20v%207%20h%20-2%20v%20-3%20h%20-12%20v%203%20h%20-2%20z%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221.8%22%20height%3D%227%22%20width%3D%2210%22%20x%3D%2210%22%20y%3D%225%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3Crect%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20height%3D%225%22%20width%3D%228%22%20x%3D%2211%22%20y%3D%2216%22%20fill%3D%22%23fff%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRedditSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwitterSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampVkontakteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-2%2034%2034%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampXingSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-6%2042%2042%22%3E%0A%3Cpath%20d%3D%22M%206%209%20h%205%20l%204%204%20l%20-5%207%20h%20-5%20l%205%20-7%20z%20m%2015%20-4%20h%205%20l%20-9%2013%20l%204%208%20h%20-5%20l%20-4%20-8%20z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2040%2040%22%3E%3Cpath%20id%3D%22arc1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20d%3D%22M%2011.579798566743314%2024.396926207859085%20A%2010%2010%200%201%200%206.808479557110079%2020.73576436351046%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%207%2019%20l%20-1%206%20l%206%20-1%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2010%2010%20q%20-1%208%208%2011%20c%205%20-1%200%20-6%20-1%20-3%20q%20-4%20-3%20-5%20-5%20c%204%20-2%20-1%20-5%20-1%20-4%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAIMSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.75%2016.548c-.24.558-.465%201.08-.707%201.646%202.756%201.873%205.48%203.752%207.615%206.453l-2.11%201.43c-.708-.768-1.364-1.59-2.132-2.29-1.047-.958-2.156-1.85-3.557-2.285-.585-.183-.98-.086-1.39.41-1.527%201.862-3.26%203.49-5.476%204.522-1.368.64-1.368.642-1.972-.695-.178-.39-.346-.785-.54-1.226%201.827-.433%203.38-1.246%204.62-2.62.74-.822%201.166-1.716%201.26-2.856.17-2.103.628-4.15%201.828-5.95.534-.797%201.768-.98%202.493-.37.062.046.11.126.13.2.48%201.81%202.08%202.005%203.58%201.63.573-.146%201.118-.404%201.73-.63l1.07%201.483c-1.903%201.718-4.075%201.73-6.444%201.145zm.842-12.054c1.78.02%203.254%201.57%203.22%203.386-.032%201.734-1.62%203.284-3.325%203.246-1.822-.04-3.326-1.604-3.284-3.418.038-1.8%201.555-3.236%203.39-3.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAmazonWishListSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.998%2023.842c-.127%200-.256.03-.377.086-.132.055-.27.117-.4.172l-.194.08-.25.1v.005c-2.72%201.102-5.573%201.748-8.215%201.805-.097.004-.193.004-.29.004-4.153.003-7.544-1.926-10.964-3.823-.12-.06-.24-.094-.36-.094-.156%200-.313.058-.43.164-.114.106-.183.266-.182.426%200%20.207.112.395.267.52%203.21%202.786%206.73%205.376%2011.46%205.378.094%200%20.188-.002.28-.004%203.01-.07%206.415-1.085%209.058-2.745l.016-.01c.346-.207.69-.44%201.018-.703.205-.15.346-.385.344-.63-.01-.435-.377-.73-.775-.73zm3.666-1.54c-.012-.265-.068-.466-.178-.632l-.01-.016-.015-.02c-.11-.12-.216-.167-.333-.218-.347-.133-.853-.205-1.46-.207-.437%200-.92.04-1.4.143l-.002-.03-.486.16-.01.006-.276.09v.012c-.322.136-.615.302-.89.498-.167.13-.31.297-.317.556-.004.14.066.3.185.395.12.097.257.13.378.13.027%200%20.055%200%20.078-.005l.023-.002.018-.003c.238-.053.586-.085.992-.144.347-.037.72-.066%201.04-.066.225%200%20.43.014.57.045.07.016.12.032.15.05.01.003.016.007.02.01.006.02.016.067.014.14.004.268-.11.767-.266%201.25-.152.487-.338.974-.46%201.298-.03.075-.048.157-.048.247-.003.13.05.287.16.393.11.104.255.145.374.145h.006c.18-.002.332-.07.463-.176%201.236-1.112%201.666-2.888%201.684-3.888l-.003-.16z%22%2F%3E%3Cpath%20d%3D%22M17.355%2010.384c-.728.055-1.565.11-2.404.222-1.282.17-2.57.39-3.63.896-2.07.838-3.467%202.627-3.467%205.254%200%203.3%202.124%204.98%204.81%204.98.894%200%201.622-.114%202.29-.28%201.064-.336%201.958-.95%203.02-2.07.614.838.782%201.23%201.844%202.125.278.114.558.114.78-.052.673-.56%201.85-1.568%202.462-2.125.28-.224.224-.56.056-.837-.613-.783-1.23-1.455-1.23-2.965V10.5c0-2.125.167-4.082-1.397-5.534-1.285-1.173-3.3-1.62-4.864-1.62h-.672c-2.85.164-5.868%201.395-6.54%204.918-.11.447.226.613.45.67l3.13.39c.336-.055.502-.336.56-.613.278-1.23%201.284-1.845%202.4-1.96h.227c.67%200%201.397.28%201.79.84.447.67.39%201.568.39%202.35v.446zm-.613%206.65c-.393.782-1.063%201.286-1.79%201.456-.112%200-.28.055-.448.055-1.228%200-1.956-.95-1.956-2.35%200-1.788%201.06-2.627%202.402-3.018.727-.167%201.567-.225%202.405-.225v.672c0%201.287.057%202.292-.613%203.41z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAOLMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M17.334%2013.26c-2.315%200-4.067%201.8-4.067%204.027%200%202.35%201.824%204.03%204.067%204.03%202.243%200%204.062-1.68%204.062-4.03%200-2.228-1.744-4.027-4.062-4.027zm0%202.127c1-.007%201.82.847%201.82%201.9%200%201.048-.82%201.9-1.82%201.9s-1.818-.853-1.818-1.9c0-1.053.817-1.9%201.818-1.9zm11.59%204.518c0%20.778-.63%201.412-1.41%201.412-.778%200-1.41-.634-1.41-1.412%200-.778.632-1.408%201.41-1.408.78%200%201.41.63%201.41%201.408zm-4.104%201.418h-2.216v-10.28h2.216v10.28zM9.33%2011.04s2.585%206.79%203.862%2010.13c.015.037.028.078.047.132-.06.006-.105.01-.15.01-.83.002-1.664-.003-2.497.004-.12.002-.17-.04-.204-.156-.116-.385-.247-.766-.365-1.147-.032-.11-.074-.153-.193-.153-1.066.006-2.132.006-3.2%200-.1%200-.142.03-.173.13-.127.405-.26.81-.39%201.21-.02.076-.05.117-.136.117-.874-.006-1.75-.004-2.624-.004-.016%200-.036-.005-.07-.012.023-.06.04-.116.064-.17%201.286-3.307%203.91-10.086%203.91-10.086H9.33zm-.023%206.674c-.343-1.147-.68-2.274-1.02-3.4h-.03l-1.017%203.4h2.067z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampAppnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%207.158L4.156%2025h2.422l2.695-4h13.453l2.695%204h2.425L16%207.158zM10.82%2019L16%2011.2l5.178%207.8H10.82z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBalatarinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23B90E10%22%20d%3D%22M29%2017H3v10c0%201.1.9%202%202%202h22c1.1%200%202-.9%202-2V17z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2022h8v2h-8z%22%2F%3E%3Cpath%20fill%3D%22%23079948%22%20d%3D%22M29%2015H3V5c0-1.1.9-2%202-2h22c1.1%200%202%20.9%202%202v10z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15%205h2v8h-2z%22%2F%3E%3Cpath%20d%3D%22M12%208h8v2h-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBibSonomySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-7%20-7%2046%2046%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2025.892c-.25%200-.484.065-.694.17l-5.907-8.2a1.548%201.548%200%200%200%20.344-1.68l4.28-2.573c.288.333.71.552%201.187.552.862%200%201.56-.7%201.56-1.56%200-.776-.567-1.415-1.31-1.535V6.11a1.556%201.556%200%200%200-.25-3.095c-.862%200-1.56.7-1.56%201.56%200%20.196.04.383.106.556l-4.256%202.477a1.548%201.548%200%200%200-1.2-.574c-.862%200-1.56.7-1.56%201.56%200%20.778.567%201.417%201.31%201.537v5.1c-.218.035-.42.112-.598.23L9.93%208.204c.213-.268.345-.6.345-.97a1.56%201.56%200%201%200-.712%201.309l6.575%207.25c-.213.267-.345.6-.345.968%200%20.23.054.45.144.647L8.08%2022.66a1.547%201.547%200%200%200-1.138-.5%201.56%201.56%200%201%200%201.56%201.56c0-.23-.053-.45-.144-.646l7.857-5.25c.07.076.147.144.23.204l-1.95%203.927a1.536%201.536%200%200%200-.457-.076c-.862%200-1.56.695-1.56%201.56a1.56%201.56%200%201%200%202.468-1.27l1.95-3.926c.146.045.297.076.458.076.25%200%20.484-.064.694-.17l5.907%208.2a1.56%201.56%200%201%200%201.103-.459zM18.914%208.59c0-.197-.04-.383-.106-.556l4.257-2.473c.236.29.567.49.95.55v4.96a1.558%201.558%200%200%200-1.197%202.115l-4.278%202.573a1.542%201.542%200%200%200-.935-.53v-5.102a1.555%201.555%200%200%200%201.31-1.534z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBittyBrowserSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M4%204h12v12H4z%22%2F%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M20%204v16H4v8h24V4%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlinklistSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M3%2010.35v11.3l8.977-5.418%22%2F%3E%3Cpath%20d%3D%22M17.55%2027.454c-4.397%200-8.314-2.39-10.205-6.36l1.675-1.04c1.558%203.274%204.906%205.388%208.53%205.388%205.204%200%209.438-4.235%209.438-9.44%200-5.208-4.233-9.443-9.44-9.443-3.804%200-7.22%202.26-8.7%205.763l-1.733-1.057c1.798-4.25%205.82-6.72%2010.434-6.72C23.86%204.546%2029%209.683%2029%2015.996c0%206.317-5.136%2011.457-11.45%2011.457z%22%2F%3E%3Cpath%20d%3D%22M11.425%2018.623c1.02%202.406%203.403%204.09%206.18%204.09%203.71%200%206.715-3.006%206.715-6.712%200-3.71-3.005-6.712-6.714-6.712-2.887%200-5.35%201.823-6.295%204.38l3.958%202.566-3.84%202.39z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBloggerPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.393%206.112h4.367c1.61.19%203.96%201.572%204.824%203.41.238.515.363.594.56%202.12.106.786.16%201.367.51%201.69.495.45%202.333.147%202.696.43l.277.22.166.343.06.277-.04%205.048c-.02%203.43-2.81%206.238-6.244%206.238h-7.177c-3.436%200-6.244-2.81-6.244-6.238v-7.29c-.003-3.434%202.806-6.248%206.242-6.248z%22%2F%3E%3Cpath%20fill%3D%22%23F8A154%22%20d%3D%22M12.47%2011.22h3.464c.66%200%201.195.534%201.195%201.188%200%20.653-.538%201.195-1.198%201.195H12.47c-.66%200-1.194-.542-1.194-1.195%200-.654.535-1.19%201.195-1.19zm0%207.15h7.038c.654%200%201.19.534%201.19%201.188%200%20.646-.535%201.188-1.19%201.188H12.47c-.66%200-1.194-.54-1.194-1.188%200-.654.535-1.19%201.195-1.19z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBlogMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A3DE38%22%20d%3D%22M22.762%2018.917L17.646%2016l-8.408-4.795V29l13.524-7.71%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.762%2010.71L9.238%203v8.204l8.408%204.794%205.116-2.915%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBoxnetSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.49%2011.36c-1.653%200-3.18.524-4.434%201.41V6.543c0-.893-.725-1.616-1.617-1.616-.895%200-1.617.723-1.617%201.616v11.903c-.017.2.002%201.37.055%201.7.53%203.73%203.73%206.604%207.61%206.604%204.25%200%207.692-3.446%207.692-7.696.003-4.25-3.444-7.695-7.694-7.695zm0%2012.126c-2.45%200-4.434-1.984-4.434-4.432%200-2.45%201.983-4.434%204.433-4.434%202.445%200%204.43%201.984%204.43%204.434%200%202.448-1.984%204.432-4.433%204.432z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBookmarksfrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M27.256%209.5c-2.188-3.79-6.36-.54-7.83%202.205%201.073.86%201.802%202.112%202.006%203.475%203.103.094%208.023-1.873%205.824-5.68-.7-1.212.515.894%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M15.998%203c-4.368%200-3.664%205.23-2.013%207.886%201.283-.505%202.74-.505%204.023%200C19.66%208.23%2020.366%203%2015.998%203z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M9.255%208.294c-1.108-.64-2.42-.918-3.49-.053-.96.78-1.79%202.268-1.617%203.538.352%202.564%204.32%203.468%206.416%203.405.204-1.363.934-2.618%202.01-3.477-.67-1.256-1.898-2.59-3.32-3.41-.71-.41%201.422.82%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M11.426%2019.05c-.447-.67-.744-1.435-.862-2.23-2.785-.084-7.768%201.608-6.056%205.24%202.023%204.292%206.448%201.248%208.063-1.765-.44-.354-.83-.773-1.142-1.246-.132-.198.314.47%200%200z%22%2F%3E%3Cpath%20fill%3D%22%23CC3467%22%20d%3D%22M18.202%2021.458c-.064-.12-.13-.232-.198-.342-1.28.503-2.737.503-4.02%200C12.338%2023.766%2011.624%2029%2016%2029c4.218%200%203.67-4.848%202.204-7.542-.064-.12.678%201.243%200%200z%22%2F%3E%3Cpath%20fill%3D%22%2396C044%22%20d%3D%22M27.83%2020.088c-.478-2.46-4.326-3.33-6.398-3.27-.204%201.364-.933%202.617-2.007%203.476.934%201.744%202.858%203.73%204.913%204.006%202.043.276%203.853-2.332%203.49-4.212-.153-.8.137.706%200%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBuddyMarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%238B0102%22%3E%3Ccircle%20cx%3D%2219.587%22%20cy%3D%227.172%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M21.374%2011.668h-3.572c-.085%200-.168.01-.253.013.32.68.51%201.437.51%202.236%200%201.476-.62%202.807-1.61%203.756%202.314.69%204.084%202.656%204.486%205.08%203.414-.15%205.382-1.114%205.513-1.18l.282-.145h.03V17.06c0-2.97-2.418-5.39-5.39-5.39z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23BA3628%22%3E%3Ccircle%20cx%3D%2212.413%22%20cy%3D%2213.439%22%20r%3D%224.209%22%2F%3E%3Cpath%20d%3D%22M14.198%2017.937h-3.57c-2.973%200-5.39%202.417-5.39%205.388v4.37l.01.067.303.095c2.838.885%205.3%201.18%207.33%201.18%203.96%200%206.257-1.13%206.398-1.2l.282-.142h.027v-4.37c0-2.97-2.416-5.388-5.388-5.388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCare2NewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.56%2021.21c1.558.926%203.202%201.637%204.95%202.122.746.207%201.255.03%201.596-.673.102-.21.25-.404.4-.586%202.322-2.812%201.91-6.988-1.06-7.983.66-.517.662-1.2.47-1.92-.156-.59-.265-1.204-.492-1.767-.514-1.278-.694-2.603-.77-3.964-.047-.814-.1-1.767-1-2.068-.875-.292-1.54.357-2.09.977-1.85%202.082-2.9%204.576-3.644%207.22-.372%201.33-.7%202.676-1.077%204.12-.332-.34-.57-.837-.925-.897-.14-.376-.74-2.2.177-3.78.02-.008.033-.022.047-.037l.174-.22c.05-.063.037-.15-.024-.2-.06-.048-.15-.037-.196.025l-.174.223c-.033.04-.035.093-.02.138-.84%201.48-.432%203.147-.23%203.76-.422-.616-1.416-1.792-2.95-2.06-.024-.04-.067-.067-.116-.067h-.28c-.08%200-.143.063-.143.14%200%20.08.062.142.142.142h.28c.023%200%20.043-.007.062-.017%201.54.254%202.51%201.48%202.884%202.046-.38.265.127.786.08%201.276-1.986-1.483-4.072-2.605-6.244-3.572-1.956-.87-3.89-1.798-6.008-2.233-.47-.097-.977-.107-1.25.41-.25.474-.093.936.19%201.34.153.222.347.434.566.585%202.44%201.678%204.303%203.93%206.212%206.145.446.517.896%201.027%201.665%201.065.25.012.455.132.445.446v.123c.047.827.25%201.5.774%202.28%201.365%201.67%203.08%202.88%205.054%203.7.4.167.73.25%201.01.25.685%200%201.018-.517%201.116-1.578.026-1.45-.42-2.82-.863-4.154.352-.27.517.24.788.065.237-.33-.216-.68.018-1.08.172.097.316.173.456.256z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCommentSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-150%20-150%20791%20791%22%3E%3Cg%3E%3Cpath%20d%3D%22M477.364%2C127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41%20c-46.442%2C0-89.269%2C8.136-128.478%2C24.41c-39.209%2C16.274-70.233%2C38.446-93.074%2C66.522C11.419%2C155.555%2C0%2C186.15%2C0%2C219.269%20c0%2C28.549%2C8.61%2C55.299%2C25.837%2C80.232c17.227%2C24.934%2C40.778%2C45.874%2C70.664%2C62.813c-2.096%2C7.611-4.57%2C14.842-7.426%2C21.7%20c-2.855%2C6.851-5.424%2C12.467-7.708%2C16.847c-2.286%2C4.374-5.376%2C9.23-9.281%2C14.555c-3.899%2C5.332-6.849%2C9.093-8.848%2C11.283%20c-1.997%2C2.19-5.28%2C5.801-9.851%2C10.848c-4.565%2C5.041-7.517%2C8.33-8.848%2C9.853c-0.193%2C0.097-0.953%2C0.948-2.285%2C2.574%20c-1.331%2C1.615-1.999%2C2.419-1.999%2C2.419l-1.713%2C2.57c-0.953%2C1.42-1.381%2C2.327-1.287%2C2.703c0.096%2C0.384-0.094%2C1.335-0.57%2C2.854%20c-0.477%2C1.526-0.428%2C2.669%2C0.142%2C3.429v0.287c0.762%2C3.234%2C2.283%2C5.853%2C4.567%2C7.851c2.284%2C1.992%2C4.858%2C2.991%2C7.71%2C2.991h1.429%20c12.375-1.526%2C23.223-3.613%2C32.548-6.279c49.87-12.751%2C93.649-35.782%2C131.334-69.094c14.274%2C1.523%2C28.074%2C2.283%2C41.396%2C2.283%20c46.442%2C0%2C89.271-8.135%2C128.479-24.414c39.208-16.276%2C70.233-38.444%2C93.072-66.517c22.843-28.072%2C34.263-58.67%2C34.263-91.789%20C511.626%2C186.154%2C500.207%2C155.555%2C477.364%2C127.481z%20M445.244%2C292.075c-19.896%2C22.456-46.733%2C40.303-80.517%2C53.529%20c-33.784%2C13.223-70.093%2C19.842-108.921%2C19.842c-11.609%2C0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277%2C10.852%20c-23.408%2C20.558-49.582%2C36.829-78.513%2C48.821c8.754-15.414%2C15.416-31.785%2C19.986-49.102l7.708-27.412l-24.838-14.27%20c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077%2C9.945-50.343%2C29.834-72.803%20c19.895-22.458%2C46.729-40.303%2C80.515-53.531c33.786-13.229%2C70.089-19.849%2C108.92-19.849c38.828%2C0%2C75.13%2C6.617%2C108.914%2C19.845%20c33.783%2C13.229%2C60.62%2C31.073%2C80.517%2C53.531c19.89%2C22.46%2C29.834%2C46.727%2C29.834%2C72.802S465.133%2C269.615%2C445.244%2C292.075z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampCopyLinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.412%2021.177c0-.36-.126-.665-.377-.917l-2.804-2.804a1.235%201.235%200%200%200-.913-.378c-.377%200-.7.144-.97.43.026.028.11.11.255.25.144.14.24.236.29.29s.117.14.2.256c.087.117.146.232.177.344.03.112.046.236.046.37%200%20.36-.126.666-.377.918a1.25%201.25%200%200%201-.918.377%201.4%201.4%200%200%201-.373-.047%201.062%201.062%200%200%201-.345-.175%202.268%202.268%200%200%201-.256-.2%206.815%206.815%200%200%201-.29-.29c-.14-.142-.223-.23-.25-.254-.297.28-.445.607-.445.984%200%20.36.126.664.377.916l2.778%202.79c.243.243.548.364.917.364.36%200%20.665-.118.917-.35l1.982-1.97c.252-.25.378-.55.378-.9zm-9.477-9.504c0-.36-.126-.665-.377-.917l-2.777-2.79a1.235%201.235%200%200%200-.913-.378c-.35%200-.656.12-.917.364L7.967%209.92c-.254.252-.38.553-.38.903%200%20.36.126.665.38.917l2.802%202.804c.242.243.547.364.916.364.377%200%20.7-.14.97-.418-.026-.027-.11-.11-.255-.25s-.24-.235-.29-.29a2.675%202.675%200%200%201-.2-.255%201.052%201.052%200%200%201-.176-.344%201.396%201.396%200%200%201-.047-.37c0-.36.126-.662.377-.914.252-.252.557-.377.917-.377.136%200%20.26.015.37.046.114.03.23.09.346.175.117.085.202.153.256.2.054.05.15.148.29.29.14.146.222.23.25.258.294-.278.442-.606.442-.983zM27%2021.177c0%201.078-.382%201.99-1.146%202.736l-1.982%201.968c-.745.75-1.658%201.12-2.736%201.12-1.087%200-2.004-.38-2.75-1.143l-2.777-2.79c-.75-.747-1.12-1.66-1.12-2.737%200-1.106.392-2.046%201.183-2.818l-1.186-1.185c-.774.79-1.708%201.186-2.805%201.186-1.078%200-1.995-.376-2.75-1.13l-2.803-2.81C5.377%2012.82%205%2011.903%205%2010.826c0-1.08.382-1.993%201.146-2.738L8.128%206.12C8.873%205.372%209.785%205%2010.864%205c1.087%200%202.004.382%202.75%201.146l2.777%202.79c.75.747%201.12%201.66%201.12%202.737%200%201.105-.392%202.045-1.183%202.817l1.186%201.186c.774-.79%201.708-1.186%202.805-1.186%201.078%200%201.995.377%202.75%201.132l2.804%202.804c.754.755%201.13%201.672%201.13%202.75z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiaryRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23912D31%22%20d%3D%22M16%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013%2013-5.82%2013-13S23.18%203%2016%203zm0%2024.807C9.48%2027.807%204.192%2022.522%204.192%2016%204.192%209.48%209.48%204.193%2016%204.193c3.92%200%207.392%201.91%209.54%204.85h-8.308s-2.863.397-3.18%202.544c-.34%202.293-1.988%202.465-1.988%202.465h-4.69v1.51h9.74c.206-1.086%201.16-1.907%202.305-1.907%201.143%200%202.096.82%202.302%201.908h1.632v.874h-1.632c-.206%201.087-1.16%201.91-2.305%201.91-1.147%200-2.1-.823-2.306-1.91H7.37v1.59h4.69s1.67%200%201.988%202.464c.304%202.356%203.18%202.548%203.18%202.548h8.25c-2.15%202.895-5.596%204.77-9.48%204.77z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiasporaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.498%206.49v6.258l-5.953-1.933L6%2015.57l5.95%201.934-3.677%205.063%204.046%202.942L16%2020.442l3.68%205.064%204.047-2.943L20.05%2017.5%2026%2015.57l-1.545-4.755-5.953%201.933V6.49h-5.004z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiigoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M23.81%204.5c.012.198.035.396.035.593%200%204.807.026%209.615-.01%2014.422-.02%203.248-1.5%205.678-4.393%207.158-4.66%202.385-10.495-.64-11.212-5.836-.76-5.517%203.747-9.56%208.682-9.018%201.114.12%202.16.5%203.134%201.07.517.3.527.295.53-.29.007-2.7.01-5.4.014-8.103h3.22zm-7.914%2019.97c2.608.068%204.82-2.025%204.954-4.552.138-2.626-1.89-5.074-4.727-5.145-2.7-.067-4.867%202-4.973%204.71-.107%202.72%202.13%205.008%204.746%204.988z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDoubanSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.755%205.505h20.55v2.59H5.755v-2.59zm14.99%2018.47l1.93-4.29h2.21v-9.97h-18v9.98h2.04l1.93%204.29h-5.78v2.51h21.85v-2.51l-6.18-.01zm-10.74-6.95v-4.88h11.68v4.88h-11.68zm7.99%206.95h-4.37l-1.93-4.29h8.24l-1.94%204.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDraugiemSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.55%2011.33c4.656.062%207.374%202.92%204.294%206.828-1.415%201.798-3.812%203.575-7.003%204.725-.15.056-.303.105-.46.16-.3.098-.595.188-.89.28a24.866%2024.866%200%200%201-4.05.814c-.464.043-.91.078-1.35.085-2.97.077-5.205-.74-5.93-2.474-.88-2.077.9-4.976%204.454-7.178-2.627%201.06-7.408%203.546-7.61%207.12v.454c.02.362.09.725.21%201.108.76%202.41%204.333%203.533%208.884%203.13.446-.036.892-.092%201.352-.16.66-.1%201.337-.23%202.027-.39a35.76%2035.76%200%200%200%202.02-.558c.154-.056.3-.098.454-.153.31-.094.608-.2.9-.31%203.945-1.436%206.87-3.34%208.58-5.526.975-1.253%201.476-2.424%201.574-3.448v-.787c-.28-2.61-3.317-4.135-7.45-3.717zm-3.024-1.29c.11%200%20.21-.014.307-.035.662-.167.983-.87%201.01-1.7.028-.885-.286-1.624-1.01-1.728-.063-.014-.125-.014-.195-.014-.578%200-.955.348-1.157.857-.094.265-.16.564-.163.885-.014.383.034.745.167%201.038.196.418.53.697%201.046.697zm-.014.292c-.293%200-.544.028-.76.084l.063.084.11.202.092.21.077.215.056.223.035.223.02.23.008.223v.237l-.014.23-.018.23-.028.23-.028.23-.043.23-.042.23-.04.223-.056.223-.042.212-.056.21-.057.2-.057.196-.042.19-.04.18-.02.11-.03.125-.028.132-.02.14-.03.152-.02.124v.03l-.028.166-.056.21-.02.172-.03.18-.02.182-.03.18-.02.19-.03.18-.02.188-.02.188-.02.19v.007c.04.537.082.997.103%201.26.02.3.085.517.18.663.14.215.378.292.706.32.28-.028.487-.084.647-.23.153-.14.237-.376.3-.753.118-.774.467-3.31.767-4.397.425-1.568%201.456-4.418-1.066-4.634-.122-.024-.226-.024-.338-.024zm-3.06-.8h.015c.976-.008%201.436-.9%201.436-1.994s-.46-1.993-1.436-2h-.014c-.99%200-1.45.9-1.45%202s.46%201.993%201.45%201.993zm-2.013%204.626c.09.383.18.732.254%201.052.307%201.254.606%204.16.718%205.038.105.885.418%201.073%201.052%201.136.62-.063.94-.25%201.045-1.136.105-.878.41-3.79.71-5.038.08-.314.175-.67.266-1.052.28-1.15.502-2.495%200-3.366-.32-.557-.94-.92-2.02-.92-1.088%200-1.708.37-2.03.92-.5.864-.27%202.216%200%203.366zm-1.35-4.153c.1.02.196.035.308.035.516%200%20.857-.28%201.045-.704.118-.293.174-.655.167-1.038a2.96%202.96%200%200%200-.167-.885c-.202-.51-.585-.857-1.157-.857-.07%200-.134%200-.197.014-.725.105-1.045.843-1.01%201.728.02.836.35%201.54%201.01%201.707zm-.3%209.373c.057.376.154.606.3.753.16.157.37.206.65.23.33-.024.557-.1.704-.32.09-.14.153-.36.18-.66.022-.264.064-.72.106-1.253v-.014l-.02-.187-.02-.188-.03-.188-.02-.18-.02-.19-.03-.18-.02-.18-.03-.183-.025-.174-.02-.166-.03-.167v-.02l-.02-.133-.028-.153-.028-.14-.024-.13-.028-.125-.03-.11-.034-.184-.056-.188-.04-.196-.058-.203-.056-.21-.056-.215-.04-.223-.057-.225-.04-.23-.033-.23-.028-.23-.03-.23-.02-.23-.008-.237v-.23l.007-.223.02-.23.034-.223.056-.222.07-.216.1-.21.11-.2.065-.085a3.128%203.128%200%200%200-.76-.083c-.11%200-.216%200-.32.014-2.524.216-1.492%203.066-1.067%204.634.262%201.054.603%203.59.728%204.364z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}
2
+ .theChampEvernoteSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M7.884%208.573h2.276c.13%200%20.236-.106.236-.235%200%200-.027-1.95-.027-2.494v-.006c0-.445.09-.833.253-1.16l.078-.145c-.007%200-.017.005-.025.014l-4.42%204.385c-.01.007-.014.016-.017.026.09-.046.215-.107.233-.115.386-.175.85-.27%201.41-.27zm17.704-.477c-.18-.968-.755-1.444-1.275-1.632-.56-.203-1.698-.413-3.127-.58-1.15-.137-2.504-.126-3.318-.1-.1-.672-.568-1.285-1.096-1.498-1.404-.564-3.573-.428-4.13-.272-.442.125-.932.378-1.205.768-.183.262-.302.595-.302%201.062%200%20.265.007.886.015%201.44l.014%201.054c0%20.494-.4.896-.896.897H7.99c-.485%200-.856.082-1.14.21-.284.128-.484.303-.636.508-.304.408-.357.912-.355%201.426%200%200%200%20.416.102%201.23.084.63.767%205.02%201.414%206.356.25.522.42.736.912.966%201.1.47%203.61.994%204.787%201.146%201.174.15%201.912.466%202.35-.457.002%200%20.088-.227.208-.56.382-1.156.435-2.18.435-2.924%200-.076.11-.078.11%200%200%20.524-.1%202.38%201.303%202.875.554.197%201.7.373%202.864.51%201.055.12%201.82.537%201.82%203.24%200%201.645-.346%201.87-2.152%201.87-1.464%200-2.02.038-2.02-1.125%200-.938.93-.842%201.616-.842.31%200%20.086-.23.086-.81%200-.576.36-.91.02-.918-2.384-.065-3.786-.004-3.786%202.978%200%202.706%201.036%203.208%204.418%203.208%202.65%200%203.588-.086%204.682-3.483.22-.67.742-2.718%201.06-6.154.197-2.173-.194-8.732-.502-10.388zm-4.622%207.25c-.327-.012-.643.01-.937.056.08-.667.353-1.488%201.332-1.453%201.08.033%201.23%201.056%201.237%201.75-.457-.205-1.02-.335-1.635-.357z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookMessengerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16%205C9.986%205%205.11%209.56%205.11%2015.182c0%203.2%201.58%206.054%204.046%207.92V27l3.716-2.06c.99.276%202.04.425%203.128.425%206.014%200%2010.89-4.56%2010.89-10.183S22.013%205%2016%205zm1.147%2013.655L14.33%2015.73l-5.423%203%205.946-6.31%202.816%202.925%205.42-3-5.946%206.31z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFarkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.925%209.77V5.613H9.075v20.772h5.54v-8.31h8.31v-4.153h-8.31V9.77%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFintelSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20version%3D%221.1%22%20style%3D%22shape-rendering%3AgeometricPrecision%3B%20text-rendering%3AgeometricPrecision%3B%20image-rendering%3AoptimizeQuality%3B%20fill-rule%3Aevenodd%3B%20clip-rule%3Aevenodd%22%0AviewBox%3D%22-110%20-120%20428%20494%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B.fil0%20%7Bfill%3A%23fff%7D.fil1%20%7Bfill%3A%23fff%7D%5D%5D%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_x0020_1%22%3E%3Cmetadata%20id%3D%22CorelCorpID_0Corel-Layer%22%2F%3E%3Cpolygon%20class%3D%22fil0%22%20points%3D%22108%2C274%2048%2C274%2048%2C152%200%2C152%200%2C95%2048%2C95%2048%2C0%20208%2C0%20208%2C56%20108%2C56%20108%2C95%20180%2C95%20180%2C151%20108%2C151%20%22%2F%3E%3Cpolygon%20class%3D%22fil1%22%20points%3D%2299%2C272%20103%2C272%20103%2C147%20175%2C147%20175%2C100%20103%2C100%20103%2C52%20203%2C52%20203%2C7%20199%2C7%20199%2C48%2098%2C48%2098%2C104%20171%2C104%20171%2C142%2099%2C142%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlipboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F5CCCC%22%20d%3D%22M19%2019H7V7h12v12z%22%2F%3E%3Cpath%20fill%3D%22%23FAE5E5%22%20d%3D%22M25%2013H7V7h18v6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13%2025H7V7h6v18z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFolkdSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.956%2010.21c-.183.192-.613.138-.99.14-.102.317-.126.71-.283.974.626.496%201.85.406%202.405.972%201.197-.444.245-1.354.99-2.085%201.134-.14%201.386.588%201.697%201.254-.267.247-.936.102-1.415.14-.26.208-.333.6-.565.833.258.58.96.724%201.133%201.39%201.454-.376%202.954-.71%204.526-.973.41-.43.317-1.356.99-1.53%201.104.213%201.46%201.16%201.556%202.363-.586%201.043-2.1.605-2.546-.277-1.465.226-2.867.52-4.245.832-.11.325.1%201.263-.144%201.81.926.625%201.29-.49%202.122-.42.48.503.495%202.374-.566%202.224-.604-.053-.674-.634-.708-1.25-.432.1-.515-.143-.85-.14-.646.383-.97%201.083-1.695%201.39.094%201.236%201.462.38%202.12.974-.057%201.01-.8%201.345-1.838%201.39-.066-.836.216-1.503-.707-1.945-.94.142-1.37.782-2.264.973-.013.43.175.664.284.972.248.17%201.165-.21%201.415.278-.01%201.075-1.473%201.828-2.264%201.25-.063-.616.382-.734.565-1.11-.267-.293-.405-.713-.564-1.112-.878.342-1.665.773-2.83.834.004.327-.243.41-.14.833-.056.518.68.26.706.696.24%201.26-1.777%201.455-2.12.555-.03-.86%201.033-.65.706-1.808-.713-.274-1.917-.063-2.55-.417-.374.14-.382.644-.706.835.065.4.5.436.425.974-.925.36-2.313.07-2.12-1.114.533-.615%201.49-.076%201.835-.973-.557-.656-1.166-1.263-1.413-2.223-2.124.464-3.843%201.323-5.8%201.947-.187.467-.196%201.107-.566%201.39-.59.148-.625.036-1.273%200-.56-.854-.257-2.7.85-2.78.61-.135.41.523.85.557%202.016-.472%203.78-1.195%205.8-1.667-.433-2.485%203.206-4.233-.85-3.893-.396-1.225.373-2.164%201.13-2.085%201.273.132.285%201.725%201.273%202.224.908-.498%201.543-1.263%202.69-1.53.08-.45-.097-.646-.143-.972-.088-.33-.87.02-.99-.28v-.97c.46-.426%201.663-.355%201.98.138.114.623-.25.773-.706.834.037.427.308.626.424.972.9-.37%202.268-.273%203.538-.277.2-.17.266-.48.28-.836.108-.522-.75-.095-.564-.694.156-1.48%202.125-.633%202.12.416zm1.132%206.256c.652-.378.368-1.677.424-2.64-1.742-1.426-2.885%202.7-.424%202.64zm-6.224%201.53c1.3.173%203.114-1.23%202.97-2.502-.14-1.227-2.55-2.332-3.96-1.67-1.815.858-.44%203.98.99%204.17z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleClassroomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%202%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M22.667%2016.667a1.667%201.667%200%201%200%200-3.334%201.667%201.667%200%200%200%200%203.334zM22.333%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117zm-13-1.333a1.668%201.668%200%201%200-.002-3.336%201.668%201.668%200%200%200%20.002%203.336zM9.667%2018c-1.928%200-4%20.946-4%202.117v1.217h8v-1.217c0-1.17-2.072-2.117-4-2.117z%22%2F%3E%3Cpath%20d%3D%22M15.335%2015.333A2.332%202.332%200%201%200%2013%2013a2.333%202.333%200%200%200%202.335%202.333zm.332%201.334c-2.572%200-5.333%201.392-5.333%203.11v1.557H21v-1.556c0-1.72-2.762-3.11-5.333-3.11zm3%2010.666h8v2h-8v-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12%200%20100%20100%22%3E%3Cpath%20d%3D%22M%2051.22877660575707%2038.19080770219705%20A%2017%2017%200%201%200%2056%2050.00000000000001%20h%20-17%22%20stroke%3D%22%23fff%22%20stroke-width%3D%228%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleGmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.902%206.223h26.195v19.554H2.902z%22%2F%3E%3Cpath%20fill%3D%22%23E14C41%22%20d%3D%22M2.902%2025.777h26.195V6.223H2.902v19.554zm22.44-4.007v3.806H6.955v-3.6h.032l.093-.034%206.9-5.558%202.09%201.77%201.854-1.63%207.42%205.246zm0-.672l-7.027-4.917%207.028-6.09V21.1zm-1.17-14.67l-.947.905c-2.356%202.284-4.693%204.75-7.17%206.876l-.078.06L8.062%206.39l16.11.033zm-10.597%209.61l-6.62%205.294.016-10.914%206.607%205.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHackerNewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.275%2017.834v7.13h-2.602v-7.182L9%207.035h3.07l2.967%206.115c.365.755.702%201.51.988%202.316.312-.728.65-1.483%201.042-2.29l3.018-6.142H23l-5.725%2010.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampHatenaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.96%208.33h7.328c1.247%200%202.206.366%202.875%201.098.666.733%201.002%201.64%201.002%202.72%200%20.91-.24%201.688-.715%202.336-.318.433-.784.773-1.396%201.023.928.266%201.614.72%202.05%201.367.44.645.66%201.457.66%202.432%200%20.795-.157%201.512-.468%202.146-.314.635-.74%201.14-1.28%201.508-.337.23-.842.396-1.52.502-.9.14-1.498.21-1.79.21H6.958V8.328zm3.877%206.017h1.74c.623%200%201.058-.13%201.302-.382.24-.255.364-.623.364-1.104%200-.442-.123-.793-.366-1.045-.245-.25-.67-.377-1.276-.377h-1.767v2.91zm0%206.027h2.038c.69%200%201.176-.145%201.458-.434.282-.29.425-.68.425-1.168%200-.453-.142-.818-.42-1.092-.28-.277-.77-.414-1.47-.414h-2.03v3.108zM21.213%208.52h3.584v9.58h-3.584z%22%2F%3E%3Ccircle%20cx%3D%2223.005%22%20cy%3D%2221.635%22%20r%3D%222.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstapaperSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M11.98%205.5h8.04v1.265h-.62c-.582%200-1.004.08-1.264.242-.262.162-.453.39-.572.69-.12.297-.182.874-.182%201.732v13.53c0%20.683.064%201.167.195%201.453.13.286.313.494.55.625.234.13.658.196%201.27.196h.618V26.5H11.98v-1.265h.662c.592%200%201.012-.067%201.258-.203.246-.135.424-.33.533-.587.11-.256.166-.75.166-1.483V9.112c0-.776-.057-1.3-.168-1.567-.11-.268-.287-.465-.533-.59-.247-.128-.667-.19-1.26-.19h-.66V5.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampJamespotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.427%2024.073c.677.4%201.633.708%202.927.708%201.848%200%202.587-.83%202.587-2.71V5h2.436v17.13c0%202.745-1.478%204.87-5.176%204.87-1.664%200-2.99-.4-3.573-.678l.8-2.25z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKakaoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.345%206h-8.688c-.583%200-1.06.45-1.06%201.005v8.814c0%20.553.477%201.003%201.06%201.003h4.007c-.03.98-.445%202.056-1.077%202.996-.612.904-1.613%201.796-2.156%202.223l-.04.032c-.117.107-.202.23-.204.405-.003.13.07.232.15.34l.018.022%202.774%202.975s.137.137.247.163c.126.03.27.032.368-.042%204.84-3.56%205.537-8.023%205.66-10.44V7.004C21.403%206.45%2020.93%206%2020.346%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKikSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-6%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M23.436%2020.74a2.511%202.511%200%200%200%20.109-5.019h-.11a2.516%202.516%200%200%200-2.507%202.515%202.509%202.509%200%200%200%202.508%202.508zm-7.946-3.09l2.89-2.89c.93-.93.93-2.434%200-3.363a2.374%202.374%200%200%200-3.362%200l-4.262%204.263V7.267A2.378%202.378%200%200%200%206%207.263V24.7a2.378%202.378%200%200%200%204.756.002v-2.316l1.335-1.335%203.76%205.07a2.378%202.378%200%200%200%203.866-2.771c-.016-.02-.03-.04-.047-.06l-4.177-5.638v-.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKindleItSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFA036%22%20d%3D%22M12.927%2027H10V5h2.927v11.754l5.15-5.47h3.683l-5.814%206.067L22%2027h-3.407l-4.704-7.763-.964%201.037V27z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampKnownSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.38%202.65c-7.45%200-13.5%206.048-13.5%2013.5s6.05%2013.5%2013.5%2013.5%2013.5-6.048%2013.5-13.5-6.04-13.5-13.5-13.5zm.078%2025.203c-6.387%200-11.57-5.184-11.57-11.572%200-6.385%205.183-11.57%2011.57-11.57%206.387%200%2011.57%205.185%2011.57%2011.57.002%206.39-5.175%2011.574-11.57%2011.574z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.856%2021.758c-.393%200-.694-.07-.903-.2-.154-.094-.4-.402-.74-.91l-3.934-5.964%203.3-3.2c.254-.248.463-.433.625-.54s.293-.178.41-.217c.107-.03.308-.046.593-.046h.207v-.01l.555-.01V8.55h-.648v.01h-6.087v2.12h.548c.31%200%20.494.023.57.077.078.054.117.13.117.23%200%20.055-.023.11-.062.18-.04.068-.154.2-.34.4l-4.257%204.436v-4.08c0-.402.03-.68.1-.826.07-.147.178-.262.34-.34.1-.053.363-.076.78-.076h.44V8.56H8.8v2.113h.563c.34%200%20.58.04.71.116.132.075.225.19.286.345.06.154.084.455.084.91v8.37c0%20.478-.022.78-.076.903-.062.153-.154.26-.285.33-.132.07-.394.11-.78.11H8.8v2.12h6.666v-2.12h-.556c-.363%200-.61-.032-.733-.094s-.216-.162-.278-.31c-.063-.145-.1-.408-.1-.786v-1.543l2.067-2.013%202.4%203.842c.2.332.3.54.3.625%200%20.077-.054.147-.162.2-.108.054-.417.077-.918.077h-.278v2.12h6.89v-2.12h-.24z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLineSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLiveJournalSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.08%209.882l.004-.008.004-.01c.195-.408.422-.81.674-1.192.264-.393.53-.75.81-1.06%201.493-1.683%203.524-2.692%206.08-3.015l.733-.097.426.61%208.426%2012.14.188.27.027.328.608%207.65.164%202.002-1.854-.783-7.23-3.053-.325-.143-.208-.286-8.422-12.14-.4-.574.3-.638zm2.72.13c-.06.097-.118.202-.18.305l7.79%2011.235%205.05%202.13-.427-5.32-7.79-11.226c-1.603.326-2.884%201.032-3.84%202.102-.227.252-.428.514-.602.775z%22%2F%3E%3Cpath%20fill%3D%22%23FFC805%22%20d%3D%22M8.186%2010.4c1.283-2.66%203.488-4.192%206.62-4.594l8.423%2012.14.61%207.648-7.23-3.057L8.186%2010.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15.158%206.316l1.89%202.717c-2.597.352-5.354%202.552-6.603%204.62l-1.898-2.735c1.115-2.09%204.27-4.18%206.61-4.602z%22%2F%3E%3Cpath%20fill%3D%22%239291AD%22%20d%3D%22M13.285%2010.666c-1.22.873-2.197%201.915-2.84%202.987l-1.898-2.735c.557-1.043%201.654-2.108%202.875-2.944l1.863%202.692z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M7.215%2010.283c1.35-3.24%204.182-4.8%207.568-5.527l.55-.026.38.397.314.322%201.14%201.817-1.835.243h-.012c-.242.038-.512.108-.8.212h-.003c-.3.1-.613.238-.957.406-1.69.837-3.4%202.216-3.898%203.306l-.928%201.746-1.252-1.66-.166-.285-.25-.453.15-.5z%22%2F%3E%3Cpath%20fill%3D%22%23F5A8AA%22%20d%3D%22M8.33%2010.597c.95-2.725%203.1-4.214%206.504-4.615l.314.322c-2.3.35-5.756%202.777-6.598%204.62l-.22-.327z%22%2F%3E%3Cpath%20fill%3D%22%23485E85%22%20d%3D%22M23.69%2022.727l.283%203.084-2.924-1.235%201.224-1.202%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M16.41%2021.274c.053-.062.113-.133.176-.197.635-.712%201.287-1.447%201.43-2.695l-4.875-7.02c-.436.35-.832.706-1.176%201.062-.363.382-.674.775-.924%201.168l5.37%207.682zm.93.483c-.203.222-.398.445-.572.665l-.416.54-.402-.566-5.94-8.49-.183-.265.166-.282c.318-.558.73-1.097%201.236-1.63.494-.526%201.076-1.027%201.726-1.5l.424-.305.296.425%205.27%207.6.103.15-.014.17c-.113%201.718-.92%202.615-1.697%203.49z%22%2F%3E%3Cpath%20fill%3D%22%236A9AC2%22%20d%3D%22M16.367%2022.11c.846-1.09%202.03-1.903%202.164-3.868l-5.273-7.602c-1.27.914-2.227%201.933-2.83%202.97l5.94%208.5z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M22.125%2017.31c-.09.026-.168.062-.248.093-.89.35-1.81.71-3.027.396l-4.87-7.02c.48-.29.95-.53%201.405-.73.486-.208.96-.36%201.42-.464l5.32%207.724zm.12%201.037c.28-.11.563-.22.823-.294l.658-.21-.39-.568-5.888-8.532-.18-.267-.32.052c-.635.105-1.287.3-1.967.59-.66.286-1.67.887-2.342%201.33l5.893%208.313c1.647.49%202.627.014%203.717-.412z%22%2F%3E%3Cpath%20fill%3D%22%23A1BBD6%22%20d%3D%22M22.896%2017.537c-1.312.41-2.498%201.232-4.383.67l-5.272-7.6c1.303-.87%202.59-1.412%203.77-1.605l5.887%208.535z%22%2F%3E%3Cpath%20fill%3D%22%23203468%22%20d%3D%22M18.248%208.95l-1.846.24v-.004c-.244.04-.514.113-.8.214h-.01c-2.726.944-4.46%202.964-5.784%205.454l-.68-1.004c.604-.86%202.52-5.224%208.484-5.94.27.258.415.692.636%201.04z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMailRuSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMendeleySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M26.596%2018.11c-1.466-.087-2.02-.834-1.93-2.164.076-1.113.274-2.22.418-3.327-.023-1.743-.942-3.13-2.488-3.59-1.583-.47-2.97-.14-4.102%201.15-2.322%202.646-2.616%202.634-5.023-.045-1.152-1.28-2.852-1.66-4.39-.98-1.5.667-2.37%202.237-2.15%203.954.08.625.278%201.235.377%201.863.338%202.122-.105%202.7-2.226%203.147-1.066.228-1.913.786-2.05%201.99-.137%201.22.17%202.39%201.404%202.75.77.226%201.853.084%202.55-.32.96-.553%201.064-1.64.733-2.74-.62-2.05-.027-3.04%202.115-3.34.836-.117%201.766-.022%202.568.235%201.302.41%201.692%201.373%201.175%202.65-.45%201.1-.443%202.09.39%202.984.84.9%202.417%201.08%203.518.435%201.12-.657%201.497-1.807%201.042-3.164-.608-1.814-.085-2.783%201.807-3.123.7-.126%201.463-.113%202.16.025%201.834.367%202.377%201.377%201.84%203.188-.504%201.698.196%203.09%201.72%203.43%201.332.295%202.624-.607%202.89-2.022.308-1.633-.593-2.882-2.344-2.988zm-10.71-.085c-1.374-.06-2.453-1.194-2.445-2.57.01-1.46%201.148-2.567%202.61-2.54%201.467.026%202.57%201.177%202.523%202.627-.05%201.43-1.255%202.545-2.687%202.483z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeneameSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M25.514%2010.435c-1.582%201.605-4.438%201.56-5.502%203.726-.906%202.57%201.23%206.677%202.12%209.02.603%201.21-4.716%202.378-4.065%202.677%203.754-.043%205.354-1.412%204.904-3.094-.43-1.607-2.376-4.816-2.376-7.383.056-1.938%202.222-2.533%203.618-3.322%201.622-.727%203.14-2.35%202.72-4.25-.018-.672-1.187-2.907-.71-1.175.26%201.278.385%202.856-.706%203.802z%22%2F%3E%3Cpath%20d%3D%22M20.632%207.546C18.59%206.492%2016.32%205.854%2013.946%206.41c-1.277.236-2.78.933-3.637%202.1-1.123%201.34-1.166%203.288-.43%204.82.57%201.18%201.44%202.492%202.85%202.688%201.21.182%202.54.018%203.566-.683-1.223.21-2.64.646-3.736-.172-1.842-1.177-2.735-3.85-1.618-5.8.898-1.7%202.705-2.178%204.62-2.262%202.55-.11%204.995%201.345%205.934%201.7.903.285%202.2.645%202.844-.315.376-.446.226-1.674-.08-1.788.09.86-.543%201.943-1.524%201.66-.736-.17-1.41-.523-2.104-.81zM6.94%2015.156c-1.183%201.865-2.264%204.05-1.85%206.322.38%202.375%202.678%204.05%204.963%204.35%202.348.273%204.69.205%207.043.035.397-.385-1.92-.373-2.895-.514-2.224-.254-4.64-.3-6.55-1.623-1.775-1.33-2.01-3.938-1.155-5.863.714-1.814%201.782-3.568%202.903-5.084-.876.727-1.683%201.27-2.456%202.376z%22%2F%3E%3Cpath%20d%3D%22M12.787%2021.02c1.386.107%203.688-.032%204.768.724.387.582-.332%203.802-.084%204.174.553.162%201.186-3.773.836-4.75-.266-.75-4.966-.352-5.518-.147z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D1AD5A%22%20d%3D%22M16.09%205.246C9.617%205.246%204%209.216%204%2016.63c0%206.93%207.707%2010.193%2012.758%209.01v2.374S28%2025.054%2028%2015.034c0-6.11-4.505-9.788-11.91-9.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.92%2020.024h-1.657v-5.688s-.505-1.586-1.585-1.586c-.9%200-2.525.374-2.525%202.08v5.193h-1.657V14.77c0-1.586-.787-2.09-1.506-2.09-1.15%200-2.727.807-2.727%202.403v4.94H9.605v-9.01h1.657v1.03c.656-.546%201.564-1.03%202.727-1.03%201.222%200%202.09.434%202.604%201.282.73-.677%201.777-1.202%203.082-1.202%201.97%200%203.24%201.788%203.24%203.202v5.73z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMySpaceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M24%2017.716c-2.21%200-4%201.79-4%204v1.712h8v-1.713c0-2.21-1.79-4-4-4z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2212.571%22%20r%3D%223.999%22%2F%3E%3Cpath%20d%3D%22M15.147%2018.31c-2.054%200-3.72%201.66-3.72%203.71v1.408h7.437c.002-.615.002-1.148.002-1.408%200-2.05-1.664-3.71-3.72-3.71z%22%2F%3E%3Cellipse%20cx%3D%2215.147%22%20cy%3D%2213.446%22%20rx%3D%223.719%22%20ry%3D%223.71%22%2F%3E%3Cpath%20d%3D%22M7.148%2018.875C5.41%2018.875%204%2020.277%204%2022.008v1.42h6.295c.002-.636.002-1.178.002-1.42%200-1.73-1.41-3.133-3.15-3.133z%22%2F%3E%3Cellipse%20cx%3D%227.148%22%20cy%3D%2214.58%22%20rx%3D%223.148%22%20ry%3D%223.133%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampNetvouzSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%236C3%22%20d%3D%22M10.25%208.72v17.184H5.5V6.096h8.396l5.605%205.77v6.43%22%2F%3E%3Cpath%20fill%3D%22%2309C%22%20d%3D%22M21.75%2023.28V6.095h4.75v19.808h-8.396L12.5%2020.13v-6.427%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOutlookcomSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%208.29v5.5l1.92%201.208c.053.016.163.016.212%200l8.27-5.574c0-.66-.613-1.134-.962-1.134h-9.44z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.52%2015.84l1.755%201.204c.246.183.543%200%20.543%200-.297.183%208.104-5.397%208.104-5.397V21.75c0%201.102-.704%201.562-1.496%201.562H19.52V15.84z%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10.445%2013.305c-.6%200-1.073.282-1.426.842-.355.56-.53%201.305-.53%202.23%200%20.936.175%201.677.53%202.22.347.546.813.82%201.38.82.59%200%201.055-.266%201.4-.795.344-.53.517-1.266.517-2.206%200-.984-.17-1.744-.502-2.288-.333-.55-.79-.823-1.37-.823z%22%2F%3E%3Cpath%20d%3D%22M2.123%205.5v21.51l16.362%203.428V2.33L2.123%205.5zm10.95%2014.387c-.693.91-1.594%201.367-2.706%201.367-1.082%200-1.967-.442-2.65-1.324-.68-.88-1.02-2.03-1.02-3.448%200-1.496.343-2.707%201.037-3.63.693-.926%201.614-1.388%202.754-1.388%201.08%200%201.955.438%202.62%201.324.667.885%201%202.05%201%203.495.004%201.496-.345%202.695-1.034%203.604z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPapalySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3.5%20-3.5%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.744%208.217c1.112%200%202.296.519%203.106%201.329l.185.185c1.361%201.361%201.402%204.432.042%205.792l-3.103%202.787L16%2022.777l-4.974-4.467-3.103-2.787c-1.361-1.361-1.319-4.432.042-5.792l.185-.185c.81-.81%201.994-1.329%203.106-1.329.756%200%201.48.24%202.03.79L16%2012.291l2.714-3.284c.55-.55%201.274-.79%202.03-.79m0-2.921c-1.58%200-3.035.585-4.096%201.646l-.098.098-.088.107-.462.558-.462-.559-.088-.106-.098-.098c-1.061-1.061-2.516-1.646-4.096-1.646-1.871%200-3.804.816-5.172%202.184l-.185.185c-2.515%202.515-2.535%207.43-.042%209.924l.055.055.058.052%203.103%202.787%204.974%204.467L16%2026.704l1.952-1.753%204.974-4.467%203.103-2.787.058-.052.055-.055c2.494-2.494%202.473-7.409-.042-9.924l-.184-.186c-1.368-1.368-3.301-2.184-5.172-2.184z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPinboardSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.357%2018.913l-5.01%205.014.88-4.5-6.588-8.075-3.48.044%204.316-4.313%204.035-4.04V6.85l7.796%206.403%204.502-.786-4.876%204.87%209.907%2011.62%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPlurkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.215%2016.016h-8.43V9.7h8.43v6.316zm4.2%204.2V5.5H7.585v21h4.2v-6.285h12.63z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPocketSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-1%2032%2032%22%3E%3Cpath%20fill%3D%22%23EE4056%22%20d%3D%22M16.005%206.244c2.927%200%205.854-.002%208.782%200%201.396.002%202.195.78%202.188%202.165-.015%202.485.116%204.987-.11%207.456-.75%208.204-10.027%2012.607-16.91%208.064-3.086-2.036-4.82-4.925-4.917-8.672-.06-2.34-.034-4.684-.018-7.025.008-1.214.812-1.98%202.056-1.983%202.975-.01%205.952-.004%208.93-.006zm-5.037%205.483c-.867.093-1.365.396-1.62%201.025-.27.67-.078%201.256.417%201.732%201.688%201.62%203.378%203.238%205.09%204.838.745.695%201.537.687%202.278-.01%201.654-1.55%203.298-3.112%204.93-4.686.827-.797.91-1.714.252-2.38-.694-.704-1.583-.647-2.447.17-1.097%201.04-2.215%202.06-3.266%203.143-.485.494-.77.434-1.227-.025-1.1-1.107-2.234-2.18-3.39-3.225-.325-.29-.77-.447-1.017-.583z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintFriendlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23A9A9A9%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M4.467%2014.305h23.065v6.498H4.467v-6.498z%22%2F%3E%3Cpath%20fill%3D%22%23DCDCDC%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M5.228%2012.83H26.77l.745%201.39H4.485l.743-1.39z%22%2F%3E%3Cpath%20d%3D%22M9.19%208.118h13.467v6.106H9.19z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M9.844%206.516h12.312v7.31H9.844z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M8.602%2017.37h14.574v3.396H8.602z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%20d%3D%22M10.152%2017.97h11.27l2.233%207.515H7.92l2.232-7.514z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampProtopageBookmarksSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.866%2014.47l7.626-1.048.574%203.078-7.68%201.038%203.54%207.058-2.804%201.418-3.614-7.23-5.873%205.557-2.144-2.29%205.74-5.42-6.86-3.602%201.593-2.697%206.808%203.595%201.3-7.375%203.1.546-1.303%207.374z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPushaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.27%2022.188V8.068L17.208%2014.92l3.838%202.33C15.716%2024.144%205.898%2029.306%200%2031.964V32h19.635c3.682-4.865%207.03-11.46%207.03-11.46l2.605%201.648z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampQzoneSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFC820%22%20d%3D%22M27.996%2012.83l-7.423-.737c-.566-.053-.694-.142-.87-.604l-3.175-7.043c-.29-.598-.765-.598-1.055%200l-3.384%207.04c-.23.393-.337.48-.896.534l-7.188.808c-.66.064-.808.493-.327.952l5.64%205.185c.265.25.27.355.194.697l-1.447%207.61c-.122.65.25.914.823.58l6.44-3.716c.45-.284.868-.293%201.31-.018l6.47%203.734c.575.333.948.07.826-.582L22.83%2021.2c.663-.226%201.306-.5%201.69-.81l-.155.03c-2.29.547-5.437.872-8.355.872-1.08%200-2.126-.038-3.128-.11l-.006.005c-.88-.063-1.727-.15-2.53-.26-.3-.05.026-.242.026-.242l7.758-5.513s.202-.126.002-.153c-3.188-.5-6.723-.625-10.042-.625h-.23c2.245-.51%205.07-.815%208.14-.815%201.81%200%203.538.106%205.11.297-.003.003.887.124%201.31.193.33.05.024.24.024.24l-7.77%205.385s-.18.106.015.135c2.39.338%205.333.458%207.98.492l-.12-.652c-.057-.378%200-.51.286-.78l5.478-5.12c.484-.454.34-.88-.32-.944z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRediffMyPageSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.506%206.004c-.336%200-.64%200-.92-.002L20.926%206c-1.742%200-2.418.07-3.738.923-.744.457-1.38%201.034-1.85%201.517V6.188c0-.102-.08-.184-.182-.184h-5.71c-.1%200-.183.082-.183.184v19.62c0%20.115.115.23.232.18h5.71c.1%200%20.18-.08.18-.18V14.933c0-2.584%201.85-2.916%203.464-2.916h3.703c.1%200%20.182-.08.182-.182V6.188c-.05-.147-.172-.147-.287-.184h.056z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRefindSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%2021.256c-2.891%200-5.256-2.365-5.256-5.255%200-2.891%202.365-5.255%205.255-5.255%202.891%200%205.255%202.365%205.255%205.255.002%202.89-2.363%205.255-5.254%205.255z%22%2F%3E%3Cpath%20d%3D%22M20.664%2023.676A8.91%208.91%200%200%201%2016%2025c-4.95%200-9-4.05-9-9s4.05-9%209-9%209%204.05%209%209a8.912%208.912%200%200%201-1.302%204.628l2.293%201.991A11.908%2011.908%200%200%200%2028%2016c0-6.6-5.4-12-12-12S4%209.4%204%2016s5.4%2012%2012%2012c2.456%200%204.745-.75%206.652-2.029l-1.988-2.295z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRenrenSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.74%203.266C17.833%203.088%2016.924%203%2016.013%203c-.934%200-1.843.088-2.753.266%200%208.96-.07%2016.176-9.26%2021.662C5.138%2026.566%206.616%2027.96%208.322%2029c3.595-2.168%205.687-4.736%207.69-8.275%202%203.54%204.07%206.107%207.688%208.275%201.706-1.04%203.184-2.434%204.3-4.072-9.19-5.487-9.26-12.7-9.26-21.662z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSinaWeiboSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.91%2019.953c0%203.028%203.943%205.484%208.807%205.484%204.862%200%208.806-2.456%208.806-5.484%200-3.027-3.943-5.482-8.806-5.482-4.863%200-8.807%202.457-8.807%205.484%22%2F%3E%3Cpath%20fill%3D%22%23E6162D%22%20d%3D%22M13.92%2024.99c-4.303.424-8.02-1.52-8.3-4.346-.278-2.827%202.987-5.463%207.292-5.888%204.304-.426%208.018%201.52%208.297%204.345.276%202.83-2.985%205.466-7.29%205.89m8.612-9.38c-.367-.11-.62-.186-.428-.665.416-1.046.458-1.946.01-2.59-.846-1.204-3.155-1.14-5.8-.03%200-.004-.834.362-.62-.297.406-1.31.345-2.406-.29-3.04-1.435-1.436-5.255.056-8.53%203.33C4.424%2014.77%203%2017.37%203%2019.618c0%204.3%205.513%206.913%2010.907%206.913%207.07%200%2011.776-4.106%2011.776-7.37%200-1.97-1.66-3.09-3.15-3.55%22%2F%3E%3Cpath%20fill%3D%22%23F93%22%20d%3D%22M27.226%207.74C25.52%205.848%2023%205.127%2020.676%205.62h-.002c-.536.115-.88.644-.765%201.182.112.536.642.882%201.18.765%201.653-.35%203.442.164%204.66%201.508%201.212%201.346%201.542%203.18%201.02%204.787-.17.525.118%201.085.64%201.255.524.168%201.088-.118%201.256-.64v-.004c.728-2.262.268-4.84-1.44-6.732m-2.622%202.367c-.832-.922-2.058-1.272-3.192-1.03-.462.098-.756.552-.656%201.017.097.46.553.758%201.016.657v.003c.552-.117%201.15.053%201.562.502.406.453.514%201.066.338%201.606h.004c-.147.45.102.935.55%201.08.45.144.936-.102%201.08-.552.356-1.1.135-2.357-.7-3.28%22%2F%3E%3Cpath%20d%3D%22M14.16%2019.87c-.15.26-.484.383-.746.275-.256-.104-.335-.393-.19-.646.15-.253.47-.376.725-.274.26.094.35.386.21.644m-1.373%201.762c-.417.665-1.308.956-1.98.65-.66-.303-.855-1.073-.44-1.722.413-.644%201.274-.932%201.94-.652.673.287.888%201.054.48%201.724m1.564-4.7c-2.046-.533-4.363.488-5.253%202.293-.904%201.84-.028%203.884%202.04%204.552%202.144.69%204.67-.368%205.55-2.354.865-1.944-.216-3.944-2.336-4.49%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSiteJotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23CA0805%22%20d%3D%22M23.506%208.08c.645%200%201.3.073%201.967.225.547.12.937.285%201.173.495.236.21.354.5.354.868%200%20.232-.043.414-.13.547-.086.13-.272.29-.56.48-.333.224-.524.49-.573.794-.05.302-.094%201.482-.134%203.54-.018%201.99-.033%203.185-.048%203.583-.015.398-.05.785-.107%201.16-.167%201.098-.504%201.958-1.01%202.582-.414.51-.946.912-1.596%201.205-.65.294-1.335.44-2.054.44-.64%200-1.278-.108-1.92-.325-.64-.22-1.197-.518-1.67-.902-.39-.315-.7-.74-.93-1.278-.23-.538-.347-1.11-.347-1.72%200-.75.184-1.37.546-1.863.362-.492.816-.738%201.363-.738.534%200%20.99.207%201.362.62.375.42.56.938.56%201.555%200%20.155-.033.42-.102.787-.012.075-.018.157-.018.247%200%20.24.066.436.2.586.13.15.307.227.524.227.386%200%20.696-.226.933-.677.234-.45.352-1.043.352-1.78l-.01-1.024-.017-2.76c-.052-1.676-.09-2.662-.116-2.96-.027-.296-.09-.538-.195-.725-.086-.15-.162-.246-.23-.29-.065-.046-.245-.117-.538-.215-.138-.038-.256-.144-.353-.315-.098-.174-.147-.357-.147-.554%200-.405.122-.73.366-.975.245-.242.644-.44%201.196-.59.62-.17%201.254-.25%201.91-.25z%22%2F%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.202%208c.593%200%201.37.19%202.33.574.114.046.207.068.275.068.058%200%20.23-.068.518-.203.093-.047.19-.07.294-.07.383%200%20.79.4%201.22%201.195.43.797.642%201.555.642%202.275%200%20.422-.097.776-.29%201.066-.19.288-.426.434-.702.434-.23%200-.416-.06-.56-.18-.144-.12-.46-.478-.95-1.07-.69-.842-1.368-1.263-2.035-1.263-.322%200-.58.102-.772.305-.192.203-.29.47-.29.8%200%20.653.44%201.146%201.32%201.476%201.192.46%201.954.793%202.287%201.003%201.467.934%202.2%202.305%202.2%204.114%200%201.6-.5%202.907-1.5%203.922C13.163%2023.48%2011.826%2024%2010.176%2024c-.736%200-1.513-.115-2.33-.344-.816-.23-1.406-.497-1.77-.805-.274-.24-.523-.764-.745-1.57-.22-.81-.33-1.596-.33-2.363%200-.367.058-.646.173-.833.143-.24.324-.36.543-.36.22%200%20.43.146.63.438.12.165.405.695.855%201.59.215.42.553.768%201.016%201.048.463.278.94.417%201.437.417.426%200%20.77-.104%201.035-.31.265-.207.396-.472.396-.794%200-.3-.103-.56-.31-.777-.208-.22-.544-.422-1.01-.61-.823-.337-1.45-.648-1.88-.93-.433-.28-.835-.636-1.21-1.063-.908-1.053-1.362-2.246-1.362-3.583%200-.66.12-1.306.355-1.933.236-.627.57-1.17%201-1.628C7.633%208.53%208.812%208%2010.203%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSkypeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.15%2018c-.007.04-.012.084-.02.126l-.04-.24.06.113c.124-.678.19-1.37.19-2.06%200-1.53-.3-3.013-.892-4.41a11.273%2011.273%200%200%200-2.43-3.602%2011.288%2011.288%200%200%200-8.012-3.32c-.72%200-1.443.068-2.146.203h-.005c.04.023.08.04.118.063l-.238-.037c.04-.01.08-.018.12-.026a6.717%206.717%200%200%200-3.146-.787%206.67%206.67%200%200%200-4.748%201.965A6.7%206.7%200%200%200%204%2010.738c0%201.14.293%202.262.844%203.253.007-.04.012-.08.02-.12l.04.238-.06-.114c-.112.643-.17%201.3-.17%201.954a11.285%2011.285%200%200%200%203.32%208.012c1.04%201.04%202.25%201.86%203.602%202.43%201.397.592%202.882.89%204.412.89.666%200%201.334-.06%201.985-.175-.038-.02-.077-.04-.116-.063l.242.04c-.046.01-.088.015-.13.02a6.68%206.68%200%200%200%203.3.87%206.661%206.661%200%200%200%204.743-1.963A6.666%206.666%200%200%200%2028%2021.26c0-1.145-.295-2.27-.85-3.264zm-11.098%204.885c-4.027%200-5.828-1.98-5.828-3.463%200-.76.562-1.294%201.336-1.294%201.723%200%201.277%202.474%204.49%202.474%201.647%200%202.556-.893%202.556-1.808%200-.55-.27-1.16-1.355-1.426l-3.58-.895c-2.88-.723-3.405-2.282-3.405-3.748%200-3.043%202.865-4.186%205.556-4.186%202.478%200%205.4%201.37%205.4%203.192%200%20.783-.677%201.237-1.45%201.237-1.472%200-1.2-2.035-4.163-2.035-1.47%200-2.285.666-2.285%201.618%200%20.95%201.16%201.254%202.17%201.484l2.65.587c2.905.647%203.64%202.342%203.64%203.94%200%202.47-1.895%204.318-5.726%204.318z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSMSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-140%20-170%20770%20770%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%3E%3Cpath%20d%3D%22M87.412%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997c0-4.888-2.93-7.22-14.037-10.927%20c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.806-31.198c11.122%200%2021.078%202.526%2026.923%205.456%20l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803c0%204.485%203.707%206.832%2015.412%2010.927%20c18.133%206.234%2025.741%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809c-12.482%200-23.604-2.721-30.809-6.622%20L87.412%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M172.23%20166.856c0-11.884-0.389-22.034-0.777-30.42h24.964l1.36%2012.871h0.583c4.096-6.039%2012.482-15.008%2028.866-15.008%20c12.288%200%2022.034%206.233%2026.13%2016.174h0.389c3.513-4.873%207.803-8.775%2012.288-11.495c5.277-3.124%2011.122-4.679%2018.148-4.679%20c18.327%200%2032.184%2012.871%2032.184%2041.333v56.177h-28.866v-51.872c0-13.857-4.5-21.855-14.052-21.855%20c-6.817%200-11.705%204.679-13.648%2010.344c-0.777%202.138-1.166%205.262-1.166%207.609v55.773h-28.866v-53.441%20c0-12.093-4.29-20.285-13.663-20.285c-7.594%200-12.093%205.86-13.842%2010.733c-0.972%202.332-1.166%205.068-1.166%207.415v55.579H172.23%20V166.856z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M339.729%20205.872c5.456%203.318%2016.772%207.22%2025.547%207.22c8.969%200%2012.676-3.124%2012.676-7.997%20c0-4.888-2.93-7.22-14.037-10.927c-19.702-6.637-27.311-17.355-27.117-28.671c0-17.744%2015.218-31.198%2038.807-31.198%20c11.122%200%2021.063%202.526%2026.922%205.456l-5.262%2020.48c-4.29-2.347-12.482-5.471-20.674-5.471c-7.22%200-11.316%202.93-11.316%207.803%20c0%204.485%203.707%206.832%2015.412%2010.927c18.133%206.234%2025.742%2015.412%2025.936%2029.449c0%2017.744-14.037%2030.809-41.348%2030.809%20c-12.482%200-23.604-2.721-30.809-6.622L339.729%20205.872z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M383.947%20490L230.694%20364.252H50.713c-27.924%200-50.631-23.111-50.631-51.528V51.528C0.082%2023.111%2022.789%200%2050.713%200%20h388.574c27.924%200%2050.631%2023.111%2050.631%2051.528v261.197c0%2028.417-22.707%2051.528-50.631%2051.528h-55.34V490z%20M50.713%2030.615%20c-11.032%200-20.016%209.388-20.016%2020.913v261.197c0%2011.525%208.984%2020.913%2020.016%2020.913h190.923l111.696%2091.635v-91.635h85.954%20c11.032%200%2020.016-9.388%2020.016-20.913V51.528c0-11.525-8.984-20.913-20.016-20.913H50.713z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSlashdotSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M20.89%206h-5L8.61%2026h5%22%2F%3E%3Ccircle%20cx%3D%2220.89%22%20cy%3D%2223.5%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSvejoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%235BD428%22%20d%3D%22M19.865%2010.524c.31.16.48.29.48.29l.04-.02c.2-4.96-2.933-7.41-2.933-7.41-.688.87-1.147%202.21-1.387%203.04.26.11.51.24.76.38%202.13%201.19%202.83%202.92%203.04%203.72z%22%2F%3E%3Cpath%20fill%3D%22%2337AD29%22%20d%3D%22M19.865%2010.524c-.22-.8-.91-2.53-3.04-3.73-.25-.14-.5-.26-.76-.38-2.27-.99-4.73-.96-4.73-.96s0%202.92%203.08%204.95c.48-.17%201-.31%201.57-.42%201.81-.32%203.19.19%203.88.54z%22%2F%3E%3Cpath%20fill%3D%22%23FDAA09%22%20d%3D%22M10.796%2013.244c-.93%201.82%202.15%206.7%204.75%209.37%201.29%201.33%201.93%202.48%202.19%203.052%202.1.5%203.278-.29%203.42-.4l.068-.12c.932-1.94-1.46-4.818-3.19-7.068-2.138-2.78-2.698-4.832-2.698-4.832l-.01-.01c-3.5-1.582-4.53.008-4.53.008z%22%2F%3E%3Cpath%20fill%3D%22%23FEE70A%22%20d%3D%22M21.176%2025.274c-.15.11-1.32.9-3.42.4-1.1-.26-2.47-.88-4.07-2.15-2.31-1.818-4.03-3.43-5.2-5.53-.3-.528-.98-.568-1.37.2-.6%201.19-.67%204.5.7%206.44%200%200-.38%201.28.62%202.37.67.73%202.22%201.06%203.06.76l.17-.07s1.73%201.302%204.37.813c2.64-.49%204.33-1.73%205.18-3.24l-.04.007zm3.01-11.4s.38-1.28-.62-2.37c-.67-.73-2.22-1.06-3.06-.76l-.12.05-.04.02s-.17-.13-.48-.28c-.69-.36-2.07-.87-3.89-.53-.57.102-1.09.25-1.57.42-1.68.59-2.83%201.542-3.51%202.66l-.1.17s1.02-1.59%204.53-.01c.84.382%201.83.94%202.98%201.75%202.41%201.692%204.03%203.432%205.2%205.53.3.53.98.57%201.37-.198.61-1.2.68-4.512-.69-6.45z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSymbalooFeedsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M7%207h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2013.75h4.5v4.5H7zm6.75%200h4.5v4.5h-4.5zm6.75%200H25v4.5h-4.5zM7%2020.5h4.5V25H7zm6.75%200h4.5V25h-4.5zm6.75%200H25V25h-4.5z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTelegramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-1%20-3%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.515%206.896L6.027%2014.41c-1.33.534-1.322%201.276-.243%201.606l5%201.56%201.72%205.66c.226.625.115.873.77.873.506%200%20.73-.235%201.012-.51l2.43-2.363%205.056%203.734c.93.514%201.602.25%201.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampThreemaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.4%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M24.067%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200M17.733%2025.941a1.734%201.734%200%201%201-3.467%200%201.734%201.734%200%200%201%203.467%200%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M16.082%208.716h-.262c-.886%200-1.507.682-1.507%201.568v2.015h3.372v-2.015c.001-.886-.718-1.568-1.603-1.568z%22%2F%3E%3Cpath%20d%3D%22M16%204.325c-6.075%200-11%203.752-11%208.381%200%201.924.851%203.697%202.283%205.111.49.484.607%201.231.283%201.839l-1.479%202.776%204.39-1.384a6.183%206.183%200%200%201%201.863-.284c.383%200%20.766.034%201.145.102.807.144%201.649.22%202.514.22%206.075%200%2011-3.752%2011-8.381S22.075%204.325%2016%204.325zm3.793%2012.432c0%20.368-.409.6-.777.6H12.85c-.368%200-.643-.231-.643-.6v-3.733c0-.368.275-.725.643-.725h.2v-2.015c0-1.585%201.187-2.832%202.771-2.832h.262c1.583%200%202.868%201.247%202.868%202.832v2.015h.066c.368%200%20.777.357.777.725v3.733z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTrelloSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.5%204h-21A1.5%201.5%200%200%200%204%205.5v21A1.5%201.5%200%200%200%205.5%2028h21a1.5%201.5%200%200%200%201.5-1.5v-21A1.5%201.5%200%200%200%2026.5%204zM14.44%2022.12c0%20.825-.675%201.5-1.5%201.5H8.62c-.825%200-1.5-.675-1.5-1.5V8.62c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v13.5zm10.44-6c0%20.825-.675%201.5-1.5%201.5h-4.32c-.825%200-1.5-.675-1.5-1.5v-7.5c0-.825.675-1.5%201.5-1.5h4.32c.825%200%201.5.675%201.5%201.5v7.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTuentiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.907%2019.803l-2.463%205.062c-.316.655-.974%201.035-1.656%201.035-.272%200-.545-.062-.807-.188-.914-.445-1.293-1.55-.846-2.465l2.46-5.062c.446-.914%201.55-1.293%202.464-.848.917.447%201.295%201.552.85%202.466zm-.053-7.497c-.445.444-1.055.698-1.682.698-.625%200-1.236-.254-1.678-.698-.445-.444-.7-1.054-.7-1.68%200-.626.255-1.236.7-1.68.885-.888%202.478-.888%203.36%200%20.442.444.696%201.054.696%201.68%200%20.626-.254%201.235-.696%201.68zm9.834%207.17c-.443%202.075-1.266%204.003-2.445%205.73-.35.517-.922.794-1.502.794-.35%200-.705-.103-1.02-.316-.826-.564-1.04-1.695-.476-2.52.912-1.34%201.55-2.835%201.896-4.448.378-1.775.378-3.654-.003-5.432-.344-1.61-.982-3.107-1.895-4.445-.564-.83-.35-1.96.48-2.525.827-.564%201.958-.35%202.522.48%201.178%201.727%202%203.655%202.443%205.73.49%202.272.49%204.675%200%206.95z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTwiddlaSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%232A2A2A%22%20d%3D%22M10.5%205.688l1.375%201.375-4.812%204.812L5.688%2010.5C5.256%209.926%205%209.21%205%208.438%205%206.538%206.54%205%208.438%205c.773%200%201.488.256%202.062.688zm2.406%202.406l-4.812%204.812%2012.72%2012.72L27%2027l-1.375-6.188-12.72-12.718zm-.095%203.533l9.627%209.625-1.186%201.183-9.624-9.625%201.186-1.183z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViadeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23F79A30%22%3E%3Cpath%20d%3D%22M15.107%204s2.838%201.88%203.326%207.05c0%200%20.957%2012.423-5.47%2014.858%200%200%20.577.106%201.224.076%200%200%207.947-5.012%204.3-14.742%200%200-1.09-3.396-3.38-7.242zm4.15%208.483s-1.48-2.29.397-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3Cpath%20d%3D%22M19.256%2012.483s-1.48-2.29.398-4.18c0%200%20.658-.725%202.537-1.202%200%200%201.88-.4%202.895-2.555%200%200%202.105%202.94.81%206.807%200%200-.64%201.742-1.976%202.538-1.01.6-2.536.787-4.134-.777%200%200%204.83-2.644%205.01-4.884%200%200-1.483%203.334-5.54%204.256z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.486%2019.434c0%201.19-.283%202.3-.85%203.33-.57%201.03-1.34%201.824-2.306%202.383-.967.56-2.03.84-3.186.84-1.156%200-2.22-.28-3.186-.84-.97-.56-1.736-1.354-2.305-2.383-.568-1.03-.853-2.14-.853-3.33%200-1.847.625-3.42%201.87-4.723%201.247-1.3%202.74-1.95%204.474-1.95.824%200%201.596.15%202.313.448.072-.754.336-1.456.63-2.03-.903-.326-1.88-.49-2.936-.49-2.506%200-4.582.92-6.223%202.77-1.494%201.675-2.24%203.65-2.24%205.933%200%202.3.79%204.31%202.367%206.03C9.63%2027.14%2011.664%2028%2014.15%2028c2.48%200%204.508-.86%206.086-2.58%201.578-1.72%202.367-3.73%202.367-6.03%200-1.233-.22-2.374-.65-3.427-.725.445-1.412.678-1.982.797.345.816.517%201.707.517%202.674z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampViberSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20d%3D%22M22.57%2027.22a7.39%207.39%200%200%201-1.14-.32%2029%2029%200%200%201-16-16.12c-1-2.55%200-4.7%202.66-5.58a2%202%200%200%201%201.39%200c1.12.41%203.94%204.3%204%205.46a2%202%200%200%201-1.16%201.78%202%202%200%200%200-.66%202.84A10.3%2010.3%200%200%200%2017%2020.55%201.67%201.67%200%200%200%2019.35%2020c1.07-1.62%202.38-1.54%203.82-.54.72.51%201.45%201%202.14%201.55.93.75%202.1%201.37%201.55%202.94A5.21%205.21%200%200%201%2022.57%2027.22Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.06%204.79A10.42%2010.42%200%200%201%2026.79%2015c0%20.51.18%201.27-.58%201.25s-.54-.78-.6-1.29c-.7-5.52-3.23-8.13-8.71-9-.45-.07-1.15%200-1.11-.57C15.84%204.52%2016.66%204.85%2017.06%204.79Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M24.09%2014.06c-.05.38.17%201-.45%201.13-.83.13-.67-.64-.75-1.13-.56-3.36-1.74-4.59-5.12-5.35-.5-.11-1.27%200-1.15-.8s.82-.48%201.35-.42A6.9%206.9%200%200%201%2024.09%2014.06Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.52%2013.45c0%20.43%200%20.87-.53.93s-.6-.26-.64-.64a2.47%202.47%200%200%200-2.26-2.43c-.42-.07-.82-.2-.63-.76.13-.38.47-.41.83-.42A3.66%203.66%200%200%201%2021.52%2013.45Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTypePadPostSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23D2DE61%22%20d%3D%22M16%208.875c-6.627%200-12%203.225-12%207.202%200%20.844.342%202.21.787%202.407.447.196%201.67.683%2012.523-3.836%200%200-9.096%204.09-9.83%205.85-.253.605%202.154%202.627%208.52%202.627%206.626%200%2012-3.148%2012-7.125s-5.374-7.125-12-7.125z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWebnewsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6%206h5.48v14.557h1.844V6h5.396v14.557h1.852V6H26v18.196h-1.82V26h-7.25v-1.825h-1.838V26h-7.25v-1.825H6V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWordPressSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWykopSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28.5%2023.54c0%202.74-2.22%204.96-4.96%204.96H8.46c-2.74%200-4.96-2.22-4.96-4.96V8.46c0-2.74%202.22-4.96%204.96-4.96h15.08c2.74%200%204.96%202.22%204.96%204.96v15.08z%22%2F%3E%3Cpath%20fill%3D%22%23F58237%22%20d%3D%22M17.052%207.997l4.942%2010.043-2.01.99-4.94-10.044-4.018%201.977%204.943%2010.043-2.01.988L9.016%2011.95%205%2013.93l5.93%2012.05L27%2018.073l-5.93-12.05%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYahooMailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoolinkSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%232E6EB5%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.47%2023.09v-4.908l-3.604-5.856c-.315-.528-.538-.94-.67-1.235-.13-.294-.196-.552-.196-.77%200-.36.132-.67.398-.93.264-.26.59-.39.98-.39.41%200%20.72.12.933.365.213.243.53.727.953%201.45l2.758%204.697%202.79-4.696c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376%200%20.688.13.94.385.252.258.378.554.378.892%200%20.273-.064.55-.19.82-.127.275-.345.655-.654%201.14l-3.694%205.94v4.91c0%20.64-.14%201.118-.422%201.436-.282.317-.642.475-1.08.475-.44%200-.8-.156-1.076-.47-.275-.312-.412-.793-.412-1.44z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampStockTwitsSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.328%2014.309l-1.793-.736c-1.303-.536-1.955-1.244-1.955-2.123%200-.637.249-1.166.746-1.587.498-.427%201.123-.642%201.878-.642.614%200%201.115.125%201.504.373.373.218.766.684%201.178%201.399l2.204-1.306c-1.166-2.024-2.788-3.037-4.863-3.037-1.539%200-2.828.459-3.866%201.376-1.039.909-1.559%202.039-1.559%203.391%200%202.005%201.232%203.528%203.698%204.569l1.738.722c.451.194.84.399%201.167.612.326.214.593.443.799.687.206.245.358.513.455.805.097.291.146.612.146.961%200%20.871-.28%201.59-.84%202.156-.56.568-1.263.851-2.111.851-1.073%200-1.889-.389-2.449-1.166-.311-.405-.529-1.135-.653-2.193L4%2020.028c.249%201.679.875%202.986%201.878%203.92%201.018.936%202.309%201.403%203.872%201.403%201.648%200%203.028-.544%204.139-1.634%201.102-1.082%201.653-2.451%201.653-4.109%200-1.237-.338-2.281-1.012-3.134-.676-.852-1.743-1.573-3.202-2.165zM28%207.023H17.037v2.571h4.14v15.425h2.695V9.594H28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGentleReaderSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-80%20-80.014%201200.014%201200%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffffff%22%20d%3D%22M819.664%2C291.684C572.661-7.32%2C155.656%2C203.683%2C169.656%2C527.687%20c38%2C489.007%2C727.009%2C448.006%2C683.009-28H562.661v98h177.002c-54.721%2C270.685-443.659%2C218.617-464.179-77.827%20c-0.48-6.934%2C1.493-36.96%2C3.053-44.641c44.28-217.95%2C300.377-317.791%2C467.126-110.535L819.664%2C291.684z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMixSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-7%20-8%2045%2045%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M27.87%204.125c-5.224%200-9.467%204.159-9.467%209.291v2.89c0-1.306%201.074-2.362%202.399-2.362s2.399%201.056%202.399%202.362v1.204c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V4.134c-.036-.009-.082-.009-.129-.009%22%2F%3E%3Cpath%20d%3D%22M4%204.125v12.94c2.566%200%204.668-1.973%204.807-4.465v-2.214c0-.065%200-.12.009-.176.093-1.213%201.13-2.177%202.39-2.177%201.325%200%202.399%201.056%202.399%202.362v9.226c0%201.306%201.074%202.353%202.399%202.353s2.399-1.056%202.399-2.353v-6.206c0-5.132%204.233-9.291%209.467-9.291H4z%22%2F%3E%3Cpath%20opacity%3D%22.8%22%20d%3D%22M4%2017.074v8.438c0%201.306%201.074%202.362%202.399%202.362s2.399-1.056%202.399-2.362V12.61C8.659%2015.102%206.566%2017.074%204%2017.074%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMeWeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.636%2010.427a1.22%201.22%200%201%201-2.44%200%201.22%201.22%200%201%201%202.44%200zM15.574%2010.431a1.22%201.22%200%200%201-2.438%200%201.22%201.22%200%201%201%202.438%200zM22.592%2010.431a1.221%201.221%200%201%201-2.443%200%201.221%201.221%200%200%201%202.443%200zM29.605%2010.431a1.221%201.221%200%201%201-2.442%200%201.221%201.221%200%200%201%202.442%200zM3.605%2013.772c0-.471.374-.859.859-.859h.18c.374%200%20.624.194.789.457l2.935%204.597%202.95-4.611c.18-.291.43-.443.774-.443h.18c.485%200%20.859.387.859.859v8.113a.843.843%200%200%201-.859.845.857.857%200%200%201-.845-.845V16.07l-2.366%203.559c-.18.276-.402.443-.72.443-.304%200-.526-.167-.706-.443l-2.354-3.53V21.9c0%20.471-.374.83-.845.83a.815.815%200%200%201-.83-.83v-8.128h-.001zM14.396%2014.055a.9.9%200%200%201-.069-.333c0-.471.402-.83.872-.83.415%200%20.735.263.845.624l2.23%206.66%202.187-6.632c.139-.402.428-.678.859-.678h.124c.428%200%20.735.278.859.678l2.187%206.632%202.23-6.675c.126-.346.415-.609.83-.609.457%200%20.845.361.845.817a.96.96%200%200%201-.083.346l-2.867%208.032c-.152.43-.471.706-.887.706h-.165c-.415%200-.721-.263-.872-.706l-2.161-6.328-2.16%206.328c-.152.443-.47.706-.887.706h-.165c-.415%200-.72-.263-.887-.706l-2.865-8.032z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGabSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-14.5%205.5%2046%2026%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.8%2C7.6h-2.4v0.7V9l-0.4-0.3C10.2%2C7.8%2C9%2C7.2%2C7.7%2C7.2c-0.2%2C0-0.4%2C0-0.4%2C0c-0.1%2C0-0.3%2C0-0.5%2C0%0Ac-5.6%2C0.3-8.7%2C7.2-5.4%2C12.1c2.3%2C3.4%2C7.1%2C4.1%2C9.7%2C1.5l0.3-0.3l0%2C0.7c0%2C1-0.1%2C1.5-0.4%2C2.2c-1%2C2.4-4.1%2C3-6.8%2C1.3%0Ac-0.2-0.1-0.4-0.2-0.4-0.2c-0.1%2C0.1-1.9%2C3.5-1.9%2C3.6c0%2C0.1%2C0.5%2C0.4%2C0.8%2C0.6c2.2%2C1.4%2C5.6%2C1.7%2C8.3%2C0.8c2.7-0.9%2C4.5-3.2%2C5-6.4%0Ac0.2-1.1%2C0.2-0.8%2C0.2-8.4l0-7.1H13.8z%20M9.7%2C17.6c-2.2%2C1.2-4.9-0.4-4.9-2.9C4.8%2C12.6%2C7%2C11%2C9%2C11.6C11.8%2C12.4%2C12.3%2C16.1%2C9.7%2C17.6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGettrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2032C24.8366%2032%2032%2024.8366%2032%2016C32%207.16344%2024.8366%200%2016%200C7.16344%200%200%207.16344%200%2016C0%2024.8366%207.16344%2032%2016%2032Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M24.528%207.9125C24.1467%208.22187%2023.7874%208.3875%2023.2655%208.39688C23.7249%207.94688%2024.1405%207.43125%2024.478%206.875C24.8155%206.31875%2025.0717%205.71875%2025.2624%205.09375C23.6436%206.32187%2021.1561%206.64062%2018.9186%207.55312C16.753%208.42812%2014.8186%209.85312%2014.5655%2011.7312C14.3874%2013.0781%2015.0686%2014.6531%2016.0249%2016.0063C16.1311%2015.6469%2016.303%2015.2781%2016.553%2015.0125C17.0467%2014.4906%2017.853%2014.3594%2018.628%2014.2344C19.7999%2014.0469%2020.8936%2013.875%2021.8561%2013.3156C22.5342%2012.9219%2023.1436%2012.3313%2023.528%2011.6281C23.7467%2011.2344%2023.8936%2010.8031%2023.9811%2010.3656C23.7311%2010.6%2023.3405%2010.7531%2023.0155%2010.6844C23.8186%209.9%2024.3374%209.00625%2024.528%207.9125Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M16.0221%2017.6094H8.7002V18.2969C8.7002%2018.2969%2012.1314%2018.4781%2012.6877%2021.0938H16.0189H19.3502C19.9064%2018.4781%2023.3377%2018.2969%2023.3377%2018.2969V17.6094H16.0221Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.2221%2021.6846C19.0033%2021.6439%2018.8002%2021.7658%2018.7627%2021.9596L18.3689%2024.4533C18.3658%2024.4721%2018.3627%2024.4908%2018.3627%2024.5096H17.6346L17.9564%2022.0721C17.9752%2021.8752%2017.8127%2021.7033%2017.5971%2021.6814C17.3783%2021.6596%2017.1846%2021.8033%2017.1689%2021.9971L17.0189%2024.5064C17.0189%2024.5096%2017.0189%2024.5096%2017.0189%2024.5127H16.3314L16.4221%2022.0377C16.4221%2021.8533%2016.2627%2021.7002%2016.0658%2021.6846C16.0533%2021.6846%2016.0408%2021.6814%2016.0252%2021.6814C16.0127%2021.6814%2015.9971%2021.6814%2015.9846%2021.6846C15.8377%2021.6971%2015.7127%2021.7814%2015.6596%2021.9033C15.6377%2021.9471%2015.6283%2021.9939%2015.6283%2022.0439L15.7189%2024.5189H15.0314C15.0314%2024.5158%2015.0314%2024.5158%2015.0314%2024.5127L14.8752%2022.0002C14.8564%2021.8033%2014.6658%2021.6627%2014.4471%2021.6846C14.2283%2021.7064%2014.0658%2021.8814%2014.0877%2022.0752L14.4096%2024.5127H13.6814C13.6783%2024.4939%2013.6752%2024.4752%2013.6752%2024.4564L13.2814%2021.9627C13.2439%2021.7689%2013.0377%2021.6471%2012.8221%2021.6877C12.6033%2021.7283%2012.4627%2021.9221%2012.5002%2022.1158L13.0564%2024.5158H13.3846C13.4814%2025.0502%2013.5439%2025.4252%2013.5783%2025.6283H14.1283C14.2314%2026.6533%2015.2189%2036.1221%2015.2189%2036.1221C15.2189%2036.1221%2015.2846%2036.9252%2016.0221%2036.9252C16.7564%2036.9252%2016.8252%2036.1221%2016.8252%2036.1221C16.9908%2034.7971%2017.8064%2026.5814%2017.9158%2025.6283H18.4689C18.5033%2025.4252%2018.5658%2025.0502%2018.6627%2024.5158H18.9908L19.5471%2022.1158C19.5814%2021.9189%2019.4377%2021.7252%2019.2221%2021.6846Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}
helper.php CHANGED
@@ -89,9 +89,9 @@ function the_champ_login_notifications($loginOptions){
89
  */
90
  function the_champ_general_options_page(){
91
  // facebook options
92
- global $theChampGeneralOptions;
93
  // message on saving options
94
- echo the_champ_settings_saved_notification();
95
  require 'admin/general_options.php';
96
  }
97
 
@@ -100,21 +100,21 @@ function the_champ_general_options_page(){
100
  */
101
  function the_champ_facebook_page(){
102
  // facebook options
103
- global $theChampFacebookOptions;
104
  // message on saving options
105
- echo the_champ_settings_saved_notification();
106
  require 'admin/social_commenting.php';
107
  }
108
 
109
  /**
110
- * Social Login page of plugin in WP admin.
111
  */
112
  function the_champ_social_login_page(){
113
  // social login options
114
- global $theChampLoginOptions, $theChampFacebookOptions, $theChampIsBpActive;
115
  // message on saving options
116
- echo the_champ_settings_saved_notification();
117
- echo the_champ_login_notifications($theChampLoginOptions);
118
  require 'admin/social_login.php';
119
  }
120
 
@@ -123,7 +123,7 @@ function the_champ_social_login_page(){
123
  */
124
  function the_champ_social_sharing_page(){
125
  // social sharing options
126
- global $theChampSharingOptions, $theChampLoginOptions, $theChampIsBpActive;
127
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
128
  $theChampSharingOptions['horizontal_sharing_size'] = 30;
129
  }
@@ -137,7 +137,7 @@ function the_champ_social_sharing_page(){
137
  $theChampSharingOptions['vertical_sharing_shape'] = 'square';
138
  }
139
  // message on saving options
140
- echo the_champ_settings_saved_notification();
141
  require 'admin/social_sharing.php';
142
  }
143
 
@@ -146,9 +146,9 @@ function the_champ_social_sharing_page(){
146
  */
147
  function the_champ_like_buttons_page(){
148
  // social counter options
149
- global $theChampCounterOptions, $theChampIsBpActive;
150
  // message on saving options
151
- echo the_champ_settings_saved_notification();
152
  require 'admin/like_buttons.php';
153
  }
154
 
@@ -301,7 +301,7 @@ function the_champ_ajax_response($response){
301
  function the_champ_notify(){
302
  if(isset($_GET['message'])){
303
  ?>
304
- <div><?php echo esc_attr($_GET['message']) ?></div>
305
  <?php
306
  }
307
  die;
@@ -520,13 +520,13 @@ function the_champ_account_linking(){
520
  global $theChampFacebookOptions, $theChampLoginOptions, $user_ID;
521
  if(!heateor_ss_check_if_admin($user_ID)){
522
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
523
- $twitterRedirect = urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"].html_entity_decode(esc_url(remove_query_arg(array('linked'))))));
524
  $currentPageUrl = urldecode($twitterRedirect);
525
  $html = '<script>function theChampLoadEvent(e){var t=window.onload;if(typeof window.onload!="function"){window.onload=e}else{window.onload=function(){t();e()}}} var theChampCloseIconPath="'. plugins_url('images/close.png', __FILE__) .'";</script>';
526
  // general (required) scripts
527
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION);
528
  $websiteUrl = esc_url(home_url());
529
- $html .= '<script>var theChampLinkingRedirection="'. the_champ_get_http().$_SERVER["HTTP_HOST"].html_entity_decode(esc_url(remove_query_arg(array('linked')))). '",theChampSameTabLogin=' . ( isset( $theChampLoginOptions["same_tab_login"] ) ? 1 : 0 ) . ';var theChampSiteUrl="'. $websiteUrl .'";var theChampVerified = 0;var theChampAjaxUrl="' .admin_url(). 'admin-ajax.php"; var theChampPopupTitle = ""; var theChampEmailPopup = 0; var theChampEmailAjaxUrl = "'. admin_url() .'/admin-ajax.php"; var theChampEmailPopupTitle = ""; var theChampEmailPopupErrorMsg = ""; var theChampEmailPopupUniqueId = ""; var theChampEmailPopupVerifyMessage = ""; var theChampCurrentPageUrl = "'. $twitterRedirect .'";</script>';
530
  // scripts used for common Social Login functionality
531
  if(the_champ_social_login_enabled()){
532
  $loadingImagePath = plugins_url('images/ajax_loader.gif', __FILE__);
@@ -535,7 +535,7 @@ function the_champ_account_linking(){
535
  $regRedirectionUrl = the_champ_get_login_redirection_url('', true);
536
  global $theChampSteamLogin;
537
  $html .= '<style type="text/css">#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}</style>';
538
- $html .= '<script> var theChampLoadingImgPath = "' .$loadingImagePath. '"; var theChampAjaxUrl = "' .$theChampAjaxUrl. '"; var theChampRedirectionUrl = "' .$redirectionUrl. '"; var theChampRegRedirectionUrl = "' .$regRedirectionUrl. '", theChampSteamAuthUrl = "' .($theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()).'?SuperSocializerSteamAuth='.$twitterRedirect ) : ''). '"; var heateorMSEnabled = 0, theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDropboxAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dropbox&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampRedditAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Reddit&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampFoursquareAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Foursquare&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDisqusAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Disqus&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampAmazonAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Amazon&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampStackoverflowAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Stackoverflow&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDiscordAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Discord&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampMailruAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Mailru&super_socializer_redirect_to=" + theChampCurrentPageUrl</script>';
539
  $userVerified = false;
540
  $ajaxUrl = 'admin-ajax.php';
541
  $notification = '';
@@ -543,12 +543,12 @@ function the_champ_account_linking(){
543
  }
544
  // linking functions
545
  wp_enqueue_script('the_champ_ss_linking_script', plugins_url('js/front/social_login/linking.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
546
- $html .= '<style type="text/css">table.superSocializerTable td{padding: 10px;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}@media screen and (max-width:783px){div.heateor_ss_sl_optin_container{margin-top:10px}div.super-socializer-linking-container{width:99%}div.super-socializer-linking-container table td{display:table-cell}}</style>';
547
 
548
  $html .= '<div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
549
  <div class="stuffbox" style="padding-bottom:10px">
550
  <div class="inside" style="padding:0">
551
- <table class="form-table editcomment superSocializerTable">
552
  <tbody>';
553
  if(isset($_GET['linked'])){
554
  if(intval($_GET['linked']) == 1){
@@ -662,7 +662,8 @@ function the_champ_user_profile_account_linking(){
662
  if(the_champ_social_login_enabled()){
663
  global $pagenow;
664
  if($pagenow == 'profile.php'){
665
- echo the_champ_account_linking();
 
666
  }
667
  }
668
  }
@@ -722,7 +723,8 @@ function the_champ_add_linking_tab(){
722
  }
723
 
724
  function the_champ_bp_account_linking(){
725
- echo the_champ_account_linking();
 
726
  }
727
 
728
  // show social account linking when 'Social Account Linking' tab is clicked
@@ -792,9 +794,9 @@ function the_champ_sharing_meta_setup(){
792
  foreach(array_intersect($theChampSharingOptions['horizontal_re_providers'], $validNetworks) as $sharingProvider){
793
  ?>
794
  <br/>
795
- <label for="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count">
796
  <span style="width: 242px; float:left"><?php _e('Starting share count for '.ucfirst(str_replace('_', ' ', $sharingProvider)), 'super-socializer') ?></span>
797
- <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_horizontal_count]" id="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_horizontal_count']) && $sharingMeta[$sharingProvider.'_horizontal_count'] > 0 ? $sharingMeta[$sharingProvider.'_horizontal_count'] : '' ?>" />
798
  </label>
799
  <?php
800
  }
@@ -811,9 +813,9 @@ function the_champ_sharing_meta_setup(){
811
  foreach(array_intersect($theChampSharingOptions['vertical_re_providers'], $validNetworks) as $sharingProvider){
812
  ?>
813
  <br/>
814
- <label for="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count">
815
  <span style="width:242px;float:left"><?php _e('Starting share count for '.ucfirst(str_replace('_', ' ', $sharingProvider)), 'super-socializer') ?></span>
816
- <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_vertical_count]" id="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_vertical_count']) && $sharingMeta[$sharingProvider.'_vertical_count'] > 0 ? $sharingMeta[$sharingProvider.'_vertical_count'] : '' ?>" />
817
  </label>
818
  <?php
819
  }
@@ -910,11 +912,11 @@ function the_champ_social_avatar_options(){
910
  </div>
911
  <div class="editfield field_name visibility-public field_type_textbox">
912
  <label for="ss_small_avatar"><?php _e('Small Avatar', 'super-socializer') ?></label>
913
- <input id="ss_small_avatar" type="text" name="ss_small_avatar" value="<?php echo isset($updatedSmallAvatar) ? $updatedSmallAvatar : get_user_meta($user_ID, 'thechamp_avatar', true) ?>" />
914
  </div>
915
  <div class="editfield field_name visibility-public field_type_textbox">
916
  <label for="ss_large_avatar"><?php _e('Large Avatar', 'super-socializer') ?></label>
917
- <input id="ss_large_avatar" type="text" name="ss_large_avatar" value="<?php echo isset($updatedLargeAvatar) ? $updatedLargeAvatar : get_user_meta($user_ID, 'thechamp_large_avatar', true) ?>" />
918
  </div>
919
  <div class="submit">
920
  <input type="submit" value="<?php _e('Save Changes', 'super-socializer') ?>" />
@@ -1074,4 +1076,25 @@ function heateor_ss_delete_social_profile(){
1074
  }
1075
  die;
1076
  }
1077
- add_action('wp_ajax_heateor_ss_delete_social_profile', 'heateor_ss_delete_social_profile');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  */
90
  function the_champ_general_options_page(){
91
  // facebook options
92
+ global $theChampGeneralOptions, $heateorSsAllowedTags;
93
  // message on saving options
94
+ echo wp_kses(the_champ_settings_saved_notification(), $heateorSsAllowedTags);
95
  require 'admin/general_options.php';
96
  }
97
 
100
  */
101
  function the_champ_facebook_page(){
102
  // facebook options
103
+ global $theChampFacebookOptions, $heateorSsAllowedTags;
104
  // message on saving options
105
+ echo wp_kses(the_champ_settings_saved_notification(), $heateorSsAllowedTags);
106
  require 'admin/social_commenting.php';
107
  }
108
 
109
  /**
110
+ * Social Login page of plugin in WP admin
111
  */
112
  function the_champ_social_login_page(){
113
  // social login options
114
+ global $theChampLoginOptions, $theChampFacebookOptions, $theChampIsBpActive, $heateorSsAllowedTags;
115
  // message on saving options
116
+ echo wp_kses(the_champ_settings_saved_notification(), $heateorSsAllowedTags);
117
+ echo wp_kses(the_champ_login_notifications($theChampLoginOptions), $heateorSsAllowedTags);
118
  require 'admin/social_login.php';
119
  }
120
 
123
  */
124
  function the_champ_social_sharing_page(){
125
  // social sharing options
126
+ global $theChampSharingOptions, $theChampLoginOptions, $theChampIsBpActive, $heateorSsAllowedTags;
127
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
128
  $theChampSharingOptions['horizontal_sharing_size'] = 30;
129
  }
137
  $theChampSharingOptions['vertical_sharing_shape'] = 'square';
138
  }
139
  // message on saving options
140
+ echo wp_kses(the_champ_settings_saved_notification(), $heateorSsAllowedTags);
141
  require 'admin/social_sharing.php';
142
  }
143
 
146
  */
147
  function the_champ_like_buttons_page(){
148
  // social counter options
149
+ global $theChampCounterOptions, $theChampIsBpActive, $heateorSsAllowedTags;
150
  // message on saving options
151
+ echo wp_kses(the_champ_settings_saved_notification(), $heateorSsAllowedTags);
152
  require 'admin/like_buttons.php';
153
  }
154
 
301
  function the_champ_notify(){
302
  if(isset($_GET['message'])){
303
  ?>
304
+ <div><?php echo esc_html($_GET['message']) ?></div>
305
  <?php
306
  }
307
  die;
520
  global $theChampFacebookOptions, $theChampLoginOptions, $user_ID;
521
  if(!heateor_ss_check_if_admin($user_ID)){
522
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
523
+ $twitterRedirect = urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"].remove_query_arg(array('linked'))));
524
  $currentPageUrl = urldecode($twitterRedirect);
525
  $html = '<script>function theChampLoadEvent(e){var t=window.onload;if(typeof window.onload!="function"){window.onload=e}else{window.onload=function(){t();e()}}} var theChampCloseIconPath="'. plugins_url('images/close.png', __FILE__) .'";</script>';
526
  // general (required) scripts
527
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION);
528
  $websiteUrl = esc_url(home_url());
529
+ $html .= '<script>var theChampLinkingRedirection="'. the_champ_get_http().$_SERVER["HTTP_HOST"].remove_query_arg(array('linked')). '",theChampSameTabLogin=' . ( isset( $theChampLoginOptions["same_tab_login"] ) ? 1 : 0 ) . ';var theChampSiteUrl="'. $websiteUrl .'";var theChampVerified = 0;var theChampAjaxUrl="' .admin_url(). 'admin-ajax.php"; var theChampPopupTitle = ""; var theChampEmailPopup = 0; var theChampEmailAjaxUrl = "'. admin_url() .'/admin-ajax.php"; var theChampEmailPopupTitle = ""; var theChampEmailPopupErrorMsg = ""; var theChampEmailPopupUniqueId = ""; var theChampEmailPopupVerifyMessage = ""; var theChampCurrentPageUrl = "'. $twitterRedirect .'";</script>';
530
  // scripts used for common Social Login functionality
531
  if(the_champ_social_login_enabled()){
532
  $loadingImagePath = plugins_url('images/ajax_loader.gif', __FILE__);
535
  $regRedirectionUrl = the_champ_get_login_redirection_url('', true);
536
  global $theChampSteamLogin;
537
  $html .= '<style type="text/css">#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}</style>';
538
+ $html .= '<script>var theChampLoadingImgPath = "' .$loadingImagePath. '"; var theChampAjaxUrl = "' .$theChampAjaxUrl. '"; var theChampRedirectionUrl = "' .$redirectionUrl. '"; var theChampRegRedirectionUrl = "' .$regRedirectionUrl. '", theChampSteamAuthUrl = "' .($theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()).'?SuperSocializerSteamAuth='.$twitterRedirect ) : ''). '"; var heateorMSEnabled = 0, theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLineAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Line&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLiveAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Live&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampYahooAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Yahoo&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampInstagramAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Instagram&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampWordpressAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Wordpress&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampDribbbleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dribbble&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampGithubAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Github&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampSpotifyAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Spotify&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampKakaoAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Kakao&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDropboxAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Dropbox&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampRedditAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Reddit&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampFoursquareAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Foursquare&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDisqusAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Disqus&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampAmazonAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Amazon&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampStackoverflowAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Stackoverflow&super_socializer_redirect_to=" + theChampCurrentPageUrl,theChampDiscordAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Discord&super_socializer_redirect_to=" + theChampCurrentPageUrl, theChampMailruAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Mailru&super_socializer_redirect_to=" + theChampCurrentPageUrl</script>';
539
  $userVerified = false;
540
  $ajaxUrl = 'admin-ajax.php';
541
  $notification = '';
543
  }
544
  // linking functions
545
  wp_enqueue_script('the_champ_ss_linking_script', plugins_url('js/front/social_login/linking.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
546
+ $html .= '<style type="text/css">table.heateor-ss-table td{padding: 10px;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}@media screen and (max-width:783px){div.heateor_ss_sl_optin_container{margin-top:10px}div.super-socializer-linking-container{width:99%}div.super-socializer-linking-container table td{display:table-cell}}</style>';
547
 
548
  $html .= '<div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
549
  <div class="stuffbox" style="padding-bottom:10px">
550
  <div class="inside" style="padding:0">
551
+ <table class="form-table editcomment heateor-ss-table">
552
  <tbody>';
553
  if(isset($_GET['linked'])){
554
  if(intval($_GET['linked']) == 1){
662
  if(the_champ_social_login_enabled()){
663
  global $pagenow;
664
  if($pagenow == 'profile.php'){
665
+ global $heateorSsAllowedTags;
666
+ echo str_replace('&amp;', '&', wp_kses(the_champ_account_linking(), $heateorSsAllowedTags));
667
  }
668
  }
669
  }
723
  }
724
 
725
  function the_champ_bp_account_linking(){
726
+ global $heateorSsAllowedTags;
727
+ echo str_replace('&amp;', '&', wp_kses(the_champ_account_linking(), $heateorSsAllowedTags));
728
  }
729
 
730
  // show social account linking when 'Social Account Linking' tab is clicked
794
  foreach(array_intersect($theChampSharingOptions['horizontal_re_providers'], $validNetworks) as $sharingProvider){
795
  ?>
796
  <br/>
797
+ <label for="the_champ_<?php echo esc_attr($sharingProvider) ?>_horizontal_sharing_count">
798
  <span style="width: 242px; float:left"><?php _e('Starting share count for '.ucfirst(str_replace('_', ' ', $sharingProvider)), 'super-socializer') ?></span>
799
+ <input type="text" name="_the_champ_meta[<?php echo esc_attr($sharingProvider) ?>_horizontal_count]" id="the_champ_<?php echo esc_attr($sharingProvider) ?>_horizontal_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_horizontal_count']) && $sharingMeta[$sharingProvider.'_horizontal_count'] > 0 ? esc_attr($sharingMeta[$sharingProvider.'_horizontal_count']) : '' ?>" />
800
  </label>
801
  <?php
802
  }
813
  foreach(array_intersect($theChampSharingOptions['vertical_re_providers'], $validNetworks) as $sharingProvider){
814
  ?>
815
  <br/>
816
+ <label for="the_champ_<?php echo esc_attr($sharingProvider) ?>_vertical_sharing_count">
817
  <span style="width:242px;float:left"><?php _e('Starting share count for '.ucfirst(str_replace('_', ' ', $sharingProvider)), 'super-socializer') ?></span>
818
+ <input type="text" name="_the_champ_meta[<?php echo esc_attr($sharingProvider) ?>_vertical_count]" id="the_champ_<?php echo esc_attr($sharingProvider) ?>_vertical_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_vertical_count']) && $sharingMeta[$sharingProvider.'_vertical_count'] > 0 ? esc_attr($sharingMeta[$sharingProvider.'_vertical_count']) : '' ?>" />
819
  </label>
820
  <?php
821
  }
912
  </div>
913
  <div class="editfield field_name visibility-public field_type_textbox">
914
  <label for="ss_small_avatar"><?php _e('Small Avatar', 'super-socializer') ?></label>
915
+ <input id="ss_small_avatar" type="text" name="ss_small_avatar" value="<?php echo esc_attr(isset($updatedSmallAvatar) ? $updatedSmallAvatar : get_user_meta($user_ID, 'thechamp_avatar', true)) ?>" />
916
  </div>
917
  <div class="editfield field_name visibility-public field_type_textbox">
918
  <label for="ss_large_avatar"><?php _e('Large Avatar', 'super-socializer') ?></label>
919
+ <input id="ss_large_avatar" type="text" name="ss_large_avatar" value="<?php echo esc_attr(isset($updatedLargeAvatar) ? $updatedLargeAvatar : get_user_meta($user_ID, 'thechamp_large_avatar', true)) ?>" />
920
  </div>
921
  <div class="submit">
922
  <input type="submit" value="<?php _e('Save Changes', 'super-socializer') ?>" />
1076
  }
1077
  die;
1078
  }
1079
+ add_action('wp_ajax_heateor_ss_delete_social_profile', 'heateor_ss_delete_social_profile');
1080
+
1081
+ /**
1082
+ * Add safe styles to the existing list of allowed styles via wp_kses
1083
+ */
1084
+ function heateor_ss_add_safe_styles($styles){
1085
+ $styles[] = 'display';
1086
+ $styles[] = 'position';
1087
+ $styles[] = 'left';
1088
+ $styles[] = 'right';
1089
+ $styles[] = 'top';
1090
+ $styles[] = 'box-shadow';
1091
+ $styles[] = 'opacity';
1092
+ $styles[] = 'background-repeat';
1093
+ $styles[] = 'box-sizing';
1094
+ $styles[] = '-webkit-clip-path';
1095
+ $styles[] = 'clip';
1096
+ $styles[] = 'visibility';
1097
+
1098
+ return $styles;
1099
+ }
1100
+ add_filter('safe_style_css', 'heateor_ss_add_safe_styles', 10, 1);
inc/shortcode.php CHANGED
@@ -39,16 +39,16 @@ function the_champ_sharing_shortcode($params){
39
  $targetUrl = esc_url(home_url());
40
  $postId = 0;
41
  }elseif(!is_singular() && $type == 'vertical'){
42
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
43
  $postId = 0;
44
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
45
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
46
  $postId = $post-> ID;
47
  }elseif(get_permalink($post-> ID)){
48
  $targetUrl = get_permalink($post-> ID);
49
  $postId = $post-> ID;
50
  }else{
51
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]));
52
  $postId = 0;
53
  }
54
  $shareCountUrl = $targetUrl;
@@ -138,16 +138,16 @@ function the_champ_counter_shortcode($params){
138
  $targetUrl = esc_url(home_url());
139
  $postId = 0;
140
  }elseif(!is_singular() && $type == 'vertical'){
141
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
142
  $postId = 0;
143
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
144
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
145
  $postId = $post-> ID;
146
  }elseif(get_permalink($post-> ID)){
147
  $targetUrl = get_permalink($post-> ID);
148
  $postId = $post-> ID;
149
  }else{
150
- $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
151
  $postId = 0;
152
  }
153
  $targetUrl = heateor_ss_apply_target_like_button_url_filter($targetUrl, $type, false);
@@ -260,7 +260,7 @@ function the_champ_fb_commenting_shortcode($params){
260
  global $heateor_fcm_options;
261
  $html .= '<div class="heateor_ss_fb_comments_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_optin" value="1" />'. str_replace($heateor_fcm_options['ppu_placeholder'], '<a href="'. $heateor_fcm_options['privacy_policy_url'] .'" target="_blank">'. $heateor_fcm_options['ppu_placeholder'] .'</a>', wp_strip_all_tags($heateor_fcm_options['privacy_policy_optin_text'])) .'</label></div>';
262
  }
263
- $html .= '<div class="fb-comments" data-href="' .($url == '' ? html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])) : $url). '"';
264
  $html .= ' data-numposts="' . $num_posts . '"';
265
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
266
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
@@ -288,7 +288,8 @@ function the_champ_social_linking_shortcode($params){
288
  if( $title != '' ) {
289
  $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
290
  }
291
- $html .= the_champ_account_linking();
 
292
  $html .= '</div>';
293
  return $html;
294
  }
39
  $targetUrl = esc_url(home_url());
40
  $postId = 0;
41
  }elseif(!is_singular() && $type == 'vertical'){
42
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]);
43
  $postId = 0;
44
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
45
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]);
46
  $postId = $post-> ID;
47
  }elseif(get_permalink($post-> ID)){
48
  $targetUrl = get_permalink($post-> ID);
49
  $postId = $post-> ID;
50
  }else{
51
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]);
52
  $postId = 0;
53
  }
54
  $shareCountUrl = $targetUrl;
138
  $targetUrl = esc_url(home_url());
139
  $postId = 0;
140
  }elseif(!is_singular() && $type == 'vertical'){
141
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
142
  $postId = 0;
143
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
144
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
145
  $postId = $post-> ID;
146
  }elseif(get_permalink($post-> ID)){
147
  $targetUrl = get_permalink($post-> ID);
148
  $postId = $post-> ID;
149
  }else{
150
+ $targetUrl = esc_url_raw(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
151
  $postId = 0;
152
  }
153
  $targetUrl = heateor_ss_apply_target_like_button_url_filter($targetUrl, $type, false);
260
  global $heateor_fcm_options;
261
  $html .= '<div class="heateor_ss_fb_comments_optin_container"><label><input type="checkbox" class="heateor_ss_fb_comments_optin" value="1" />'. str_replace($heateor_fcm_options['ppu_placeholder'], '<a href="'. $heateor_fcm_options['privacy_policy_url'] .'" target="_blank">'. $heateor_fcm_options['ppu_placeholder'] .'</a>', wp_strip_all_tags($heateor_fcm_options['privacy_policy_optin_text'])) .'</label></div>';
262
  }
263
+ $html .= '<div class="fb-comments" data-href="' .($url == '' ? esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]) : $url). '"';
264
  $html .= ' data-numposts="' . $num_posts . '"';
265
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
266
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
288
  if( $title != '' ) {
289
  $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
290
  }
291
+ global $heateorSsAllowedTags;
292
+ $html .= str_replace('&amp;', '&', wp_kses(the_champ_account_linking(), $heateorSsAllowedTags));
293
  $html .= '</div>';
294
  return $html;
295
  }
inc/social_login.php CHANGED
@@ -70,7 +70,8 @@ function the_champ_login_button($widget = false){
70
  }
71
  }
72
  if(!$widget){
73
- echo $html;
 
74
  }else{
75
  return $html;
76
  }
@@ -1026,7 +1027,7 @@ function the_champ_link_account($socialId, $provider, $userId){
1026
  */
1027
  function the_champ_ask_email(){
1028
  global $theChampLoginOptions;
1029
- echo isset($theChampLoginOptions['email_popup_text']) && $theChampLoginOptions['email_popup_text'] != '' ? '<div style="margin-top: 5px">'.$theChampLoginOptions['email_popup_text'].'</div>' : ''; ?>
1030
  <style type="text/css">
1031
  div.tb-close-icon{ display: none }
1032
  </style>
70
  }
71
  }
72
  if(!$widget){
73
+ global $heateorSsAllowedTags;
74
+ echo wp_kses($html, $heateorSsAllowedTags);
75
  }else{
76
  return $html;
77
  }
1027
  */
1028
  function the_champ_ask_email(){
1029
  global $theChampLoginOptions;
1030
+ echo isset($theChampLoginOptions['email_popup_text']) && $theChampLoginOptions['email_popup_text'] != '' ? '<div style="margin-top: 5px">'.esc_html($theChampLoginOptions['email_popup_text']).'</div>' : ''; ?>
1031
  <style type="text/css">
1032
  div.tb-close-icon{ display: none }
1033
  </style>
inc/social_sharing.php CHANGED
@@ -7,11 +7,11 @@ defined('ABSPATH') or die("Cheating........Uh!!");
7
  /**
8
  * Render sharing interface html
9
  */
10
- function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType, $displayCount, $totalShares, $shareCountTransientId, $standardWidget = false ){
11
 
12
  global $post, $theChampSharingOptions;
13
 
14
- if( NULL === $post ||!is_object($post )){
15
  $post = get_post($shareCountTransientId );
16
  }
17
 
@@ -19,28 +19,28 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
19
  return '';
20
  }
21
 
22
- if( ($sharingType == 'vertical' && !is_singular()) || $standardWidget ){
23
  $postTitle = get_bloginfo('name') . " - " . get_bloginfo('description');
24
- if( is_category()){
25
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_cat_title('', false )), true ));
26
- }elseif( is_tag()){
27
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_tag_title('', false )), true ));
28
- }elseif( is_tax()){
29
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_term_title('', false )), true ));
30
- }elseif( is_search()){
31
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( __('Search for').' "'.get_search_query().'"'), true ));
32
- }elseif( is_author()){
33
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_the_author_meta('display_name', get_query_var('author'))), true ));
34
- }elseif( is_archive()){
35
- if( is_day()){
36
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_query_var('day'). ' ' .single_month_title(' ', false ).' '. __('Archives')), true ));
37
- }elseif( is_month()){
38
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_month_title(' ', false ) . ' ' . __('Archives')), true ));
39
- }elseif( is_year()){
40
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_query_var('year') . ' ' . __('Archives')), true ));
41
  }
42
  }
43
- }else {
44
  $postTitle = $post->post_title;
45
  }
46
 
@@ -53,13 +53,13 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
53
  }
54
  $html = '';
55
 
56
- $sharingMeta = get_post_meta($post->ID, '_the_champ_meta', true );
57
 
58
  if(isset($theChampSharingOptions[$sharingType.'_re_providers'])){
59
 
60
- if( the_champ_is_amp_page()){
61
  $sharingNetworks = heateor_ss_fetch_amp_sharing_networks();
62
- }else {
63
  $sharingNetworks = heateor_ss_fetch_sharing_networks($sharingType);
64
  }
65
 
@@ -90,9 +90,9 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
90
  // share count
91
  if($savedShareCount = heateor_ss_get_saved_share_counts($shareCountTransientId, $postUrl )){
92
  $shareCounts = $savedShareCount;
93
- }elseif( false !== ($cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId ))){
94
  $shareCounts = $cachedShareCount;
95
- }else {
96
  $shareCounts = '&nbsp;';
97
  }
98
 
@@ -103,7 +103,7 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
103
  if($displayCount ){
104
  if(!isset($theChampSharingOptions[$sharingType . '_counter_position'])){
105
  $counterPosition = $sharingType == 'horizontal' ? 'top' : 'inner_top';
106
- }else {
107
  $counterPosition = $theChampSharingOptions[$sharingType . '_counter_position'];
108
  }
109
  switch ($counterPosition ){
@@ -116,11 +116,11 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
116
  break;
117
  case 'right':
118
  $innerStyleConditional = 'display:block;';
119
- $counterPlaceholder = 'span><span';
120
  break;
121
  case 'bottom':
122
  $innerStyleConditional = 'display:block;';
123
- $counterPlaceholder = 'span><span';
124
  break;
125
  case 'inner_left':
126
  $innerStyleConditional = 'float:left;';
@@ -249,7 +249,7 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
249
  $liItems .= '<span class="the_champ_svg" style="background-color:#ee8e2d;' . str_replace( array( 'style="', ';"' ), array( '', ';display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;' ), $style ) . '" onclick="theChampMoreSharingPopup(this, \'' . htmlentities( addslashes( esc_url( $postUrl ) ), ENT_QUOTES ) . '\', \'' . $postTitle . '\', \'' . heateor_ss_sanitize_post_title( heateor_ss_wpseo_twitter_title( $post ) ) . '\' )">';
250
  if ( the_champ_is_amp_page() ) {
251
  $liItems .= '<i title="More" class="theChampSharing theChampMoreBackground"><i class="theChampSharingSvg theChampMoreSvg"></i></i></li>';
252
- } else {
253
  $liItems .= '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="' . $innerStyle . '" xml:space="preserve"><g><path fill="' . $logo_color . '" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a>';
254
 
255
 
@@ -260,7 +260,7 @@ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType,
260
  if($totalShares && !the_champ_is_amp_page()){
261
  if($sharingType == 'horizontal'){
262
  $addStyle = ';margin-left:9px !important;';
263
- }else {
264
  $addStyle = ';margin-bottom:9px !important;';
265
  }
266
  $addStyle .= ($totalShareCount && $shareCounts != '&nbsp;' ? 'visibility:visible;' : '') . '"';
@@ -347,8 +347,8 @@ function heateor_ss_round_off_counts($sharingCount){
347
  * Get cached share counts for given post ID
348
  */
349
  function heateor_ss_get_cached_share_count($postId){
350
- $shareCountTransient = get_transient('heateor_ss_share_count_' . $postId );
351
- do_action('heateor_ss_share_count_transient_hook', $shareCountTransient, $postId );
352
  return $shareCountTransient;
353
  }
354
 
@@ -358,28 +358,28 @@ function heateor_ss_get_cached_share_count($postId){
358
  function the_champ_prepare_counter_html($postUrl, $sharingType, $shortUrl, $standardWidget = false){
359
  global $theChampCounterOptions, $post;
360
 
361
- if( ($sharingType == 'vertical' && !is_singular()) || $standardWidget ){
362
  $postTitle = get_bloginfo('name') . " - " . get_bloginfo('description');
363
- if( is_category()){
364
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_cat_title('', false )), true ));
365
- }elseif( is_tag()){
366
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_tag_title('', false )), true ));
367
- }elseif( is_tax()){
368
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_term_title('', false )), true ));
369
- }elseif( is_search()){
370
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( __('Search for') .' "' .get_search_query() .'"'), true ));
371
- }elseif( is_author()){
372
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_the_author_meta('display_name', get_query_var('author'))), true ));
373
- }elseif( is_archive()){
374
- if( is_day()){
375
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_query_var('day') . ' ' .single_month_title(' ', false ) . ' ' . __('Archives')), true ));
376
- }elseif( is_month()){
377
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( single_month_title(' ', false ) . ' ' . __('Archives')), true ));
378
- }elseif( is_year()){
379
- $postTitle = esc_attr( wp_strip_all_tags( stripslashes( get_query_var('year') . ' ' . __('Archives')), true ));
380
  }
381
  }
382
- }else {
383
  $postTitle = $post->post_title;
384
  }
385
 
@@ -432,28 +432,30 @@ function the_champ_generate_sharing_bitly_url($url, $postId = 0){
432
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
433
  if($bitlyUrl){
434
  return $bitlyUrl;
435
- }elseif(extension_loaded('curl')){
436
  $genericAccessToken = $theChampSharingOptions['bitly_access_token'];
437
  //generate the URL
438
  $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
439
  $payload = json_encode(array('long_url' => $url));
440
-
441
- $ch = curl_init($bitlyApi);
442
- curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
443
- curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
444
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
445
- curl_setopt($ch, CURLOPT_HTTPHEADER, array(
446
- 'Authorization: Bearer '.$genericAccessToken,
447
- 'Content-Type: application/json',
448
- 'Content-Length: '.strlen($payload)
449
- ));
450
- $response = curl_exec($ch);
451
-
452
- if(!is_wp_error($response)){
453
- $shortUrlObject = json_decode(trim($response));
454
- if(isset($shortUrlObject->link)){
455
- $shortUrl = esc_url($shortUrlObject->link);
456
- update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
 
 
457
  return $shortUrl;
458
  }
459
  }
@@ -467,28 +469,30 @@ function the_champ_generate_counter_bitly_url($url, $postId = 0){
467
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
468
  if($bitlyUrl){
469
  return $bitlyUrl;
470
- }elseif(extension_loaded('curl')){
471
  $genericAccessToken = $theChampCounterOptions['bitly_access_token'];
472
  //generate the URL
473
  $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
474
  $payload = json_encode(array('long_url' => $url));
475
 
476
- $ch = curl_init($bitlyApi);
477
- curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
478
- curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
479
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
480
- curl_setopt($ch, CURLOPT_HTTPHEADER, array(
481
- 'Authorization: Bearer '.$genericAccessToken,
482
- 'Content-Type: application/json',
483
- 'Content-Length: '.strlen($payload)
484
- ));
485
- $response = curl_exec($ch);
486
-
487
- if(!is_wp_error($response)){
488
- $shortUrlObject = json_decode(trim($response));
489
- if(isset($shortUrlObject->link)){
490
- $shortUrl = esc_url($shortUrlObject->link);
491
- update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
 
 
492
  return $shortUrl;
493
  }
494
  }
@@ -597,7 +601,7 @@ function the_champ_render_sharing($content){
597
  }
598
  }
599
 
600
- $post_types = get_post_types( array('public' => true ), 'names', 'and');
601
  $post_types = array_diff($post_types, array('post', 'page'));
602
 
603
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
@@ -614,7 +618,7 @@ function the_champ_render_sharing($content){
614
  if($theChampCounterOptions['horizontal_target_url'] == 'default'){
615
  $counterPostUrl = get_permalink($post->ID);
616
  if((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $counterPostUrl == ''){
617
- $counterPostUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
618
  }
619
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
620
  $counterPostUrl = esc_url(home_url());
@@ -641,8 +645,8 @@ function the_champ_render_sharing($content){
641
  }
642
  $horizontalDiv = "<div style='clear:both'></div><div ". $sharingContainerStyle ." class='the_champ_counter_container the_champ_horizontal_counter'><div class='the_champ_counter_title' ". $sharingTitleStyle .">". ucfirst($theChampCounterOptions['title']) ."</div>". $sharingDiv ."</div><div style='clear:both'></div>";
643
  if($counterBpActivity){
644
- global $heateor_ss_allowed_tags;
645
- echo wp_kses( $horizontalDiv, $heateor_ss_allowed_tags );
646
  }
647
  // show horizontal counter
648
  if((isset($theChampCounterOptions['home']) && is_front_page()) || (isset($theChampCounterOptions['category']) && is_category()) || (isset($theChampCounterOptions['archive']) && is_archive()) || (isset($theChampCounterOptions['post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampCounterOptions['page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampCounterOptions['excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampCounterOptions['bb_reply']) && current_filter() == 'bbp_get_reply_content') || (isset($theChampCounterOptions['bb_forum']) && (isset($theChampCounterOptions['top']) && current_filter() == 'bbp_template_before_single_forum' || isset($theChampCounterOptions['bottom']) && current_filter() == 'bbp_template_after_single_forum')) || (isset($theChampCounterOptions['bb_topic']) && (isset($theChampCounterOptions['top']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset($theChampCounterOptions['bottom']) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')))) || (isset($theChampCounterOptions['woocom_shop']) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset($theChampCounterOptions['woocom_product']) && current_filter() == 'woocommerce_share') || (isset($theChampCounterOptions['woocom_thankyou']) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['bp_group']))){
@@ -683,10 +687,10 @@ function the_champ_render_sharing($content){
683
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
684
  $counterPostUrl = get_permalink($post->ID);
685
  if(!is_singular()){
686
- $counterPostUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
687
  $postId = 0;
688
  }elseif((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $counterPostUrl == ''){
689
- $counterPostUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
690
  }
691
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
692
  $counterPostUrl = esc_url(home_url());
@@ -709,8 +713,8 @@ function the_champ_render_sharing($content){
709
  // show vertical counter
710
  if((isset($theChampCounterOptions['vertical_home']) && is_front_page()) || (isset($theChampCounterOptions['vertical_category']) && is_category()) || (isset($theChampCounterOptions['vertical_archive']) && is_archive()) || (isset($theChampCounterOptions['vertical_post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampCounterOptions['vertical_page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampCounterOptions['vertical_excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampCounterOptions['vertical_bb_forum']) && current_filter() == 'bbp_template_before_single_forum') || (isset($theChampCounterOptions['vertical_bb_topic']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['vertical_bp_group']))){
711
  if(in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header'))){
712
- global $heateor_ss_allowed_tags;
713
- echo wp_kses( $verticalDiv, $heateor_ss_allowed_tags );
714
  }else{
715
  if(is_front_page()){
716
  global $theChampVerticalCounterHomeCount, $theChampVerticalCounterExcerptCount;
@@ -762,7 +766,7 @@ function the_champ_render_sharing($content){
762
  $postUrl = get_permalink($post->ID);
763
  $shareCountUrl = $postUrl;
764
  if((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $postUrl == ''){
765
- $postUrl = html_entity_decode( esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) ) );
766
  }
767
  if($shareCountUrl == ''){
768
  $shareCountUrl = $postUrl;
@@ -798,9 +802,10 @@ function the_champ_render_sharing($content){
798
  $sharingContainerStyle = 'style="float:right"';
799
  }
800
  }
801
- $horizontalDiv = "<div style='clear:both'></div><div ". $sharingContainerStyle ." class='the_champ_sharing_container the_champ_horizontal_sharing' " . ( the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $postUrl) . '"') . ( heateor_ss_get_cached_share_count($shareCountTransientId) === false || the_champ_is_amp_page() ? "" : 'data-super-socializer-no-counts="1"') . "><div class='the_champ_sharing_title' ". $sharingTitleStyle ." >".ucfirst($theChampSharingOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
802
  if($sharingBpActivity){
803
- echo $horizontalDiv;
 
804
  }
805
  // show horizontal sharing
806
  if((isset($theChampSharingOptions['home']) && is_front_page()) || (isset($theChampSharingOptions['category']) && is_category()) || (isset($theChampSharingOptions['archive']) && is_archive()) || (isset($theChampSharingOptions['post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampSharingOptions['page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampSharingOptions['excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampSharingOptions['bb_reply']) && current_filter() == 'bbp_get_reply_content') || (isset($theChampSharingOptions['bb_forum']) && (isset($theChampSharingOptions['top']) && current_filter() == 'bbp_template_before_single_forum' || isset($theChampSharingOptions['bottom']) && current_filter() == 'bbp_template_after_single_forum')) || (isset($theChampSharingOptions['bb_topic']) && (isset($theChampSharingOptions['top']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset($theChampSharingOptions['bottom']) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')))) || (isset($theChampSharingOptions['woocom_shop']) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset($theChampSharingOptions['woocom_product']) && current_filter() == 'woocommerce_share') || (isset($theChampSharingOptions['woocom_thankyou']) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['bp_group']))){
@@ -843,11 +848,11 @@ function the_champ_render_sharing($content){
843
  $postUrl = get_permalink($post->ID);
844
  $shareCountUrl = $postUrl;
845
  if(!is_singular()){
846
- $postUrl = html_entity_decode( esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) ) );
847
  $postId = 0;
848
  $shareCountUrl = $postUrl;
849
  }elseif((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $postUrl == ''){
850
- $postUrl = html_entity_decode( esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) ) );
851
  }
852
  if($shareCountUrl == ''){
853
  $shareCountUrl = $postUrl;
@@ -881,7 +886,8 @@ function the_champ_render_sharing($content){
881
  // show vertical sharing
882
  if((isset($theChampSharingOptions['vertical_home']) && is_front_page()) || (isset($theChampSharingOptions['vertical_category']) && is_category()) || (isset($theChampSharingOptions['vertical_archive']) && is_archive()) || (isset($theChampSharingOptions['vertical_post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampSharingOptions['vertical_page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampSharingOptions['vertical_excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampSharingOptions['vertical_bb_forum']) && current_filter() == 'bbp_template_before_single_forum') || (isset($theChampSharingOptions['vertical_bb_topic']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['vertical_bp_group']))){
883
  if(in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header'))){
884
- echo $verticalDiv;
 
885
  }else{
886
  if(is_front_page()){
887
  global $theChampVerticalHomeCount, $theChampVerticalExcerptCount;
7
  /**
8
  * Render sharing interface html
9
  */
10
+ function the_champ_prepare_sharing_html($postUrl, $shareCountUrl, $sharingType, $displayCount, $totalShares, $shareCountTransientId, $standardWidget = false){
11
 
12
  global $post, $theChampSharingOptions;
13
 
14
+ if(NULL === $post ||!is_object($post )){
15
  $post = get_post($shareCountTransientId );
16
  }
17
 
19
  return '';
20
  }
21
 
22
+ if(($sharingType == 'vertical' && !is_singular()) || $standardWidget){
23
  $postTitle = get_bloginfo('name') . " - " . get_bloginfo('description');
24
+ if(is_category()){
25
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_cat_title('', false)), true));
26
+ }elseif(is_tag()){
27
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_tag_title('', false)), true));
28
+ }elseif(is_tax()){
29
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_term_title('', false)), true));
30
+ }elseif(is_search()){
31
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(__('Search for').' "'.get_search_query().'"'), true));
32
+ }elseif(is_author()){
33
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_the_author_meta('display_name', get_query_var('author'))), true));
34
+ }elseif(is_archive()){
35
+ if(is_day()){
36
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_query_var('day'). ' ' .single_month_title(' ', false).' '. __('Archives')), true));
37
+ }elseif(is_month()){
38
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_month_title(' ', false) . ' ' . __('Archives')), true));
39
+ }elseif(is_year()){
40
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_query_var('year') . ' ' . __('Archives')), true));
41
  }
42
  }
43
+ }else{
44
  $postTitle = $post->post_title;
45
  }
46
 
53
  }
54
  $html = '';
55
 
56
+ $sharingMeta = get_post_meta($post->ID, '_the_champ_meta', true);
57
 
58
  if(isset($theChampSharingOptions[$sharingType.'_re_providers'])){
59
 
60
+ if(the_champ_is_amp_page()){
61
  $sharingNetworks = heateor_ss_fetch_amp_sharing_networks();
62
+ }else{
63
  $sharingNetworks = heateor_ss_fetch_sharing_networks($sharingType);
64
  }
65
 
90
  // share count
91
  if($savedShareCount = heateor_ss_get_saved_share_counts($shareCountTransientId, $postUrl )){
92
  $shareCounts = $savedShareCount;
93
+ }elseif(false !== ($cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId ))){
94
  $shareCounts = $cachedShareCount;
95
+ }else{
96
  $shareCounts = '&nbsp;';
97
  }
98
 
103
  if($displayCount ){
104
  if(!isset($theChampSharingOptions[$sharingType . '_counter_position'])){
105
  $counterPosition = $sharingType == 'horizontal' ? 'top' : 'inner_top';
106
+ }else{
107
  $counterPosition = $theChampSharingOptions[$sharingType . '_counter_position'];
108
  }
109
  switch ($counterPosition ){
116
  break;
117
  case 'right':
118
  $innerStyleConditional = 'display:block;';
119
+ $counterPlaceholder = 'span><';
120
  break;
121
  case 'bottom':
122
  $innerStyleConditional = 'display:block;';
123
+ $counterPlaceholder = 'span><';
124
  break;
125
  case 'inner_left':
126
  $innerStyleConditional = 'float:left;';
249
  $liItems .= '<span class="the_champ_svg" style="background-color:#ee8e2d;' . str_replace( array( 'style="', ';"' ), array( '', ';display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;' ), $style ) . '" onclick="theChampMoreSharingPopup(this, \'' . htmlentities( addslashes( esc_url( $postUrl ) ), ENT_QUOTES ) . '\', \'' . $postTitle . '\', \'' . heateor_ss_sanitize_post_title( heateor_ss_wpseo_twitter_title( $post ) ) . '\' )">';
250
  if ( the_champ_is_amp_page() ) {
251
  $liItems .= '<i title="More" class="theChampSharing theChampMoreBackground"><i class="theChampSharingSvg theChampMoreSvg"></i></i></li>';
252
+ } else{
253
  $liItems .= '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="' . $innerStyle . '" xml:space="preserve"><g><path fill="' . $logo_color . '" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a>';
254
 
255
 
260
  if($totalShares && !the_champ_is_amp_page()){
261
  if($sharingType == 'horizontal'){
262
  $addStyle = ';margin-left:9px !important;';
263
+ }else{
264
  $addStyle = ';margin-bottom:9px !important;';
265
  }
266
  $addStyle .= ($totalShareCount && $shareCounts != '&nbsp;' ? 'visibility:visible;' : '') . '"';
347
  * Get cached share counts for given post ID
348
  */
349
  function heateor_ss_get_cached_share_count($postId){
350
+ $shareCountTransient = get_transient('heateor_ss_share_count_' . $postId);
351
+ do_action('heateor_ss_share_count_transient_hook', $shareCountTransient, $postId);
352
  return $shareCountTransient;
353
  }
354
 
358
  function the_champ_prepare_counter_html($postUrl, $sharingType, $shortUrl, $standardWidget = false){
359
  global $theChampCounterOptions, $post;
360
 
361
+ if(($sharingType == 'vertical' && !is_singular()) || $standardWidget){
362
  $postTitle = get_bloginfo('name') . " - " . get_bloginfo('description');
363
+ if(is_category()){
364
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_cat_title('', false)), true));
365
+ }elseif(is_tag()){
366
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_tag_title('', false)), true));
367
+ }elseif(is_tax()){
368
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_term_title('', false)), true));
369
+ }elseif(is_search()){
370
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(__('Search for') .' "' .get_search_query() .'"'), true));
371
+ }elseif(is_author()){
372
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_the_author_meta('display_name', get_query_var('author'))), true));
373
+ }elseif(is_archive()){
374
+ if(is_day()){
375
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_query_var('day') . ' ' .single_month_title(' ', false) . ' ' . __('Archives')), true));
376
+ }elseif(is_month()){
377
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(single_month_title(' ', false) . ' ' . __('Archives')), true));
378
+ }elseif(is_year()){
379
+ $postTitle = esc_attr(wp_strip_all_tags(stripslashes(get_query_var('year') . ' ' . __('Archives')), true));
380
  }
381
  }
382
+ }else{
383
  $postTitle = $post->post_title;
384
  }
385
 
432
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
433
  if($bitlyUrl){
434
  return $bitlyUrl;
435
+ }else{
436
  $genericAccessToken = $theChampSharingOptions['bitly_access_token'];
437
  //generate the URL
438
  $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
439
  $payload = json_encode(array('long_url' => $url));
440
+
441
+ $response = wp_remote_post( $bitlyApi, array(
442
+ 'body' => $payload,
443
+ 'headers' => array(
444
+ 'Authorization' => 'Bearer ' . $genericAccessToken,
445
+ 'Content-Type' => 'application/json',
446
+ 'Content-Length' => strlen( $payload )
447
+ ),
448
+ 'timeout' => 60,
449
+ 'httpversion' => '1.0',
450
+ 'sslverify' => false,
451
+ 'data_format' => 'body'
452
+ ) );
453
+
454
+ if ( ! is_wp_error( $response ) ) {
455
+ $shortUrlObject = json_decode( wp_remote_retrieve_body( $response ) );
456
+ if ( isset( $shortUrlObject->link ) ) {
457
+ $shortUrl = esc_url( $shortUrlObject->link );
458
+ update_post_meta( $postId, '_the_champ_ss_bitly_url', $shortUrl );
459
  return $shortUrl;
460
  }
461
  }
469
  $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
470
  if($bitlyUrl){
471
  return $bitlyUrl;
472
+ }else{
473
  $genericAccessToken = $theChampCounterOptions['bitly_access_token'];
474
  //generate the URL
475
  $bitlyApi = 'https://api-ssl.bitly.com/v4/bitlinks';
476
  $payload = json_encode(array('long_url' => $url));
477
 
478
+ $response = wp_remote_post( $bitlyApi, array(
479
+ 'body' => $payload,
480
+ 'headers' => array(
481
+ 'Authorization' => 'Bearer ' . $genericAccessToken,
482
+ 'Content-Type' => 'application/json',
483
+ 'Content-Length' => strlen( $payload )
484
+ ),
485
+ 'timeout' => 60,
486
+ 'httpversion' => '1.0',
487
+ 'sslverify' => false,
488
+ 'data_format' => 'body'
489
+ ) );
490
+
491
+ if ( ! is_wp_error( $response ) ) {
492
+ $shortUrlObject = json_decode( wp_remote_retrieve_body( $response ) );
493
+ if ( isset( $shortUrlObject->link ) ) {
494
+ $shortUrl = esc_url( $shortUrlObject->link );
495
+ update_post_meta( $postId, '_the_champ_ss_bitly_url', $shortUrl );
496
  return $shortUrl;
497
  }
498
  }
601
  }
602
  }
603
 
604
+ $post_types = get_post_types( array('public' => true), 'names', 'and');
605
  $post_types = array_diff($post_types, array('post', 'page'));
606
 
607
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
618
  if($theChampCounterOptions['horizontal_target_url'] == 'default'){
619
  $counterPostUrl = get_permalink($post->ID);
620
  if((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $counterPostUrl == ''){
621
+ $counterPostUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
622
  }
623
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
624
  $counterPostUrl = esc_url(home_url());
645
  }
646
  $horizontalDiv = "<div style='clear:both'></div><div ". $sharingContainerStyle ." class='the_champ_counter_container the_champ_horizontal_counter'><div class='the_champ_counter_title' ". $sharingTitleStyle .">". ucfirst($theChampCounterOptions['title']) ."</div>". $sharingDiv ."</div><div style='clear:both'></div>";
647
  if($counterBpActivity){
648
+ global $heateorSsAllowedTags;
649
+ echo wp_kses($horizontalDiv, $heateorSsAllowedTags);
650
  }
651
  // show horizontal counter
652
  if((isset($theChampCounterOptions['home']) && is_front_page()) || (isset($theChampCounterOptions['category']) && is_category()) || (isset($theChampCounterOptions['archive']) && is_archive()) || (isset($theChampCounterOptions['post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampCounterOptions['page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampCounterOptions['excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampCounterOptions['bb_reply']) && current_filter() == 'bbp_get_reply_content') || (isset($theChampCounterOptions['bb_forum']) && (isset($theChampCounterOptions['top']) && current_filter() == 'bbp_template_before_single_forum' || isset($theChampCounterOptions['bottom']) && current_filter() == 'bbp_template_after_single_forum')) || (isset($theChampCounterOptions['bb_topic']) && (isset($theChampCounterOptions['top']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset($theChampCounterOptions['bottom']) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')))) || (isset($theChampCounterOptions['woocom_shop']) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset($theChampCounterOptions['woocom_product']) && current_filter() == 'woocommerce_share') || (isset($theChampCounterOptions['woocom_thankyou']) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['bp_group']))){
687
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
688
  $counterPostUrl = get_permalink($post->ID);
689
  if(!is_singular()){
690
+ $counterPostUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
691
  $postId = 0;
692
  }elseif((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $counterPostUrl == ''){
693
+ $counterPostUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
694
  }
695
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
696
  $counterPostUrl = esc_url(home_url());
713
  // show vertical counter
714
  if((isset($theChampCounterOptions['vertical_home']) && is_front_page()) || (isset($theChampCounterOptions['vertical_category']) && is_category()) || (isset($theChampCounterOptions['vertical_archive']) && is_archive()) || (isset($theChampCounterOptions['vertical_post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampCounterOptions['vertical_page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampCounterOptions['vertical_excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampCounterOptions['vertical_bb_forum']) && current_filter() == 'bbp_template_before_single_forum') || (isset($theChampCounterOptions['vertical_bb_topic']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['vertical_bp_group']))){
715
  if(in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header'))){
716
+ global $heateorSsAllowedTags;
717
+ echo wp_kses($verticalDiv, $heateorSsAllowedTags);
718
  }else{
719
  if(is_front_page()){
720
  global $theChampVerticalCounterHomeCount, $theChampVerticalCounterExcerptCount;
766
  $postUrl = get_permalink($post->ID);
767
  $shareCountUrl = $postUrl;
768
  if((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $postUrl == ''){
769
+ $postUrl = esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
770
  }
771
  if($shareCountUrl == ''){
772
  $shareCountUrl = $postUrl;
802
  $sharingContainerStyle = 'style="float:right"';
803
  }
804
  }
805
+ $horizontalDiv = "<div style='clear:both'></div><div " . $sharingContainerStyle . " class='the_champ_sharing_container the_champ_horizontal_sharing' " . (the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $postUrl) . '"') . (heateor_ss_get_cached_share_count($shareCountTransientId) === false || the_champ_is_amp_page() ? "" : 'data-super-socializer-no-counts="1"') . "><div class='the_champ_sharing_title' ". $sharingTitleStyle . " >" . ucfirst($theChampSharingOptions['title']) . "</div>" . $sharingDiv . "</div><div style='clear:both'></div>";
806
  if($sharingBpActivity){
807
+ global $heateorSsAllowedTags;
808
+ echo wp_kses($horizontalDiv, $heateorSsAllowedTags);
809
  }
810
  // show horizontal sharing
811
  if((isset($theChampSharingOptions['home']) && is_front_page()) || (isset($theChampSharingOptions['category']) && is_category()) || (isset($theChampSharingOptions['archive']) && is_archive()) || (isset($theChampSharingOptions['post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampSharingOptions['page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampSharingOptions['excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampSharingOptions['bb_reply']) && current_filter() == 'bbp_get_reply_content') || (isset($theChampSharingOptions['bb_forum']) && (isset($theChampSharingOptions['top']) && current_filter() == 'bbp_template_before_single_forum' || isset($theChampSharingOptions['bottom']) && current_filter() == 'bbp_template_after_single_forum')) || (isset($theChampSharingOptions['bb_topic']) && (isset($theChampSharingOptions['top']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset($theChampSharingOptions['bottom']) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')))) || (isset($theChampSharingOptions['woocom_shop']) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset($theChampSharingOptions['woocom_product']) && current_filter() == 'woocommerce_share') || (isset($theChampSharingOptions['woocom_thankyou']) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['bp_group']))){
848
  $postUrl = get_permalink($post->ID);
849
  $shareCountUrl = $postUrl;
850
  if(!is_singular()){
851
+ $postUrl = esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
852
  $postId = 0;
853
  $shareCountUrl = $postUrl;
854
  }elseif((isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']) || $postUrl == ''){
855
+ $postUrl = esc_url( str_replace( array( '%3Cscript%3E', '%3C/script%3E', '%2Fscript', '%3Bscript' ), '', the_champ_get_http() . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] ) );
856
  }
857
  if($shareCountUrl == ''){
858
  $shareCountUrl = $postUrl;
886
  // show vertical sharing
887
  if((isset($theChampSharingOptions['vertical_home']) && is_front_page()) || (isset($theChampSharingOptions['vertical_category']) && is_category()) || (isset($theChampSharingOptions['vertical_archive']) && is_archive()) || (isset($theChampSharingOptions['vertical_post']) && is_single() && isset($post->post_type) && $post->post_type == 'post') || (isset($theChampSharingOptions['vertical_page']) && is_page() && isset($post->post_type) && $post->post_type == 'page') || (isset($theChampSharingOptions['vertical_excerpt']) && (is_home() || current_filter() == 'the_excerpt')) || (isset($theChampSharingOptions['vertical_bb_forum']) && current_filter() == 'bbp_template_before_single_forum') || (isset($theChampSharingOptions['vertical_bb_topic']) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['vertical_bp_group']))){
888
  if(in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header'))){
889
+ global $heateorSsAllowedTags;
890
+ echo wp_kses($verticalDiv, $heateorSsAllowedTags);
891
  }else{
892
  if(is_front_page()){
893
  global $theChampVerticalHomeCount, $theChampVerticalExcerptCount;
inc/social_sharing_networks.php CHANGED
@@ -15,11 +15,11 @@ function heateor_ss_fetch_sharing_networks($sharingType){
15
  'facebook_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></a>',
16
  'facebook_like' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></a>',
17
  'facebook_recommend' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></a>',
18
- 'twitter_tweet' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%" data-heateor-ss-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%">Tweet</a><script>!function(d,s,id) {var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if ( !d.getElementById(id) ) {js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></a>',
19
  'linkedin_share' => '<a style="padding:7.35px 0!important;margin-top:-2px!important;" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></a>',
20
  'pinterest_pin' => '<a style="padding:%padding%px 0!important;margin-top:-1px!important" class="the_champ_%network%">%like_count_container%<a data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></a>',
21
  'buffer_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></a>',
22
- 'xing_share' => '<a style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>',
23
  'yummly_share' => '<a style="padding:%padding%px 0!important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></a>',
24
  'reddit_badge' => '<a style="padding:%padding%px 0!important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></a>',
25
  'MeWe' => '<a class="the_champ_MeWe" href="https://mewe.com/share?link=%encoded_post_url%" title="MeWe" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#007da1;%span_style%"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -3 38 38"><g fill="%logo_color%"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>',
@@ -30,13 +30,14 @@ function heateor_ss_fetch_sharing_networks($sharingType){
30
  'twitter' => '<a class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="%logo_color%"></path></svg></span></a>',
31
  'linkedin' => '<a class="the_champ_button_linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%" title="Linkedin" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="%logo_color%"></path></svg></span></a>',
32
  'print' => '<a class="the_champ_button_print" onclick="window.print()" title="Print" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_print" style="background-color:#fd6500;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M4.467 14.305h23.065v6.498H4.467v-6.498z"/><path fill="#DCDCDC" stroke="%logo_color%" stroke-width=".1" d="M5.228 12.83H26.77l.745 1.39H4.485l.743-1.39z"/><path d="M9.19 8.118h13.467v6.106H9.19z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M9.844 6.516h12.312v7.31H9.844z"/><path stroke="%logo_color%" stroke-width=".1" d="M8.602 17.37h14.574v3.396H8.602z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M10.152 17.97h11.27l2.233 7.515H7.92l2.232-7.514z"/></svg></span></a>',
33
- 'email' => '<a class="the_champ_email" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\' ).replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\' ), \'_blank\')" title="Email" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg" style="background-color:#649a3f;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 43 43"><path d="M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11" stroke-width="1" fill="%logo_color%"></path></svg></span></a>',
34
  'reddit' => '<a class="the_champ_button_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="%logo_color%"/></svg></span></a>',
35
  'digg' => '<a class="the_champ_button_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_digg" style="background-color:#006094;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 49 49"><path class="the_champ_svg_stroke the_champ_no_fill" d="M 6 20 h 10 c 0 -14 -9 -14 -9 0 m 5 0 v 7 m -1 0 v -7 m 4 -7 h 4.5 v -5 h 8 v 8 h -8 v -3 m 8 0 h 4 v 5.5 h -3 v 12 h -4 v -8 m 0 8 h -6.5 v -12 h -2" stroke-width="2" stroke="%logo_color%" fill="none"></path><ellipse cx="11.5" cy="28.5" rx="4" ry="2" fill="%logo_color%"></ellipse></svg></span></a>',
36
  'float_it' => '<a class="the_champ_button_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float It" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_float_it" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 38 38"><g fill="%logo_color%"><path d="M16 3C8.814 3 3 8.814 3 16s5.814 13 13 13 13-5.814 13-13S23.187 3 16 3zm0 25.152c-6.712 0-12.153-5.44-12.153-12.152C3.847 9.288 9.287 3.848 16 3.848S28.152 9.288 28.152 16c0 6.712-5.44 12.152-12.152 12.152z"/><path d="M22.406 16A6.402 6.402 0 0 0 16 9.593 6.402 6.402 0 0 0 9.593 16 6.4 6.4 0 0 0 16 22.406 6.4 6.4 0 0 0 22.406 16zM16 21.39A5.392 5.392 0 0 1 10.61 16 5.403 5.403 0 0 1 16 10.61 5.393 5.393 0 0 1 21.39 16 5.382 5.382 0 0 1 16 21.39z"/><path d="M13.763 9.187V4.864c-4.475.9-8 4.424-8.898 8.898h4.322a7.226 7.226 0 0 1 4.576-4.575zm9.05 4.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224 7.224 0 0 1 4.575 4.576zm-4.576 9.052v4.322c4.475-.9 8-4.424 8.897-8.9h-4.322a7.232 7.232 0 0 1-4.575 4.578zm-9.05-4.578H4.863c.898 4.475 4.424 8 8.898 8.9v-4.323a7.233 7.233 0 0 1-4.574-4.577z"/></g></svg></span></a>',
37
  'tumblr' => '<a class="the_champ_button_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_tumblr" style="background-color:#29435d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M20.775 21.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>',
38
  'vkontakte' => '<a class="the_champ_button_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_vkontakte" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="%logo_color%" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39 1.353-1.804 1.893-2.902 1.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33 1.496.33 1.496s.193 2.852-.46 3.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg></span></a>',
39
- 'pinterest' => '<a class="the_champ_button_pinterest" onclick="javascript:void( (function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="%logo_color%" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>',
 
40
  'xing' => '<a class="the_champ_button_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="xing" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_xing" style="background-color:#00797d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="%logo_color%"></path> </svg></span></a>',
41
  'instagram' => '<a class="the_champ_button_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" version="1.1" viewBox="-10 -10 148 148" width="100%" height="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="%logo_color%"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="%logo_color%"></path></g><g><circle cx="89.5" cy="38.5" fill="%logo_color%" r="5.5"></circle></g></g></svg></span></a>',
42
  'yummly' => '<a class="the_champ_button_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#e16120;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 30 30"><path stroke="%logo_color%" class="the_champ_svg_stroke the_champ_no_fill" d="M 10.5 10 q 4 -2 2.5 1 l -1 4 q 0 2 5 0 l 1 -6.5 m -1 6.5 l -1 4 c -3 6 -6 -1 0 -1 q 1 -1 5 1" stroke-width="2" fill="none"></path></svg></span></a>',
@@ -123,15 +124,16 @@ function heateor_ss_fetch_sharing_networks($sharingType){
123
  'Yoolink' => '<a class="the_champ_button_yoolink" href="http://auth.yoolink.to/authenticate/login?service=yoolink.to&landing_path=%2Faddorshare%3Furl_value%3D%encoded_post_url%%26title%3D%post_title%" title="Yoolink" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_yoolink" style="background-color:#a2c538;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M16 4C9.37 4 4 9.373 4 16c0 6.628 5.372 12 12 12 6.626 0 12-5.372 12-12 0-6.627-5.374-12-12-12zm5.81 7.1c-.128.275-.346.655-.655 1.14l-3.694 5.942v4.908c0 .64-.14 1.118-.42 1.436a1.38 1.38 0 0 1-1.08.474c-.44 0-.8-.157-1.075-.47-.274-.313-.412-.794-.412-1.44v-4.91l-3.603-5.855c-.316-.528-.54-.94-.67-1.235-.13-.295-.197-.553-.197-.77 0-.36.133-.67.398-.93s.59-.39.98-.39c.41 0 .72.12.93.364.213.243.53.727.953 1.45l2.758 4.697 2.79-4.693c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376 0 .688.13.94.386.252.258.378.554.378.892 0 .275-.064.55-.19.823z"></path></svg></span></a>',
124
  'youtube' => '<a class="the_champ_button_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_youtube" style="background-color:red;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>'
125
  );
126
-
127
- $sharingNetworks['facebook_share'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button' . ( isset( $theChampSharingOptions[$sharingType . '_counts'] ) ? '_count' : '' ) . '"></div></a>';
128
- $sharingNetworks['facebook_like'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . ( isset( $theChampSharingOptions[$sharingType . '_counts'] ) ? '_count' : '' ) . '" data-action="like" data-show-faces="false" data-share="false"></div></a>';
129
- $sharingNetworks['facebook_recommend'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . ( isset( $theChampSharingOptions[$sharingType . '_counts'] ) ? '_count' : '' ) . '" data-action="recommend" data-show-faces="false" data-share="false"></div></a>';
130
- $sharingNetworks['xing_share'] = '<a style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" ' . ( isset( $theChampSharingOptions[$sharingType . '_counts'] ) ? 'data-counter="right" ' : '' ) . 'data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s) {var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>';
131
- $sharingNetworks['Facebook_Messenger'] = '<a class="the_champ_button_facebook_messenger" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_facebook_messenger" style="background-color:#0084ff;%span_style%" onclick=\'theChampPopup("' . ( heateor_ss_check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id='. $fbKey .'&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%' ) . '")\'><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M16 5C9.986 5 5.11 9.56 5.11 15.182c0 3.2 1.58 6.054 4.046 7.92V27l3.716-2.06c.99.276 2.04.425 3.128.425 6.014 0 10.89-4.56 10.89-10.183S22.013 5 16 5zm1.147 13.655L14.33 15.73l-5.423 3 5.946-6.31 2.816 2.925 5.42-3-5.946 6.31z"/></svg></span></a>';
 
132
  $sharingNetworks['whatsapp'] = '<a class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#55eb4c;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="%logo_color%" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="%logo_color%" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="%logo_color%"></path></svg></span></a>';
133
- $sharingNetworks['WordPress'] = '<a class="the_champ_button_wordpress" href="' . esc_url( home_url() ) . '/wp-admin/press-this.php?u=%encoded_post_url%&t=%post_title%" title="WordPress" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_wordpress" style="background-color:#464646;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><circle fill="%logo_color%" cx="16" cy="16" r="14.75"/><path class="the_champ_no_fill" fill="#464646" d="M3.176 16c0 5.076 2.95 9.462 7.226 11.54L4.287 10.78c-.712 1.595-1.11 3.36-1.11 5.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008 0-1.18.897-2.278 2.156-2.278.057 0 .11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48 0-8.422 2.3-10.715 5.78.302.01.585.017.826.017 1.343 0 3.418-.164 3.418-.164.69-.042.774.974.084 1.056 0 0-.694.08-1.466.12l4.668 13.892 2.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058 0 0 2.116.164 3.38.164 1.34 0 3.416-.163 3.416-.163.69-.04.77.976.08 1.058 0 0-.694.08-1.467.12l4.634 13.785 1.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43 1.766l-3.85 11.18c1.15.34 2.365.523 3.624.523 1.492 0 2.925-.26 4.26-.728-.035-.056-.066-.113-.093-.177L16.225 17.12zM27.25 9.848c.055.408.086.848.086 1.318 0 1.3-.242 2.764-.975 4.594l-3.916 11.324C26.26 24.86 28.822 20.73 28.822 16c0-2.23-.568-4.326-1.57-6.152z"/><path d="M16 1.052C7.757 1.052 1.052 7.757 1.052 16c0 8.242 6.705 14.948 14.948 14.948 8.242 0 14.948-6.706 14.948-14.95 0-8.24-6.706-14.946-14.948-14.946zm0 29.212c-7.865 0-14.264-6.4-14.264-14.265S8.136 1.734 16 1.734c7.863 0 14.264 6.398 14.264 14.263 0 7.863-6.4 14.264-14.264 14.264z"/></svg></span></a>';
134
- $sharingNetworks['Comment'] = str_replace( '%comment_container_id%', $theChampSharingOptions['comment_container_id'] != '' ? $theChampSharingOptions['comment_container_id'] : $theChampSharingOptions['vertical_comment_container_id'], '<a class="the_champ_button_comment" %anchor_style% href="%post_url%#%comment_container_id%" title="comment" rel="nofollow noopener"><span class="the_champ_svg the_champ_s__default the_champ_s_comment" style="background-color:#444;%span_style%"><svg style="%inner_style%" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-150 -150 791 791"><g><path d="M477.364,127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41 c-46.442,0-89.269,8.136-128.478,24.41c-39.209,16.274-70.233,38.446-93.074,66.522C11.419,155.555,0,186.15,0,219.269 c0,28.549,8.61,55.299,25.837,80.232c17.227,24.934,40.778,45.874,70.664,62.813c-2.096,7.611-4.57,14.842-7.426,21.7 c-2.855,6.851-5.424,12.467-7.708,16.847c-2.286,4.374-5.376,9.23-9.281,14.555c-3.899,5.332-6.849,9.093-8.848,11.283 c-1.997,2.19-5.28,5.801-9.851,10.848c-4.565,5.041-7.517,8.33-8.848,9.853c-0.193,0.097-0.953,0.948-2.285,2.574 c-1.331,1.615-1.999,2.419-1.999,2.419l-1.713,2.57c-0.953,1.42-1.381,2.327-1.287,2.703c0.096,0.384-0.094,1.335-0.57,2.854 c-0.477,1.526-0.428,2.669,0.142,3.429v0.287c0.762,3.234,2.283,5.853,4.567,7.851c2.284,1.992,4.858,2.991,7.71,2.991h1.429 c12.375-1.526,23.223-3.613,32.548-6.279c49.87-12.751,93.649-35.782,131.334-69.094c14.274,1.523,28.074,2.283,41.396,2.283 c46.442,0,89.271-8.135,128.479-24.414c39.208-16.276,70.233-38.444,93.072-66.517c22.843-28.072,34.263-58.67,34.263-91.789 C511.626,186.154,500.207,155.555,477.364,127.481z M445.244,292.075c-19.896,22.456-46.733,40.303-80.517,53.529 c-33.784,13.223-70.093,19.842-108.921,19.842c-11.609,0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277,10.852 c-23.408,20.558-49.582,36.829-78.513,48.821c8.754-15.414,15.416-31.785,19.986-49.102l7.708-27.412l-24.838-14.27 c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077,9.945-50.343,29.834-72.803 c19.895-22.458,46.729-40.303,80.515-53.531c33.786-13.229,70.089-19.849,108.92-19.849c38.828,0,75.13,6.617,108.914,19.845 c33.783,13.229,60.62,31.073,80.517,53.531c19.89,22.46,29.834,46.727,29.834,72.802S465.133,269.615,445.244,292.075z" fill="%logo_color%"></path></g></svg></span></a>' );
135
 
136
  return $sharingNetworks;
137
  }
@@ -170,7 +172,7 @@ function heateor_ss_fetch_amp_sharing_networks(){
170
  'digg' => '<a class="the_champ_amp the_champ_amp_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/digg.svg" width="%width%" height="%height%" alt="Digg" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
171
  'float_it' => '<a class="the_champ_amp the_champ_amp_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float it" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/float_it.svg" width="%width%" height="%height%" alt="Float it" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
172
  'tumblr' => '<a class="the_champ_amp the_champ_amp_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
173
- 'vkontakte' => '<a class="the_champ_amp the_champ_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
174
  'xing' => '<a class="the_champ_amp the_champ_amp_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="Xing" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/xing.svg" width="%width%" height="%height%" alt="Xing" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
175
  'whatsapp' => '<a class="the_champ_amp the_champ_amp_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
176
  'instagram' => '<a class="the_champ_amp the_champ_amp_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
@@ -265,24 +267,27 @@ function heateor_ss_fetch_amp_sharing_networks(){
265
  'youtube' => '<a class="the_champ_amp the_champ_amp_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/youtube.svg" width="%width%" height="%height%" alt="Youtube" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>'
266
  );
267
  $pinterestShareUrl = '';
268
- if ( ( isset( $theChampSharingOptions['horizontal_re_providers'] ) && is_array( $theChampSharingOptions['horizontal_re_providers'] ) && in_array( 'pinterest', $theChampSharingOptions['horizontal_re_providers'] ) ) || ( isset( $theChampSharingOptions['vertical_re_providers'] ) && is_array( $theChampSharingOptions['vertical_re_providers'] ) && in_array( 'pinterest', $theChampSharingOptions['vertical_re_providers'] ) ) ) {
269
  global $post;
270
  $pinterestImageUrl = '';
271
- if ( is_object( $post ) && has_post_thumbnail( $post->ID ) ) {
272
- $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
273
- if ( isset( $image[0] ) && $image[0] ) {
274
  $pinterestImageUrl = $image[0];
275
  }
276
  }
277
- if ( $pinterestImageUrl ) {
278
  $pinterestShareUrl = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%&media=' . $pinterestImageUrl . '&description=%post_title%';
279
  } else {
280
  $pinterestShareUrl = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%';
281
  }
282
  }
 
 
 
283
  $sharingNetworks['pinterest'] = '<a class="the_champ_amp the_champ_amp_pinterest" href="' . $pinterestShareUrl . '" 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>';
284
- $sharingNetworks['Facebook_Messenger'] = '<a class="the_champ_amp the_champ_amp_facebook_messenger" href="' . ( heateor_ss_check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id=' . $fbKey . '&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>';
285
- $sharingNetworks['WordPress'] = '<a class="the_champ_amp the_champ_amp_wordpress" href="' . esc_url( home_url() ) . '/wp-admin/press-this.php?u=%encoded_post_url%&t=%post_title%" title="WordPress" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/wordpress.svg" width="%width%" height="%height%" alt="WordPress" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>';
286
 
287
  return $sharingNetworks;
288
  }
15
  'facebook_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button_count"></div></a>',
16
  'facebook_like' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></a>',
17
  'facebook_recommend' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></a>',
18
+ 'twitter_tweet' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%" data-super-socializer-href="%post_url%">%like_count_container%<a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if( !d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></a>',
19
  'linkedin_share' => '<a style="padding:7.35px 0!important;margin-top:-2px!important;" class="the_champ_%network%">%like_count_container%<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: %language%</script><script type="IN/Share" data-url="%post_url%" data-counter="right"></script></a>',
20
  'pinterest_pin' => '<a style="padding:%padding%px 0!important;margin-top:-1px!important" class="the_champ_%network%">%like_count_container%<a data-pin-lang="%language%" href="//www.pinterest.com/pin/create/button/?url=%post_url%" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></a>',
21
  'buffer_share' => '<a style="padding:%padding%px 0!important" class="the_champ_%network%">%like_count_container%<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%post_title%" data-url="%post_url%" data-count="horizontal" data-via="%buffer_username%" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></a>',
22
+ 'xing_share' => '<a style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" data-counter="right" data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s){var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>',
23
  'yummly_share' => '<a style="padding:%padding%px 0!important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></a>',
24
  'reddit_badge' => '<a style="padding:%padding%px 0!important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></a>',
25
  'MeWe' => '<a class="the_champ_MeWe" href="https://mewe.com/share?link=%encoded_post_url%" title="MeWe" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#007da1;%span_style%"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -3 38 38"><g fill="%logo_color%"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>',
30
  'twitter' => '<a class="the_champ_button_twitter" href="https://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_twitter" style="background-color:#55acee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="%logo_color%"></path></svg></span></a>',
31
  'linkedin' => '<a class="the_champ_button_linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%" title="Linkedin" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_linkedin" style="background-color:#0077b5;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="%logo_color%"></path></svg></span></a>',
32
  'print' => '<a class="the_champ_button_print" onclick="window.print()" title="Print" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_print" style="background-color:#fd6500;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M4.467 14.305h23.065v6.498H4.467v-6.498z"/><path fill="#DCDCDC" stroke="%logo_color%" stroke-width=".1" d="M5.228 12.83H26.77l.745 1.39H4.485l.743-1.39z"/><path d="M9.19 8.118h13.467v6.106H9.19z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M9.844 6.516h12.312v7.31H9.844z"/><path stroke="%logo_color%" stroke-width=".1" d="M8.602 17.37h14.574v3.396H8.602z"/><path fill="%logo_color%" stroke="%logo_color%" stroke-width=".1" d="M10.152 17.97h11.27l2.233 7.515H7.92l2.232-7.514z"/></svg></span></a>',
33
+ 'email' => '<a class="the_champ_email" onclick="window.open(\'mailto:?subject=\' + decodeURIComponent(\'%post_title%\').replace(\'&\', \'%26\') + \'&body=\' + decodeURIComponent(\'%encoded_post_url%\'), \'_blank\')" title="Email" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg" style="background-color:#649a3f;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 43 43"><path d="M 5.5 11 h 23 v 1 l -11 6 l -11 -6 v -1 m 0 2 l 11 6 l 11 -6 v 11 h -22 v -11" stroke-width="1" fill="%logo_color%"></path></svg></span></a>',
34
  'reddit' => '<a class="the_champ_button_reddit" href="http://reddit.com/submit?url=%encoded_post_url%&title=%post_title%" title="Reddit" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_reddit" style="background-color:#ff5700;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3.5 -3.5 39 39"><path d="M28.543 15.774a2.953 2.953 0 0 0-2.951-2.949 2.882 2.882 0 0 0-1.9.713 14.075 14.075 0 0 0-6.85-2.044l1.38-4.349 3.768.884a2.452 2.452 0 1 0 .24-1.176l-4.274-1a.6.6 0 0 0-.709.4l-1.659 5.224a14.314 14.314 0 0 0-7.316 2.029 2.908 2.908 0 0 0-1.872-.681 2.942 2.942 0 0 0-1.618 5.4 5.109 5.109 0 0 0-.062.765c0 4.158 5.037 7.541 11.229 7.541s11.22-3.383 11.22-7.541a5.2 5.2 0 0 0-.053-.706 2.963 2.963 0 0 0 1.427-2.51zm-18.008 1.88a1.753 1.753 0 0 1 1.73-1.74 1.73 1.73 0 0 1 1.709 1.74 1.709 1.709 0 0 1-1.709 1.711 1.733 1.733 0 0 1-1.73-1.711zm9.565 4.968a5.573 5.573 0 0 1-4.081 1.272h-.032a5.576 5.576 0 0 1-4.087-1.272.6.6 0 0 1 .844-.854 4.5 4.5 0 0 0 3.238.927h.032a4.5 4.5 0 0 0 3.237-.927.6.6 0 1 1 .844.854zm-.331-3.256a1.726 1.726 0 1 1 1.709-1.712 1.717 1.717 0 0 1-1.712 1.712z" fill="%logo_color%"/></svg></span></a>',
35
  'digg' => '<a class="the_champ_button_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_digg" style="background-color:#006094;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 49 49"><path class="the_champ_svg_stroke the_champ_no_fill" d="M 6 20 h 10 c 0 -14 -9 -14 -9 0 m 5 0 v 7 m -1 0 v -7 m 4 -7 h 4.5 v -5 h 8 v 8 h -8 v -3 m 8 0 h 4 v 5.5 h -3 v 12 h -4 v -8 m 0 8 h -6.5 v -12 h -2" stroke-width="2" stroke="%logo_color%" fill="none"></path><ellipse cx="11.5" cy="28.5" rx="4" ry="2" fill="%logo_color%"></ellipse></svg></span></a>',
36
  'float_it' => '<a class="the_champ_button_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float It" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_float_it" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 38 38"><g fill="%logo_color%"><path d="M16 3C8.814 3 3 8.814 3 16s5.814 13 13 13 13-5.814 13-13S23.187 3 16 3zm0 25.152c-6.712 0-12.153-5.44-12.153-12.152C3.847 9.288 9.287 3.848 16 3.848S28.152 9.288 28.152 16c0 6.712-5.44 12.152-12.152 12.152z"/><path d="M22.406 16A6.402 6.402 0 0 0 16 9.593 6.402 6.402 0 0 0 9.593 16 6.4 6.4 0 0 0 16 22.406 6.4 6.4 0 0 0 22.406 16zM16 21.39A5.392 5.392 0 0 1 10.61 16 5.403 5.403 0 0 1 16 10.61 5.393 5.393 0 0 1 21.39 16 5.382 5.382 0 0 1 16 21.39z"/><path d="M13.763 9.187V4.864c-4.475.9-8 4.424-8.898 8.898h4.322a7.226 7.226 0 0 1 4.576-4.575zm9.05 4.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224 7.224 0 0 1 4.575 4.576zm-4.576 9.052v4.322c4.475-.9 8-4.424 8.897-8.9h-4.322a7.232 7.232 0 0 1-4.575 4.578zm-9.05-4.578H4.863c.898 4.475 4.424 8 8.898 8.9v-4.323a7.233 7.233 0 0 1-4.574-4.577z"/></g></svg></span></a>',
37
  'tumblr' => '<a class="the_champ_button_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg athe_champ_s__default the_champ_s_tumblr" style="background-color:#29435d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M20.775 21.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>',
38
  'vkontakte' => '<a class="the_champ_button_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_vkontakte" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="%logo_color%" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39 1.353-1.804 1.893-2.902 1.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33 1.496.33 1.496s.193 2.852-.46 3.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg></span></a>',
39
+ 'youtube' => '<a class="the_champ_button_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_youtube" style="background-color:#5e84ac;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>',
40
+ 'pinterest' => '<a class="the_champ_button_pinterest" onclick="javascript:void((function(){var e=document.createElement(\'script\');e.setAttribute(\'type\',\'text/javascript\');e.setAttribute(\'charset\',\'UTF-8\');e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());" title="Pinterest" rel="nofollow noopener" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_pinterest" style="background-color:#cc2329;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="%logo_color%" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>',
41
  'xing' => '<a class="the_champ_button_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="xing" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_xing" style="background-color:#00797d;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="%logo_color%"></path> </svg></span></a>',
42
  'instagram' => '<a class="the_champ_button_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#53beee;%span_style%"><svg style="%inner_style%" version="1.1" viewBox="-10 -10 148 148" width="100%" height="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="%logo_color%"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="%logo_color%"></path></g><g><circle cx="89.5" cy="38.5" fill="%logo_color%" r="5.5"></circle></g></g></svg></span></a>',
43
  'yummly' => '<a class="the_champ_button_yummly" href="http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%" title="Yummly" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#e16120;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 30 30"><path stroke="%logo_color%" class="the_champ_svg_stroke the_champ_no_fill" d="M 10.5 10 q 4 -2 2.5 1 l -1 4 q 0 2 5 0 l 1 -6.5 m -1 6.5 l -1 4 c -3 6 -6 -1 0 -1 q 1 -1 5 1" stroke-width="2" fill="none"></path></svg></span></a>',
124
  'Yoolink' => '<a class="the_champ_button_yoolink" href="http://auth.yoolink.to/authenticate/login?service=yoolink.to&landing_path=%2Faddorshare%3Furl_value%3D%encoded_post_url%%26title%3D%post_title%" title="Yoolink" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_yoolink" style="background-color:#a2c538;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M16 4C9.37 4 4 9.373 4 16c0 6.628 5.372 12 12 12 6.626 0 12-5.372 12-12 0-6.627-5.374-12-12-12zm5.81 7.1c-.128.275-.346.655-.655 1.14l-3.694 5.942v4.908c0 .64-.14 1.118-.42 1.436a1.38 1.38 0 0 1-1.08.474c-.44 0-.8-.157-1.075-.47-.274-.313-.412-.794-.412-1.44v-4.91l-3.603-5.855c-.316-.528-.54-.94-.67-1.235-.13-.295-.197-.553-.197-.77 0-.36.133-.67.398-.93s.59-.39.98-.39c.41 0 .72.12.93.364.213.243.53.727.953 1.45l2.758 4.697 2.79-4.693c.17-.287.31-.53.423-.727.114-.198.24-.384.378-.556.14-.172.29-.305.46-.396.166-.09.37-.136.613-.136.376 0 .688.13.94.386.252.258.378.554.378.892 0 .275-.064.55-.19.823z"></path></svg></span></a>',
125
  'youtube' => '<a class="the_champ_button_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_youtube" style="background-color:red;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="%logo_color%" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>'
126
  );
127
+ $sharingNetworks['instagram'] = str_replace('%instagram_username%', $theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username'], $sharingNetworks['instagram']);
128
+ $sharingNetworks['youtube'] = str_replace('%youtube_username%', $theChampSharingOptions['youtube_username'] != '' ? $theChampSharingOptions['youtube_username'] : $theChampSharingOptions['vertical_youtube_username'], $sharingNetworks['youtube']);
129
+ $sharingNetworks['facebook_share'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-share-button" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType . '_counts']) ? '_count' : '') . '"></div></a>';
130
+ $sharingNetworks['facebook_like'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType . '_counts']) ? '_count' : '') . '" data-action="like" data-show-faces="false" data-share="false"></div></a>';
131
+ $sharingNetworks['facebook_recommend'] = '<a style="padding:%padding%px 0 !important" class="the_champ_%network%">%like_count_container%<div class="fb-like" data-href="%post_url%" data-layout="button' . (isset($theChampSharingOptions[$sharingType . '_counts']) ? '_count' : '') . '" data-action="recommend" data-show-faces="false" data-share="false"></div></a>';
132
+ $sharingNetworks['xing_share'] = '<a style="padding:%padding%px 0 !important" class="the_champ_xing">%like_count_container%<div data-type="XING/Share" ' . (isset($theChampSharingOptions[$sharingType . '_counts']) ? 'data-counter="right" ' : '') . 'data-url="%post_url%" data-lang="%language%"></div><script>(function (d, s){var x = d.createElement(s), s = d.getElementsByTagName(s)[0]; x.src = "https://www.xing-share.com/js/external/share.js"; s.parentNode.insertBefore(x, s); })(document, "script");</script></a>';
133
+ $sharingNetworks['Facebook_Messenger'] = '<a class="the_champ_button_facebook_messenger" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_facebook_messenger" style="background-color:#0084ff;%span_style%" onclick=\'theChampPopup("' . (heateor_ss_check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id='. $fbKey .'&display=popup&link=%encoded_post_url%&redirect_uri=%encoded_post_url%') . '")\'><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="%logo_color%" d="M16 5C9.986 5 5.11 9.56 5.11 15.182c0 3.2 1.58 6.054 4.046 7.92V27l3.716-2.06c.99.276 2.04.425 3.128.425 6.014 0 10.89-4.56 10.89-10.183S22.013 5 16 5zm1.147 13.655L14.33 15.73l-5.423 3 5.946-6.31 2.816 2.925 5.42-3-5.946 6.31z"/></svg></span></a>';
134
  $sharingNetworks['whatsapp'] = '<a class="the_champ_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg" style="background-color:#55eb4c;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -5 40 40"><path class="the_champ_svg_stroke the_champ_no_fill" stroke="%logo_color%" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" class="the_champ_no_fill the_champ_svg_stroke" stroke="%logo_color%" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="%logo_color%"></path></svg></span></a>';
135
+ $sharingNetworks['WordPress'] = '<a class="the_champ_button_wordpress" href="' . esc_url(home_url()) . '/wp-admin/press-this.php?u=%encoded_post_url%&t=%post_title%" title="WordPress" rel="nofollow noopener" target="_blank" %anchor_style%><span class="the_champ_svg the_champ_s__default the_champ_s_wordpress" style="background-color:#464646;%span_style%"><svg style="%inner_style%" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><circle fill="%logo_color%" cx="16" cy="16" r="14.75"/><path class="the_champ_no_fill" fill="#464646" d="M3.176 16c0 5.076 2.95 9.462 7.226 11.54L4.287 10.78c-.712 1.595-1.11 3.36-1.11 5.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008 0-1.18.897-2.278 2.156-2.278.057 0 .11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48 0-8.422 2.3-10.715 5.78.302.01.585.017.826.017 1.343 0 3.418-.164 3.418-.164.69-.042.774.974.084 1.056 0 0-.694.08-1.466.12l4.668 13.892 2.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058 0 0 2.116.164 3.38.164 1.34 0 3.416-.163 3.416-.163.69-.04.77.976.08 1.058 0 0-.694.08-1.467.12l4.634 13.785 1.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43 1.766l-3.85 11.18c1.15.34 2.365.523 3.624.523 1.492 0 2.925-.26 4.26-.728-.035-.056-.066-.113-.093-.177L16.225 17.12zM27.25 9.848c.055.408.086.848.086 1.318 0 1.3-.242 2.764-.975 4.594l-3.916 11.324C26.26 24.86 28.822 20.73 28.822 16c0-2.23-.568-4.326-1.57-6.152z"/><path d="M16 1.052C7.757 1.052 1.052 7.757 1.052 16c0 8.242 6.705 14.948 14.948 14.948 8.242 0 14.948-6.706 14.948-14.95 0-8.24-6.706-14.946-14.948-14.946zm0 29.212c-7.865 0-14.264-6.4-14.264-14.265S8.136 1.734 16 1.734c7.863 0 14.264 6.398 14.264 14.263 0 7.863-6.4 14.264-14.264 14.264z"/></svg></span></a>';
136
+ $sharingNetworks['Comment'] = str_replace('%comment_container_id%', $theChampSharingOptions['comment_container_id'] != '' ? $theChampSharingOptions['comment_container_id'] : $theChampSharingOptions['vertical_comment_container_id'], '<a class="the_champ_button_comment" %anchor_style% href="%post_url%#%comment_container_id%" title="comment" rel="nofollow noopener"><span class="the_champ_svg the_champ_s__default the_champ_s_comment" style="background-color:#444;%span_style%"><svg style="%inner_style%" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-150 -150 791 791"><g><path d="M477.364,127.481c-22.839-28.072-53.864-50.248-93.072-66.522c-39.208-16.274-82.036-24.41-128.479-24.41 c-46.442,0-89.269,8.136-128.478,24.41c-39.209,16.274-70.233,38.446-93.074,66.522C11.419,155.555,0,186.15,0,219.269 c0,28.549,8.61,55.299,25.837,80.232c17.227,24.934,40.778,45.874,70.664,62.813c-2.096,7.611-4.57,14.842-7.426,21.7 c-2.855,6.851-5.424,12.467-7.708,16.847c-2.286,4.374-5.376,9.23-9.281,14.555c-3.899,5.332-6.849,9.093-8.848,11.283 c-1.997,2.19-5.28,5.801-9.851,10.848c-4.565,5.041-7.517,8.33-8.848,9.853c-0.193,0.097-0.953,0.948-2.285,2.574 c-1.331,1.615-1.999,2.419-1.999,2.419l-1.713,2.57c-0.953,1.42-1.381,2.327-1.287,2.703c0.096,0.384-0.094,1.335-0.57,2.854 c-0.477,1.526-0.428,2.669,0.142,3.429v0.287c0.762,3.234,2.283,5.853,4.567,7.851c2.284,1.992,4.858,2.991,7.71,2.991h1.429 c12.375-1.526,23.223-3.613,32.548-6.279c49.87-12.751,93.649-35.782,131.334-69.094c14.274,1.523,28.074,2.283,41.396,2.283 c46.442,0,89.271-8.135,128.479-24.414c39.208-16.276,70.233-38.444,93.072-66.517c22.843-28.072,34.263-58.67,34.263-91.789 C511.626,186.154,500.207,155.555,477.364,127.481z M445.244,292.075c-19.896,22.456-46.733,40.303-80.517,53.529 c-33.784,13.223-70.093,19.842-108.921,19.842c-11.609,0-23.98-0.76-37.113-2.286l-16.274-1.708l-12.277,10.852 c-23.408,20.558-49.582,36.829-78.513,48.821c8.754-15.414,15.416-31.785,19.986-49.102l7.708-27.412l-24.838-14.27 c-24.744-14.093-43.918-30.793-57.53-50.114c-13.61-19.315-20.412-39.638-20.412-60.954c0-26.077,9.945-50.343,29.834-72.803 c19.895-22.458,46.729-40.303,80.515-53.531c33.786-13.229,70.089-19.849,108.92-19.849c38.828,0,75.13,6.617,108.914,19.845 c33.783,13.229,60.62,31.073,80.517,53.531c19.89,22.46,29.834,46.727,29.834,72.802S465.133,269.615,445.244,292.075z" fill="%logo_color%"></path></g></svg></span></a>');
137
 
138
  return $sharingNetworks;
139
  }
172
  'digg' => '<a class="the_champ_amp the_champ_amp_digg" href="http://digg.com/submit?url=%encoded_post_url%&title=%post_title%" title="Digg" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/digg.svg" width="%width%" height="%height%" alt="Digg" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
173
  'float_it' => '<a class="the_champ_amp the_champ_amp_float_it" href="http://www.designfloat.com/submit.php?url=%encoded_post_url%&title=%post_title%" title="Float it" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/float_it.svg" width="%width%" height="%height%" alt="Float it" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
174
  'tumblr' => '<a class="the_champ_amp the_champ_amp_tumblr" href="https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=%encoded_post_url%&title=%post_title%&caption=" title="Tumblr" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/tumblr.svg" width="%width%" height="%height%" alt="Tumblr" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
175
+ 'vkontakte' => '<a class="the_champ_amp the_champ_amp_vkontakte" href="http://vkontakte.ru/share.php?&url=%encoded_post_url%" title="Vkontakte" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/vkontakte.svg" width="%width%" height="%height%" alt="Vkontakte" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>',
176
  'xing' => '<a class="the_champ_amp the_champ_amp_xing" href="https://www.xing.com/spi/shares/new?cb=0&url=%encoded_post_url%" title="Xing" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/xing.svg" width="%width%" height="%height%" alt="Xing" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
177
  'whatsapp' => '<a class="the_champ_amp the_champ_amp_whatsapp" href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" title="Whatsapp" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/whatsapp.svg" width="%width%" height="%height%" alt="Whatsapp" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
178
  'instagram' => '<a class="the_champ_amp the_champ_amp_instagram" href="https://www.instagram.com/%instagram_username%" title="Instagram" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/instagram.svg" width="%width%" height="%height%" alt="Instagram" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
267
  'youtube' => '<a class="the_champ_amp the_champ_amp_youtube" href="%youtube_username%" title="Youtube" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/youtube.svg" width="%width%" height="%height%" alt="Youtube" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>'
268
  );
269
  $pinterestShareUrl = '';
270
+ if((isset($theChampSharingOptions['horizontal_re_providers']) && is_array($theChampSharingOptions['horizontal_re_providers']) && in_array('pinterest', $theChampSharingOptions['horizontal_re_providers'])) || (isset($theChampSharingOptions['vertical_re_providers']) && is_array($theChampSharingOptions['vertical_re_providers']) && in_array('pinterest', $theChampSharingOptions['vertical_re_providers']))){
271
  global $post;
272
  $pinterestImageUrl = '';
273
+ if(is_object($post) && has_post_thumbnail($post->ID)){
274
+ $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'single-post-thumbnail');
275
+ if(isset($image[0]) && $image[0]){
276
  $pinterestImageUrl = $image[0];
277
  }
278
  }
279
+ if($pinterestImageUrl){
280
  $pinterestShareUrl = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%&media=' . $pinterestImageUrl . '&description=%post_title%';
281
  } else {
282
  $pinterestShareUrl = 'http://pinterest.com/pin/create/link/?url=%encoded_post_url%';
283
  }
284
  }
285
+ $sharingNetworks['instagram'] = str_replace('%instagram_username%', $theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username'], $sharingNetworks['instagram']);
286
+ $sharingNetworks['youtube'] = str_replace('%youtube_username%', $theChampSharingOptions['youtube_username'] != '' ? $theChampSharingOptions['youtube_username'] : $theChampSharingOptions['vertical_youtube_username'], $sharingNetworks['youtube']);
287
+ $sharingNetworks['Comment'] = str_replace('%comment_container_id%', $theChampSharingOptions['comment_container_id'] != '' ? $theChampSharingOptions['comment_container_id'] : $theChampSharingOptions['vertical_comment_container_id'], $sharingNetworks['Comment']);
288
  $sharingNetworks['pinterest'] = '<a class="the_champ_amp the_champ_amp_pinterest" href="' . $pinterestShareUrl . '" 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>';
289
+ $sharingNetworks['Facebook_Messenger'] = '<a class="the_champ_amp the_champ_amp_facebook_messenger" href="' . (heateor_ss_check_if_mobile() ? 'fb-messenger://share/?link=%encoded_post_url%' : 'https://www.facebook.com/dialog/send?app_id=' . $fbKey . '&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>';
290
+ $sharingNetworks['WordPress'] = '<a class="the_champ_amp the_champ_amp_wordpress" href="' . esc_url(home_url()) . '/wp-admin/press-this.php?u=%encoded_post_url%&t=%post_title%" title="WordPress" rel="nofollow noopener" target="_blank"><amp-img src="%img_url%/wordpress.svg" width="%width%" height="%height%" alt="WordPress" class="amp-wp-enforced-sizes" style="width:%width%px;"></amp-img></a>';
291
 
292
  return $sharingNetworks;
293
  }
inc/widget.php CHANGED
@@ -5,59 +5,60 @@ defined('ABSPATH') or die("Cheating........Uh!!");
5
  */
6
  class TheChampLoginWidget extends WP_Widget {
7
  /** constructor */
8
- public function __construct() {
9
  parent::__construct(
10
  'TheChampLogin', //unique id
11
  __('Super Socializer - Login'), //title displayed at admin panel
12
  array(
13
- 'description' => __( 'Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google, LinkedIn', 'super-socializer' ))
14
  );
15
  }
16
 
17
  /** This is rendered widget content */
18
- public function widget( $args, $instance ) {
19
  // if social login is disabled, return
20
  if(!the_champ_social_login_enabled()){
21
  return;
22
  }
23
- extract( $args );
24
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
25
  echo $before_widget;
26
- if( !empty( $instance['before_widget_content'] ) ){
27
- echo '<div>' . $instance['before_widget_content'] . '</div>';
28
  }
29
  if(!is_user_logged_in()){
30
- if( !empty( $instance['title'] ) ){
31
- $title = apply_filters( 'widget_title', $instance[ 'title' ] );
32
- echo $before_title . $title . $after_title;
33
  }
34
- echo the_champ_login_button(true);
 
35
  }else{
36
- if( !empty( $instance['title_after'] ) ){
37
- $title = apply_filters( 'widget_title', $instance[ 'title_after' ] );
38
- echo $before_title . $title . $after_title;
39
  }
40
  global $theChampLoginOptions, $user_ID;
41
  $userInfo = get_userdata($user_ID);
42
  echo "<div style='height:80px;width:180px'><div style='width:63px;float:left;'>";
43
  echo @get_avatar($user_ID, 60, '', '');
44
  echo "</div><div style='float:left; margin-left:10px'>";
45
- echo str_replace('-', ' ', $userInfo-> user_login);
46
- do_action('the_champ_login_widget_hook', $userInfo-> user_login);
47
  echo '<br/><a href="' . wp_logout_url(esc_url(home_url())) . '">' .__('Log Out', 'super-socializer') . '</a></div></div>';
48
  }
49
  echo '<div style="clear:both"></div>';
50
- if( !empty( $instance['after_widget_content'] ) ){
51
- echo '<div>' . $instance['after_widget_content'] . '</div>';
52
  }
53
  echo $after_widget;
54
  }
55
 
56
  /** Everything which should happen when user edit widget at admin panel */
57
- public function update( $new_instance, $old_instance ) {
58
  $instance = $old_instance;
59
- $instance['title'] = strip_tags( $new_instance['title'] );
60
- $instance['title_after'] = strip_tags( $new_instance['title_after'] );
61
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
62
  $instance['after_widget_content'] = $new_instance['after_widget_content'];
63
  $instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
@@ -66,13 +67,13 @@ class TheChampLoginWidget extends WP_Widget {
66
  }
67
 
68
  /** Widget options in admin panel */
69
- public function form( $instance ) {
70
  /* Set up default widget settings. */
71
- $defaults = array( 'title' => __('Login with your Social Account', 'super-socializer'), 'title_after' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
72
 
73
- foreach( $instance as $key => $value ) {
74
- if ( is_string( $value ) ) {
75
- $instance[ $key ] = esc_attr( $value );
76
  }
77
  }
78
 
@@ -80,45 +81,45 @@ class TheChampLoginWidget extends WP_Widget {
80
  ?>
81
  <p>
82
  <p><strong>Note:</strong> <?php _e('Make sure Social Login is enabled at "Super Socializer > Social Login" page.', 'super-socializer') ?></p>
83
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title (before login):', 'super-socializer' ); ?></label>
84
- <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']; ?>" />
85
- <label for="<?php echo $this->get_field_id( 'title_after' ); ?>"><?php _e( 'Title (after login):', 'super-socializer' ); ?></label>
86
- <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title_after' ); ?>" name="<?php echo $this->get_field_name( 'title_after' ); ?>" type="text" value="<?php echo $instance['title_after']; ?>" />
87
- <label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'super-socializer' ); ?></label>
88
- <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']; ?>" />
89
- <label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'super-socializer' ); ?></label>
90
- <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']; ?>" />
91
  <br /><br />
92
- <label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'super-socializer' ); ?></label>
93
- <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"'; ?> />
94
  </p>
95
  <?php
96
  }
97
  }
98
- add_action( 'widgets_init', function() { return register_widget( "TheChampLoginWidget" ); } );
99
 
100
  /**
101
  * Widget for Social Sharing (Standard widget)
102
  */
103
  class TheChampSharingWidget extends WP_Widget {
104
  /** constructor */
105
- public function __construct() {
106
  parent::__construct(
107
  'TheChampHorizontalSharing', //unique id
108
  'Super Socializer - Sharing (Standard Widget)', //title displayed at admin panel
109
  //Additional parameters
110
  array(
111
- 'description' => __( 'Standard sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more', 'super-socializer' ))
112
  );
113
  }
114
 
115
  /** This is rendered widget content */
116
- public function widget( $args, $instance ) {
117
  // return if sharing is disabled
118
  if(!the_champ_social_sharing_enabled() || !the_champ_horizontal_sharing_enabled()){
119
  return;
120
  }
121
- extract( $args );
122
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
123
 
124
  global $theChampSharingOptions, $post;
@@ -133,16 +134,16 @@ class TheChampSharingWidget extends WP_Widget {
133
  $postId = 0;
134
  }elseif(isset($instance['target_url'])){
135
  if($instance['target_url'] == 'default'){
136
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
137
  if(is_home()){
138
  $sharingUrl = esc_url(home_url());
139
  $postId = 0;
140
  }elseif(!is_singular()){
141
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
142
  $postId = 0;
143
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
144
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
145
- }elseif(get_permalink($post-> ID)){
146
  $sharingUrl = get_permalink($post->ID);
147
  }
148
  }elseif($instance['target_url'] == 'homepage'){
@@ -169,18 +170,18 @@ class TheChampSharingWidget extends WP_Widget {
169
  $shareCountTransientId = heateor_ss_get_share_count_transient_id($sharingUrl);
170
  $cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId);
171
 
172
- global $heateor_sss_allowed_tags;
173
- echo wp_kses( "<div class='the_champ_sharing_container the_champ_horizontal_sharing' " . (the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $sharingUrl) . '"') . ($cachedShareCount === false || the_champ_is_amp_page() ? "" : "data-super-socializer-no-counts='1' ") .">", $heateor_sss_allowed_tags );
174
 
175
  echo $before_widget;
176
 
177
- if( !empty( $instance['title'] ) ){
178
- $title = apply_filters( 'widget_title', $instance[ 'title' ] );
179
- echo $before_title . $title . $after_title;
180
  }
181
 
182
- if( !empty( $instance['before_widget_content'] ) ){
183
- echo '<div>' . $instance['before_widget_content'] . '</div>';
184
  }
185
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
186
  $sharingUrl = wp_get_shortlink();
@@ -193,8 +194,8 @@ class TheChampSharingWidget extends WP_Widget {
193
  }
194
  echo the_champ_prepare_sharing_html($sharingUrl, $shareCountUrl, 'horizontal', isset($instance['show_counts']), isset($instance['total_shares']), $shareCountTransientId, !is_singular() ? true : false);
195
 
196
- if( !empty( $instance['after_widget_content'] ) ){
197
- echo '<div>' . $instance['after_widget_content'] . '</div>';
198
  }
199
 
200
  echo '</div>';
@@ -212,9 +213,9 @@ class TheChampSharingWidget extends WP_Widget {
212
  }
213
 
214
  /** Everything which should happen when user edit widget at admin panel */
215
- public function update( $new_instance, $old_instance ) {
216
  $instance = $old_instance;
217
- $instance['title'] = strip_tags( $new_instance['title'] );
218
  $instance['show_counts'] = $new_instance['show_counts'];
219
  $instance['total_shares'] = $new_instance['total_shares'];
220
  $instance['target_url'] = $new_instance['target_url'];
@@ -227,13 +228,13 @@ class TheChampSharingWidget extends WP_Widget {
227
  }
228
 
229
  /** Widget edit form at admin panel */
230
- public function form( $instance ) {
231
  /* Set up default widget settings. */
232
- $defaults = array( 'title' => 'Share the joy', 'show_counts' => '', 'total_shares' => '', 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'hide_for_logged_in' => '' );
233
 
234
- foreach( $instance as $key => $value ) {
235
- if ( is_string( $value ) ) {
236
- $instance[ $key ] = esc_attr( $value );
237
  }
238
  }
239
 
@@ -250,54 +251,54 @@ class TheChampSharingWidget extends WP_Widget {
250
  </script>
251
  <p>
252
  <p><strong>Note:</strong> <?php _e('Make sure "Standard Social Sharing" is enabled at "Super Socializer > Social Sharing" page.', 'super-socializer') ?></p>
253
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'super-socializer' ); ?></label>
254
- <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/>
255
- <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'super-socializer' ); ?></label>
256
- <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/>
257
- <label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'super-socializer' ); ?></label>
258
- <input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
259
- <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'super-socializer' ); ?></label>
260
- <select style="width: 95%" onchange="theChampToggleHorSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
261
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
262
- <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
263
- <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
264
- <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
265
  </select>
266
- <input placeholder="Custom url" style="margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorSharingTargetUrl" 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'] : ''; ?>" />
267
- <label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'super-socializer' ); ?></label>
268
- <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']; ?>" />
269
- <label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'super-socializer' ); ?></label>
270
- <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']; ?>" />
271
- <br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'super-socializer' ); ?></label>
272
- <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"'; ?> />
273
  </p>
274
  <?php
275
  }
276
  }
277
- add_action( 'widgets_init', function() { return register_widget( "TheChampSharingWidget" ); } );
278
 
279
  /**
280
  * Widget for Social Sharing (Floating widget)
281
  */
282
  class TheChampVerticalSharingWidget extends WP_Widget {
283
  /** constructor */
284
- public function __construct() {
285
  parent::__construct(
286
  'TheChampVerticalSharing', //unique id
287
  'Super Socializer - Sharing (Floating Widget)', //title displayed at admin panel
288
  //Additional parameters
289
  array(
290
- 'description' => __( 'Floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more', 'super-socializer' ))
291
  );
292
  }
293
 
294
  /** This is rendered widget content */
295
- public function widget( $args, $instance ) {
296
  // return if sharing is disabled
297
  if(!the_champ_social_sharing_enabled() || the_champ_is_amp_page() || !the_champ_vertical_sharing_enabled()){
298
  return;
299
  }
300
- extract( $args );
301
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
302
 
303
  global $theChampSharingOptions, $post;
@@ -312,16 +313,16 @@ class TheChampVerticalSharingWidget extends WP_Widget {
312
  $postId = 0;
313
  }elseif(isset($instance['target_url'])){
314
  if($instance['target_url'] == 'default'){
315
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
316
  if(is_home()){
317
  $sharingUrl = esc_url(home_url());
318
  $postId = 0;
319
  }elseif(!is_singular()){
320
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
321
  $postId = 0;
322
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
323
- $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
324
- }elseif(get_permalink($post-> ID)){
325
  $sharingUrl = get_permalink($post->ID);
326
  }
327
  }elseif($instance['target_url'] == 'homepage'){
@@ -353,7 +354,8 @@ class TheChampVerticalSharingWidget extends WP_Widget {
353
  $shareCountTransientId = heateor_ss_get_share_count_transient_id($sharingUrl);
354
  $cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId);
355
 
356
- echo "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' " . ( the_champ_is_amp_page() ? "" : "data-heateor-ss-offset='". $ssOffset ."' " ) . "style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['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;') . "' " . ( the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $sharingUrl) . '"' ) . ($cachedShareCount === false || the_champ_is_amp_page() ? "" : "data-super-socializer-no-counts='1' ") .">";
 
357
 
358
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
359
  $sharingUrl = wp_get_shortlink();
@@ -381,7 +383,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
381
  }
382
 
383
  /** Everything which should happen when user edit widget at admin panel */
384
- public function update( $new_instance, $old_instance ) {
385
  $instance = $old_instance;
386
  $instance['target_url'] = $new_instance['target_url'];
387
  $instance['show_counts'] = $new_instance['show_counts'];
@@ -398,13 +400,13 @@ class TheChampVerticalSharingWidget extends WP_Widget {
398
  }
399
 
400
  /** Widget edit form at admin panel */
401
- public function form( $instance ) {
402
  /* Set up default widget settings. */
403
  $defaults = array('alignment' => 'left', 'show_counts' => '', 'total_shares' => '', 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '', 'hide_for_logged_in' => '');
404
 
405
- foreach( $instance as $key => $value ) {
406
- if ( is_string( $value ) ) {
407
- $instance[ $key ] = esc_attr( $value );
408
  }
409
  }
410
 
@@ -430,88 +432,91 @@ class TheChampVerticalSharingWidget extends WP_Widget {
430
  }
431
  </script>
432
  <p><strong>Note:</strong> <?php _e('Make sure "Floating Social Sharing" is enabled at "Super Socializer > Social Sharing" page.', 'super-socializer') ?></p>
433
- <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'super-socializer' ); ?></label>
434
- <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/>
435
- <label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'super-socializer' ); ?></label>
436
- <input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
437
- <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'super-socializer' ); ?></label>
438
- <select style="width: 95%" onchange="theChampToggleVerticalSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
439
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
440
- <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
441
- <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
442
- <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
 
 
 
443
  </select>
444
- <input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampVerticalSharingTargetUrl" 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'] : ''; ?>" />
445
- <label for="<?php echo $this->get_field_id( 'alignment' ); ?>"><?php _e( 'Alignment', 'super-socializer' ); ?></label>
446
- <select onchange="theChampToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'alignment' ); ?>" name="<?php echo $this->get_field_name( 'alignment' ); ?>">
447
- <option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'super-socializer' ) ?></option>
448
- <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'super-socializer' ) ?></option>
449
  </select>
450
  <div class="theChampSharingLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
451
- <label for="<?php echo $this->get_field_id( 'left_offset' ); ?>"><?php _e( 'Left Offset', 'super-socializer' ); ?></label>
452
- <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/>
453
  </div>
454
  <div class="theChampSharingRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
455
- <label for="<?php echo $this->get_field_id( 'right_offset' ); ?>"><?php _e( 'Right Offset', 'super-socializer' ); ?></label>
456
- <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/>
457
  </div>
458
- <label for="<?php echo $this->get_field_id( 'top_offset' ); ?>"><?php _e( 'Top Offset', 'super-socializer' ); ?></label>
459
- <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/>
460
 
461
- <label for="<?php echo $this->get_field_id( 'vertical_bg' ); ?>"><?php _e( 'Background Color', 'super-socializer' ); ?></label>
462
- <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']; ?>" />
463
 
464
- <br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'super-socializer' ); ?></label>
465
- <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"'; ?> />
466
  </p>
467
  <?php
468
  }
469
  }
470
- add_action( 'widgets_init', function() { return register_widget( "TheChampVerticalSharingWidget" ); } );
471
 
472
  /**
473
  * Widget for Social Counter (Standard widget)
474
  */
475
  class TheChampCounterWidget extends WP_Widget {
476
  /** constructor */
477
- public function __construct() {
478
  parent::__construct(
479
  'TheChampHorizontalCounter', //unique id
480
  'Super Socializer - Like Buttons (Standard Widget)', //title displayed at admin panel
481
  //Additional parameters
482
  array(
483
- 'description' => __( 'Standard like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Pinterest and many more', 'super-socializer' )
484
  )
485
  );
486
  }
487
 
488
  /** This is rendered widget content */
489
- public function widget( $args, $instance ) {
490
  // return if sharing is disabled
491
  if(!the_champ_social_counter_enabled() || !the_champ_horizontal_counter_enabled()){
492
  return;
493
  }
494
- extract( $args );
495
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
496
 
497
  global $theChampCounterOptions, $post;
498
- $postId = $post-> ID;
499
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
500
  if($customUrl){
501
  $sharingUrl = $customUrl;
502
  $postId = 0;
503
  }elseif(isset($instance['target_url'])){
504
  if($instance['target_url'] == 'default'){
505
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
506
  if(is_home()){
507
  $counterUrl = esc_url(home_url());
508
  $postId = 0;
509
  }elseif(!is_singular()){
510
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
511
  $postId = 0;
512
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
513
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
514
- }elseif(get_permalink($post-> ID)){
515
  $counterUrl = get_permalink($post->ID);
516
  }
517
  }elseif($instance['target_url'] == 'homepage'){
@@ -530,13 +535,13 @@ class TheChampCounterWidget extends WP_Widget {
530
 
531
  echo $before_widget;
532
 
533
- if( !empty( $instance['title'] ) ){
534
- $title = apply_filters( 'widget_title', $instance[ 'title' ] );
535
- echo $before_title . $title . $after_title;
536
  }
537
 
538
- if( !empty( $instance['before_widget_content'] ) ){
539
- echo '<div>' . $instance['before_widget_content'] . '</div>';
540
  }
541
  // if bit.ly integration enabled, generate bit.ly short url
542
  $shortUrl = $counterUrl;
@@ -551,8 +556,8 @@ class TheChampCounterWidget extends WP_Widget {
551
  }
552
  echo the_champ_prepare_counter_html($counterUrl, 'horizontal', $shortUrl, !is_singular() ? true : false);
553
 
554
- if( !empty( $instance['after_widget_content'] ) ){
555
- echo '<div>' . $instance['after_widget_content'] . '</div>';
556
  }
557
 
558
  echo "</div>";
@@ -560,11 +565,11 @@ class TheChampCounterWidget extends WP_Widget {
560
  }
561
 
562
  /** Everything which should happen when user edit widget at admin panel */
563
- public function update( $new_instance, $old_instance ) {
564
  $instance = $old_instance;
565
- $instance['title'] = strip_tags( $new_instance['title'] );
566
- $instance['target_url'] = strip_tags( $new_instance['target_url'] );
567
- $instance['target_url_custom'] = strip_tags( $new_instance['target_url_custom'] );
568
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
569
  $instance['after_widget_content'] = $new_instance['after_widget_content'];
570
  $instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
@@ -573,13 +578,13 @@ class TheChampCounterWidget extends WP_Widget {
573
  }
574
 
575
  /** Widget edit form at admin panel */
576
- public function form( $instance ) {
577
  /* Set up default widget settings. */
578
- $defaults = array( 'title' => 'Share the joy', 'before_widget_content' => '', 'after_widget_content' => '', 'target_url_custom' => '', 'target_url' => 'default' );
579
 
580
- foreach( $instance as $key => $value ) {
581
- if ( is_string( $value ) ) {
582
- $instance[ $key ] = esc_attr( $value );
583
  }
584
  }
585
 
@@ -596,70 +601,70 @@ class TheChampCounterWidget extends WP_Widget {
596
  </script>
597
  <p>
598
  <p><strong>Note:</strong> <?php _e('Make sure "Standard Like Buttons" are enabled from "Super Socializer > Like Buttons" page.', 'super-socializer') ?></p>
599
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'super-socializer' ); ?></label>
600
- <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']; ?>" />
601
- <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'super-socializer' ); ?></label>
602
- <select style="width: 95%" onchange="theChampToggleHorCounterTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
603
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
604
- <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
605
- <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
606
- <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
607
  </select>
608
- <input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorCounterTargetUrl" 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'] : ''; ?>" />
609
- <label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'super-socializer' ); ?></label>
610
- <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']; ?>" />
611
- <label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'super-socializer' ); ?></label>
612
- <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']; ?>" />
613
- <br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'super-socializer' ); ?></label>
614
- <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"'; ?> />
615
  </p>
616
  <?php
617
  }
618
  }
619
- add_action( 'widgets_init', function() { return register_widget( "TheChampCounterWidget" ); } );
620
 
621
  /**
622
  * Widget for Social Counter (Floating widget)
623
  */
624
  class TheChampVerticalCounterWidget extends WP_Widget {
625
  /** constructor */
626
- public function __construct() {
627
  parent::__construct(
628
  'TheChampVerticalCounter', //unique id
629
  'Super Socializer - Like Buttons (Floating Widget)', //title displayed at admin panel
630
  //Additional parameters
631
  array(
632
- 'description' => __( 'Floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Pinterest and many more', 'super-socializer' ))
633
  );
634
  }
635
 
636
  /** This is rendered widget content */
637
- public function widget( $args, $instance ) {
638
  // return if counter is disabled
639
  if(!the_champ_social_counter_enabled() || !the_champ_vertical_counter_enabled()){
640
  return;
641
  }
642
- extract( $args );
643
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
644
 
645
  global $theChampCounterOptions, $post;
646
- $postId = $post-> ID;
647
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
648
  if($customUrl){
649
  $sharingUrl = $customUrl;
650
  $postId = 0;
651
  }elseif(isset($instance['target_url'])){
652
  if($instance['target_url'] == 'default'){
653
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
654
  if(is_home()){
655
  $counterUrl = esc_url(home_url());
656
  $postId = 0;
657
  }elseif(!is_singular()){
658
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
659
  $postId = 0;
660
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
661
- $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
662
- }elseif(get_permalink($post-> ID)){
663
  $counterUrl = get_permalink($post->ID);
664
  }
665
  }elseif($instance['target_url'] == 'homepage'){
@@ -679,7 +684,8 @@ class TheChampVerticalCounterWidget extends WP_Widget {
679
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
680
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
681
  }
682
- echo "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' " . ( the_champ_is_amp_page() ? "" : "data-heateor-ss-offset='". $ssOffset ."' " ) . "style='".(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;') . "' >";
 
683
  // if bit.ly integration enabled, generate bit.ly short url
684
  $shortUrl = $counterUrl;
685
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
@@ -698,10 +704,10 @@ class TheChampVerticalCounterWidget extends WP_Widget {
698
  }
699
 
700
  /** Everything which should happen when user edit widget at admin panel */
701
- public function update( $new_instance, $old_instance ) {
702
  $instance = $old_instance;
703
- $instance['target_url'] = strip_tags( $new_instance['target_url'] );
704
- $instance['target_url_custom'] = strip_tags( $new_instance['target_url_custom'] );
705
  $instance['alignment'] = $new_instance['alignment'];
706
  $instance['left_offset'] = $new_instance['left_offset'];
707
  $instance['right_offset'] = $new_instance['right_offset'];
@@ -713,13 +719,13 @@ class TheChampVerticalCounterWidget extends WP_Widget {
713
  }
714
 
715
  /** Widget edit form at admin panel */
716
- public function form( $instance ) {
717
  /* Set up default widget settings. */
718
  $defaults = array('alignment' => 'left', 'left_offset' => '40', 'right_offset' => '0', 'top_offset' => '100', 'vertical_bg' => '', 'target_url' => 'default', 'target_url_custom' => '');
719
 
720
- foreach( $instance as $key => $value ) {
721
- if ( is_string( $value ) ) {
722
- $instance[ $key ] = esc_attr( $value );
723
  }
724
  }
725
 
@@ -746,108 +752,108 @@ class TheChampVerticalCounterWidget extends WP_Widget {
746
  </script>
747
  <p>
748
  <p><strong>Note:</strong> <?php _e('Make sure "Floating Like Buttons" are enabled from "Super Socializer > Like Buttons" page.', 'super-socializer') ?></p>
749
- <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'super-socializer' ); ?></label>
750
- <select style="width: 95%" onchange="theChampToggleVerticalCounterTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
751
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
752
- <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>>Url of the webpage where icons are located (default)</option>
753
- <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>>Url of the homepage of your website</option>
754
- <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>>Custom Url</option>
755
  </select>
756
- <input placeholder="Custom url" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampVerticalCounterTargetUrl" 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'] : ''; ?>" />
757
- <label for="<?php echo $this->get_field_id( 'alignment' ); ?>"><?php _e( 'Alignment', 'super-socializer' ); ?></label>
758
- <select style="width: 95%" onchange="theChampToggleCounterOffset(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'alignment' ); ?>" name="<?php echo $this->get_field_name( 'alignment' ); ?>">
759
- <option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e( 'Left', 'super-socializer' ) ?></option>
760
- <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e( 'Right', 'super-socializer' ) ?></option>
761
  </select>
762
  <div class="theChampCounterLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
763
- <label for="<?php echo $this->get_field_id( 'left_offset' ); ?>"><?php _e( 'Left Offset', 'super-socializer' ); ?></label>
764
- <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/>
765
  </div>
766
  <div class="theChampCounterRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
767
- <label for="<?php echo $this->get_field_id( 'right_offset' ); ?>"><?php _e( 'Right Offset', 'super-socializer' ); ?></label>
768
- <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/>
769
  </div>
770
- <label for="<?php echo $this->get_field_id( 'top_offset' ); ?>"><?php _e( 'Top Offset', 'super-socializer' ); ?></label>
771
- <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/>
772
 
773
- <label for="<?php echo $this->get_field_id( 'vertical_bg' ); ?>"><?php _e( 'Background Color', 'super-socializer' ); ?></label>
774
- <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']; ?>" />
775
 
776
- <br /><br /><label for="<?php echo $this->get_field_id( 'hide_for_logged_in' ); ?>"><?php _e( 'Hide for logged in users:', 'super-socializer' ); ?></label>
777
- <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"'; ?> />
778
  </p>
779
  <?php
780
  }
781
  }
782
- add_action( 'widgets_init', function() { return register_widget( "TheChampVerticalCounterWidget" ); } );
783
 
784
  /**
785
  * Widget for Social Media follow icons
786
  */
787
  class TheChampFollowWidget extends WP_Widget {
788
  /** constructor */
789
- public function __construct() {
790
  parent::__construct(
791
  'TheChampFollow', //unique id
792
  __('Super Socializer - Follow Icons', 'super-socializer'), //title displayed at admin panel
793
  array(
794
- 'description' => __( 'These icons link to your Social Media accounts', 'super-socializer' ))
795
  );
796
  }
797
 
798
  /** This is rendered widget content */
799
- public function widget( $args, $instance ) {
800
- if ( the_champ_is_amp_page() ) {
801
  return;
802
  }
803
- extract( $args );
804
  echo $before_widget;
805
- if( !empty( $instance['before_widget_content'] ) ){
806
- echo '<div>' . $instance['before_widget_content'] . '</div>';
807
  }
808
  $check_theme = '';
809
- if ( !isset($instance['custom_color']) || $instance['custom_color'] == '' ) {
810
  $check_theme = '';
811
- } elseif ( $instance['custom_color'] == 'standard' ) {
812
  $check_theme = 'standard_';
813
- } elseif ( $instance['custom_color'] == 'floating' ) {
814
  $check_theme = 'floating_';
815
  }
816
  $style = '';
817
- if ( $instance['type'] == 'floating' ) {
818
- $style = 'position:fixed;top:' . ( isset( $instance['top_offset'] ) ? intval( $instance['top_offset'] ) : 100 ) . 'px;' . ( isset( $instance['alignment'] ) && $instance['alignment'] == 'left' ? 'left' : 'right' ) . ':' . ( isset( $instance['alignment_value'] ) ? intval( $instance['alignment_value'] ) : 100 ) . 'px;width:' . ( isset( $instance['size'] ) ? intval( $instance['size'] ) : 32 ) . 'px;';
819
  }
820
- global $heateor_ss_allowed_tags;
821
- echo wp_kses('<div style="' . $style . '" class="heateor_ss_' . $check_theme . 'follow_icons_container' . ( isset( $instance['bottom_mobile_sharing'] ) ? ' heateor_ss_bottom_follow' : '' ) . '">', $heateor_ss_allowed_tags);
822
- if( !empty( $instance['title'] ) ){
823
- $title = apply_filters( 'widget_title', $instance[ 'title' ] );
824
  echo $before_title . $title . $after_title;
825
  }
826
- echo $this->follow_icons( $instance );
827
  echo '<div style="clear:both"></div>';
828
  echo '</div>';
829
- if( !empty( $instance['after_widget_content'] ) ){
830
- echo '<div>' . $instance['after_widget_content'] . '</div>';
831
  }
832
  echo $after_widget;
833
  }
834
 
835
  /** Render follow icons */
836
- private function follow_icons( $instance ) {
837
  $logo_color = '#fff';
838
  $html = '';
839
- if ( isset( $instance['type'] ) && $instance['type'] == 'standard' && isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == "center" ) {
840
  $html .= '<style>div.heateor_ss_follow_ul{width:100%;text-align:center;}.widget_thechampfollow div.heateor_ss_follow_ul a{float:none!important;display:inline-block;}</style>';
841
  }
842
- if ( isset( $instance['hide_mobile_sharing'] ) && $instance['vertical_screen_width'] != '' ) {
843
- $html .= '<style>@media screen and (max-width:' . $instance['vertical_screen_width'] . 'px) {.the_champ_floating_follow_icons_container{display:none!important}}</style>';
844
  }
845
  global $theChampSharingOptions;
846
- if ( isset($instance['custom_color']) && $instance['custom_color'] == 'standard' ) {
847
- if ( $theChampSharingOptions['horizontal_font_color_default'] ) {
848
  $logo_color = $theChampSharingOptions['horizontal_font_color_default'];
849
  }
850
- if ( $theChampSharingOptions['horizontal_font_color_hover'] ) {
851
  $html .= "<style>.widget_thechampfollow span.the_champ_svg svg:hover path:not(.the_champ_no_fill),.widget_thechampfollow span.the_champ_svg svg:hover ellipse, .widget_thechampfollow span.the_champ_svg svg:hover circle,.widget_thechampfollow span.the_champ_svg svg:hover polygon{
852
  fill: " . $theChampSharingOptions['horizontal_font_color_hover'] . ";
853
  }
@@ -858,11 +864,11 @@ class TheChampFollowWidget extends WP_Widget {
858
  fill: " . $theChampSharingOptions['horizontal_font_color_hover'] . "!important;
859
  }</style>";
860
  }
861
- } elseif ( isset($instance['custom_color'] ) && $instance['custom_color'] == 'floating' ) {
862
- if ( $theChampSharingOptions['vertical_font_color_default'] ) {
863
  $logo_color = $theChampSharingOptions['vertical_font_color_default'];
864
  }
865
- if ( $theChampSharingOptions['vertical_font_color_hover'] ) {
866
  $html .= "<style>.widget_thechampfollow span.the_champ_svg svg:hover path:not(.the_champ_no_fill),.widget_thechampfollow span.the_champ_svg svg:hover ellipse, .widget_thechampfollow span.the_champ_svg svg:hover circle,.widget_thechampfollow span.the_champ_svg svg:hover polygon{
867
  fill:". $theChampSharingOptions['vertical_font_color_hover'] .";
868
  }
@@ -874,97 +880,97 @@ class TheChampFollowWidget extends WP_Widget {
874
  }</style>";
875
  }
876
  }
877
- $bottom_sharing_alignment = ! isset( $instance['bottom_sharing_alignment'] ) || $instance['bottom_sharing_alignment'] == 'left' ? 'left' : 'right';
878
  $bottom_sharing_alignment_inverse = $bottom_sharing_alignment == 'left' ? 'right' : 'left';
879
  $bottom_sharing_responsive_css = '';
880
- if ( isset( $instance['type'] ) && $instance['type'] == 'floating' && isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'responsive' ) {
881
  $vertical_sharing_icon_height = $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'];
882
- $num_sharing_icons = isset( $theChampSharingOptions['vertical_re_providers'] ) ? count( $theChampSharingOptions['vertical_re_providers'] ) : 0;
883
- $bottom_sharing_responsive_css = 'div.the_champ_bottom_follow{width:100%!important;left:0!important;}div.the_champ_bottom_follow a{width:' . ( 100/( $num_sharing_icons ) ) . '%!important;}div.the_champ_bottom_follow .the_champ_svg{width:100%!important;}';
884
  }
885
- if ( isset( $instance['type'] ) && $instance['type'] == 'floating' && isset( $instance['bottom_mobile_sharing'] ) && $instance['horizontal_screen_width'] != '' && isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'responsive' ) {
886
- $bottom_sharing_position = isset( $instance['bottom_sharing_position'] ) ? $instance['bottom_sharing_position'] : '0';
887
- $html .= '<style>div.the_champ_mobile_footer{display:none;}@media screen and (max-width:' . ( isset( $instance['horizontal_screen_width'] ) ? intval( $instance['horizontal_screen_width'] ) : 786 ) . 'px){' . $bottom_sharing_responsive_css . 'div.the_champ_mobile_footer{display:block;height:' . ( $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'] ) . 'px;}.the_champ_bottom_follow{padding:0!important;' . ( isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? $bottom_sharing_alignment . ':' . $bottom_sharing_position . 'px!important;' . $bottom_sharing_alignment_inverse . ':auto!important;' : '' ) . 'display:block!important;width:auto!important;bottom:' . ( isset( $theChampSharingOptions['vertical_total_shares'] ) ? '-10' : '-2' ) . 'px!important;top:auto!important;}}</style>';
888
  }
889
 
890
- $iconStyle = 'width:' . $instance['size'] . 'px;height:' . $instance['size'] . 'px;' . ( $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
891
- $html .= '<div class="heateor_ss_follow_ul" ' . ( isset( $instance['hor_alignment'] ) && $instance['hor_alignment'] == 'right' ? ' style="float:right"' : '' ) . '>';
892
- if ( isset( $instance['facebook'] ) && $instance['facebook'] ) {
893
  $html .= '<a class="the_champ_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="'. $logo_color .'"></path></svg></span></a>';
894
  }
895
- if ( isset( $instance['twitter'] ) && $instance['twitter'] ) {
896
  $html .= '<a class="the_champ_twitter" href="'. $instance['twitter'] .'" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55acee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="'. $logo_color .'"></path></svg></span></a>';
897
  }
898
- if ( isset( $instance['instagram'] ) && $instance['instagram'] ) {
899
  $html .= '<a class="the_champ_instagram" href="'. $instance['instagram'] .'" title="Instagram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#53beee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg height="100%" width="100%" version="1.1" viewBox="-10 -10 148 148" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="'. $logo_color .'"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="'. $logo_color .'"></path></g><g><circle cx="89.5" cy="38.5" fill="'. $logo_color .'" r="5.5"></circle></g></g></svg></span></a>';
900
  }
901
- if ( isset( $instance['parler'] ) && $instance['parler'] ) {
902
  $html .= '<a class="the_champ_parler" href="'. $instance['parler'] .'" title="Parler" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="'. $logo_color .'"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>';
903
  }
904
- if ( isset( $instance['gab'] ) && $instance['gab'] ) {
905
  $html .= '<a class="the_champ_gab" href="'. $instance['gab'] .'" title="Gab" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#25CC80;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg style="%inner_style%" version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-14.5 3.5 46 30" xml:space="preserve"><g><path fill="'. $logo_color .'" d="M13.8,7.6h-2.4v0.7V9l-0.4-0.3C10.2,7.8,9,7.2,7.7,7.2c-0.2,0-0.4,0-0.4,0c-0.1,0-0.3,0-0.5,0 c-5.6,0.3-8.7,7.2-5.4,12.1c2.3,3.4,7.1,4.1,9.7,1.5l0.3-0.3l0,0.7c0,1-0.1,1.5-0.4,2.2c-1,2.4-4.1,3-6.8,1.3 c-0.2-0.1-0.4-0.2-0.4-0.2c-0.1,0.1-1.9,3.5-1.9,3.6c0,0.1,0.5,0.4,0.8,0.6c2.2,1.4,5.6,1.7,8.3,0.8c2.7-0.9,4.5-3.2,5-6.4 c0.2-1.1,0.2-0.8,0.2-8.4l0-7.1H13.8z M9.7,17.6c-2.2,1.2-4.9-0.4-4.9-2.9C4.8,12.6,7,11,9,11.6C11.8,12.4,12.3,16.1,9.7,17.6z"></path></g></svg></span></a>';
906
  }
907
- if ( isset( $instance['gettr'] ) && $instance['gettr'] ) {
908
  $html .= '<a class="the_champ_gettr" href="'. $instance['gettr'] .'" title="Gettr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#E50000;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg width="100%" height="100%" viewBox="-8 -5 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="'. $logo_color .'"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="'. $logo_color .'"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="'. $logo_color .'"/></svg></span></a>';
909
  }
910
- if ( isset( $instance['pinterest'] ) && $instance['pinterest'] ) {
911
  $html .= '<a class="the_champ_pinterest" href="'. $instance['pinterest'] .'" title="Pinterest" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#cc2329;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="'. $logo_color .'" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>';
912
  }
913
- if ( isset( $instance['behance'] ) && $instance['behance'] ) {
914
  $html .= '<a class="the_champ_behance" href="'. $instance['behance'] .'" title="Behance" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#053eff;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path d="M3.862 8.136h5.66c1.377 0 3.19 0 4.13.566a3.705 3.705 0 0 1 1.837 3.26c0 1.66-.88 2.905-2.32 3.494v.042c1.924.397 2.97 1.838 2.97 3.76 0 2.297-1.636 4.483-4.743 4.483H3.86V8.14zm2.078 6.71h4.152c2.36 0 3.322-.856 3.322-2.493 0-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0 7.144h5.2c1.792 0 2.93-1.09 2.93-2.797 0-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453 22.65 25.663 24 23.127 24c-3.607 0-5.31-2.49-5.422-5.944 0-3.386 2.23-5.878 5.31-5.878 4 0 5.225 3.74 5.116 6.47h-8.455c-.067 1.966 1.05 3.716 3.52 3.716 1.53 0 2.6-.742 2.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946 0-3.106 1.466-3.236 3.19h6.492zM20.614 8h4.935v1.68h-4.94z" fill="'. $logo_color .'"></path></svg></span></a>';
915
  }
916
- if ( isset( $instance['flickr'] ) && $instance['flickr'] ) {
917
  $html .= '<a class="the_champ_flickr" href="'. $instance['flickr'] .'" title="Flickr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#ff0084;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><g fill="'. $logo_color .'"><circle cx="23" cy="16" r="6"></circle><circle cx="9" cy="16" r="6"></circle></g></svg></span></a>';
918
  }
919
- if ( isset( $instance['foursquare'] ) && $instance['foursquare'] ) {
920
  $html .= '<a class="the_champ_foursquare" href="'. $instance['foursquare'] .'" title="Foursquare" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#f94877;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 40 40"><path fill="'. $logo_color .'" d="M21.516 3H7.586C5.66 3 5 4.358 5 5.383v21.995c0 1.097.65 1.407.958 1.53.31.126 1.105.206 1.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79 0 1.81-1.45 1.997-2.206.157-.63 1.946-9.57 2.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2 9.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108 1.032v.665c0 .61.5 1.24 1.108 1.24h4.607c.43 0 .794.276.7.737-.093.46-.573 2.82-.627 3.07-.052.254-.282.764-.716.764h-3.62c-.682 0-1.36-.008-1.816.56-.458.573-4.534 5.293-4.534 5.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834 1L20.2 9.68z"></path></svg></span></a>';
921
  }
922
- if ( isset( $instance['github'] ) && $instance['github'] ) {
923
  $html .= '<a class="the_champ_github" href="'. $instance['github'] .'" title="Github" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#2a2a2a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M16 3.32c-7.182 0-13 5.82-13 13 0 5.754 3.72 10.612 8.89 12.335.65.114.893-.276.893-.617 0-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86 1.024-.017 1.755.942 2 1.332 1.17 1.966 3.038 1.414 3.785 1.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418 0-1.414.504-2.584 1.333-3.494-.13-.325-.59-1.657.13-3.445 0 0 1.085-.34 3.57 1.337 1.04-.293 2.146-.44 3.25-.44s2.21.147 3.25.44c2.49-1.69 3.58-1.337 3.58-1.337.714 1.79.26 3.12.13 3.446.828.91 1.332 2.064 1.332 3.494 0 4.99-3.04 6.094-5.93 6.42.47.405.876 1.185.876 2.404 0 1.74-.016 3.136-.016 3.575 0 .34.244.743.894.613C25.28 26.933 29 22.053 29 16.32c0-7.182-5.817-13-13-13z"></path></svg></span></a>';
924
  }
925
- if ( isset( $instance['linkedin'] ) && $instance['linkedin'] ) {
926
  $html .= '<a class="the_champ_linkedin" href="'. $instance['linkedin'] .'" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#0077b5;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="'. $logo_color .'"></path></svg></span></a>';
927
  }
928
- if ( isset( $instance['linkedin_company'] ) && $instance['linkedin_company'] ) {
929
  $html .= '<a class="the_champ_linkedin_company" href="'. $instance['linkedin_company'] .'" title="linkedinCompany" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#0077b5;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="'. $logo_color .'"></path></svg></span></a>';
930
  }
931
- if ( isset( $instance['medium'] ) && $instance['medium'] ) {
932
  $html .= '<a class="the_champ_medium" href="'. $instance['medium'] .'" title="medium" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#2a2a2a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path d="M7.8 11a.8.8 0 0 0-.27-.7l-2-2.42v-.41h6.23L16.57 18l4.24-10.53h5.94v.36L25 9.47a.5.5 0 0 0-.19.48v12.1a.5.5 0 0 0 .19.48l1.68 1.64v.36h-8.4v-.36L20 22.49c.18-.17.18-.22.18-.49v-9.77l-4.82 12.26h-.65L9.09 12.23v8.22a1.09 1.09 0 0 0 .31.94l2.25 2.74v.36h-6.4v-.36l2.26-2.74a1.09 1.09 0 0 0 .29-.94z" fill="'. $logo_color .'"></path></svg></span></a>';
933
  }
934
- if ( isset( $instance['mewe'] ) && $instance['mewe'] ) {
935
  $html .= '<a class="the_champ_mewe" href="'. $instance['mewe'] .'" title="Mewe" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#007da1;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-3 -3 38 38"><g fill="'. $logo_color .'"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>';
936
  }
937
- if ( isset( $instance['odnoklassniki'] ) && $instance['odnoklassniki'] ) {
938
  $html .= '<a class="the_champ_odnoklassniki" href="'. $instance['odnoklassniki'] .'" title="Odnoklassniki" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#f2720c;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M16 16.16a6.579 6.579 0 0 1-6.58-6.58A6.578 6.578 0 0 1 16 3a6.58 6.58 0 1 1 .002 13.16zm0-9.817a3.235 3.235 0 0 0-3.236 3.237 3.234 3.234 0 0 0 3.237 3.236 3.236 3.236 0 1 0 .004-6.473zm7.586 10.62c.647 1.3-.084 1.93-1.735 2.99-1.395.9-3.313 1.238-4.564 1.368l1.048 1.05 3.877 3.88c.59.59.59 1.543 0 2.133l-.177.18c-.59.59-1.544.59-2.134 0l-3.88-3.88-3.877 3.88c-.59.59-1.543.59-2.135 0l-.176-.18a1.505 1.505 0 0 1 0-2.132l3.88-3.877 1.042-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747 1.4-1.367 2.768-.29C13.035 18.13 16 18.13 16 18.13s2.968 0 4.818-1.456c1.368-1.077 2.4-.457 2.768.29z"></path></svg></span></a>';
939
  }
940
- if ( isset( $instance['telegram'] ) && $instance['telegram'] ) {
941
  $html .= '<a class="the_champ_telegram" href="'. $instance['telegram'] .'" title="Telegram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3da5f1;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z"></path></svg></span></a>';
942
  }
943
- if ( isset( $instance['tumblr'] ) && $instance['tumblr'] ) {
944
  $html .= '<a class="the_champ_tumblr" href="'. $instance['tumblr'] .'" title="Tumblr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#29435d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M20.775 21.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>';
945
  }
946
- if ( isset( $instance['vimeo'] ) && $instance['vimeo'] ) {
947
  $html .= '<a class="the_champ_vimeo" href="'. $instance['vimeo'] .'" title="Vimeo" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#1ab7ea;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M26.926 10.627c-.103 2.25-1.675 5.332-4.716 9.245C19.066 23.957 16.406 26 14.23 26c-1.348 0-2.49-1.244-3.42-3.732l-1.867-6.844C8.25 12.937 7.51 11.69 6.715 11.69c-.173 0-.778.365-1.815 1.09l-1.088-1.4a300.012 300.012 0 0 0 3.374-3.01c1.522-1.315 2.666-2.007 3.427-2.076 1.8-.173 2.907 1.057 3.322 3.69.45 2.84.76 4.608.935 5.3.52 2.356 1.09 3.534 1.713 3.534.483 0 1.21-.764 2.18-2.294.97-1.528 1.488-2.692 1.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554 0-1.125.126-1.712.378 1.137-3.722 3.308-5.53 6.513-5.426 2.378.068 3.498 1.61 3.36 4.62z"></path></svg></span></a>';
948
  }
949
- if ( isset( $instance['vkontakte'] ) && $instance['vkontakte'] ) {
950
  $html .= '<a class="the_champ_vkontakte" href="'. $instance['vkontakte'] .'" title="Vkontakte" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#cc2329;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="'. $logo_color .'" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39 1.353-1.804 1.893-2.902 1.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33 1.496.33 1.496s.193 2.852-.46 3.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg></span></a>';
951
  }
952
- if ( isset( $instance['whatsapp'] ) && $instance['whatsapp'] ) {
953
  $html .= '<a class="the_champ_whatsapp" href="'. $instance['whatsapp'] .'" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55eb4c;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 40 40"><path id="arc1" stroke="'. $logo_color .'" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" stroke="'. $logo_color .'" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="'. $logo_color .'"></path></svg></span></a>';
954
  }
955
- if ( isset( $instance['xing'] ) && $instance['xing'] ) {
956
  $html .= '<a class="the_champ_xing" href="'. $instance['xing'] .'" title="Xing" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#00797d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="'. $logo_color .'"></path></svg></span></a>';
957
  }
958
- if ( isset( $instance['youtube'] ) && $instance['youtube'] ) {
959
  $html .= '<a class="the_champ_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:red;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>';
960
  }
961
- if ( isset( $instance['youtube_channel'] ) && $instance['youtube_channel'] ) {
962
  $html .= '<a class="the_champ_youtube_channel" href="'. $instance['youtube_channel'] .'" title="Youtubechannel" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:red;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>';
963
  }
964
- if ( isset( $instance['rss_feed'] ) && $instance['rss_feed'] ) {
965
  $html .= '<a class="the_champ_rss_feed" href="'. $instance['rss_feed'] .'" title="Rssfeed" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#e3702d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 40 40"><g fill="'. $logo_color .'"><ellipse cx="7.952" cy="24.056" rx="2.952" ry="2.944"></ellipse><path d="M5.153 16.625c2.73 0 5.295 1.064 7.22 2.996a10.2 10.2 0 0 1 2.996 7.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724 0 17.636 7.932 17.636 17.682H27C27 14.812 17.203 5 5.16 5v4.193z"></path></g></svg></span></a>';
966
  }
967
- $html = apply_filters( 'the_champ_follow_icons', $html, $instance, $iconStyle );
968
  $html .= '</div>';
969
 
970
  return $html;
@@ -972,10 +978,10 @@ class TheChampFollowWidget extends WP_Widget {
972
  }
973
 
974
  /** Everything which should happen when user edit widget at admin panel */
975
- public function update( $new_instance, $old_instance ) {
976
  $instance = $old_instance;
977
- $instance['title'] = strip_tags( $new_instance['title'] );
978
- $instance['size'] = intval( $new_instance['size'] );
979
  $instance['custom_color'] = $new_instance['custom_color'] ;
980
  $instance['icon_shape'] = $new_instance['icon_shape'];
981
  $instance['type'] = $new_instance['type'];
@@ -1011,169 +1017,169 @@ class TheChampFollowWidget extends WP_Widget {
1011
  }
1012
 
1013
  /** Widget options in admin panel */
1014
- public function form( $instance ) {
1015
  /* Set up default widget settings. */
1016
- $defaults = array( 'hor_alignment' => 'left', 'title' => '', 'type' => 'standard', 'alignment' => 'right', 'size' => '32', 'icon_shape' => 'round', 'custom_color' => '', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'gettr' => '', 'gab' => '', 'parler' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'gitlab' => '', 'linkedin' => '', 'linkedin_company' => '', 'medium' => '', 'mewe' => '', 'odnoklassniki' => '', 'telegram' => '', 'tumblr' => '', 'vimeo' => '', 'vkontakte' => '', 'whatsapp' => '', 'xing' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'top_offset' => '200', 'alignment_value' => '0', 'mobile_sharing' => '1', 'bottom_mobile_sharing' => '1', 'vertical_screen_width' => '783', 'horizontal_screen_width' => '783', 'bottom_sharing_alignment' => 'left', 'bottom_sharing_position_radio' => 'responsive', 'bottom_sharing_position' => '0' );
1017
 
1018
- foreach( $instance as $key => $value ) {
1019
- if ( is_string( $value ) ) {
1020
- $instance[ $key ] = esc_attr( $value );
1021
  }
1022
  }
1023
 
1024
  $instance = wp_parse_args( (array)$instance, $defaults );
1025
  ?>
1026
  <p>
1027
- <label for="<?php echo $this->get_field_id( 'before_widget_content' ); ?>"><?php _e( 'Before widget content:', 'super-socializer' ); ?></label>
1028
- <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/>
1029
- <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title', 'super-socializer' ); ?></label>
1030
- <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/>
1031
- <label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"><?php _e( 'Type:', 'super-socializer' ) ?></label><br>
1032
- <input id="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>" type="radio" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'none' );" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" value="standard" <?php if ( ! isset( $instance['type'] ) || $instance['type'] == 'standard' ) {
1033
  echo "checked";
1034
- } ?>><label for="<?php echo esc_attr( $this->get_field_id( 'mode_standard' ) ); ?>"> <?php _e( 'Standard', 'super-socializer' ) ?></label><br>
1035
- <input id="<?php echo esc_attr( $this->get_field_id( 'mode_floating' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'type' ) ); ?>" onclick="jQuery( '.heateorSssFloatingAlignment' ).css( 'display', 'block' );" value="floating" <?php if( $instance['type'] == 'floating' ) {
1036
  echo "checked";
1037
- }?>><label for="<?php echo esc_attr( $this->get_field_id( 'mode_floating' ) ); ?>"> <?php _e( 'Floating', 'super-socializer' ) ?></label><br><br>
1038
 
1039
  <div class="heateorSssFloatingAlignment"
1040
  <?php echo $instance['type'] == 'standard' ? "style='display:none'" : "style='display:block'" ?>>
1041
- <label for="<?php echo esc_attr( $this->get_field_id( 'top_offset' ) ); ?>">
1042
- <?php _e( 'Top offset:', 'super-socializer' ) ?>
1043
  </label>
1044
- <input id="<?php echo esc_attr( $this->get_field_id('top_offset' ) ); ?>" type="text" name="<?php echo esc_attr( $this->get_field_name( 'top_offset' ) ); ?>" value="<?php echo isset( $instance['top_offset'] ) ? esc_attr( $instance['top_offset'] ) : ''; ?>"/>px<br><br>
1045
- <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
1046
- <?php _e( 'Alignment:', 'super-socializer' ) ?>
1047
  </label>
1048
- <input id="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>" value="left"
1049
- <?php if ( ! isset( $instance['alignment'] ) || $instance['alignment'] == 'left' ) {
1050
  echo 'checked';
1051
  } ?>>
1052
- <label for="<?php echo esc_attr( $this->get_field_id( 'floating_left' ) ); ?>">
1053
- <?php _e( 'Left', 'super-socializer' ) ?>
1054
  </label>
1055
- <input id="<?php echo esc_attr( $this->get_field_id( 'floating_right' ) ); ?>" type="radio" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>" value="right"
1056
- <?php if ( $instance['alignment'] == 'right' ) {
1057
  echo 'checked';
1058
  } ?> />
1059
- <label for="<?php echo esc_attr( $this->get_field_id( 'floating_right' ) ); ?>" >
1060
- <?php _e( 'Right', 'super-socializer' ) ?>
1061
  </label>
1062
  <br>
1063
  <br>
1064
- <label id="<?php echo esc_attr( $this->get_field_id( 'alignment_value_label' ) ); ?>" for="<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>"><?php _e( 'Offset', 'super-socializer' ); ?></label>
1065
  <br>
1066
- <input id='<?php echo esc_attr( $this->get_field_id( 'alignment_value' ) ); ?>' type="text" name="<?php echo esc_attr( $this->get_field_name( 'alignment_value' ) ); ?>" value="<?php echo isset( $instance['alignment_value'] ) ? esc_attr( $instance['alignment_value'] ) : ''; ?>" />px<br><br>
1067
- <input id="<?php echo esc_attr( $this->get_field_id( 'mobile_sharing' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['mobile_sharing'] ) ? 'checked = "checked"' : ''; ?> value="1" />
1068
- <label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'super-socializer' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'vertical_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['vertical_screen_width'] ) ? esc_attr( $instance['vertical_screen_width'] ) : '' ) . '" />' ) ?></label>
1069
  <br><br>
1070
- <input id="<?php echo esc_attr( $this->get_field_id('mobile_sharing_bottom' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'bottom_mobile_sharing' ) ); ?>" type="checkbox" <?php echo isset( $instance['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" />
1071
 
1072
- <label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'super-socializer' ), '<input style="width:46px" name="' . esc_attr( $this->get_field_name( 'horizontal_screen_width' ) ) . '" type="text" value="' . ( isset( $instance['horizontal_screen_width'] ) ? $instance['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
1073
 
1074
  <br><br>
1075
 
1076
- <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>" <?php echo isset( $instance['bottom_sharing_position_radio'] ) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="nonresponsive" />
1077
 
1078
- <label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_nonresponsive' ) ); ?>"><?php echo sprintf( __( '%s pixels from %s', 'super-socializer' ), '<input id="'. esc_attr( $this->get_field_id('mobile_sharing_position' ) ) . '" style="width:46px" name="'.$this->get_field_name( 'bottom_sharing_position' ).'" type="text" value="' . ( isset( $instance['bottom_sharing_position'] ) ? $instance['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="' . esc_attr( $this->get_field_name( 'bottom_sharing_alignment' ) ) . '"><option value="right" ' . ( ! isset( $instance['bottom_sharing_alignment'] ) || $instance['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>' . __( 'right', 'super-socializer' ) . '</option><option value="left" ' . ( isset( $instance['bottom_sharing_alignment'] ) && $instance['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>' . __( 'left', 'super-socializer' ) . '</option></select>' ) ?></label>
1079
  <br/>
1080
 
1081
- <input type="radio" id="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>" <?php echo ! isset( $instance['bottom_sharing_position_radio'] ) || $instance['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="<?php echo esc_attr( $this->get_field_name( 'bottom_sharing_position_radio' ) ); ?>" value="responsive" /><label for="<?php echo esc_attr( $this->get_field_id( 'bottom_sharing_position_radio_responsive' ) ); ?>"><?php _e( 'Auto-adjust according to the screen-width (responsive)', 'super-socializer' ); ?></label>
1082
  <br>
1083
  <br>
1084
  </div>
1085
- <label for="<?php echo $this->get_field_id( 'size' ); ?>"><?php _e( 'Size of icons', 'super-socializer' ); ?></label>
1086
- <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']; ?>" />pixels<br/><br/>
1087
- <label for="<?php echo $this->get_field_id( 'icon_shape' ); ?>"><?php _e( 'Icon Shape', 'super-socializer' ); ?></label>
1088
- <select style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'icon_shape' ); ?>" name="<?php echo $this->get_field_name( 'icon_shape' ); ?>">
1089
- <option value="round" <?php echo !isset($instance['icon_shape']) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e( 'Round', 'super-socializer' ); ?></option>
1090
- <option value="square" <?php echo isset($instance['icon_shape']) && $instance['icon_shape'] == 'square' ? 'selected' : '' ; ?>><?php _e( 'Square', 'super-socializer' ); ?></option>
1091
  </select><br/><br/>
1092
- <label for="<?php echo esc_attr( $this->get_field_id( 'custom_color' ) ); ?>"><?php _e( 'Apply icon color and background color from Theme Selection section:', 'super-socializer' ); ?></label>
1093
- <select style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'custom_color' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'custom_color' ) ); ?>">
1094
- <option value="" <?php echo ! isset( $instance['custom_color'] ) || $instance['custom_color'] == '' ? 'selected' : '' ; ?>><?php _e( 'No', 'super-socializer' ); ?></option>
1095
- <option value="standard" <?php echo isset( $instance['custom_color'] ) && $instance['custom_color'] == 'standard' ? 'selected' : '' ; ?>><?php _e( 'Yes, Standard Interface Theme', 'super-socializer' ); ?></option>
1096
- <option value="floating" <?php echo isset( $instance['custom_color'] ) && $instance['custom_color'] == 'floating' ? 'selected' : '' ; ?>><?php _e( 'Yes, Floating Interface Theme', 'super-socializer' ); ?></option>
1097
  </select><br/><br/>
1098
- <label for="<?php echo $this->get_field_id( 'facebook' ); ?>"><?php _e( 'Facebook URL:', 'super-socializer' ); ?></label>
1099
- <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/>
1100
  <span>https://www.facebook.com/ID</span><br/><br/>
1101
- <label for="<?php echo $this->get_field_id( 'twitter' ); ?>"><?php _e( 'Twitter URL:', 'super-socializer' ); ?></label>
1102
- <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/>
1103
  <span>https://twitter.com/ID</span><br/><br/>
1104
- <label for="<?php echo $this->get_field_id( 'parler' ); ?>"><?php _e( 'Parler URL:', 'super-socializer' ); ?></label>
1105
- <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/>
1106
  <span>https://parler.com/profile/ID</span><br/><br/>
1107
- <label for="<?php echo $this->get_field_id( 'instagram' ); ?>"><?php _e( 'Instagram URL:', 'super-socializer' ); ?></label>
1108
- <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/>
1109
  <span>https://www.instagram.com/ID</span><br/><br/>
1110
- <label for="<?php echo $this->get_field_id( 'pinterest' ); ?>"><?php _e( 'Pinterest URL:', 'super-socializer' ); ?></label>
1111
- <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/>
1112
  <span>https://www.pinterest.com/ID</span><br/><br/>
1113
- <label for="<?php echo $this->get_field_id( 'behance' ); ?>"><?php _e( 'Behance URL:', 'super-socializer' ); ?></label>
1114
- <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/>
1115
  <span>https://www.behance.net/ID</span><br/><br/>
1116
- <label for="<?php echo $this->get_field_id( 'flickr' ); ?>"><?php _e( 'Flickr URL:', 'super-socializer' ); ?></label>
1117
- <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/>
1118
  <span>https://www.flickr.com/photos/ID</span><br/><br/>
1119
- <label for="<?php echo $this->get_field_id( 'foursquare' ); ?>"><?php _e( 'Foursquare URL:', 'super-socializer' ); ?></label>
1120
- <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/>
1121
  <span>https://foursquare.com/ID</span><br/><br/>
1122
- <label for="<?php echo $this->get_field_id( 'github' ); ?>"><?php _e( 'Github URL:', 'super-socializer' ); ?></label>
1123
- <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/>
1124
  <span>https://github.com/ID</span><br/><br/>
1125
- <label for="<?php echo $this->get_field_id( 'linkedin' ); ?>"><?php _e( 'LinkedIn URL:', 'super-socializer' ); ?></label>
1126
- <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/>
1127
  <span>https://www.linkedin.com/in/ID</span><br/><br/>
1128
- <label for="<?php echo $this->get_field_id( 'linkedin_company' ); ?>"><?php _e( 'LinkedIn Company URL:', 'super-socializer' ); ?></label>
1129
- <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/>
1130
  <span>https://www.linkedin.com/company/ID</span><br/><br/>
1131
- <label for="<?php echo $this->get_field_id( 'medium' ); ?>"><?php _e( 'Medium URL:', 'super-socializer' ); ?></label>
1132
- <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/>
1133
  <span>https://medium.com/@ID</span><br/><br/>
1134
- <label for="<?php echo $this->get_field_id( 'mewe' ); ?>"><?php _e( 'MeWe URL:', 'super-socializer' ); ?></label>
1135
- <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/>
1136
  <span>https://mewe.com/profile/ID</span><br/><br/>
1137
- <label for="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>"><?php _e( 'Odnoklassniki URL:', 'super-socializer' ); ?></label>
1138
- <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/>
1139
  <span>https://ok.ru/profile/ID</span><br/><br/>
1140
- <label for="<?php echo $this->get_field_id( 'snapchat' ); ?>"><?php _e( 'Snapchat URL:', 'super-socializer' ); ?></label>
1141
- <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/>
1142
  <span>https://www.snapchat.com/add/ID</span><br/><br/>
1143
- <label for="<?php echo $this->get_field_id( 'telegram' ); ?>"><?php _e( 'Telegram URL:', 'super-socializer' ); ?></label>
1144
- <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/>
1145
  <span>https://t.me/username</span><br/><br/>
1146
- <label for="<?php echo $this->get_field_id( 'tumblr' ); ?>"><?php _e( 'Tumblr URL:', 'super-socializer' ); ?></label>
1147
- <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/>
1148
  <span>https://ID.tumblr.com</span><br/><br/>
1149
- <label for="<?php echo $this->get_field_id( 'vimeo' ); ?>"><?php _e( 'Vimeo URL:', 'super-socializer' ); ?></label>
1150
- <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/>
1151
  <span>https://vimeo.com/ID</span><br/><br/>
1152
- <label for="<?php echo $this->get_field_id( 'vkontakte' ); ?>"><?php _e( 'Vkontakte URL:', 'super-socializer' ); ?></label>
1153
- <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/>
1154
  <span>https://vk.com/ID</span><br/><br/>
1155
- <label for="<?php echo $this->get_field_id( 'xing' ); ?>"><?php _e( 'Xing URL:', 'super-socializer' ); ?></label>
1156
- <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/>
1157
  <span>https://www.xing.com/profile/ID</span><br/><br/>
1158
- <label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'super-socializer' ); ?></label>
1159
- <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/>
1160
  <span>https://www.youtube.com/user/ID</span><br/><br/>
1161
- <label for="<?php echo $this->get_field_id( 'youtube_channel' ); ?>"><?php _e( 'Youtube Channel URL:', 'super-socializer' ); ?></label>
1162
- <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/>
1163
  <span>https://www.youtube.com/channel/ID</span><br/><br/>
1164
- <label for="<?php echo $this->get_field_id( 'rss_feed' ); ?>"><?php _e( 'RSS Feed URL:', 'super-socializer' ); ?></label>
1165
- <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/>
1166
  <span>http://www.example.com/feed/</span><br/><br/>
1167
- <label for="<?php echo esc_attr( $this->get_field_id( 'gab' ) ); ?>"><?php _e( 'Gab.com URL:', 'sassy-social-share' ); ?></label>
1168
- <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'gab' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'gab' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['gab'] ); ?>" /><br/>
1169
  <span>https://gab.com/ID</span><br/><br/>
1170
- <label for="<?php echo esc_attr( $this->get_field_id( 'gettr' ) ); ?>"><?php _e( 'Gettr.com URL:', 'sassy-social-share' ); ?></label>
1171
- <input style="width: 95%" class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'gettr' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'gettr' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['gettr'] ); ?>" /><br/>
1172
  <span>https://www.gettr.com/user/ID</span><br/><br/>
1173
- <label for="<?php echo $this->get_field_id( 'after_widget_content' ); ?>"><?php _e( 'After widget content:', 'super-socializer' ); ?></label>
1174
- <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']; ?>" />
1175
  </p>
1176
  <?php
1177
  }
1178
  }
1179
- add_action( 'widgets_init', function() { return register_widget( "TheChampFollowWidget" ); } );
5
  */
6
  class TheChampLoginWidget extends WP_Widget {
7
  /** constructor */
8
+ public function __construct(){
9
  parent::__construct(
10
  'TheChampLogin', //unique id
11
  __('Super Socializer - Login'), //title displayed at admin panel
12
  array(
13
+ 'description' => __('Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google, LinkedIn', 'super-socializer'))
14
  );
15
  }
16
 
17
  /** This is rendered widget content */
18
+ public function widget($args, $instance){
19
  // if social login is disabled, return
20
  if(!the_champ_social_login_enabled()){
21
  return;
22
  }
23
+ extract($args );
24
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
25
  echo $before_widget;
26
+ if(!empty($instance['before_widget_content'])){
27
+ echo '<div>' . esc_html($instance['before_widget_content']) . '</div>';
28
  }
29
  if(!is_user_logged_in()){
30
+ if(!empty($instance['title'])){
31
+ $title = apply_filters('widget_title', $instance['title']);
32
+ echo $before_title . esc_html($title) . $after_title;
33
  }
34
+ global $heateorSsAllowedTags;
35
+ echo wp_kses(the_champ_login_button(true), $heateorSsAllowedTags);
36
  }else{
37
+ if(!empty($instance['title_after'])){
38
+ $title = apply_filters('widget_title', $instance['title_after']);
39
+ echo $before_title . esc_html($title) . $after_title;
40
  }
41
  global $theChampLoginOptions, $user_ID;
42
  $userInfo = get_userdata($user_ID);
43
  echo "<div style='height:80px;width:180px'><div style='width:63px;float:left;'>";
44
  echo @get_avatar($user_ID, 60, '', '');
45
  echo "</div><div style='float:left; margin-left:10px'>";
46
+ echo esc_html(str_replace('-', ' ', $userInfo->user_login));
47
+ do_action('the_champ_login_widget_hook', $userInfo->user_login);
48
  echo '<br/><a href="' . wp_logout_url(esc_url(home_url())) . '">' .__('Log Out', 'super-socializer') . '</a></div></div>';
49
  }
50
  echo '<div style="clear:both"></div>';
51
+ if(!empty($instance['after_widget_content'])){
52
+ echo '<div>' . esc_html($instance['after_widget_content']) . '</div>';
53
  }
54
  echo $after_widget;
55
  }
56
 
57
  /** Everything which should happen when user edit widget at admin panel */
58
+ public function update($new_instance, $old_instance){
59
  $instance = $old_instance;
60
+ $instance['title'] = strip_tags($new_instance['title']);
61
+ $instance['title_after'] = strip_tags($new_instance['title_after']);
62
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
63
  $instance['after_widget_content'] = $new_instance['after_widget_content'];
64
  $instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
67
  }
68
 
69
  /** Widget options in admin panel */
70
+ public function form($instance){
71
  /* Set up default widget settings. */
72
+ $defaults = array('title' => __('Login with your Social Account', 'super-socializer'), 'title_after' => '', 'before_widget_content' => '', 'after_widget_content' => '');
73
 
74
+ foreach($instance as $key => $value){
75
+ if( is_string($value)){
76
+ $instance[ $key ] = esc_attr($value);
77
  }
78
  }
79
 
81
  ?>
82
  <p>
83
  <p><strong>Note:</strong> <?php _e('Make sure Social Login is enabled at "Super Socializer > Social Login" page.', 'super-socializer') ?></p>
84
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title (before login):', 'super-socializer'); ?></label>
85
+ <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']; ?>" />
86
+ <label for="<?php echo $this->get_field_id('title_after'); ?>"><?php _e('Title (after login):', 'super-socializer'); ?></label>
87
+ <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id('title_after'); ?>" name="<?php echo $this->get_field_name('title_after'); ?>" type="text" value="<?php echo esc_attr($instance['title_after']); ?>" />
88
+ <label for="<?php echo $this->get_field_id('before_widget_content'); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
89
+ <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 esc_attr($instance['before_widget_content']); ?>" />
90
+ <label for="<?php echo $this->get_field_id('after_widget_content'); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
91
+ <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 esc_attr($instance['after_widget_content']); ?>" />
92
  <br /><br />
93
+ <label for="<?php echo $this->get_field_id('hide_for_logged_in'); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
94
+ <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"'; ?> />
95
  </p>
96
  <?php
97
  }
98
  }
99
+ add_action('widgets_init', function(){ return register_widget( "TheChampLoginWidget" ); } );
100
 
101
  /**
102
  * Widget for Social Sharing (Standard widget)
103
  */
104
  class TheChampSharingWidget extends WP_Widget {
105
  /** constructor */
106
+ public function __construct(){
107
  parent::__construct(
108
  'TheChampHorizontalSharing', //unique id
109
  'Super Socializer - Sharing (Standard Widget)', //title displayed at admin panel
110
  //Additional parameters
111
  array(
112
+ 'description' => __('Standard sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more', 'super-socializer'))
113
  );
114
  }
115
 
116
  /** This is rendered widget content */
117
+ public function widget($args, $instance){
118
  // return if sharing is disabled
119
  if(!the_champ_social_sharing_enabled() || !the_champ_horizontal_sharing_enabled()){
120
  return;
121
  }
122
+ extract($args );
123
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
124
 
125
  global $theChampSharingOptions, $post;
134
  $postId = 0;
135
  }elseif(isset($instance['target_url'])){
136
  if($instance['target_url'] == 'default'){
137
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
138
  if(is_home()){
139
  $sharingUrl = esc_url(home_url());
140
  $postId = 0;
141
  }elseif(!is_singular()){
142
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
143
  $postId = 0;
144
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
145
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
146
+ }elseif(get_permalink($post->ID)){
147
  $sharingUrl = get_permalink($post->ID);
148
  }
149
  }elseif($instance['target_url'] == 'homepage'){
170
  $shareCountTransientId = heateor_ss_get_share_count_transient_id($sharingUrl);
171
  $cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId);
172
 
173
+ global $heateorSsAllowedTags;
174
+ echo wp_kses( "<div class='the_champ_sharing_container the_champ_horizontal_sharing' " . (the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $sharingUrl) . '"') . ($cachedShareCount === false || the_champ_is_amp_page() ? "" : "data-super-socializer-no-counts='1' ") .">", $heateorSsAllowedTags );
175
 
176
  echo $before_widget;
177
 
178
+ if(!empty($instance['title'])){
179
+ $title = apply_filters('widget_title', $instance['title']);
180
+ echo $before_title . esc_html($title) . $after_title;
181
  }
182
 
183
+ if(!empty($instance['before_widget_content'])){
184
+ echo '<div>' . esc_html($instance['before_widget_content']) . '</div>';
185
  }
186
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
187
  $sharingUrl = wp_get_shortlink();
194
  }
195
  echo the_champ_prepare_sharing_html($sharingUrl, $shareCountUrl, 'horizontal', isset($instance['show_counts']), isset($instance['total_shares']), $shareCountTransientId, !is_singular() ? true : false);
196
 
197
+ if(!empty($instance['after_widget_content'])){
198
+ echo '<div>' . esc_html($instance['after_widget_content']) . '</div>';
199
  }
200
 
201
  echo '</div>';
213
  }
214
 
215
  /** Everything which should happen when user edit widget at admin panel */
216
+ public function update($new_instance, $old_instance){
217
  $instance = $old_instance;
218
+ $instance['title'] = strip_tags($new_instance['title']);
219
  $instance['show_counts'] = $new_instance['show_counts'];
220
  $instance['total_shares'] = $new_instance['total_shares'];
221
  $instance['target_url'] = $new_instance['target_url'];
228
  }
229
 
230
  /** Widget edit form at admin panel */
231
+ public function form($instance){
232
  /* Set up default widget settings. */
233
+ $defaults = array('title' => 'Share the joy', 'show_counts' => '', 'total_shares' => '', 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'hide_for_logged_in' => '');
234
 
235
+ foreach($instance as $key => $value){
236
+ if( is_string($value)){
237
+ $instance[ $key ] = esc_attr($value);
238
  }
239
  }
240
 
251
  </script>
252
  <p>
253
  <p><strong>Note:</strong> <?php _e('Make sure "Standard Social Sharing" is enabled at "Super Socializer > Social Sharing" page.', 'super-socializer') ?></p>
254
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'super-socializer'); ?></label>
255
+ <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 esc_attr($instance['title']); ?>" /> <br/><br/>
256
+ <label for="<?php echo $this->get_field_id('show_counts'); ?>"><?php _e('Show individual share counts:', 'super-socializer'); ?></label>
257
+ <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/>
258
+ <label for="<?php echo $this->get_field_id('total_shares'); ?>"><?php _e('Show total shares:', 'super-socializer'); ?></label>
259
+ <input id="<?php echo $this->get_field_id('total_shares'); ?>" name="<?php echo $this->get_field_name('total_shares'); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
260
+ <label for="<?php echo $this->get_field_id('target_url'); ?>"><?php _e('Target Url:', 'super-socializer'); ?></label>
261
+ <select style="width: 95%" onchange="theChampToggleHorSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id('target_url'); ?>" name="<?php echo $this->get_field_name('target_url'); ?>">
262
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
263
+ <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></option>
264
+ <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>><?php _e('Url of the homepage of your website', 'super-socializer') ?></option>
265
+ <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>><?php _e('Custom Url', 'super-socializer') ?></option>
266
  </select>
267
+ <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorSharingTargetUrl" 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']) ? esc_attr($instance['target_url_custom']) : ''; ?>" />
268
+ <label for="<?php echo $this->get_field_id('before_widget_content'); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
269
+ <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 esc_attr($instance['before_widget_content']); ?>" />
270
+ <label for="<?php echo $this->get_field_id('after_widget_content'); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
271
+ <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 esc_attr($instance['after_widget_content']); ?>" />
272
+ <br /><br /><label for="<?php echo $this->get_field_id('hide_for_logged_in'); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
273
+ <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"'; ?> />
274
  </p>
275
  <?php
276
  }
277
  }
278
+ add_action('widgets_init', function(){ return register_widget( "TheChampSharingWidget" ); } );
279
 
280
  /**
281
  * Widget for Social Sharing (Floating widget)
282
  */
283
  class TheChampVerticalSharingWidget extends WP_Widget {
284
  /** constructor */
285
+ public function __construct(){
286
  parent::__construct(
287
  'TheChampVerticalSharing', //unique id
288
  'Super Socializer - Sharing (Floating Widget)', //title displayed at admin panel
289
  //Additional parameters
290
  array(
291
+ 'description' => __('Floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more', 'super-socializer'))
292
  );
293
  }
294
 
295
  /** This is rendered widget content */
296
+ public function widget($args, $instance){
297
  // return if sharing is disabled
298
  if(!the_champ_social_sharing_enabled() || the_champ_is_amp_page() || !the_champ_vertical_sharing_enabled()){
299
  return;
300
  }
301
+ extract($args );
302
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
303
 
304
  global $theChampSharingOptions, $post;
313
  $postId = 0;
314
  }elseif(isset($instance['target_url'])){
315
  if($instance['target_url'] == 'default'){
316
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
317
  if(is_home()){
318
  $sharingUrl = esc_url(home_url());
319
  $postId = 0;
320
  }elseif(!is_singular()){
321
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
322
  $postId = 0;
323
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
324
+ $sharingUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
325
+ }elseif(get_permalink($post->ID)){
326
  $sharingUrl = get_permalink($post->ID);
327
  }
328
  }elseif($instance['target_url'] == 'homepage'){
354
  $shareCountTransientId = heateor_ss_get_share_count_transient_id($sharingUrl);
355
  $cachedShareCount = heateor_ss_get_cached_share_count($shareCountTransientId);
356
 
357
+ global $heateorSsAllowedTags;
358
+ echo wp_kses("<div class='the_champ_sharing_container the_champ_vertical_sharing" . (isset($theChampSharingOptions['hide_mobile_sharing']) ? ' the_champ_hide_sharing' : '') . (isset($theChampSharingOptions['bottom_mobile_sharing']) ? ' the_champ_bottom_sharing' : '') . "' " . (the_champ_is_amp_page() ? "" : "data-heateor-ss-offset='". $ssOffset ."' " ) . "style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['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;') . "' " . (the_champ_is_amp_page() ? '' : 'data-super-socializer-href="' . (isset($shareCountUrl) && $shareCountUrl ? $shareCountUrl : $sharingUrl) . '"') . ($cachedShareCount === false || the_champ_is_amp_page() ? "" : "data-super-socializer-no-counts='1' ") .">", $heateorSsAllowedTags);
359
 
360
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
361
  $sharingUrl = wp_get_shortlink();
383
  }
384
 
385
  /** Everything which should happen when user edit widget at admin panel */
386
+ public function update($new_instance, $old_instance){
387
  $instance = $old_instance;
388
  $instance['target_url'] = $new_instance['target_url'];
389
  $instance['show_counts'] = $new_instance['show_counts'];
400
  }
401
 
402
  /** Widget edit form at admin panel */
403
+ public function form($instance){
404
  /* Set up default widget settings. */
405
  $defaults = array('alignment' => 'left', 'show_counts' => '', 'total_shares' => '', 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '', 'hide_for_logged_in' => '');
406
 
407
+ foreach($instance as $key => $value){
408
+ if( is_string($value)){
409
+ $instance[ $key ] = esc_attr($value);
410
  }
411
  }
412
 
432
  }
433
  </script>
434
  <p><strong>Note:</strong> <?php _e('Make sure "Floating Social Sharing" is enabled at "Super Socializer > Social Sharing" page.', 'super-socializer') ?></p>
435
+ <label for="<?php echo $this->get_field_id('show_counts'); ?>"><?php _e('Show individual share counts:', 'super-socializer'); ?></label>
436
+ <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/>
437
+ <label for="<?php echo $this->get_field_id('total_shares'); ?>"><?php _e('Show total shares:', 'super-socializer'); ?></label>
438
+ <input id="<?php echo $this->get_field_id('total_shares'); ?>" name="<?php echo $this->get_field_name('total_shares'); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
439
+ <label for="<?php echo $this->get_field_id('target_url'); ?>"><?php _e('Target Url:', 'super-socializer'); ?></label>
440
+ <select style="width: 95%" onchange="theChampToggleVerticalSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id('target_url'); ?>" name="<?php echo $this->get_field_name('target_url'); ?>">
441
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
442
+ <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>><?php _e('Url of the webpage where icons are located (default)', 'super-socializer
443
+ ') ?></option>
444
+ <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>><?php _e('Url of the homepage of your website', 'super-socializer
445
+ ') ?></option>
446
+ <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>><?php _e('Custom Url', 'super-socializer
447
+ ') ?></option>
448
  </select>
449
+ <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampVerticalSharingTargetUrl" 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']) ? esc_attr($instance['target_url_custom']) : ''; ?>" />
450
+ <label for="<?php echo $this->get_field_id('alignment'); ?>"><?php _e('Alignment', 'super-socializer'); ?></label>
451
+ <select onchange="theChampToggleSharingOffset(this.value)" style="width: 95%" class="widefat" id="<?php echo $this->get_field_id('alignment'); ?>" name="<?php echo $this->get_field_name('alignment'); ?>">
452
+ <option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e('Left', 'super-socializer') ?></option>
453
+ <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e('Right', 'super-socializer') ?></option>
454
  </select>
455
  <div class="theChampSharingLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
456
+ <label for="<?php echo $this->get_field_id('left_offset'); ?>"><?php _e('Left Offset', 'super-socializer'); ?></label>
457
+ <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 esc_attr($instance['left_offset']); ?>" />px<br/>
458
  </div>
459
  <div class="theChampSharingRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
460
+ <label for="<?php echo $this->get_field_id('right_offset'); ?>"><?php _e('Right Offset', 'super-socializer'); ?></label>
461
+ <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 esc_attr($instance['right_offset']); ?>" />px<br/>
462
  </div>
463
+ <label for="<?php echo $this->get_field_id('top_offset'); ?>"><?php _e('Top Offset', 'super-socializer'); ?></label>
464
+ <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 esc_attr($instance['top_offset']); ?>" />px<br/>
465
 
466
+ <label for="<?php echo $this->get_field_id('vertical_bg'); ?>"><?php _e('Background Color', 'super-socializer'); ?></label>
467
+ <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 esc_attr($instance['vertical_bg']); ?>" />
468
 
469
+ <br /><br /><label for="<?php echo $this->get_field_id('hide_for_logged_in'); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
470
+ <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"'; ?> />
471
  </p>
472
  <?php
473
  }
474
  }
475
+ add_action('widgets_init', function(){ return register_widget( "TheChampVerticalSharingWidget" ); } );
476
 
477
  /**
478
  * Widget for Social Counter (Standard widget)
479
  */
480
  class TheChampCounterWidget extends WP_Widget {
481
  /** constructor */
482
+ public function __construct(){
483
  parent::__construct(
484
  'TheChampHorizontalCounter', //unique id
485
  'Super Socializer - Like Buttons (Standard Widget)', //title displayed at admin panel
486
  //Additional parameters
487
  array(
488
+ 'description' => __('Standard like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Pinterest and many more', 'super-socializer')
489
  )
490
  );
491
  }
492
 
493
  /** This is rendered widget content */
494
+ public function widget($args, $instance){
495
  // return if sharing is disabled
496
  if(!the_champ_social_counter_enabled() || !the_champ_horizontal_counter_enabled()){
497
  return;
498
  }
499
+ extract($args );
500
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
501
 
502
  global $theChampCounterOptions, $post;
503
+ $postId = $post->ID;
504
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
505
  if($customUrl){
506
  $sharingUrl = $customUrl;
507
  $postId = 0;
508
  }elseif(isset($instance['target_url'])){
509
  if($instance['target_url'] == 'default'){
510
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
511
  if(is_home()){
512
  $counterUrl = esc_url(home_url());
513
  $postId = 0;
514
  }elseif(!is_singular()){
515
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
516
  $postId = 0;
517
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
518
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
519
+ }elseif(get_permalink($post->ID)){
520
  $counterUrl = get_permalink($post->ID);
521
  }
522
  }elseif($instance['target_url'] == 'homepage'){
535
 
536
  echo $before_widget;
537
 
538
+ if(!empty($instance['title'])){
539
+ $title = apply_filters('widget_title', $instance['title']);
540
+ echo $before_title . esc_html($title) . $after_title;
541
  }
542
 
543
+ if(!empty($instance['before_widget_content'])){
544
+ echo '<div>' . esc_html($instance['before_widget_content']) . '</div>';
545
  }
546
  // if bit.ly integration enabled, generate bit.ly short url
547
  $shortUrl = $counterUrl;
556
  }
557
  echo the_champ_prepare_counter_html($counterUrl, 'horizontal', $shortUrl, !is_singular() ? true : false);
558
 
559
+ if(!empty($instance['after_widget_content'])){
560
+ echo '<div>' . esc_html($instance['after_widget_content']) . '</div>';
561
  }
562
 
563
  echo "</div>";
565
  }
566
 
567
  /** Everything which should happen when user edit widget at admin panel */
568
+ public function update($new_instance, $old_instance){
569
  $instance = $old_instance;
570
+ $instance['title'] = strip_tags($new_instance['title']);
571
+ $instance['target_url'] = strip_tags($new_instance['target_url']);
572
+ $instance['target_url_custom'] = strip_tags($new_instance['target_url_custom']);
573
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
574
  $instance['after_widget_content'] = $new_instance['after_widget_content'];
575
  $instance['hide_for_logged_in'] = $new_instance['hide_for_logged_in'];
578
  }
579
 
580
  /** Widget edit form at admin panel */
581
+ public function form($instance){
582
  /* Set up default widget settings. */
583
+ $defaults = array('title' => 'Share the joy', 'before_widget_content' => '', 'after_widget_content' => '', 'target_url_custom' => '', 'target_url' => 'default');
584
 
585
+ foreach($instance as $key => $value){
586
+ if( is_string($value)){
587
+ $instance[ $key ] = esc_attr($value);
588
  }
589
  }
590
 
601
  </script>
602
  <p>
603
  <p><strong>Note:</strong> <?php _e('Make sure "Standard Like Buttons" are enabled from "Super Socializer > Like Buttons" page.', 'super-socializer') ?></p>
604
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'super-socializer'); ?></label>
605
+ <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 esc_attr($instance['title']); ?>" />
606
+ <label for="<?php echo $this->get_field_id('target_url'); ?>"><?php _e('Target Url:', 'super-socializer'); ?></label>
607
+ <select style="width: 95%" onchange="theChampToggleHorCounterTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id('target_url'); ?>" name="<?php echo $this->get_field_name('target_url'); ?>">
608
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
609
+ <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></option>
610
+ <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>><?php _e('Url of the homepage of your website', 'super-socializer') ?></option>
611
+ <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>><?php _e('Custom Url', 'super-socializer') ?></option>
612
  </select>
613
+ <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorCounterTargetUrl" 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']) ? esc_attr($instance['target_url_custom']) : ''; ?>" />
614
+ <label for="<?php echo $this->get_field_id('before_widget_content'); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
615
+ <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']; ?>" />
616
+ <label for="<?php echo $this->get_field_id('after_widget_content'); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
617
+ <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']; ?>" />
618
+ <br /><br /><label for="<?php echo $this->get_field_id('hide_for_logged_in'); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
619
+ <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"'; ?> />
620
  </p>
621
  <?php
622
  }
623
  }
624
+ add_action('widgets_init', function(){ return register_widget( "TheChampCounterWidget" ); } );
625
 
626
  /**
627
  * Widget for Social Counter (Floating widget)
628
  */
629
  class TheChampVerticalCounterWidget extends WP_Widget {
630
  /** constructor */
631
+ public function __construct(){
632
  parent::__construct(
633
  'TheChampVerticalCounter', //unique id
634
  'Super Socializer - Like Buttons (Floating Widget)', //title displayed at admin panel
635
  //Additional parameters
636
  array(
637
+ 'description' => __('Floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Pinterest and many more', 'super-socializer'))
638
  );
639
  }
640
 
641
  /** This is rendered widget content */
642
+ public function widget($args, $instance){
643
  // return if counter is disabled
644
  if(!the_champ_social_counter_enabled() || !the_champ_vertical_counter_enabled()){
645
  return;
646
  }
647
+ extract($args );
648
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
649
 
650
  global $theChampCounterOptions, $post;
651
+ $postId = $post->ID;
652
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
653
  if($customUrl){
654
  $sharingUrl = $customUrl;
655
  $postId = 0;
656
  }elseif(isset($instance['target_url'])){
657
  if($instance['target_url'] == 'default'){
658
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
659
  if(is_home()){
660
  $counterUrl = esc_url(home_url());
661
  $postId = 0;
662
  }elseif(!is_singular()){
663
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
664
  $postId = 0;
665
  }elseif(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING']){
666
+ $counterUrl = esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
667
+ }elseif(get_permalink($post->ID)){
668
  $counterUrl = get_permalink($post->ID);
669
  }
670
  }elseif($instance['target_url'] == 'homepage'){
684
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
685
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
686
  }
687
+ global $heateorSsAllowedTags;
688
+ echo wp_kses("<div class='the_champ_counter_container the_champ_vertical_counter" . (isset($theChampCounterOptions['hide_mobile_likeb']) ? ' the_champ_hide_sharing' : '') . "' " . ( the_champ_is_amp_page() ? "" : "data-heateor-ss-offset='". $ssOffset ."' " ) . "style='".(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;') . "' >", $heateorSsAllowedTags);
689
  // if bit.ly integration enabled, generate bit.ly short url
690
  $shortUrl = $counterUrl;
691
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
704
  }
705
 
706
  /** Everything which should happen when user edit widget at admin panel */
707
+ public function update($new_instance, $old_instance){
708
  $instance = $old_instance;
709
+ $instance['target_url'] = strip_tags($new_instance['target_url']);
710
+ $instance['target_url_custom'] = strip_tags($new_instance['target_url_custom']);
711
  $instance['alignment'] = $new_instance['alignment'];
712
  $instance['left_offset'] = $new_instance['left_offset'];
713
  $instance['right_offset'] = $new_instance['right_offset'];
719
  }
720
 
721
  /** Widget edit form at admin panel */
722
+ public function form($instance){
723
  /* Set up default widget settings. */
724
  $defaults = array('alignment' => 'left', 'left_offset' => '40', 'right_offset' => '0', 'top_offset' => '100', 'vertical_bg' => '', 'target_url' => 'default', 'target_url_custom' => '');
725
 
726
+ foreach($instance as $key => $value){
727
+ if( is_string($value)){
728
+ $instance[ $key ] = esc_attr($value);
729
  }
730
  }
731
 
752
  </script>
753
  <p>
754
  <p><strong>Note:</strong> <?php _e('Make sure "Floating Like Buttons" are enabled from "Super Socializer > Like Buttons" page.', 'super-socializer') ?></p>
755
+ <label for="<?php echo $this->get_field_id('target_url'); ?>"><?php _e('Target Url:', 'super-socializer'); ?></label>
756
+ <select style="width: 95%" onchange="theChampToggleVerticalCounterTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id('target_url'); ?>" name="<?php echo $this->get_field_name('target_url'); ?>">
757
  <option value="">--<?php _e('Select', 'super-socializer') ?>--</option>
758
+ <option value="default" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'default' ? 'selected' : '' ; ?>><?php _e('Url of the webpage where icons are located (default)', 'super-socializer'); ?></option>
759
+ <option value="homepage" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'homepage' ? 'selected' : '' ; ?>><?php _e('Url of the homepage of your website', 'super-socializer'); ?></option>
760
+ <option value="custom" <?php echo isset($instance['target_url']) && $instance['target_url'] == 'custom' ? 'selected' : '' ; ?>><?php _e('Custom Url', 'super-socializer'); ?></option>
761
  </select>
762
+ <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampVerticalCounterTargetUrl" 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'] : ''; ?>" />
763
+ <label for="<?php echo $this->get_field_id('alignment'); ?>"><?php _e('Alignment', 'super-socializer'); ?></label>
764
+ <select style="width: 95%" onchange="theChampToggleCounterOffset(this.value)" class="widefat" id="<?php echo $this->get_field_id('alignment'); ?>" name="<?php echo $this->get_field_name('alignment'); ?>">
765
+ <option value="left" <?php echo $instance['alignment'] == 'left' ? 'selected' : ''; ?>><?php _e('Left', 'super-socializer') ?></option>
766
+ <option value="right" <?php echo $instance['alignment'] == 'right' ? 'selected' : ''; ?>><?php _e('Right', 'super-socializer') ?></option>
767
  </select>
768
  <div class="theChampCounterLeftOffset" <?php echo $instance['alignment'] == 'right' ? 'style="display: none"' : ''; ?>>
769
+ <label for="<?php echo $this->get_field_id('left_offset'); ?>"><?php _e('Left Offset', 'super-socializer'); ?></label>
770
+ <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 esc_attr($instance['left_offset']); ?>" />px<br/>
771
  </div>
772
  <div class="theChampCounterRightOffset" <?php echo $instance['alignment'] == 'left' ? 'style="display: none"' : ''; ?>>
773
+ <label for="<?php echo $this->get_field_id('right_offset'); ?>"><?php _e('Right Offset', 'super-socializer'); ?></label>
774
+ <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 esc_attr($instance['right_offset']); ?>" />px<br/>
775
  </div>
776
+ <label for="<?php echo $this->get_field_id('top_offset'); ?>"><?php _e('Top Offset', 'super-socializer'); ?></label>
777
+ <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 esc_attr($instance['top_offset']); ?>" />px<br/>
778
 
779
+ <label for="<?php echo $this->get_field_id('vertical_bg'); ?>"><?php _e('Background Color', 'super-socializer'); ?></label>
780
+ <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 esc_attr($instance['vertical_bg']); ?>" />
781
 
782
+ <br /><br /><label for="<?php echo $this->get_field_id('hide_for_logged_in'); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
783
+ <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"'; ?> />
784
  </p>
785
  <?php
786
  }
787
  }
788
+ add_action('widgets_init', function(){ return register_widget( "TheChampVerticalCounterWidget" ); } );
789
 
790
  /**
791
  * Widget for Social Media follow icons
792
  */
793
  class TheChampFollowWidget extends WP_Widget {
794
  /** constructor */
795
+ public function __construct(){
796
  parent::__construct(
797
  'TheChampFollow', //unique id
798
  __('Super Socializer - Follow Icons', 'super-socializer'), //title displayed at admin panel
799
  array(
800
+ 'description' => __('These icons link to your Social Media accounts', 'super-socializer'))
801
  );
802
  }
803
 
804
  /** This is rendered widget content */
805
+ public function widget($args, $instance){
806
+ if( the_champ_is_amp_page()){
807
  return;
808
  }
809
+ extract($args );
810
  echo $before_widget;
811
+ if(!empty($instance['before_widget_content'])){
812
+ echo '<div>' . esc_html($instance['before_widget_content']) . '</div>';
813
  }
814
  $check_theme = '';
815
+ if(!isset($instance['custom_color']) || $instance['custom_color'] == ''){
816
  $check_theme = '';
817
+ } elseif($instance['custom_color'] == 'standard'){
818
  $check_theme = 'standard_';
819
+ } elseif($instance['custom_color'] == 'floating'){
820
  $check_theme = 'floating_';
821
  }
822
  $style = '';
823
+ if($instance['type'] == 'floating'){
824
+ $style = 'position:fixed;top:' . (isset($instance['top_offset']) ? intval($instance['top_offset']) : 100 ) . 'px;' . (isset($instance['alignment']) && $instance['alignment'] == 'left' ? 'left' : 'right') . ':' . (isset($instance['alignment_value']) ? intval($instance['alignment_value']) : 100 ) . 'px;width:' . (isset($instance['size']) ? intval($instance['size']) : 32 ) . 'px;';
825
  }
826
+ global $heateorSsAllowedTags;
827
+ echo wp_kses('<div style="' . $style . '" class="heateor_ss_' . $check_theme . 'follow_icons_container' . (isset($instance['bottom_mobile_sharing']) ? ' heateor_ss_bottom_follow' : '') . '">', $heateorSsAllowedTags);
828
+ if(!empty($instance['title'])){
829
+ $title = apply_filters('widget_title', $instance['title']);
830
  echo $before_title . $title . $after_title;
831
  }
832
+ echo $this->follow_icons($instance);
833
  echo '<div style="clear:both"></div>';
834
  echo '</div>';
835
+ if(!empty($instance['after_widget_content'])){
836
+ echo '<div>' . esc_html($instance['after_widget_content']) . '</div>';
837
  }
838
  echo $after_widget;
839
  }
840
 
841
  /** Render follow icons */
842
+ private function follow_icons($instance){
843
  $logo_color = '#fff';
844
  $html = '';
845
+ if(isset($instance['type']) && $instance['type'] == 'standard' && isset($instance['hor_alignment']) && $instance['hor_alignment'] == "center" ){
846
  $html .= '<style>div.heateor_ss_follow_ul{width:100%;text-align:center;}.widget_thechampfollow div.heateor_ss_follow_ul a{float:none!important;display:inline-block;}</style>';
847
  }
848
+ if(isset($instance['hide_mobile_sharing']) && $instance['vertical_screen_width'] != ''){
849
+ $html .= '<style>@media screen and (max-width:' . $instance['vertical_screen_width'] . 'px){.the_champ_floating_follow_icons_container{display:none!important}}</style>';
850
  }
851
  global $theChampSharingOptions;
852
+ if(isset($instance['custom_color']) && $instance['custom_color'] == 'standard'){
853
+ if($theChampSharingOptions['horizontal_font_color_default']){
854
  $logo_color = $theChampSharingOptions['horizontal_font_color_default'];
855
  }
856
+ if($theChampSharingOptions['horizontal_font_color_hover']){
857
  $html .= "<style>.widget_thechampfollow span.the_champ_svg svg:hover path:not(.the_champ_no_fill),.widget_thechampfollow span.the_champ_svg svg:hover ellipse, .widget_thechampfollow span.the_champ_svg svg:hover circle,.widget_thechampfollow span.the_champ_svg svg:hover polygon{
858
  fill: " . $theChampSharingOptions['horizontal_font_color_hover'] . ";
859
  }
864
  fill: " . $theChampSharingOptions['horizontal_font_color_hover'] . "!important;
865
  }</style>";
866
  }
867
+ } elseif(isset($instance['custom_color']) && $instance['custom_color'] == 'floating'){
868
+ if($theChampSharingOptions['vertical_font_color_default']){
869
  $logo_color = $theChampSharingOptions['vertical_font_color_default'];
870
  }
871
+ if($theChampSharingOptions['vertical_font_color_hover']){
872
  $html .= "<style>.widget_thechampfollow span.the_champ_svg svg:hover path:not(.the_champ_no_fill),.widget_thechampfollow span.the_champ_svg svg:hover ellipse, .widget_thechampfollow span.the_champ_svg svg:hover circle,.widget_thechampfollow span.the_champ_svg svg:hover polygon{
873
  fill:". $theChampSharingOptions['vertical_font_color_hover'] .";
874
  }
880
  }</style>";
881
  }
882
  }
883
+ $bottom_sharing_alignment = ! isset($instance['bottom_sharing_alignment']) || $instance['bottom_sharing_alignment'] == 'left' ? 'left' : 'right';
884
  $bottom_sharing_alignment_inverse = $bottom_sharing_alignment == 'left' ? 'right' : 'left';
885
  $bottom_sharing_responsive_css = '';
886
+ if(isset($instance['type']) && $instance['type'] == 'floating' && isset($instance['bottom_sharing_position_radio']) && $instance['bottom_sharing_position_radio'] == 'responsive'){
887
  $vertical_sharing_icon_height = $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size'];
888
+ $num_sharing_icons = isset($theChampSharingOptions['vertical_re_providers']) ? count($theChampSharingOptions['vertical_re_providers']) : 0;
889
+ $bottom_sharing_responsive_css = 'div.the_champ_bottom_follow{width:100%!important;left:0!important;}div.the_champ_bottom_follow a{width:' . ( 100/($num_sharing_icons )) . '%!important;}div.the_champ_bottom_follow .the_champ_svg{width:100%!important;}';
890
  }
891
+ if(isset($instance['type']) && $instance['type'] == 'floating' && isset($instance['bottom_mobile_sharing']) && $instance['horizontal_screen_width'] != '' && isset($instance['bottom_sharing_position_radio']) && $instance['bottom_sharing_position_radio'] == 'responsive'){
892
+ $bottom_sharing_position = isset($instance['bottom_sharing_position']) ? $instance['bottom_sharing_position'] : '0';
893
+ $html .= '<style>div.the_champ_mobile_footer{display:none;}@media screen and (max-width:' . (isset($instance['horizontal_screen_width']) ? intval($instance['horizontal_screen_width']) : 786 ) . 'px){' . $bottom_sharing_responsive_css . 'div.the_champ_mobile_footer{display:block;height:' . ($theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? $theChampSharingOptions['vertical_sharing_height'] : $theChampSharingOptions['vertical_sharing_size']) . 'px;}.the_champ_bottom_follow{padding:0!important;' . (isset($instance['bottom_sharing_position_radio']) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? $bottom_sharing_alignment . ':' . $bottom_sharing_position . 'px!important;' . $bottom_sharing_alignment_inverse . ':auto!important;' : '') . 'display:block!important;width:auto!important;bottom:' . (isset($theChampSharingOptions['vertical_total_shares']) ? '-10' : '-2') . 'px!important;top:auto!important;}}</style>';
894
  }
895
 
896
+ $iconStyle = 'width:' . $instance['size'] . 'px;height:' . $instance['size'] . 'px;' . ($instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '');
897
+ $html .= '<div class="heateor_ss_follow_ul" ' . (isset($instance['hor_alignment']) && $instance['hor_alignment'] == 'right' ? ' style="float:right"' : '') . '>';
898
+ if(isset($instance['facebook']) && $instance['facebook']){
899
  $html .= '<a class="the_champ_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 42 42"><path d="M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z" fill="'. $logo_color .'"></path></svg></span></a>';
900
  }
901
+ if(isset($instance['twitter']) && $instance['twitter']){
902
  $html .= '<a class="the_champ_twitter" href="'. $instance['twitter'] .'" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55acee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="'. $logo_color .'"></path></svg></span></a>';
903
  }
904
+ if(isset($instance['instagram']) && $instance['instagram']){
905
  $html .= '<a class="the_champ_instagram" href="'. $instance['instagram'] .'" title="Instagram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#53beee;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg height="100%" width="100%" version="1.1" viewBox="-10 -10 148 148" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M86,112H42c-14.336,0-26-11.663-26-26V42c0-14.337,11.664-26,26-26h44c14.337,0,26,11.663,26,26v44 C112,100.337,100.337,112,86,112z M42,24c-9.925,0-18,8.074-18,18v44c0,9.925,8.075,18,18,18h44c9.926,0,18-8.075,18-18V42 c0-9.926-8.074-18-18-18H42z" fill="'. $logo_color .'"></path></g><g><path d="M64,88c-13.234,0-24-10.767-24-24c0-13.234,10.766-24,24-24s24,10.766,24,24C88,77.233,77.234,88,64,88z M64,48c-8.822,0-16,7.178-16,16s7.178,16,16,16c8.822,0,16-7.178,16-16S72.822,48,64,48z" fill="'. $logo_color .'"></path></g><g><circle cx="89.5" cy="38.5" fill="'. $logo_color .'" r="5.5"></circle></g></g></svg></span></a>';
906
  }
907
+ if(isset($instance['parler']) && $instance['parler']){
908
  $html .= '<a class="the_champ_parler" href="'. $instance['parler'] .'" title="Parler" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3c589a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="-24 -30 140 160"><g fill="'. $logo_color .'"><path d="M58.34 83.31h-25v-8.49c0-4.5 3.64-8.14 8.14-8.14h16.87c13.8 0 25.02-11.19 25.02-24.94 0-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0 7.45 7.45 0 16.63 0h36.41l5.44.17C81.39.24 100 18.86 100 41.74c0 22.92-18.69 41.57-41.66 41.57z"></path><path d="M16.65 100C7.46 100 .02 92.55.02 83.37V49.49c0-8.92 7.23-16.16 16.16-16.16h42.19a8.32 8.32 0 010 16.64h-33.5c-4.53 0-8.21 3.67-8.21 8.21V100z"></path></g></svg></span></a>';
909
  }
910
+ if(isset($instance['gab']) && $instance['gab']){
911
  $html .= '<a class="the_champ_gab" href="'. $instance['gab'] .'" title="Gab" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#25CC80;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg style="%inner_style%" version="1.1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-14.5 3.5 46 30" xml:space="preserve"><g><path fill="'. $logo_color .'" d="M13.8,7.6h-2.4v0.7V9l-0.4-0.3C10.2,7.8,9,7.2,7.7,7.2c-0.2,0-0.4,0-0.4,0c-0.1,0-0.3,0-0.5,0 c-5.6,0.3-8.7,7.2-5.4,12.1c2.3,3.4,7.1,4.1,9.7,1.5l0.3-0.3l0,0.7c0,1-0.1,1.5-0.4,2.2c-1,2.4-4.1,3-6.8,1.3 c-0.2-0.1-0.4-0.2-0.4-0.2c-0.1,0.1-1.9,3.5-1.9,3.6c0,0.1,0.5,0.4,0.8,0.6c2.2,1.4,5.6,1.7,8.3,0.8c2.7-0.9,4.5-3.2,5-6.4 c0.2-1.1,0.2-0.8,0.2-8.4l0-7.1H13.8z M9.7,17.6c-2.2,1.2-4.9-0.4-4.9-2.9C4.8,12.6,7,11,9,11.6C11.8,12.4,12.3,16.1,9.7,17.6z"></path></g></svg></span></a>';
912
  }
913
+ if(isset($instance['gettr']) && $instance['gettr']){
914
  $html .= '<a class="the_champ_gettr" href="'. $instance['gettr'] .'" title="Gettr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#E50000;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg width="100%" height="100%" viewBox="-8 -5 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M24.528 7.9125C24.1467 8.22187 23.7874 8.3875 23.2655 8.39688C23.7249 7.94688 24.1405 7.43125 24.478 6.875C24.8155 6.31875 25.0717 5.71875 25.2624 5.09375C23.6436 6.32187 21.1561 6.64062 18.9186 7.55312C16.753 8.42812 14.8186 9.85312 14.5655 11.7312C14.3874 13.0781 15.0686 14.6531 16.0249 16.0063C16.1311 15.6469 16.303 15.2781 16.553 15.0125C17.0467 14.4906 17.853 14.3594 18.628 14.2344C19.7999 14.0469 20.8936 13.875 21.8561 13.3156C22.5342 12.9219 23.1436 12.3313 23.528 11.6281C23.7467 11.2344 23.8936 10.8031 23.9811 10.3656C23.7311 10.6 23.3405 10.7531 23.0155 10.6844C23.8186 9.9 24.3374 9.00625 24.528 7.9125Z" fill="'. $logo_color .'"/><path d="M16.0221 17.6094H8.7002V18.2969C8.7002 18.2969 12.1314 18.4781 12.6877 21.0938H16.0189H19.3502C19.9064 18.4781 23.3377 18.2969 23.3377 18.2969V17.6094H16.0221Z" fill="'. $logo_color .'"/><path d="M19.2221 21.6846C19.0033 21.6439 18.8002 21.7658 18.7627 21.9596L18.3689 24.4533C18.3658 24.4721 18.3627 24.4908 18.3627 24.5096H17.6346L17.9564 22.0721C17.9752 21.8752 17.8127 21.7033 17.5971 21.6814C17.3783 21.6596 17.1846 21.8033 17.1689 21.9971L17.0189 24.5064C17.0189 24.5096 17.0189 24.5096 17.0189 24.5127H16.3314L16.4221 22.0377C16.4221 21.8533 16.2627 21.7002 16.0658 21.6846C16.0533 21.6846 16.0408 21.6814 16.0252 21.6814C16.0127 21.6814 15.9971 21.6814 15.9846 21.6846C15.8377 21.6971 15.7127 21.7814 15.6596 21.9033C15.6377 21.9471 15.6283 21.9939 15.6283 22.0439L15.7189 24.5189H15.0314C15.0314 24.5158 15.0314 24.5158 15.0314 24.5127L14.8752 22.0002C14.8564 21.8033 14.6658 21.6627 14.4471 21.6846C14.2283 21.7064 14.0658 21.8814 14.0877 22.0752L14.4096 24.5127H13.6814C13.6783 24.4939 13.6752 24.4752 13.6752 24.4564L13.2814 21.9627C13.2439 21.7689 13.0377 21.6471 12.8221 21.6877C12.6033 21.7283 12.4627 21.9221 12.5002 22.1158L13.0564 24.5158H13.3846C13.4814 25.0502 13.5439 25.4252 13.5783 25.6283H14.1283C14.2314 26.6533 15.2189 36.1221 15.2189 36.1221C15.2189 36.1221 15.2846 36.9252 16.0221 36.9252C16.7564 36.9252 16.8252 36.1221 16.8252 36.1221C16.9908 34.7971 17.8064 26.5814 17.9158 25.6283H18.4689C18.5033 25.4252 18.5658 25.0502 18.6627 24.5158H18.9908L19.5471 22.1158C19.5814 21.9189 19.4377 21.7252 19.2221 21.6846Z" fill="'. $logo_color .'"/></svg></span></a>';
915
  }
916
+ if(isset($instance['pinterest']) && $instance['pinterest']){
917
  $html .= '<a class="the_champ_pinterest" href="'. $instance['pinterest'] .'" title="Pinterest" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#cc2329;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 35 35"><path fill="'. $logo_color .'" d="M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z"/></svg></span></a>';
918
  }
919
+ if(isset($instance['behance']) && $instance['behance']){
920
  $html .= '<a class="the_champ_behance" href="'. $instance['behance'] .'" title="Behance" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#053eff;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path d="M3.862 8.136h5.66c1.377 0 3.19 0 4.13.566a3.705 3.705 0 0 1 1.837 3.26c0 1.66-.88 2.905-2.32 3.494v.042c1.924.397 2.97 1.838 2.97 3.76 0 2.297-1.636 4.483-4.743 4.483H3.86V8.14zm2.078 6.71h4.152c2.36 0 3.322-.856 3.322-2.493 0-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0 7.144h5.2c1.792 0 2.93-1.09 2.93-2.797 0-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453 22.65 25.663 24 23.127 24c-3.607 0-5.31-2.49-5.422-5.944 0-3.386 2.23-5.878 5.31-5.878 4 0 5.225 3.74 5.116 6.47h-8.455c-.067 1.966 1.05 3.716 3.52 3.716 1.53 0 2.6-.742 2.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946 0-3.106 1.466-3.236 3.19h6.492zM20.614 8h4.935v1.68h-4.94z" fill="'. $logo_color .'"></path></svg></span></a>';
921
  }
922
+ if(isset($instance['flickr']) && $instance['flickr']){
923
  $html .= '<a class="the_champ_flickr" href="'. $instance['flickr'] .'" title="Flickr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#ff0084;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><g fill="'. $logo_color .'"><circle cx="23" cy="16" r="6"></circle><circle cx="9" cy="16" r="6"></circle></g></svg></span></a>';
924
  }
925
+ if(isset($instance['foursquare']) && $instance['foursquare']){
926
  $html .= '<a class="the_champ_foursquare" href="'. $instance['foursquare'] .'" title="Foursquare" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#f94877;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 40 40"><path fill="'. $logo_color .'" d="M21.516 3H7.586C5.66 3 5 4.358 5 5.383v21.995c0 1.097.65 1.407.958 1.53.31.126 1.105.206 1.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79 0 1.81-1.45 1.997-2.206.157-.63 1.946-9.57 2.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2 9.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108 1.032v.665c0 .61.5 1.24 1.108 1.24h4.607c.43 0 .794.276.7.737-.093.46-.573 2.82-.627 3.07-.052.254-.282.764-.716.764h-3.62c-.682 0-1.36-.008-1.816.56-.458.573-4.534 5.293-4.534 5.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834 1L20.2 9.68z"></path></svg></span></a>';
927
  }
928
+ if(isset($instance['github']) && $instance['github']){
929
  $html .= '<a class="the_champ_github" href="'. $instance['github'] .'" title="Github" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#2a2a2a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M16 3.32c-7.182 0-13 5.82-13 13 0 5.754 3.72 10.612 8.89 12.335.65.114.893-.276.893-.617 0-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86 1.024-.017 1.755.942 2 1.332 1.17 1.966 3.038 1.414 3.785 1.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418 0-1.414.504-2.584 1.333-3.494-.13-.325-.59-1.657.13-3.445 0 0 1.085-.34 3.57 1.337 1.04-.293 2.146-.44 3.25-.44s2.21.147 3.25.44c2.49-1.69 3.58-1.337 3.58-1.337.714 1.79.26 3.12.13 3.446.828.91 1.332 2.064 1.332 3.494 0 4.99-3.04 6.094-5.93 6.42.47.405.876 1.185.876 2.404 0 1.74-.016 3.136-.016 3.575 0 .34.244.743.894.613C25.28 26.933 29 22.053 29 16.32c0-7.182-5.817-13-13-13z"></path></svg></span></a>';
930
  }
931
+ if(isset($instance['linkedin']) && $instance['linkedin']){
932
  $html .= '<a class="the_champ_linkedin" href="'. $instance['linkedin'] .'" title="Linkedin" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#0077b5;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="'. $logo_color .'"></path></svg></span></a>';
933
  }
934
+ if(isset($instance['linkedin_company']) && $instance['linkedin_company']){
935
  $html .= '<a class="the_champ_linkedin_company" href="'. $instance['linkedin_company'] .'" title="linkedinCompany" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#0077b5;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path d="M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z" fill="'. $logo_color .'"></path></svg></span></a>';
936
  }
937
+ if(isset($instance['medium']) && $instance['medium']){
938
  $html .= '<a class="the_champ_medium" href="'. $instance['medium'] .'" title="medium" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#2a2a2a;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path d="M7.8 11a.8.8 0 0 0-.27-.7l-2-2.42v-.41h6.23L16.57 18l4.24-10.53h5.94v.36L25 9.47a.5.5 0 0 0-.19.48v12.1a.5.5 0 0 0 .19.48l1.68 1.64v.36h-8.4v-.36L20 22.49c.18-.17.18-.22.18-.49v-9.77l-4.82 12.26h-.65L9.09 12.23v8.22a1.09 1.09 0 0 0 .31.94l2.25 2.74v.36h-6.4v-.36l2.26-2.74a1.09 1.09 0 0 0 .29-.94z" fill="'. $logo_color .'"></path></svg></span></a>';
939
  }
940
+ if(isset($instance['mewe']) && $instance['mewe']){
941
  $html .= '<a class="the_champ_mewe" href="'. $instance['mewe'] .'" title="Mewe" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#007da1;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-3 -3 38 38"><g fill="'. $logo_color .'"><path d="M9.636 10.427a1.22 1.22 0 1 1-2.44 0 1.22 1.22 0 1 1 2.44 0zM15.574 10.431a1.22 1.22 0 0 1-2.438 0 1.22 1.22 0 1 1 2.438 0zM22.592 10.431a1.221 1.221 0 1 1-2.443 0 1.221 1.221 0 0 1 2.443 0zM29.605 10.431a1.221 1.221 0 1 1-2.442 0 1.221 1.221 0 0 1 2.442 0zM3.605 13.772c0-.471.374-.859.859-.859h.18c.374 0 .624.194.789.457l2.935 4.597 2.95-4.611c.18-.291.43-.443.774-.443h.18c.485 0 .859.387.859.859v8.113a.843.843 0 0 1-.859.845.857.857 0 0 1-.845-.845V16.07l-2.366 3.559c-.18.276-.402.443-.72.443-.304 0-.526-.167-.706-.443l-2.354-3.53V21.9c0 .471-.374.83-.845.83a.815.815 0 0 1-.83-.83v-8.128h-.001zM14.396 14.055a.9.9 0 0 1-.069-.333c0-.471.402-.83.872-.83.415 0 .735.263.845.624l2.23 6.66 2.187-6.632c.139-.402.428-.678.859-.678h.124c.428 0 .735.278.859.678l2.187 6.632 2.23-6.675c.126-.346.415-.609.83-.609.457 0 .845.361.845.817a.96.96 0 0 1-.083.346l-2.867 8.032c-.152.43-.471.706-.887.706h-.165c-.415 0-.721-.263-.872-.706l-2.161-6.328-2.16 6.328c-.152.443-.47.706-.887.706h-.165c-.415 0-.72-.263-.887-.706l-2.865-8.032z"></path></g></svg></span></a>';
942
  }
943
+ if(isset($instance['odnoklassniki']) && $instance['odnoklassniki']){
944
  $html .= '<a class="the_champ_odnoklassniki" href="'. $instance['odnoklassniki'] .'" title="Odnoklassniki" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#f2720c;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M16 16.16a6.579 6.579 0 0 1-6.58-6.58A6.578 6.578 0 0 1 16 3a6.58 6.58 0 1 1 .002 13.16zm0-9.817a3.235 3.235 0 0 0-3.236 3.237 3.234 3.234 0 0 0 3.237 3.236 3.236 3.236 0 1 0 .004-6.473zm7.586 10.62c.647 1.3-.084 1.93-1.735 2.99-1.395.9-3.313 1.238-4.564 1.368l1.048 1.05 3.877 3.88c.59.59.59 1.543 0 2.133l-.177.18c-.59.59-1.544.59-2.134 0l-3.88-3.88-3.877 3.88c-.59.59-1.543.59-2.135 0l-.176-.18a1.505 1.505 0 0 1 0-2.132l3.88-3.877 1.042-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747 1.4-1.367 2.768-.29C13.035 18.13 16 18.13 16 18.13s2.968 0 4.818-1.456c1.368-1.077 2.4-.457 2.768.29z"></path></svg></span></a>';
945
  }
946
+ if(isset($instance['telegram']) && $instance['telegram']){
947
  $html .= '<a class="the_champ_telegram" href="'. $instance['telegram'] .'" title="Telegram" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#3da5f1;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z"></path></svg></span></a>';
948
  }
949
+ if(isset($instance['tumblr']) && $instance['tumblr']){
950
  $html .= '<a class="the_champ_tumblr" href="'. $instance['tumblr'] .'" title="Tumblr" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#29435d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M20.775 21.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17 1.556-.895 4.287-3.923 5.378v2.578h2.02v6.522c0 2.232 1.647 5.404 5.994 5.33 1.467-.025 3.096-.64 3.456-1.17l-.96-2.846z"/></svg></span></a>';
951
  }
952
+ if(isset($instance['vimeo']) && $instance['vimeo']){
953
  $html .= '<a class="the_champ_vimeo" href="'. $instance['vimeo'] .'" title="Vimeo" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#1ab7ea;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 36 36"><path fill="'. $logo_color .'" d="M26.926 10.627c-.103 2.25-1.675 5.332-4.716 9.245C19.066 23.957 16.406 26 14.23 26c-1.348 0-2.49-1.244-3.42-3.732l-1.867-6.844C8.25 12.937 7.51 11.69 6.715 11.69c-.173 0-.778.365-1.815 1.09l-1.088-1.4a300.012 300.012 0 0 0 3.374-3.01c1.522-1.315 2.666-2.007 3.427-2.076 1.8-.173 2.907 1.057 3.322 3.69.45 2.84.76 4.608.935 5.3.52 2.356 1.09 3.534 1.713 3.534.483 0 1.21-.764 2.18-2.294.97-1.528 1.488-2.692 1.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554 0-1.125.126-1.712.378 1.137-3.722 3.308-5.53 6.513-5.426 2.378.068 3.498 1.61 3.36 4.62z"></path></svg></span></a>';
954
  }
955
+ if(isset($instance['vkontakte']) && $instance['vkontakte']){
956
  $html .= '<a class="the_champ_vkontakte" href="'. $instance['vkontakte'] .'" title="Vkontakte" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#cc2329;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-1 -2 34 34"><path fill-rule="evenodd" clip-rule="evenodd" fill="'. $logo_color .'" d="M15.764 22.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255 1.844 1.705 2.942 2.46.832.57 1.464.445 1.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39 1.353-1.804 1.893-2.902 1.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522 1.394-1.223 2.58c-1.47 2.5-2.06 2.633-2.3 2.476-.563-.36-.42-1.454-.42-2.23 0-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33 1.496.33 1.496s.193 2.852-.46 3.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46 5.757 5.245 8.657c2.553 2.66 5.454 2.485 5.454 2.485z"/></svg></span></a>';
957
  }
958
+ if(isset($instance['whatsapp']) && $instance['whatsapp']){
959
  $html .= '<a class="the_champ_whatsapp" href="'. $instance['whatsapp'] .'" title="Whatsapp" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#55eb4c;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-5 -5 40 40"><path id="arc1" stroke="'. $logo_color .'" stroke-width="2" fill="none" d="M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046"></path><path d="M 7 19 l -1 6 l 6 -1" stroke="'. $logo_color .'" stroke-width="2" fill="none"></path><path d="M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4" fill="'. $logo_color .'"></path></svg></span></a>';
960
  }
961
+ if(isset($instance['xing']) && $instance['xing']){
962
  $html .= '<a class="the_champ_xing" href="'. $instance['xing'] .'" title="Xing" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#00797d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-6 -6 42 42"><path d="M 6 9 h 5 l 4 4 l -5 7 h -5 l 5 -7 z m 15 -4 h 5 l -9 13 l 4 8 h -5 l -4 -8 z" fill="'. $logo_color .'"></path></svg></span></a>';
963
  }
964
+ if(isset($instance['youtube']) && $instance['youtube']){
965
  $html .= '<a class="the_champ_facebook" href="'. $instance['facebook'] .'" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:red;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>';
966
  }
967
+ if(isset($instance['youtube_channel']) && $instance['youtube_channel']){
968
  $html .= '<a class="the_champ_youtube_channel" href="'. $instance['youtube_channel'] .'" title="Youtubechannel" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:red;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="'. $logo_color .'" d="M26.78 11.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618 0-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874 2.184-.874 2.184S5 13.386 5 15.166v1.67c0 1.78.22 3.56.22 3.56s.215 1.516.874 2.184c.837.875 1.936.85 2.426.94 1.76.17 7.48.22 7.48.22s4.623-.007 7.7-.23c.43-.05 1.37-.056 2.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052 7.254v-6.18l5.944 3.1-5.944 3.08z"></path></svg></span></a>';
969
  }
970
+ if(isset($instance['rss_feed']) && $instance['rss_feed']){
971
  $html .= '<a class="the_champ_rss_feed" href="'. $instance['rss_feed'] .'" title="Rssfeed" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle;"><span style="background-color:#e3702d;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;'. $iconStyle .'" class="the_champ_svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 40 40"><g fill="'. $logo_color .'"><ellipse cx="7.952" cy="24.056" rx="2.952" ry="2.944"></ellipse><path d="M5.153 16.625c2.73 0 5.295 1.064 7.22 2.996a10.2 10.2 0 0 1 2.996 7.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724 0 17.636 7.932 17.636 17.682H27C27 14.812 17.203 5 5.16 5v4.193z"></path></g></svg></span></a>';
972
  }
973
+ $html = apply_filters('the_champ_follow_icons', $html, $instance, $iconStyle);
974
  $html .= '</div>';
975
 
976
  return $html;
978
  }
979
 
980
  /** Everything which should happen when user edit widget at admin panel */
981
+ public function update($new_instance, $old_instance){
982
  $instance = $old_instance;
983
+ $instance['title'] = strip_tags($new_instance['title']);
984
+ $instance['size'] = intval($new_instance['size']);
985
  $instance['custom_color'] = $new_instance['custom_color'] ;
986
  $instance['icon_shape'] = $new_instance['icon_shape'];
987
  $instance['type'] = $new_instance['type'];
1017
  }
1018
 
1019
  /** Widget options in admin panel */
1020
+ public function form($instance){
1021
  /* Set up default widget settings. */
1022
+ $defaults = array('hor_alignment' => 'left', 'title' => '', 'type' => 'standard', 'alignment' => 'right', 'size' => '32', 'icon_shape' => 'round', 'custom_color' => '', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'gettr' => '', 'gab' => '', 'parler' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'gitlab' => '', 'linkedin' => '', 'linkedin_company' => '', 'medium' => '', 'mewe' => '', 'odnoklassniki' => '', 'telegram' => '', 'tumblr' => '', 'vimeo' => '', 'vkontakte' => '', 'whatsapp' => '', 'xing' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'before_widget_content' => '', 'after_widget_content' => '', 'top_offset' => '200', 'alignment_value' => '0', 'mobile_sharing' => '1', 'bottom_mobile_sharing' => '1', 'vertical_screen_width' => '783', 'horizontal_screen_width' => '783', 'bottom_sharing_alignment' => 'left', 'bottom_sharing_position_radio' => 'responsive', 'bottom_sharing_position' => '0');
1023
 
1024
+ foreach($instance as $key => $value){
1025
+ if( is_string($value)){
1026
+ $instance[ $key ] = esc_attr($value);
1027
  }
1028
  }
1029
 
1030
  $instance = wp_parse_args( (array)$instance, $defaults );
1031
  ?>
1032
  <p>
1033
+ <label for="<?php echo $this->get_field_id('before_widget_content'); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
1034
+ <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 esc_attr($instance['before_widget_content']); ?>" /><br/><br/>
1035
+ <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'super-socializer'); ?></label>
1036
+ <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 esc_attr($instance['title']); ?>" /><br/><br/>
1037
+ <label for="<?php echo esc_attr($this->get_field_id('mode_standard')); ?>"><?php _e('Type:', 'super-socializer') ?></label><br>
1038
+ <input id="<?php echo esc_attr($this->get_field_id('mode_standard')); ?>" type="radio" onclick="jQuery('.heateorSssFloatingAlignment').css('display', 'none');" name="<?php echo esc_attr($this->get_field_name('type')); ?>" value="standard" <?php if(! isset($instance['type']) || $instance['type'] == 'standard'){
1039
  echo "checked";
1040
+ } ?>><label for="<?php echo esc_attr($this->get_field_id('mode_standard')); ?>"> <?php _e('Standard', 'super-socializer') ?></label><br>
1041
+ <input id="<?php echo esc_attr($this->get_field_id('mode_floating')); ?>" type="radio" name="<?php echo esc_attr($this->get_field_name('type')); ?>" onclick="jQuery('.heateorSssFloatingAlignment').css('display', 'block');" value="floating" <?php if($instance['type'] == 'floating'){
1042
  echo "checked";
1043
+ }?>><label for="<?php echo esc_attr($this->get_field_id('mode_floating')); ?>"> <?php _e('Floating', 'super-socializer') ?></label><br><br>
1044
 
1045
  <div class="heateorSssFloatingAlignment"
1046
  <?php echo $instance['type'] == 'standard' ? "style='display:none'" : "style='display:block'" ?>>
1047
+ <label for="<?php echo esc_attr($this->get_field_id('top_offset')); ?>">
1048
+ <?php _e('Top offset:', 'super-socializer') ?>
1049
  </label>
1050
+ <input id="<?php echo esc_attr($this->get_field_id('top_offset')); ?>" type="text" name="<?php echo esc_attr($this->get_field_name('top_offset')); ?>" value="<?php echo isset($instance['top_offset']) ? esc_attr($instance['top_offset']) : ''; ?>"/>px<br><br>
1051
+ <label for="<?php echo esc_attr($this->get_field_id('floating_left')); ?>">
1052
+ <?php _e('Alignment:', 'super-socializer') ?>
1053
  </label>
1054
+ <input id="<?php echo esc_attr($this->get_field_id('floating_left')); ?>" type="radio" name="<?php echo esc_attr($this->get_field_name('alignment')); ?>" value="left"
1055
+ <?php if(! isset($instance['alignment']) || $instance['alignment'] == 'left'){
1056
  echo 'checked';
1057
  } ?>>
1058
+ <label for="<?php echo esc_attr($this->get_field_id('floating_left')); ?>">
1059
+ <?php _e('Left', 'super-socializer') ?>
1060
  </label>
1061
+ <input id="<?php echo esc_attr($this->get_field_id('floating_right')); ?>" type="radio" name="<?php echo esc_attr($this->get_field_name('alignment')); ?>" value="right"
1062
+ <?php if($instance['alignment'] == 'right'){
1063
  echo 'checked';
1064
  } ?> />
1065
+ <label for="<?php echo esc_attr($this->get_field_id('floating_right')); ?>" >
1066
+ <?php _e('Right', 'super-socializer') ?>
1067
  </label>
1068
  <br>
1069
  <br>
1070
+ <label id="<?php echo esc_attr($this->get_field_id('alignment_value_label')); ?>" for="<?php echo esc_attr($this->get_field_id('alignment_value')); ?>"><?php _e('Offset', 'super-socializer'); ?></label>
1071
  <br>
1072
+ <input id='<?php echo esc_attr($this->get_field_id('alignment_value')); ?>' type="text" name="<?php echo esc_attr($this->get_field_name('alignment_value')); ?>" value="<?php echo isset($instance['alignment_value']) ? esc_attr($instance['alignment_value']) : ''; ?>" />px<br><br>
1073
+ <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing')); ?>" name="<?php echo esc_attr($this->get_field_name('mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['mobile_sharing']) ? 'checked = "checked"' : ''; ?> value="1" />
1074
+ <label><?php echo sprintf( __('Display vertical interface only when screen is wider than %s pixels', 'super-socializer'), '<input style="width:46px" name="' . esc_attr($this->get_field_name('vertical_screen_width')) . '" type="text" value="' . (isset($instance['vertical_screen_width']) ? esc_attr($instance['vertical_screen_width']) : '') . '" />') ?></label>
1075
  <br><br>
1076
+ <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing_bottom')); ?>" name="<?php echo esc_attr($this->get_field_name('bottom_mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['bottom_mobile_sharing']) ? 'checked = "checked"' : '';?> value="1" />
1077
 
1078
+ <label><?php echo sprintf( __('Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'super-socializer'), '<input style="width:46px" name="' . esc_attr($this->get_field_name('horizontal_screen_width')) . '" type="text" value="' . (isset($instance['horizontal_screen_width']) ? $instance['horizontal_screen_width'] : '') . '" />') ?></label>
1079
 
1080
  <br><br>
1081
 
1082
+ <input type="radio" id="<?php echo esc_attr($this->get_field_id('bottom_sharing_position_radio_nonresponsive')); ?>" <?php echo isset($instance['bottom_sharing_position_radio']) && $instance['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="<?php echo esc_attr($this->get_field_name('bottom_sharing_position_radio')); ?>" value="nonresponsive" />
1083
 
1084
+ <label for="<?php echo esc_attr($this->get_field_id('bottom_sharing_position_radio_nonresponsive')); ?>"><?php echo sprintf( __('%s pixels from %s', 'super-socializer'), '<input id="'. esc_attr($this->get_field_id('mobile_sharing_position')) . '" style="width:46px" name="'.$this->get_field_name('bottom_sharing_position').'" type="text" value="' . (isset($instance['bottom_sharing_position']) ? $instance['bottom_sharing_position'] : '') . '" />', '<select style="width:63px" name="' . esc_attr($this->get_field_name('bottom_sharing_alignment')) . '"><option value="right" ' . (! isset($instance['bottom_sharing_alignment']) || $instance['bottom_sharing_alignment'] == 'right' ? 'selected' : '') . '>' . __('right', 'super-socializer') . '</option><option value="left" ' . (isset($instance['bottom_sharing_alignment']) && $instance['bottom_sharing_alignment'] == 'left' ? 'selected' : '') . '>' . __('left', 'super-socializer') . '</option></select>') ?></label>
1085
  <br/>
1086
 
1087
+ <input type="radio" id="<?php echo esc_attr($this->get_field_id('bottom_sharing_position_radio_responsive')); ?>" <?php echo ! isset($instance['bottom_sharing_position_radio']) || $instance['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="<?php echo esc_attr($this->get_field_name('bottom_sharing_position_radio')); ?>" value="responsive" /><label for="<?php echo esc_attr($this->get_field_id('bottom_sharing_position_radio_responsive')); ?>"><?php _e('Auto-adjust according to the screen-width (responsive)', 'super-socializer'); ?></label>
1088
  <br>
1089
  <br>
1090
  </div>
1091
+ <label for="<?php echo $this->get_field_id('size'); ?>"><?php _e('Size of icons', 'super-socializer'); ?></label>
1092
+ <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']; ?>" />pixels<br/><br/>
1093
+ <label for="<?php echo $this->get_field_id('icon_shape'); ?>"><?php _e('Icon Shape', 'super-socializer'); ?></label>
1094
+ <select style="width: 95%" class="widefat" id="<?php echo $this->get_field_id('icon_shape'); ?>" name="<?php echo $this->get_field_name('icon_shape'); ?>">
1095
+ <option value="round" <?php echo !isset($instance['icon_shape']) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e('Round', 'super-socializer'); ?></option>
1096
+ <option value="square" <?php echo isset($instance['icon_shape']) && $instance['icon_shape'] == 'square' ? 'selected' : '' ; ?>><?php _e('Square', 'super-socializer'); ?></option>
1097
  </select><br/><br/>
1098
+ <label for="<?php echo esc_attr($this->get_field_id('custom_color')); ?>"><?php _e('Apply icon color and background color from Theme Selection section:', 'super-socializer'); ?></label>
1099
+ <select style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('custom_color')); ?>" name="<?php echo esc_attr($this->get_field_name('custom_color')); ?>">
1100
+ <option value="" <?php echo ! isset($instance['custom_color']) || $instance['custom_color'] == '' ? 'selected' : '' ; ?>><?php _e('No', 'super-socializer'); ?></option>
1101
+ <option value="standard" <?php echo isset($instance['custom_color']) && $instance['custom_color'] == 'standard' ? 'selected' : '' ; ?>><?php _e('Yes, Standard Interface Theme', 'super-socializer'); ?></option>
1102
+ <option value="floating" <?php echo isset($instance['custom_color']) && $instance['custom_color'] == 'floating' ? 'selected' : '' ; ?>><?php _e('Yes, Floating Interface Theme', 'super-socializer'); ?></option>
1103
  </select><br/><br/>
1104
+ <label for="<?php echo $this->get_field_id('facebook'); ?>"><?php _e('Facebook URL:', 'super-socializer'); ?></label>
1105
+ <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 esc_attr($instance['facebook']); ?>" /><br/>
1106
  <span>https://www.facebook.com/ID</span><br/><br/>
1107
+ <label for="<?php echo $this->get_field_id('twitter'); ?>"><?php _e('Twitter URL:', 'super-socializer'); ?></label>
1108
+ <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 esc_attr($instance['twitter']); ?>" /><br/>
1109
  <span>https://twitter.com/ID</span><br/><br/>
1110
+ <label for="<?php echo $this->get_field_id('parler'); ?>"><?php _e('Parler URL:', 'super-socializer'); ?></label>
1111
+ <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 esc_attr($instance['parler']); ?>" /><br/>
1112
  <span>https://parler.com/profile/ID</span><br/><br/>
1113
+ <label for="<?php echo $this->get_field_id('instagram'); ?>"><?php _e('Instagram URL:', 'super-socializer'); ?></label>
1114
+ <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 esc_attr($instance['instagram']); ?>" /><br/>
1115
  <span>https://www.instagram.com/ID</span><br/><br/>
1116
+ <label for="<?php echo $this->get_field_id('pinterest'); ?>"><?php _e('Pinterest URL:', 'super-socializer'); ?></label>
1117
+ <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 esc_attr($instance['pinterest']); ?>" /><br/>
1118
  <span>https://www.pinterest.com/ID</span><br/><br/>
1119
+ <label for="<?php echo $this->get_field_id('behance'); ?>"><?php _e('Behance URL:', 'super-socializer'); ?></label>
1120
+ <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 esc_attr($instance['behance']); ?>" /><br/>
1121
  <span>https://www.behance.net/ID</span><br/><br/>
1122
+ <label for="<?php echo $this->get_field_id('flickr'); ?>"><?php _e('Flickr URL:', 'super-socializer'); ?></label>
1123
+ <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 esc_attr($instance['flickr']); ?>" /><br/>
1124
  <span>https://www.flickr.com/photos/ID</span><br/><br/>
1125
+ <label for="<?php echo $this->get_field_id('foursquare'); ?>"><?php _e('Foursquare URL:', 'super-socializer'); ?></label>
1126
+ <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 esc_attr($instance['foursquare']); ?>" /><br/>
1127
  <span>https://foursquare.com/ID</span><br/><br/>
1128
+ <label for="<?php echo $this->get_field_id('github'); ?>"><?php _e('Github URL:', 'super-socializer'); ?></label>
1129
+ <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 esc_attr($instance['github']); ?>" /><br/>
1130
  <span>https://github.com/ID</span><br/><br/>
1131
+ <label for="<?php echo $this->get_field_id('linkedin'); ?>"><?php _e('LinkedIn URL:', 'super-socializer'); ?></label>
1132
+ <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 esc_attr($instance['linkedin']); ?>" /><br/>
1133
  <span>https://www.linkedin.com/in/ID</span><br/><br/>
1134
+ <label for="<?php echo $this->get_field_id('linkedin_company'); ?>"><?php _e('LinkedIn Company URL:', 'super-socializer'); ?></label>
1135
+ <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 esc_attr($instance['linkedin_company']); ?>" /><br/>
1136
  <span>https://www.linkedin.com/company/ID</span><br/><br/>
1137
+ <label for="<?php echo $this->get_field_id('medium'); ?>"><?php _e('Medium URL:', 'super-socializer'); ?></label>
1138
+ <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 esc_attr($instance['medium']); ?>" /><br/>
1139
  <span>https://medium.com/@ID</span><br/><br/>
1140
+ <label for="<?php echo $this->get_field_id('mewe'); ?>"><?php _e('MeWe URL:', 'super-socializer'); ?></label>
1141
+ <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 esc_attr($instance['mewe']); ?>" /><br/>
1142
  <span>https://mewe.com/profile/ID</span><br/><br/>
1143
+ <label for="<?php echo $this->get_field_id('odnoklassniki'); ?>"><?php _e('Odnoklassniki URL:', 'super-socializer'); ?></label>
1144
+ <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 esc_attr($instance['odnoklassniki']); ?>" /><br/>
1145
  <span>https://ok.ru/profile/ID</span><br/><br/>
1146
+ <label for="<?php echo $this->get_field_id('snapchat'); ?>"><?php _e('Snapchat URL:', 'super-socializer'); ?></label>
1147
+ <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 esc_attr($instance['snapchat']); ?>" /><br/>
1148
  <span>https://www.snapchat.com/add/ID</span><br/><br/>
1149
+ <label for="<?php echo $this->get_field_id('telegram'); ?>"><?php _e('Telegram URL:', 'super-socializer'); ?></label>
1150
+ <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 esc_attr($instance['telegram']); ?>" /><br/>
1151
  <span>https://t.me/username</span><br/><br/>
1152
+ <label for="<?php echo $this->get_field_id('tumblr'); ?>"><?php _e('Tumblr URL:', 'super-socializer'); ?></label>
1153
+ <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 esc_attr($instance['tumblr']); ?>" /><br/>
1154
  <span>https://ID.tumblr.com</span><br/><br/>
1155
+ <label for="<?php echo $this->get_field_id('vimeo'); ?>"><?php _e('Vimeo URL:', 'super-socializer'); ?></label>
1156
+ <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 esc_attr($instance['vimeo']); ?>" /><br/>
1157
  <span>https://vimeo.com/ID</span><br/><br/>
1158
+ <label for="<?php echo $this->get_field_id('vkontakte'); ?>"><?php _e('Vkontakte URL:', 'super-socializer'); ?></label>
1159
+ <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 esc_attr($instance['vkontakte']); ?>" /><br/>
1160
  <span>https://vk.com/ID</span><br/><br/>
1161
+ <label for="<?php echo $this->get_field_id('xing'); ?>"><?php _e('Xing URL:', 'super-socializer'); ?></label>
1162
+ <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 esc_attr($instance['xing']); ?>" /><br/>
1163
  <span>https://www.xing.com/profile/ID</span><br/><br/>
1164
+ <label for="<?php echo $this->get_field_id('youtube'); ?>"><?php _e('Youtube URL:', 'super-socializer'); ?></label>
1165
+ <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 esc_attr($instance['youtube']); ?>" /><br/>
1166
  <span>https://www.youtube.com/user/ID</span><br/><br/>
1167
+ <label for="<?php echo $this->get_field_id('youtube_channel'); ?>"><?php _e('Youtube Channel URL:', 'super-socializer'); ?></label>
1168
+ <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 esc_attr($instance['youtube_channel']); ?>" /><br/>
1169
  <span>https://www.youtube.com/channel/ID</span><br/><br/>
1170
+ <label for="<?php echo $this->get_field_id('rss_feed'); ?>"><?php _e('RSS Feed URL:', 'super-socializer'); ?></label>
1171
+ <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 esc_attr($instance['rss_feed']); ?>" /><br/>
1172
  <span>http://www.example.com/feed/</span><br/><br/>
1173
+ <label for="<?php echo esc_attr($this->get_field_id('gab')); ?>"><?php _e('Gab.com URL:', 'super-socializer'); ?></label>
1174
+ <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('gab')); ?>" name="<?php echo esc_attr($this->get_field_name('gab')); ?>" type="text" value="<?php echo esc_attr($instance['gab']); ?>" /><br/>
1175
  <span>https://gab.com/ID</span><br/><br/>
1176
+ <label for="<?php echo esc_attr($this->get_field_id('gettr')); ?>"><?php _e('Gettr.com URL:', 'super-socializer'); ?></label>
1177
+ <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('gettr')); ?>" name="<?php echo esc_attr($this->get_field_name('gettr')); ?>" type="text" value="<?php echo esc_attr($instance['gettr']); ?>" /><br/>
1178
  <span>https://www.gettr.com/user/ID</span><br/><br/>
1179
+ <label for="<?php echo $this->get_field_id('after_widget_content'); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
1180
+ <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 esc_attr($instance['after_widget_content']); ?>" />
1181
  </p>
1182
  <?php
1183
  }
1184
  }
1185
+ add_action('widgets_init', function(){ return register_widget( "TheChampFollowWidget" ); } );
js/admin/sharing/admin.js CHANGED
@@ -252,7 +252,21 @@ function theChampVerticalCounterPreview(val){
252
  }else{
253
  heateorSsHorizontalFacebookShareEnabled = false;
254
  }
255
- heateorSsToggleFbShareCountOptions();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  });
257
  jQuery('input#the_champ_vertical_sharing_facebook').click(function(){
258
  if(jQuery(this).is(':checked')){
@@ -260,7 +274,6 @@ function theChampVerticalCounterPreview(val){
260
  }else{
261
  heateorSsVerticalFacebookShareEnabled = false;
262
  }
263
- heateorSsToggleFbShareCountOptions();
264
  });
265
  // instagram username option
266
  jQuery('input#the_champ_instagram').click(function(){
252
  }else{
253
  heateorSsHorizontalFacebookShareEnabled = false;
254
  }
255
+ });
256
+ // youtube url option
257
+ jQuery('input#the_champ_youtube').click(function(){
258
+ if(jQuery(this).is(':checked')){
259
+ jQuery('#the_champ_youtube_options').css('display', 'table-row-group');
260
+ }else{
261
+ jQuery('#the_champ_youtube_options').css('display', 'none');
262
+ }
263
+ });
264
+ jQuery('input#the_champ_vertical_sharing_youtube').click(function(){
265
+ if(jQuery(this).is(':checked')){
266
+ jQuery('#the_champ_vertical_youtube_options').css('display', 'table-row-group');
267
+ }else{
268
+ jQuery('#the_champ_vertical_youtube_options').css('display', 'none');
269
+ }
270
  });
271
  jQuery('input#the_champ_vertical_sharing_facebook').click(function(){
272
  if(jQuery(this).is(':checked')){
274
  }else{
275
  heateorSsVerticalFacebookShareEnabled = false;
276
  }
 
277
  });
278
  // instagram username option
279
  jQuery('input#the_champ_instagram').click(function(){
js/front/combined.js CHANGED
@@ -877,29 +877,37 @@ jQuery(function(){
877
  }
878
  }
879
  if(typeof theChampMobileStickySharingEnabled != 'undefined' && theChampMobileStickySharingEnabled == 1){
880
- if(jQuery('div.the_champ_vertical_sharing').length){
881
- // insert div before </body>
882
- jQuery(document.body).append("<div class='heateor_ss_mobile_footer'></div>");
883
- }
884
  }
885
 
886
- var heateorSsClipboard = new ClipboardJS('.theChampCopyLinkBackground, .theChampCopyLinkShare, .theChampCopyLinkSvg', {
887
  text: function(trigger) {
888
- if(jQuery(trigger).hasClass('theChampCopyLinkShare')){
889
- var element = trigger.parentElement.parentElement.parentElement.parentElement;
890
- var url = jQuery(element).attr("data-href") || "";
891
- }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
 
 
 
 
 
 
 
892
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
893
  var url = jQuery(element).attr("data-super-socializer-href") || "";
894
- if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != "undefined"){
895
- var url = heateorSsHorSharingShortUrl;
896
- }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != "undefined"){
897
- var url = heateorSsVerticalSharingShortUrl;
898
- }
899
  if(!url){
900
  var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
901
  var url = jQuery(element).attr("data-href") || "";
902
  }
 
 
 
 
 
 
903
  }
904
  return url;
905
  }
877
  }
878
  }
879
  if(typeof theChampMobileStickySharingEnabled != 'undefined' && theChampMobileStickySharingEnabled == 1){
880
+ if(jQuery('div.the_champ_vertical_sharing').length){
881
+ // insert div before </body>
882
+ jQuery(document.body).append("<div class='heateor_ss_mobile_footer'></div>");
883
+ }
884
  }
885
 
886
+ var heateorSsClipboard = new ClipboardJS('a.the_champ_button_copy_link, span.the_champ_s_copy_link, span.the_champ_s_copy_link svg, span.the_champ_more_label_copy_link', {
887
  text: function(trigger) {
888
+ if(jQuery(trigger).hasClass('the_champ_button_copy_link')){
889
+ var element = trigger.parentElement.parentElement;
890
+ var url = jQuery(element).attr("data-super-socializer-href") || "";
891
+ }else if(jQuery(trigger).hasClass('the_champ_s_copy_link')){
892
+ var element = trigger.parentElement.parentElement.parentElement;
893
+ var url = jQuery(element).attr("data-super-socializer-href") || "";
894
+ if(!url){
895
+ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement;
896
+ var url = jQuery(element).attr("data-href") || "";
897
+ }
898
+ }else if(jQuery(trigger).parent().hasClass('the_champ_s_copy_link')){
899
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
900
  var url = jQuery(element).attr("data-super-socializer-href") || "";
 
 
 
 
 
901
  if(!url){
902
  var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
903
  var url = jQuery(element).attr("data-href") || "";
904
  }
905
+ }else if(jQuery(trigger).hasClass('the_champ_more_label_copy_link')){
906
+ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement;
907
+ var url = jQuery(element).attr("data-href") || "";
908
+ }else if(jQuery(trigger).attr('href') != "undefined"){
909
+ var element = trigger.parentElement.parentElement.parentElement.parentElement;
910
+ var url = jQuery(element).attr("data-href") || "";
911
  }
912
  return url;
913
  }
js/front/sharing/sharing.js CHANGED
@@ -865,34 +865,42 @@ jQuery(function(){
865
  });
866
  }
867
  }
868
- if(theChampMobileStickySharingEnabled == 1){
869
  if(jQuery('div.the_champ_vertical_sharing').length){
870
  // insert div before </body>
871
  jQuery(document.body).append("<div class='heateor_ss_mobile_footer'></div>");
872
  }
873
  }
874
 
875
- var heateorSsClipboard = new ClipboardJS('.theChampCopyLinkBackground, .theChampCopyLinkShare, .theChampCopyLinkSvg', {
876
- text: function(trigger) {
877
- if(jQuery(trigger).hasClass('theChampCopyLinkShare')){
878
- var element = trigger.parentElement.parentElement.parentElement.parentElement;
879
- var url = jQuery(element).attr("data-href") || "";
880
- }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
881
- var element = trigger.parentElement.parentElement.parentElement.parentElement;
882
- var url = jQuery(element).attr("data-super-socializer-href") || "";
883
- if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != undefined){
884
- var url = heateorSsHorSharingShortUrl;
885
- }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != undefined){
886
- var url = heateorSsVerticalSharingShortUrl;
887
- }
888
- if(!url){
889
- var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
890
- var url = jQuery(element).attr("data-href") || "";
891
- }
892
- }
893
- return url;
894
- }
895
- });
 
 
 
 
 
 
 
 
896
  heateorSsClipboard.on('success', function(e) {
897
  alert(heateorSsCopyLinkMessage);
898
  });
865
  });
866
  }
867
  }
868
+ if(typeof theChampMobileStickySharingEnabled != 'undefined' && theChampMobileStickySharingEnabled == 1){
869
  if(jQuery('div.the_champ_vertical_sharing').length){
870
  // insert div before </body>
871
  jQuery(document.body).append("<div class='heateor_ss_mobile_footer'></div>");
872
  }
873
  }
874
 
875
+ var heateorSsClipboard = new ClipboardJS('a.the_champ_button_copy_link, span.the_champ_s_copy_link, span.the_champ_s_copy_link svg, span.the_champ_more_label_copy_link', {
876
+ text: function(trigger) {
877
+ if(jQuery(trigger).hasClass('the_champ_button_copy_link')){
878
+ var element = trigger.parentElement.parentElement;
879
+ var url = jQuery(element).attr("data-super-socializer-href") || "";
880
+ }else if(jQuery(trigger).hasClass('the_champ_s_copy_link')){
881
+ var element = trigger.parentElement.parentElement.parentElement;
882
+ var url = jQuery(element).attr("data-super-socializer-href") || "";
883
+ if(!url){
884
+ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement;
885
+ var url = jQuery(element).attr("data-href") || "";
886
+ }
887
+ }else if(jQuery(trigger).parent().hasClass('the_champ_s_copy_link')){
888
+ var element = trigger.parentElement.parentElement.parentElement.parentElement;
889
+ var url = jQuery(element).attr("data-super-socializer-href") || "";
890
+ if(!url){
891
+ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
892
+ var url = jQuery(element).attr("data-href") || "";
893
+ }
894
+ }else if(jQuery(trigger).hasClass('the_champ_more_label_copy_link')){
895
+ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement;
896
+ var url = jQuery(element).attr("data-href") || "";
897
+ }else if(jQuery(trigger).attr('href') != "undefined"){
898
+ var element = trigger.parentElement.parentElement.parentElement.parentElement;
899
+ var url = jQuery(element).attr("data-href") || "";
900
+ }
901
+ return url;
902
+ }
903
+ });
904
  heateorSsClipboard.on('success', function(e) {
905
  alert(heateorSsCopyLinkMessage);
906
  });
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:28+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -17,21 +17,23 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
21
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
22
- #: admin/social_login.php:5 admin/social_login.php:1984
23
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
27
- "\"%s\" target=\"_blank\">here</a>"
 
 
28
  msgstr ""
29
  "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة "
30
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
31
  "التغريد\""
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
- #: super_socializer.php:2386
35
  #, fuzzy
36
  msgid "General Options"
37
  msgstr "المشاركات الأفقي"
@@ -83,23 +85,23 @@ msgstr "رابط (URL) مخصّص"
83
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
84
  msgstr ""
85
 
86
- #: admin/general_options.php:89 admin/like_buttons.php:780
87
- #: admin/social_commenting.php:400 admin/social_login.php:1980
88
- #: admin/social_sharing.php:1912 helper.php:920
89
  #, fuzzy
90
  msgid "Save Changes"
91
  msgstr "حفظ"
92
 
93
- #: admin/general_options.php:103 admin/like_buttons.php:790
94
- #: admin/social_commenting.php:410 admin/social_login.php:1990
95
- #: admin/social_sharing.php:1922
96
  #, fuzzy
97
  msgid "Instagram Shoutout"
98
  msgstr "إنستاجرام"
99
 
100
- #: admin/general_options.php:105 admin/like_buttons.php:792
101
- #: admin/social_commenting.php:412 admin/social_login.php:1992
102
- #: admin/social_sharing.php:1924
103
  msgid ""
104
  "If you can send (to hello@heateor.com) how this plugin is helping your "
105
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -127,14 +129,19 @@ msgstr ""
127
 
128
  #: admin/help.php:23
129
  #, fuzzy
 
 
 
 
 
130
  msgid "Plugin Demo"
131
  msgstr "دعم البرنامج المساعد | Plugin Support"
132
 
133
- #: admin/help.php:29
134
  msgid "Translate Plugin"
135
  msgstr ""
136
 
137
- #: admin/help.php:35 admin/social_login.php:57
138
  #, fuzzy
139
  msgid "Customize Social Login Icons"
140
  msgstr ""
@@ -142,28 +149,23 @@ msgstr ""
142
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
143
  "فورا دون موافقة المشرف على النظام."
144
 
145
- #: admin/help.php:41
146
  msgid "Integrate with Google Analytics"
147
  msgstr ""
148
 
149
- #: admin/help.php:47
150
  msgid "Boost sharing by awarding points"
151
  msgstr "تعزيز تقاسم بمنح نقاط"
152
 
153
- #: admin/help.php:53
154
  msgid "Award points for Social Login"
155
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
156
 
157
- #: admin/help.php:59
158
  #, fuzzy
159
  msgid "Other Add-ons"
160
  msgstr "إضافات"
161
 
162
- #: admin/help.php:65
163
- #, fuzzy
164
- msgid "Support Forum"
165
- msgstr "الدعم | Support"
166
-
167
  #: admin/help.php:70
168
  msgid "Need Help?"
169
  msgstr "احتاج مساعدة؟"
@@ -218,28 +220,29 @@ msgid ""
218
  msgstr ""
219
  "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
220
 
221
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
222
  #, fuzzy
223
  msgid "Standard Interface"
224
  msgstr "المشاركات الأفقي"
225
 
226
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
227
  #, fuzzy
228
  msgid "Floating Interface"
229
  msgstr "المشاركات الأفقي"
230
 
231
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
232
  msgid "Miscellaneous"
233
  msgstr ""
234
 
235
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
236
  msgid "3rd Party Integration"
237
  msgstr ""
238
 
239
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
240
  #: admin/social_login.php:45 admin/social_login.php:1946
241
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
242
- #: admin/social_sharing.php:1839
243
  #, fuzzy
244
  msgid "Shortcode & Widget"
245
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -247,7 +250,7 @@ msgstr "استخدم كود مختصر | Include the shortcode"
247
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
248
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
249
  #: admin/social_login.php:46 admin/social_login.php:1960
250
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
251
  #, fuzzy
252
  msgid "FAQ"
253
  msgstr "الأسئلة الشائعة "
@@ -268,25 +271,27 @@ msgid "Master control to enable horizontal like buttons"
268
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
269
 
270
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
271
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
272
  #, fuzzy
273
  msgid "Target Url"
274
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
275
 
276
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
277
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
278
  #, fuzzy
279
  msgid "Url of the webpage where icons are located (default)"
280
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
281
 
282
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
283
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
284
  #, fuzzy
285
  msgid "Url of the homepage of your website"
286
  msgstr "URL لعملاء الموقع (اختياري)"
287
 
288
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
289
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
290
  #, fuzzy
291
  msgid "Custom url"
292
  msgstr "رابط (URL) مخصّص"
@@ -297,7 +302,7 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
297
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
298
 
299
  #: admin/like_buttons.php:105 admin/social_login.php:1231
300
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
301
  #, fuzzy
302
  msgid "Title"
303
  msgstr "العنوان"
@@ -318,28 +323,28 @@ msgid "Select the providers for interface. Drag them to rearrange."
318
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
319
 
320
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
321
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
322
  #, fuzzy
323
  msgid "Horizontal alignment"
324
  msgstr "بلا محاذاة"
325
 
326
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
327
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
328
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310 inc/widget.php:447
329
- #: inc/widget.php:759 inc/widget.php:1048
330
  #, fuzzy
331
  msgid "Left"
332
  msgstr "يسار"
333
 
334
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
335
  #, fuzzy
336
  msgid "Center"
337
  msgstr "وسط"
338
 
339
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
340
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
341
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311 inc/widget.php:448
342
- #: inc/widget.php:760 inc/widget.php:1055
343
  #, fuzzy
344
  msgid "Right"
345
  msgstr "يمين"
@@ -349,17 +354,17 @@ msgstr "يمين"
349
  msgid "Horizontal alignment of the interface"
350
  msgstr "بلا محاذاة"
351
 
352
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
353
  #, fuzzy
354
  msgid "Position with respect to content"
355
  msgstr "موضع الخلفية"
356
 
357
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
358
  #, fuzzy
359
  msgid "Top of the content"
360
  msgstr "أعلى"
361
 
362
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
363
  #, fuzzy
364
  msgid "Bottom of the content"
365
  msgstr "أسفل"
@@ -376,75 +381,75 @@ msgstr "واجهة الموقع"
376
 
377
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
378
  #: admin/social_login.php:1548 admin/social_login.php:1577
379
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
380
  #, fuzzy
381
  msgid "Homepage"
382
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
383
 
384
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
385
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
386
  #, fuzzy
387
  msgid "Posts"
388
  msgstr "مقالات"
389
 
390
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
391
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
392
  #, fuzzy
393
  msgid "Pages"
394
  msgstr "صفحات"
395
 
396
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
397
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
398
  msgid "Excerpts and Posts page"
399
  msgstr ""
400
 
401
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
402
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
403
  #, fuzzy
404
  msgid "Category Archives"
405
  msgstr "الأرشيف"
406
 
407
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
408
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
409
  #, fuzzy
410
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
411
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
412
 
413
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
414
  #, fuzzy
415
  msgid "BuddyPress activity"
416
  msgstr "النشاط BuddyPress والمجموعات"
417
 
418
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
419
  msgid "BuddyPress group (only at top of content)"
420
  msgstr ""
421
 
422
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
423
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
424
  #, fuzzy
425
  msgid "BBPress forum"
426
  msgstr "المنتدى المستعمل | User Forum"
427
 
428
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
429
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
430
  #, fuzzy
431
  msgid "BBPress topic"
432
  msgstr "إضافات الموضوع"
433
 
434
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
435
  #, fuzzy
436
  msgid "BBPress reply"
437
  msgstr "رد"
438
 
439
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
440
  msgid "After individual product at WooCommerce Shop page"
441
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
442
 
443
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
444
  msgid "WooCommerce Product Page"
445
  msgstr "WooCommerce صفحة المنتج"
446
 
447
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
448
  msgid "WooCommerce Thankyou Page"
449
  msgstr "WooCommerce الشكر الصفحة"
450
 
@@ -468,9 +473,9 @@ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذ
468
  msgid "Master control to enable vertical (floating) counter widget"
469
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
470
 
471
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
472
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289 inc/widget.php:461
473
- #: inc/widget.php:773
474
  #, fuzzy
475
  msgid "Background Color"
476
  msgstr "لون الخلفية"
@@ -487,7 +492,7 @@ msgstr ""
487
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
488
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
489
 
490
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
491
  #, fuzzy
492
  msgid "Left offset"
493
  msgstr "يسار"
@@ -501,7 +506,7 @@ msgstr ""
501
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
502
  "يمكن أن يكون رقم سلبي جداً."
503
 
504
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
505
  #, fuzzy
506
  msgid "Right offset"
507
  msgstr "يمين"
@@ -515,7 +520,7 @@ msgstr ""
515
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
516
  "يمكن أن يكون رقم سلبي جداً."
517
 
518
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
519
  #, fuzzy
520
  msgid "Top offset"
521
  msgstr "أعلى"
@@ -528,7 +533,7 @@ msgid ""
528
  msgstr ""
529
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
530
 
531
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
532
  #, fuzzy
533
  msgid "BuddyPress group"
534
  msgstr "تحرير ملفي الشخصي"
@@ -546,7 +551,7 @@ msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
546
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
547
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
548
 
549
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
550
  #, fuzzy
551
  msgid "Url shortener"
552
  msgstr "عنوان Url للقيام بالتعليق على"
@@ -570,16 +575,16 @@ msgstr ""
570
  msgid "Enable bit.ly url shortener for tweet button"
571
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
572
 
573
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
574
  #, fuzzy
575
  msgid "Master control to enable bit.ly url shortening for sharing"
576
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
577
 
578
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
579
  msgid "Bit.ly generic access token"
580
  msgstr ""
581
 
582
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
583
  #, php-format
584
  msgid ""
585
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -587,16 +592,16 @@ msgid ""
587
  "access token. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
588
  msgstr ""
589
 
590
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
591
  msgid "Clear Bitly Cache"
592
  msgstr ""
593
 
594
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
595
  #, fuzzy
596
  msgid "ShortUrl cache cleared successfully."
597
  msgstr "تم ربط حسابك بنجاح"
598
 
599
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
600
  msgid ""
601
  "Use this to delete short urls saved in database. Handy, if urls of your "
602
  "website have been changed but short urls are still being generated for old "
@@ -604,8 +609,8 @@ msgid ""
604
  msgstr ""
605
 
606
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
607
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
608
- #: admin/social_sharing.php:1717
609
  #, fuzzy
610
  msgid "Language"
611
  msgstr ""
@@ -656,11 +661,11 @@ msgstr ""
656
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
657
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
658
 
659
- #: admin/like_buttons.php:726 admin/social_sharing.php:1812
660
  msgid "myCRED"
661
  msgstr ""
662
 
663
- #: admin/like_buttons.php:731 admin/social_sharing.php:1817
664
  msgid "Append myCRED referral ID to the urls being shared"
665
  msgstr ""
666
 
@@ -669,18 +674,23 @@ msgstr ""
669
  msgid "Like Buttons Shortcode & Widget"
670
  msgstr "استخدم كود مختصر | Include the shortcode"
671
 
672
- #: admin/like_buttons.php:766 admin/social_sharing.php:1900
673
  msgid "Why is there so much space between like buttons?"
674
  msgstr ""
675
 
676
- #: admin/like_buttons.php:767 admin/social_sharing.php:1901
677
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
678
  msgstr ""
679
 
680
- #: admin/like_buttons.php:768 admin/social_sharing.php:1885
681
  msgid "How to Place Title and Social Share Icons in the Same Row?"
682
  msgstr ""
683
 
 
 
 
 
 
684
  #: admin/social_commenting.php:17
685
  #, fuzzy
686
  msgid "Enable Social Commenting"
@@ -918,7 +928,7 @@ msgid "Social Commenting Shortcode"
918
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
919
 
920
  #: admin/social_commenting.php:386 admin/social_login.php:1962
921
- #: admin/social_sharing.php:1872
922
  msgid ""
923
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
924
  "an online website for the plugin to function properly."
@@ -935,8 +945,8 @@ msgid ""
935
  "Https?"
936
  msgstr ""
937
 
938
- #: admin/social_commenting.php:389 admin/social_login.php:1969
939
- #: admin/social_sharing.php:1887
940
  msgid "Why is my browser blocking some features of the plugin?"
941
  msgstr ""
942
 
@@ -974,7 +984,7 @@ msgid "Advanced Configuration"
974
  msgstr "إنشاء ملف الإعدادات"
975
 
976
  #: admin/social_login.php:41 admin/social_login.php:1746
977
- #: super_socializer.php:2454
978
  msgid "GDPR"
979
  msgstr ""
980
 
@@ -2187,7 +2197,7 @@ msgid ""
2187
  "photo\" section in BuddyPress profile at front-end"
2188
  msgstr ""
2189
 
2190
- #: admin/social_login.php:1490 super_socializer.php:2072
2191
  msgid "Email required"
2192
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2193
 
@@ -2254,7 +2264,8 @@ msgstr " لوحتك الخاصة بالتحكم"
2254
  msgid "BuddyPress profile page"
2255
  msgstr "تحرير ملفي الشخصي"
2256
 
2257
- #: admin/social_login.php:1556 admin/social_login.php:1585
 
2258
  #, fuzzy
2259
  msgid "Custom Url"
2260
  msgstr "رابط (URL) مخصّص"
@@ -2465,8 +2476,8 @@ msgstr ""
2465
  msgid "Url of the privacy policy page of your website"
2466
  msgstr "URL لعملاء الموقع (اختياري)"
2467
 
2468
- #: admin/social_login.php:1917 inc/widget.php:261 inc/widget.php:439
2469
- #: inc/widget.php:603 inc/widget.php:751
2470
  #, fuzzy
2471
  msgid "Select"
2472
  msgstr "أختر ..."
@@ -2490,16 +2501,6 @@ msgid ""
2490
  "belong to the same app"
2491
  msgstr ""
2492
 
2493
- #: admin/social_login.php:1967
2494
- msgid "Social Login not working with Varnish enabled"
2495
- msgstr ""
2496
-
2497
- #: admin/social_login.php:1968
2498
- msgid ""
2499
- "Why the user is not appearing logged in even after Social Login until the "
2500
- "webpage is refreshed manually?"
2501
- msgstr ""
2502
-
2503
  #: admin/social_sharing.php:18
2504
  #, fuzzy
2505
  msgid "Enable Social Sharing"
@@ -2510,28 +2511,24 @@ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على ه
2510
  msgid "Master control to enable Social Sharing"
2511
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
2512
 
2513
- #: admin/social_sharing.php:37
2514
- msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2515
- msgstr ""
2516
-
2517
- #: admin/social_sharing.php:52
2518
  msgid "Theme Selection"
2519
  msgstr ""
2520
 
2521
- #: admin/social_sharing.php:64
2522
  #, fuzzy
2523
  msgid "Troubleshooter"
2524
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
2525
 
2526
- #: admin/social_sharing.php:73
2527
  msgid "Standard interface theme"
2528
  msgstr ""
2529
 
2530
- #: admin/social_sharing.php:78 admin/social_sharing.php:376
2531
  msgid "Icon Preview"
2532
  msgstr "الرمز معاينة"
2533
 
2534
- #: admin/social_sharing.php:150 admin/social_sharing.php:449
2535
  #, fuzzy
2536
  msgid ""
2537
  "Do not forget to save the configuration after making changes by clicking the "
@@ -2539,79 +2536,79 @@ msgid ""
2539
  msgstr ""
2540
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
2541
 
2542
- #: admin/social_sharing.php:156 admin/social_sharing.php:455
2543
  #, fuzzy
2544
  msgid "Shape"
2545
  msgstr "شكل"
2546
 
2547
- #: admin/social_sharing.php:160 admin/social_sharing.php:459 inc/widget.php:1084
2548
  #, fuzzy
2549
  msgid "Round"
2550
  msgstr "مستدير"
2551
 
2552
- #: admin/social_sharing.php:162 admin/social_sharing.php:461 inc/widget.php:1085
2553
  #, fuzzy
2554
  msgid "Square"
2555
  msgstr "مربع"
2556
 
2557
- #: admin/social_sharing.php:164 admin/social_sharing.php:463
2558
  msgid "Rectangle"
2559
  msgstr ""
2560
 
2561
- #: admin/social_sharing.php:171 admin/social_sharing.php:470
2562
  #, fuzzy
2563
  msgid "Shape of the sharing icons"
2564
  msgstr "المشاركات الأفقي"
2565
 
2566
- #: admin/social_sharing.php:179 admin/social_sharing.php:478
2567
  #, fuzzy
2568
  msgid "Size (in pixels)"
2569
  msgstr "حجم"
2570
 
2571
- #: admin/social_sharing.php:195 admin/social_sharing.php:494
2572
  #, fuzzy
2573
  msgid "Size of the sharing icons"
2574
  msgstr "المشاركات الأفقي"
2575
 
2576
- #: admin/social_sharing.php:204 admin/social_sharing.php:503
2577
  #, fuzzy
2578
  msgid "Width (in pixels)"
2579
  msgstr "حجم"
2580
 
2581
- #: admin/social_sharing.php:220 admin/social_sharing.php:519
2582
  #, fuzzy
2583
  msgid "Width of the sharing icons"
2584
  msgstr "المشاركات الأفقي"
2585
 
2586
- #: admin/social_sharing.php:227 admin/social_sharing.php:526
2587
  #, fuzzy
2588
  msgid "Height (in pixels)"
2589
  msgstr "حجم"
2590
 
2591
- #: admin/social_sharing.php:243 admin/social_sharing.php:542
2592
  #, fuzzy
2593
  msgid "Height of the sharing icons"
2594
  msgstr "المشاركات الأفقي"
2595
 
2596
- #: admin/social_sharing.php:252 admin/social_sharing.php:551
2597
  #, fuzzy
2598
  msgid "Border radius (in pixels)"
2599
  msgstr "حجم"
2600
 
2601
- #: admin/social_sharing.php:262 admin/social_sharing.php:561
2602
  msgid ""
2603
  "Specify a value for rounded corners. More the value, more rounded will the "
2604
  "corners be. Leave empty for sharp corners."
2605
  msgstr ""
2606
 
2607
- #: admin/social_sharing.php:270 admin/social_sharing.php:569
2608
  #, fuzzy
2609
  msgid "Logo Color"
2610
  msgstr "لون الخلفية"
2611
 
2612
- #: admin/social_sharing.php:274 admin/social_sharing.php:294
2613
- #: admin/social_sharing.php:313 admin/social_sharing.php:573
2614
- #: admin/social_sharing.php:593 admin/social_sharing.php:611
2615
  #, fuzzy
2616
  msgid "Default"
2617
  msgstr ""
@@ -2620,13 +2617,13 @@ msgstr ""
2620
  "الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك "
2621
  "وتعليقا الاجتماعية."
2622
 
2623
- #: admin/social_sharing.php:276 admin/social_sharing.php:295
2624
- #: admin/social_sharing.php:318 admin/social_sharing.php:575
2625
- #: admin/social_sharing.php:594 admin/social_sharing.php:616
2626
  msgid "On Hover"
2627
  msgstr ""
2628
 
2629
- #: admin/social_sharing.php:284 admin/social_sharing.php:583
2630
  #, fuzzy
2631
  msgid ""
2632
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -2637,7 +2634,7 @@ msgstr ""
2637
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2638
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2639
 
2640
- #: admin/social_sharing.php:302 admin/social_sharing.php:601
2641
  #, fuzzy
2642
  msgid ""
2643
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -2649,172 +2646,183 @@ msgstr ""
2649
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2650
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2651
 
2652
- #: admin/social_sharing.php:309 admin/social_sharing.php:608
2653
  msgid "Border"
2654
  msgstr ""
2655
 
2656
- #: admin/social_sharing.php:315 admin/social_sharing.php:320
2657
- #: admin/social_sharing.php:613 admin/social_sharing.php:618
2658
  #, fuzzy
2659
  msgid "Border Width"
2660
  msgstr "أضف ودجت"
2661
 
2662
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
2663
- #: admin/social_sharing.php:614 admin/social_sharing.php:619
2664
  #, fuzzy
2665
  msgid "Border Color"
2666
  msgstr "لون الخلفية"
2667
 
2668
- #: admin/social_sharing.php:328 admin/social_sharing.php:626
2669
  #, fuzzy
2670
  msgid "Icon border"
2671
  msgstr "الرمز معاينة"
2672
 
2673
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2674
  msgid "Counter Position"
2675
  msgstr ""
2676
 
2677
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2678
  msgid "(applies, if counter enabled)"
2679
  msgstr ""
2680
 
2681
- #: admin/social_sharing.php:341 admin/social_sharing.php:639
2682
  msgid "Top"
2683
  msgstr ""
2684
 
2685
- #: admin/social_sharing.php:345 admin/social_sharing.php:643
2686
  msgid "Bottom"
2687
  msgstr ""
2688
 
2689
- #: admin/social_sharing.php:347 admin/social_sharing.php:645
2690
  msgid "Inner Left"
2691
  msgstr ""
2692
 
2693
- #: admin/social_sharing.php:349 admin/social_sharing.php:647
2694
  msgid "Inner Top"
2695
  msgstr ""
2696
 
2697
- #: admin/social_sharing.php:351 admin/social_sharing.php:649
2698
  #, fuzzy
2699
  msgid "Inner Right"
2700
  msgstr "يمين"
2701
 
2702
- #: admin/social_sharing.php:353 admin/social_sharing.php:651
2703
  msgid "Inner Bottom"
2704
  msgstr ""
2705
 
2706
- #: admin/social_sharing.php:361 admin/social_sharing.php:659
2707
  #, fuzzy
2708
  msgid "Position of share counter"
2709
  msgstr "أسفل"
2710
 
2711
- #: admin/social_sharing.php:371
2712
  #, fuzzy
2713
  msgid "Floating interface theme"
2714
  msgstr "المشاركات الأفقي"
2715
 
2716
- #: admin/social_sharing.php:675
2717
  #, fuzzy
2718
  msgid "Standard Sharing Interface Options"
2719
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2720
 
2721
- #: admin/social_sharing.php:680
2722
  #, fuzzy
2723
  msgid "Enable Standard sharing interface"
2724
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2725
 
2726
- #: admin/social_sharing.php:690
2727
  #, fuzzy
2728
  msgid "Master control to enable standard sharing"
2729
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
2730
 
2731
- #: admin/social_sharing.php:714 admin/social_sharing.php:1135
2732
  #, fuzzy
2733
  msgid "Url to share"
2734
  msgstr " شارك الآخرين بهذة الفقرة"
2735
 
2736
- #: admin/social_sharing.php:731
2737
  #, fuzzy
2738
  msgid "The text to display above the sharing interface"
2739
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
2740
 
2741
- #: admin/social_sharing.php:755 admin/social_sharing.php:1143
2742
  #, fuzzy
2743
  msgid "Instagram username"
2744
  msgstr "إنستاجرام"
2745
 
2746
- #: admin/social_sharing.php:765 admin/social_sharing.php:1153
2747
  msgid ""
2748
  "Username of the Instagram account you want to redirect users to, on clicking "
2749
  "the icon"
2750
  msgstr ""
2751
 
2752
- #: admin/social_sharing.php:774 admin/social_sharing.php:1162
 
 
 
 
 
 
 
 
 
 
 
2753
  #, fuzzy
2754
  msgid "HTML ID of container element of comment form"
2755
  msgstr "ID HTML التعليق حاوية شكل"
2756
 
2757
- #: admin/social_sharing.php:784 admin/social_sharing.php:1172
2758
  msgid ""
2759
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2760
  "icon."
2761
  msgstr ""
2762
 
2763
- #: admin/social_sharing.php:797 admin/social_sharing.php:1180
2764
  #, fuzzy
2765
  msgid "Rearrange icons"
2766
  msgstr "إعادة ترتيب الرموز"
2767
 
2768
- #: admin/social_sharing.php:858 admin/social_sharing.php:1239
2769
  #, fuzzy
2770
  msgid "Drag the icons to rearrange in desired order"
2771
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
2772
 
2773
- #: admin/social_sharing.php:865 admin/social_sharing.php:1246
2774
  #, fuzzy
2775
  msgid "Select Sharing Services"
2776
  msgstr "اختر مقالة"
2777
 
2778
- #: admin/social_sharing.php:872 admin/social_sharing.php:1253
2779
  msgid "Select sharing services to show in social share bar"
2780
  msgstr ""
2781
 
2782
- #: admin/social_sharing.php:890 admin/social_sharing.php:1271
2783
  #, fuzzy
2784
  msgid "Search social network"
2785
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
2786
 
2787
- #: admin/social_sharing.php:922 admin/social_sharing.php:1319
2788
  #, fuzzy
2789
  msgid "Horizontal alignment of the sharing interface"
2790
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2791
 
2792
- #: admin/social_sharing.php:942
2793
  #, fuzzy
2794
  msgid "Specify position of the sharing interface with respect to the content"
2795
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
2796
 
2797
- #: admin/social_sharing.php:949 admin/social_sharing.php:1381
2798
  msgid "Placement"
2799
  msgstr ""
2800
 
2801
- #: admin/social_sharing.php:1017
2802
  #, fuzzy
2803
  msgid "Specify the pages where you want to enable Sharing interface"
2804
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
2805
 
2806
- #: admin/social_sharing.php:1024 admin/social_sharing.php:1437
2807
  #, fuzzy
2808
  msgid "Show share counts"
2809
  msgstr "عرض عدد المقالات"
2810
 
2811
- #: admin/social_sharing.php:1029 admin/social_sharing.php:1442
2812
  msgid ""
2813
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2814
  "Odnoklassniki, Fintel and Vkontakte"
2815
  msgstr ""
2816
 
2817
- #: admin/social_sharing.php:1030 admin/social_sharing.php:1443
2818
  #, php-format
2819
  msgid ""
2820
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2823,32 +2831,32 @@ msgid ""
2823
  "website."
2824
  msgstr ""
2825
 
2826
- #: admin/social_sharing.php:1037 admin/social_sharing.php:1450
2827
  #, fuzzy
2828
  msgid "If enabled, share counts are displayed above sharing icons."
2829
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2830
 
2831
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1458
2832
- #: admin/social_sharing.php:1659
2833
  msgid "Track Social Shares for Every Social Network"
2834
  msgstr ""
2835
 
2836
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1464
2837
  #, fuzzy
2838
  msgid "Show total shares"
2839
  msgstr "عرض عدد المقالات"
2840
 
2841
- #: admin/social_sharing.php:1061 admin/social_sharing.php:1474
2842
  #, fuzzy
2843
  msgid "If enabled, total shares will be displayed with sharing icons"
2844
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2845
 
2846
- #: admin/social_sharing.php:1069 admin/social_sharing.php:1482
2847
  #, fuzzy
2848
  msgid "Enable 'More' icon"
2849
  msgstr "الرمز معاينة"
2850
 
2851
- #: admin/social_sharing.php:1079 admin/social_sharing.php:1492
2852
  #, fuzzy
2853
  msgid ""
2854
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -2857,22 +2865,22 @@ msgstr ""
2857
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
2858
  "مشاركة إضافية في المنبثقة"
2859
 
2860
- #: admin/social_sharing.php:1096
2861
  #, fuzzy
2862
  msgid "Floating Sharing Interface Options"
2863
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2864
 
2865
- #: admin/social_sharing.php:1101
2866
  #, fuzzy
2867
  msgid "Enable Floating sharing interface"
2868
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
2869
 
2870
- #: admin/social_sharing.php:1111
2871
  #, fuzzy
2872
  msgid "Master control to enable floating sharing widget"
2873
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
2874
 
2875
- #: admin/social_sharing.php:1299
2876
  #, fuzzy
2877
  msgid ""
2878
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -2884,7 +2892,7 @@ msgstr ""
2884
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2885
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2886
 
2887
- #: admin/social_sharing.php:1337
2888
  #, fuzzy
2889
  msgid ""
2890
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2893,7 +2901,7 @@ msgstr ""
2893
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
2894
  "اليسار. يمكن أن يكون رقم سلبي جداً."
2895
 
2896
- #: admin/social_sharing.php:1356
2897
  #, fuzzy
2898
  msgid ""
2899
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2902,7 +2910,7 @@ msgstr ""
2902
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
2903
  "اليمين. يمكن أن يكون رقم سلبي جداً."
2904
 
2905
- #: admin/social_sharing.php:1374
2906
  #, fuzzy
2907
  msgid ""
2908
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2911,111 +2919,120 @@ msgstr ""
2911
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
2912
  "الأعلى."
2913
 
2914
- #: admin/social_sharing.php:1430
2915
  #, fuzzy
2916
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2917
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
2918
 
2919
- #: admin/social_sharing.php:1499
2920
  #, fuzzy
2921
  msgid "Hide floating slider"
2922
  msgstr ""
2923
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
2924
  "out Users"
2925
 
2926
- #: admin/social_sharing.php:1509
2927
  msgid "Hides the slider arrow present below the floating share bar"
2928
  msgstr ""
2929
 
2930
- #: admin/social_sharing.php:1516
2931
  #, fuzzy
2932
  msgid "Vertical floating bar responsiveness"
2933
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2934
 
2935
- #: admin/social_sharing.php:1519 inc/widget.php:1063
2936
  #, php-format
2937
  msgid "Display vertical interface only when screen is wider than %s pixels"
2938
  msgstr ""
2939
 
2940
- #: admin/social_sharing.php:1526
2941
  msgid ""
2942
  "Display vertical interface only when screen is wider than the width specified."
2943
  msgstr ""
2944
 
2945
- #: admin/social_sharing.php:1533
2946
  msgid "Horizontal floating bar responsiveness"
2947
  msgstr ""
2948
 
2949
- #: admin/social_sharing.php:1536 inc/widget.php:1067
2950
  #, fuzzy, php-format
2951
  msgid ""
2952
  "Stick vertical floating interface horizontally at bottom only when screen is "
2953
  "narrower than %s pixels"
2954
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
2955
 
2956
- #: admin/social_sharing.php:1543
2957
  msgid ""
2958
  "Stick vertical floating interface horizontally at bottom only when screen is "
2959
  "narrower than the width specified"
2960
  msgstr ""
2961
 
2962
- #: admin/social_sharing.php:1552
2963
  #, fuzzy
2964
  msgid "Horizontal floating bar position"
2965
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2966
 
2967
- #: admin/social_sharing.php:1555 inc/widget.php:1073
2968
  #, php-format
2969
  msgid "%s pixels from %s"
2970
  msgstr ""
2971
 
2972
- #: admin/social_sharing.php:1556
2973
  msgid "Auto-adjust according to screen width (responsive)"
2974
  msgstr ""
2975
 
2976
- #: admin/social_sharing.php:1563
2977
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2978
  msgstr ""
2979
 
2980
- #: admin/social_sharing.php:1588
 
 
 
 
 
 
 
 
 
2981
  #, fuzzy
2982
  msgid "Use shortlinks already installed"
2983
  msgstr "تمّ التنصيب مسبقاً"
2984
 
2985
- #: admin/social_sharing.php:1598
2986
  msgid "Uses default short url permalinks without using any additional plugin"
2987
  msgstr ""
2988
 
2989
- #: admin/social_sharing.php:1605
2990
  #, fuzzy
2991
  msgid "Enable bit.ly url shortener for sharing"
2992
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
2993
 
2994
- #: admin/social_sharing.php:1664
2995
  msgid "Share Count Cache"
2996
  msgstr ""
2997
 
2998
- #: admin/social_sharing.php:1669
2999
  msgid "Refresh Share Count cache every"
3000
  msgstr ""
3001
 
3002
- #: admin/social_sharing.php:1674
3003
  msgid "Second(s)"
3004
  msgstr ""
3005
 
3006
- #: admin/social_sharing.php:1675
3007
  msgid "Minute(s)"
3008
  msgstr ""
3009
 
3010
- #: admin/social_sharing.php:1676
3011
  msgid "Hour(s)"
3012
  msgstr ""
3013
 
3014
- #: admin/social_sharing.php:1677
3015
  msgid "Day(s)"
3016
  msgstr ""
3017
 
3018
- #: admin/social_sharing.php:1685
3019
  #, php-format
3020
  msgid ""
3021
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -3023,20 +3040,20 @@ msgid ""
3023
  "\"_blank\">here</a>"
3024
  msgstr ""
3025
 
3026
- #: admin/social_sharing.php:1692
3027
  msgid "Clear Share Counts Cache"
3028
  msgstr ""
3029
 
3030
- #: admin/social_sharing.php:1696
3031
  #, fuzzy
3032
  msgid "Share Counts cache cleared successfully."
3033
  msgstr "تم ربط حسابك بنجاح"
3034
 
3035
- #: admin/social_sharing.php:1703
3036
  msgid "Use this to clear cached share counts"
3037
  msgstr ""
3038
 
3039
- #: admin/social_sharing.php:1727
3040
  #, fuzzy, php-format
3041
  msgid ""
3042
  "Enter the code of the language you want to use for like buttons. You can find "
@@ -3047,17 +3064,17 @@ msgstr ""
3047
  "رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل "
3048
  "language(English) الافتراضي"
3049
 
3050
- #: admin/social_sharing.php:1736
3051
  #, fuzzy
3052
  msgid "Username in sharing"
3053
  msgstr "شارك الأخرين عبر تويتر"
3054
 
3055
- #: admin/social_sharing.php:1741
3056
  #, fuzzy
3057
  msgid "Twitter username (without @)"
3058
  msgstr "قالب بدون %1$s"
3059
 
3060
- #: admin/social_sharing.php:1751 admin/social_sharing.php:1769
3061
  #, fuzzy
3062
  msgid ""
3063
  "Provided username will be appended after the content being shared as \"via "
@@ -3067,29 +3084,29 @@ msgstr ""
3067
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
3068
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
3069
 
3070
- #: admin/social_sharing.php:1759
3071
  #, fuzzy
3072
  msgid "Buffer username (without @)"
3073
  msgstr "قالب بدون %1$s"
3074
 
3075
- #: admin/social_sharing.php:1778
3076
  msgid "AMP"
3077
  msgstr ""
3078
 
3079
- #: admin/social_sharing.php:1783
3080
  #, fuzzy
3081
  msgid "Enable sharing on AMP pages"
3082
  msgstr "صفحة"
3083
 
3084
- #: admin/social_sharing.php:1793
3085
  msgid "Enable this option to render sharing icons on AMP pages"
3086
  msgstr ""
3087
 
3088
- #: admin/social_sharing.php:1850
3089
  msgid "Facebook Sharing Troubleshooter"
3090
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
3091
 
3092
- #: admin/social_sharing.php:1855
3093
  #, fuzzy
3094
  msgid ""
3095
  "If Facebook sharing is not working fine, click at the following link and "
@@ -3099,17 +3116,17 @@ msgstr ""
3099
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
3100
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
3101
 
3102
- #: admin/social_sharing.php:1873
3103
  msgid ""
3104
  "Why is sharer not showing the correct image, title and other meta tags "
3105
  "content?"
3106
  msgstr ""
3107
 
3108
- #: admin/social_sharing.php:1874
3109
  msgid "Why is Facebook share count not working?"
3110
  msgstr ""
3111
 
3112
- #: admin/social_sharing.php:1875 super_socializer.php:3199
3113
  #, php-format
3114
  msgid ""
3115
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3118,48 +3135,48 @@ msgid ""
3118
  "not just for Facebook but for all the social networks"
3119
  msgstr ""
3120
 
3121
- #: admin/social_sharing.php:1877
3122
  msgid "Why is Instagram icon redirecting to Instagram website?"
3123
  msgstr ""
3124
 
3125
- #: admin/social_sharing.php:1878
3126
  msgid ""
3127
  "Instagram icon is there to send website visitors to the Instagram page of "
3128
  "your choice. You can save the desired Instagram handle in \"Instagram Username"
3129
  "\" option in \"Standard Interface\" and \"Floating Interface\" sections."
3130
  msgstr ""
3131
 
3132
- #: admin/social_sharing.php:1881
3133
  #, fuzzy
3134
  msgid "How to customize the url being shared?"
3135
  msgstr "عرض عدد المقالات"
3136
 
3137
- #: admin/social_sharing.php:1882
3138
  msgid ""
3139
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3140
  msgstr ""
3141
 
3142
- #: admin/social_sharing.php:1883
3143
  msgid ""
3144
  "It takes some time for their service to track the shares made on Twitter from "
3145
  "your website. If you still feel it's taking too long you can contact their "
3146
  "support directly from their website."
3147
  msgstr ""
3148
 
3149
- #: admin/social_sharing.php:1886
3150
  msgid ""
3151
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3152
  msgstr ""
3153
 
3154
- #: admin/social_sharing.php:1888
3155
  msgid "Why the color of share icons is not being updated?"
3156
  msgstr ""
3157
 
3158
- #: admin/social_sharing.php:1889
3159
  msgid "Why Facebook share counts are not appearing?"
3160
  msgstr ""
3161
 
3162
- #: admin/social_sharing.php:1890
3163
  #, fuzzy
3164
  msgid ""
3165
  "How can I show share counts of my website rather than of individual pages/"
@@ -3168,43 +3185,43 @@ msgstr ""
3168
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
3169
  "الوظائف؟"
3170
 
3171
- #: admin/social_sharing.php:1891
3172
  #, fuzzy
3173
  msgid "How can I disable sharing on particular page/post?"
3174
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
3175
 
3176
- #: admin/social_sharing.php:1892
3177
  #, fuzzy
3178
  msgid "How can I specify minimum sharing count for sharing networks?"
3179
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
3180
 
3181
- #: admin/social_sharing.php:1893
3182
  msgid "How to share specific page?"
3183
  msgstr ""
3184
 
3185
- #: admin/social_sharing.php:1894
3186
  msgid "How to integrate Google Analytics with sharing?"
3187
  msgstr ""
3188
 
3189
- #: admin/social_sharing.php:1895
3190
  msgid "How to customize the look of total share counts?"
3191
  msgstr ""
3192
 
3193
- #: admin/social_sharing.php:1896
3194
  #, fuzzy
3195
  msgid "How to customize the look of individual share counts?"
3196
  msgstr "عرض عدد المقالات"
3197
 
3198
- #: admin/social_sharing.php:1897
3199
  #, fuzzy
3200
  msgid "How to show Whatsapp icon only on mobile devices?"
3201
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
3202
 
3203
- #: admin/social_sharing.php:1898
3204
  msgid "How to hide arrow after floating sharing bar?"
3205
  msgstr ""
3206
 
3207
- #: admin/social_sharing.php:1899
3208
  msgid "Why is share count not getting updated?"
3209
  msgstr ""
3210
 
@@ -3259,101 +3276,101 @@ msgstr ""
3259
  msgid "Remove"
3260
  msgstr "إزالة"
3261
 
3262
- #: helper.php:711
3263
  #, fuzzy
3264
  msgid "Social Account Linking"
3265
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3266
 
3267
- #: helper.php:761
3268
  #, fuzzy
3269
  msgid "Disable Standard Social Sharing on this "
3270
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
3271
 
3272
- #: helper.php:766
3273
  #, fuzzy
3274
  msgid "Disable Floating Social Sharing on this "
3275
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
3276
 
3277
- #: helper.php:771
3278
  #, fuzzy
3279
  msgid "Disable Standard like buttons on this "
3280
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
3281
 
3282
- #: helper.php:776
3283
  #, fuzzy
3284
  msgid "Disable Floating like buttons on this "
3285
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
3286
 
3287
- #: helper.php:781
3288
  msgid "Disable Social Commenting on this "
3289
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3290
 
3291
- #: helper.php:790
3292
  #, fuzzy
3293
  msgid "Standard Sharing Interface"
3294
  msgstr "المشاركات الأفقي"
3295
 
3296
- #: helper.php:796 helper.php:815
3297
  msgid "Starting share count for "
3298
  msgstr "بدء العد حصة ل"
3299
 
3300
- #: helper.php:809
3301
  #, fuzzy
3302
  msgid "Floating Sharing Interface"
3303
  msgstr "المشاركات الأفقي"
3304
 
3305
- #: helper.php:905 super_socializer.php:2470
3306
  #, fuzzy
3307
  msgid "Social Avatar"
3308
  msgstr "صغير الرمزية رابط"
3309
 
3310
- #: helper.php:908 super_socializer.php:2481
3311
  msgid ""
3312
  "Do not fetch and update social avatar from my profile, next time I Social "
3313
  "Login"
3314
  msgstr ""
3315
 
3316
- #: helper.php:909 super_socializer.php:2485
3317
  msgid "Update social avatar, next time I Social Login"
3318
  msgstr ""
3319
 
3320
- #: helper.php:912
3321
  #, fuzzy
3322
  msgid "Small Avatar"
3323
  msgstr "صغير الرمزية رابط"
3324
 
3325
- #: helper.php:916
3326
  #, fuzzy
3327
  msgid "Large Avatar"
3328
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3329
 
3330
- #: helper.php:976 super_socializer.php:2050
3331
  msgid "Please verify your email address to login."
3332
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3333
 
3334
- #: helper.php:1013
3335
  msgid "Click to delete social profile data"
3336
  msgstr ""
3337
 
3338
- #: helper.php:1042
3339
  #, fuzzy
3340
  msgid "Deleting"
3341
  msgstr "الإعدادات"
3342
 
3343
- #: helper.php:1052
3344
  msgid "Deleted"
3345
  msgstr ""
3346
 
3347
- #: helper.php:1054
3348
  msgid "Something bad happened"
3349
  msgstr ""
3350
 
3351
- #: inc/shortcode.php:214 inc/widget.php:47
3352
  #, fuzzy
3353
  msgid "Log Out"
3354
  msgstr " تسجيل الخروج"
3355
 
3356
- #: inc/shortcode.php:295
3357
  #, fuzzy
3358
  msgid ""
3359
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -3362,29 +3379,29 @@ msgstr ""
3362
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3363
  "صفحة تسجيل الدخول\"."
3364
 
3365
- #: inc/social_login.php:1034
3366
  #, fuzzy
3367
  msgid "Email"
3368
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3369
 
3370
- #: inc/social_login.php:1035
3371
  msgid "Confirm email"
3372
  msgstr ""
3373
 
3374
- #: inc/social_login.php:1037
3375
  msgid "Save"
3376
  msgstr ""
3377
 
3378
- #: inc/social_login.php:1038
3379
  msgid "Cancel"
3380
  msgstr ""
3381
 
3382
- #: inc/social_login.php:1112
3383
  #, fuzzy
3384
  msgid "Email Verification"
3385
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3386
 
3387
- #: inc/social_login.php:1114
3388
  msgid ""
3389
  "Please click on the following link or paste it in browser to verify your email"
3390
  msgstr ""
@@ -3405,20 +3422,20 @@ msgstr "الأرشيف"
3405
  msgid "Total Shares"
3406
  msgstr "عرض عدد المقالات"
3407
 
3408
- #: inc/social_sharing.php:272 super_socializer.php:2160
3409
  msgid "Share"
3410
  msgstr ""
3411
 
3412
- #: inc/social_sharing.php:272 super_socializer.php:2160
3413
  msgid "Shares"
3414
  msgstr ""
3415
 
3416
- #: inc/social_sharing.php:963 inc/social_sharing.php:1201
3417
  #, fuzzy
3418
  msgid "Invalid request"
3419
  msgstr "طلب غير صحيح"
3420
 
3421
- #: inc/social_sharing.php:970
3422
  #, fuzzy
3423
  msgid "Providers not selected"
3424
  msgstr "محدد | selected"
@@ -3437,11 +3454,11 @@ msgstr ""
3437
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3438
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
3439
 
3440
- #: inc/widget.php:71
3441
  msgid "Login with your Social Account"
3442
  msgstr ""
3443
 
3444
- #: inc/widget.php:82
3445
  #, fuzzy
3446
  msgid ""
3447
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
@@ -3449,33 +3466,33 @@ msgstr ""
3449
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3450
  "صفحة تسجيل الدخول\"."
3451
 
3452
- #: inc/widget.php:83
3453
  msgid "Title (before login):"
3454
  msgstr ""
3455
 
3456
- #: inc/widget.php:85
3457
  msgid "Title (after login):"
3458
  msgstr ""
3459
 
3460
- #: inc/widget.php:87 inc/widget.php:267 inc/widget.php:609 inc/widget.php:1022
3461
  #, fuzzy
3462
  msgid "Before widget content:"
3463
  msgstr "المحتوى "
3464
 
3465
- #: inc/widget.php:89 inc/widget.php:269 inc/widget.php:611 inc/widget.php:1162
3466
  #, fuzzy
3467
  msgid "After widget content:"
3468
  msgstr "أضف ودجت"
3469
 
3470
- #: inc/widget.php:92 inc/widget.php:271 inc/widget.php:464 inc/widget.php:613
3471
- #: inc/widget.php:776
3472
  #, fuzzy
3473
  msgid "Hide for logged in users:"
3474
  msgstr ""
3475
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
3476
  "out Users"
3477
 
3478
- #: inc/widget.php:111
3479
  #, fuzzy
3480
  msgid ""
3481
  "Standard sharing widget. Let your website users share content on popular "
@@ -3484,7 +3501,7 @@ msgstr ""
3484
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3485
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3486
 
3487
- #: inc/widget.php:252
3488
  #, fuzzy
3489
  msgid ""
3490
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3493,27 +3510,32 @@ msgstr ""
3493
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3494
  "الاجتماعية\"."
3495
 
3496
- #: inc/widget.php:253 inc/widget.php:599
3497
  #, fuzzy
3498
  msgid "Title:"
3499
  msgstr "العنوان:"
3500
 
3501
- #: inc/widget.php:255 inc/widget.php:433
3502
  #, fuzzy
3503
  msgid "Show individual share counts:"
3504
  msgstr "عرض عدد المقالات"
3505
 
3506
- #: inc/widget.php:257 inc/widget.php:435
3507
  #, fuzzy
3508
  msgid "Show total shares:"
3509
  msgstr "عرض عدد المقالات"
3510
 
3511
- #: inc/widget.php:259 inc/widget.php:437 inc/widget.php:601 inc/widget.php:749
3512
  #, fuzzy
3513
  msgid "Target Url:"
3514
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3515
 
3516
- #: inc/widget.php:290
 
 
 
 
 
3517
  #, fuzzy
3518
  msgid ""
3519
  "Floating sharing widget. Let your website users share content on popular "
@@ -3522,7 +3544,7 @@ msgstr ""
3522
  "القطعة تقاسم العائمة الرأسية. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في "
3523
  "شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3524
 
3525
- #: inc/widget.php:432
3526
  #, fuzzy
3527
  msgid ""
3528
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -3531,27 +3553,27 @@ msgstr ""
3531
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3532
  "الاجتماعية\"."
3533
 
3534
- #: inc/widget.php:445 inc/widget.php:757
3535
  #, fuzzy
3536
  msgid "Alignment"
3537
  msgstr "محاذاة"
3538
 
3539
- #: inc/widget.php:451 inc/widget.php:763
3540
  #, fuzzy
3541
  msgid "Left Offset"
3542
  msgstr "يسار"
3543
 
3544
- #: inc/widget.php:455 inc/widget.php:767
3545
  #, fuzzy
3546
  msgid "Right Offset"
3547
  msgstr "يمين"
3548
 
3549
- #: inc/widget.php:458 inc/widget.php:770
3550
  #, fuzzy
3551
  msgid "Top Offset"
3552
  msgstr "أعلى"
3553
 
3554
- #: inc/widget.php:483
3555
  #, fuzzy
3556
  msgid ""
3557
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3560,14 +3582,14 @@ msgstr ""
3560
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3561
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3562
 
3563
- #: inc/widget.php:598
3564
  #, fuzzy
3565
  msgid ""
3566
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3567
  "Like Buttons\" page."
3568
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3569
 
3570
- #: inc/widget.php:632
3571
  #, fuzzy
3572
  msgid ""
3573
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3576,7 +3598,7 @@ msgstr ""
3576
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3577
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3578
 
3579
- #: inc/widget.php:748
3580
  #, fuzzy
3581
  msgid ""
3582
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3584,195 +3606,205 @@ msgid ""
3584
  msgstr ""
3585
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3586
 
3587
- #: inc/widget.php:792
3588
  #, fuzzy
3589
  msgid "Super Socializer - Follow Icons"
3590
  msgstr "آخر تسجيل دخول | Last Login"
3591
 
3592
- #: inc/widget.php:794
3593
  msgid "These icons link to your Social Media accounts"
3594
  msgstr ""
3595
 
3596
- #: inc/widget.php:1026
3597
  msgid "Type:"
3598
  msgstr ""
3599
 
3600
- #: inc/widget.php:1029
3601
  #, fuzzy
3602
  msgid "Standard"
3603
  msgstr "المشاركات الأفقي"
3604
 
3605
- #: inc/widget.php:1032
3606
  #, fuzzy
3607
  msgid "Floating"
3608
  msgstr "تطفو عليه"
3609
 
3610
- #: inc/widget.php:1037
3611
  #, fuzzy
3612
  msgid "Top offset:"
3613
  msgstr "أعلى"
3614
 
3615
- #: inc/widget.php:1041
3616
  #, fuzzy
3617
  msgid "Alignment:"
3618
  msgstr "محاذاة"
3619
 
3620
- #: inc/widget.php:1059
3621
  #, fuzzy
3622
  msgid "Offset"
3623
  msgstr "أعلى"
3624
 
3625
- #: inc/widget.php:1073
3626
  #, fuzzy
3627
  msgid "right"
3628
  msgstr "يمين"
3629
 
3630
- #: inc/widget.php:1073
3631
  msgid "left"
3632
  msgstr ""
3633
 
3634
- #: inc/widget.php:1076
3635
  msgid "Auto-adjust according to the screen-width (responsive)"
3636
  msgstr ""
3637
 
3638
- #: inc/widget.php:1080
3639
  #, fuzzy
3640
  msgid "Size of icons"
3641
  msgstr "المشاركات الأفقي"
3642
 
3643
- #: inc/widget.php:1082
3644
  #, fuzzy
3645
  msgid "Icon Shape"
3646
  msgstr "شكل"
3647
 
3648
- #: inc/widget.php:1087
3649
  msgid "Apply icon color and background color from Theme Selection section:"
3650
  msgstr ""
3651
 
3652
- #: inc/widget.php:1089
3653
  msgid "No"
3654
  msgstr ""
3655
 
3656
- #: inc/widget.php:1090
3657
  #, fuzzy
3658
  msgid "Yes, Standard Interface Theme"
3659
  msgstr "المشاركات الأفقي"
3660
 
3661
- #: inc/widget.php:1091
3662
  #, fuzzy
3663
  msgid "Yes, Floating Interface Theme"
3664
  msgstr "المشاركات الأفقي"
3665
 
3666
- #: inc/widget.php:1093
3667
  #, fuzzy
3668
  msgid "Facebook URL:"
3669
  msgstr "رقم التعريف الخالص بك | ID"
3670
 
3671
- #: inc/widget.php:1096
3672
  #, fuzzy
3673
  msgid "Twitter URL:"
3674
  msgstr "شارك الأخرين عبر تويتر"
3675
 
3676
- #: inc/widget.php:1099
3677
  #, fuzzy
3678
  msgid "Parler URL:"
3679
  msgstr "إنستاجرام"
3680
 
3681
- #: inc/widget.php:1102
3682
  #, fuzzy
3683
  msgid "Instagram URL:"
3684
  msgstr "إنستاجرام"
3685
 
3686
- #: inc/widget.php:1105
3687
  #, fuzzy
3688
  msgid "Pinterest URL:"
3689
  msgstr "شارك الأخرين عبر بينتريست"
3690
 
3691
- #: inc/widget.php:1108
3692
  msgid "Behance URL:"
3693
  msgstr ""
3694
 
3695
- #: inc/widget.php:1111
3696
  msgid "Flickr URL:"
3697
  msgstr ""
3698
 
3699
- #: inc/widget.php:1114
3700
  msgid "Foursquare URL:"
3701
  msgstr ""
3702
 
3703
- #: inc/widget.php:1117
3704
  msgid "Github URL:"
3705
  msgstr ""
3706
 
3707
- #: inc/widget.php:1120
3708
  #, fuzzy
3709
  msgid "LinkedIn URL:"
3710
  msgstr "شارك الأخرين عبر لنكيدان"
3711
 
3712
- #: inc/widget.php:1123
3713
  #, fuzzy
3714
  msgid "LinkedIn Company URL:"
3715
  msgstr "شارك الأخرين عبر لنكيدان"
3716
 
3717
- #: inc/widget.php:1126
3718
  #, fuzzy
3719
  msgid "Medium URL:"
3720
  msgstr "شارك الأخرين عبر تمبلير"
3721
 
3722
- #: inc/widget.php:1129
3723
  #, fuzzy
3724
  msgid "MeWe URL:"
3725
  msgstr "شارك الأخرين عبر تمبلير"
3726
 
3727
- #: inc/widget.php:1132
3728
  msgid "Odnoklassniki URL:"
3729
  msgstr ""
3730
 
3731
- #: inc/widget.php:1135
3732
  msgid "Snapchat URL:"
3733
  msgstr ""
3734
 
3735
- #: inc/widget.php:1138
3736
  #, fuzzy
3737
  msgid "Telegram URL:"
3738
  msgstr "إنستاجرام"
3739
 
3740
- #: inc/widget.php:1141
3741
  #, fuzzy
3742
  msgid "Tumblr URL:"
3743
  msgstr "شارك الأخرين عبر تمبلير"
3744
 
3745
- #: inc/widget.php:1144
3746
  msgid "Vimeo URL:"
3747
  msgstr ""
3748
 
3749
- #: inc/widget.php:1147
3750
  #, fuzzy
3751
  msgid "Vkontakte URL:"
3752
  msgstr "انشر عبر VKontakte"
3753
 
3754
- #: inc/widget.php:1150
3755
  #, fuzzy
3756
  msgid "Xing URL:"
3757
  msgstr "شارك الأخرين عبر لنكيدان"
3758
 
3759
- #: inc/widget.php:1153
3760
  msgid "Youtube URL:"
3761
  msgstr ""
3762
 
3763
- #: inc/widget.php:1156
3764
  msgid "Youtube Channel URL:"
3765
  msgstr ""
3766
 
3767
- #: inc/widget.php:1159
3768
  msgid "RSS Feed URL:"
3769
  msgstr ""
3770
 
3771
- #: super_socializer.php:538
 
 
 
 
 
 
 
 
 
 
3772
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3773
  msgstr ""
3774
 
3775
- #: super_socializer.php:1828
3776
  #, fuzzy
3777
  msgid ""
3778
  "cURL is not enabled at your website server. Please contact your website "
@@ -3781,7 +3813,7 @@ msgstr ""
3781
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3782
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3783
 
3784
- #: super_socializer.php:1856
3785
  #, fuzzy, php-format
3786
  msgid ""
3787
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3790,7 +3822,7 @@ msgstr ""
3790
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3791
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3792
 
3793
- #: super_socializer.php:1859
3794
  #, fuzzy, php-format
3795
  msgid ""
3796
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3799,7 +3831,7 @@ msgstr ""
3799
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3800
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3801
 
3802
- #: super_socializer.php:1862
3803
  msgid ""
3804
  "Make sure cURL is enabled at your website server. You may need to contact the "
3805
  "server administrator of your website to verify this"
@@ -3807,125 +3839,131 @@ msgstr ""
3807
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3808
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3809
 
3810
- #: super_socializer.php:2028
3811
  msgid "Search"
3812
  msgstr ""
3813
 
3814
- #: super_socializer.php:2050
3815
  msgid "Your email has been verified. Now you can login to your account"
3816
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3817
 
3818
- #: super_socializer.php:2054
3819
  msgid "Notification"
3820
  msgstr "تنبيهات"
3821
 
3822
- #: super_socializer.php:2075
3823
  msgid "Please check your email inbox to complete the registration."
3824
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3825
 
3826
- #: super_socializer.php:2144
3827
  msgid "Leave a reply"
3828
  msgstr "اترك رد"
3829
 
3830
- #: super_socializer.php:2160
3831
  #, fuzzy
3832
  msgid "Link copied."
3833
  msgstr "شارك الأخرين عبر لنكيدان"
3834
 
3835
- #: super_socializer.php:2386
3836
  #, fuzzy
3837
  msgid "Super Socializer - General Options"
3838
  msgstr "آخر تسجيل دخول | Last Login"
3839
 
3840
- #: super_socializer.php:2457
3841
  msgid ""
3842
  "I agree to my personal data being stored and used as per Privacy Policy and "
3843
  "Terms and Conditions"
3844
  msgstr ""
3845
 
3846
- #: super_socializer.php:2461
3847
  msgid ""
3848
  "I revoke my consent to store and use my personal data. Kindly delete my "
3849
  "personal data saved in this website."
3850
  msgstr ""
3851
 
3852
- #: super_socializer.php:2473
3853
  msgid "Small Avatar Url"
3854
  msgstr "صغير الرمزية رابط"
3855
 
3856
- #: super_socializer.php:2477
3857
  #, fuzzy
3858
  msgid "Large Avatar Url"
3859
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3860
 
3861
- #: super_socializer.php:2579
3862
  msgid "Login with your Social ID"
3863
  msgstr ""
3864
 
3865
- #: super_socializer.php:2580
3866
  msgid "Email you entered is already registered or invalid"
3867
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
3868
 
3869
- #: super_socializer.php:2587
3870
  msgid "Please enter a valid email address. You might be required to verify it"
3871
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
3872
 
3873
- #: super_socializer.php:2591 super_socializer.php:3355
3874
  msgid "Link your social account to login to your account at this website"
3875
  msgstr ""
3876
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
3877
  "حسابك في هذا الموقع"
3878
 
3879
- #: super_socializer.php:2849
3880
  msgid "Thanks for installing Super Socializer plugin"
3881
  msgstr ""
3882
 
3883
- #: super_socializer.php:2851
3884
  msgid "Configure the Plugin"
3885
  msgstr ""
3886
 
3887
- #: super_socializer.php:2862
3888
  msgid ""
3889
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
3890
  "version of Super Socializer"
3891
  msgstr ""
3892
 
3893
- #: super_socializer.php:2871
 
 
 
 
 
 
3894
  msgid ""
3895
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3896
  "compatibility with the current version of Super Socializer"
3897
  msgstr ""
3898
 
3899
- #: super_socializer.php:2880
3900
  msgid ""
3901
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3902
  "version of Super Socializer"
3903
  msgstr ""
3904
 
3905
- #: super_socializer.php:2889
3906
  msgid ""
3907
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3908
  "compatibility with the current version of Super Socializer"
3909
  msgstr ""
3910
 
3911
- #: super_socializer.php:2898
3912
  msgid ""
3913
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3914
  "for compatibility with the current version of Super Socializer"
3915
  msgstr ""
3916
 
3917
- #: super_socializer.php:2907
3918
  msgid ""
3919
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3920
  "with current version of Super Socializer"
3921
  msgstr ""
3922
 
3923
- #: super_socializer.php:2918
3924
  #, php-format
3925
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3926
  msgstr ""
3927
 
3928
- #: super_socializer.php:2927
3929
  #, php-format
3930
  msgid ""
3931
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3933,7 +3971,7 @@ msgid ""
3933
  "Instagram App Secret <a href=\"%s\">here</a>"
3934
  msgstr ""
3935
 
3936
- #: super_socializer.php:2936 super_socializer.php:2945
3937
  #, php-format
3938
  msgid ""
3939
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3942,13 +3980,13 @@ msgid ""
3942
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3943
  msgstr ""
3944
 
3945
- #: super_socializer.php:2961
3946
  #, php-format
3947
  msgid ""
3948
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3949
  msgstr ""
3950
 
3951
- #: super_socializer.php:2985
3952
  #, php-format
3953
  msgid ""
3954
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3956,13 +3994,13 @@ msgid ""
3956
  "target=\"_blank\">here</a>"
3957
  msgstr ""
3958
 
3959
- #: super_socializer.php:2985 super_socializer.php:3010 super_socializer.php:3035
3960
- #: super_socializer.php:3060 super_socializer.php:3093 super_socializer.php:3121
3961
- #: super_socializer.php:3148
3962
  msgid "Okay"
3963
  msgstr ""
3964
 
3965
- #: super_socializer.php:3010
3966
  #, php-format
3967
  msgid ""
3968
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3970,7 +4008,7 @@ msgid ""
3970
  "\">here</a>"
3971
  msgstr ""
3972
 
3973
- #: super_socializer.php:3035
3974
  #, php-format
3975
  msgid ""
3976
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3978,7 +4016,7 @@ msgid ""
3978
  "target=\"_blank\">here</a>"
3979
  msgstr ""
3980
 
3981
- #: super_socializer.php:3060
3982
  #, php-format
3983
  msgid ""
3984
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3986,13 +4024,13 @@ msgid ""
3986
  "target=\"_blank\">here</a>"
3987
  msgstr ""
3988
 
3989
- #: super_socializer.php:3071
3990
  #, php-format
3991
  msgid ""
3992
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3993
  msgstr ""
3994
 
3995
- #: super_socializer.php:3093
3996
  #, php-format
3997
  msgid ""
3998
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -4000,7 +4038,7 @@ msgid ""
4000
  "\"%s\" target=\"_blank\">here</a>"
4001
  msgstr ""
4002
 
4003
- #: super_socializer.php:3121
4004
  #, php-format
4005
  msgid ""
4006
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -4009,7 +4047,7 @@ msgid ""
4009
  "your website %s with them. No need to copy-paste any code from their website."
4010
  msgstr ""
4011
 
4012
- #: super_socializer.php:3148
4013
  #, php-format
4014
  msgid ""
4015
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -4017,7 +4055,7 @@ msgid ""
4017
  "\" target=\"_blank\">here</a>"
4018
  msgstr ""
4019
 
4020
- #: super_socializer.php:3173
4021
  #, php-format
4022
  msgid ""
4023
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -4025,11 +4063,11 @@ msgid ""
4025
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4026
  msgstr ""
4027
 
4028
- #: super_socializer.php:3173 super_socializer.php:3200
4029
  msgid "Dismiss"
4030
  msgstr ""
4031
 
4032
- #: super_socializer.php:3431
4033
  msgid ""
4034
  "Your browser is blocking some features of this website. Please follow the "
4035
  "instructions at {support_url} to unblock these."
@@ -4092,10 +4130,6 @@ msgstr ""
4092
  #~ msgstr ""
4093
  #~ "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
4094
 
4095
- #, fuzzy
4096
- #~ msgid "bit.ly username"
4097
- #~ msgstr "إسم المستخدم الألكتروني:"
4098
-
4099
  #, fuzzy
4100
  #~ msgid ""
4101
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:46+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:1983
23
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
27
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
28
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
29
+ "target=\"_blank\">here</a>"
30
  msgstr ""
31
  "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة "
32
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API "
33
  "التغريد\""
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2417
37
  #, fuzzy
38
  msgid "General Options"
39
  msgstr "المشاركات الأفقي"
85
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
86
  msgstr ""
87
 
88
+ #: admin/general_options.php:89 admin/like_buttons.php:781
89
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
90
+ #: admin/social_sharing.php:1956 helper.php:922
91
  #, fuzzy
92
  msgid "Save Changes"
93
  msgstr "حفظ"
94
 
95
+ #: admin/general_options.php:103 admin/like_buttons.php:791
96
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
97
+ #: admin/social_sharing.php:1966
98
  #, fuzzy
99
  msgid "Instagram Shoutout"
100
  msgstr "إنستاجرام"
101
 
102
+ #: admin/general_options.php:105 admin/like_buttons.php:793
103
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
104
+ #: admin/social_sharing.php:1968
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
107
  "business, we would be glad to shoutout on Instagram. You can also send any "
129
 
130
  #: admin/help.php:23
131
  #, fuzzy
132
+ msgid "Support Forum"
133
+ msgstr "الدعم | Support"
134
+
135
+ #: admin/help.php:29
136
+ #, fuzzy
137
  msgid "Plugin Demo"
138
  msgstr "دعم البرنامج المساعد | Plugin Support"
139
 
140
+ #: admin/help.php:35
141
  msgid "Translate Plugin"
142
  msgstr ""
143
 
144
+ #: admin/help.php:41 admin/social_login.php:57
145
  #, fuzzy
146
  msgid "Customize Social Login Icons"
147
  msgstr ""
149
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
150
  "فورا دون موافقة المشرف على النظام."
151
 
152
+ #: admin/help.php:47
153
  msgid "Integrate with Google Analytics"
154
  msgstr ""
155
 
156
+ #: admin/help.php:53
157
  msgid "Boost sharing by awarding points"
158
  msgstr "تعزيز تقاسم بمنح نقاط"
159
 
160
+ #: admin/help.php:59
161
  msgid "Award points for Social Login"
162
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
163
 
164
+ #: admin/help.php:65
165
  #, fuzzy
166
  msgid "Other Add-ons"
167
  msgstr "إضافات"
168
 
 
 
 
 
 
169
  #: admin/help.php:70
170
  msgid "Need Help?"
171
  msgstr "احتاج مساعدة؟"
220
  msgstr ""
221
  "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
222
 
223
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
224
  #, fuzzy
225
  msgid "Standard Interface"
226
  msgstr "المشاركات الأفقي"
227
 
228
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
229
  #, fuzzy
230
  msgid "Floating Interface"
231
  msgstr "المشاركات الأفقي"
232
 
233
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
234
+ #: admin/social_sharing.php:1603
235
  msgid "Miscellaneous"
236
  msgstr ""
237
 
238
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
239
  msgid "3rd Party Integration"
240
  msgstr ""
241
 
242
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
243
  #: admin/social_login.php:45 admin/social_login.php:1946
244
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
245
+ #: admin/social_sharing.php:1882
246
  #, fuzzy
247
  msgid "Shortcode & Widget"
248
  msgstr "استخدم كود مختصر | Include the shortcode"
250
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
251
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
252
  #: admin/social_login.php:46 admin/social_login.php:1960
253
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
254
  #, fuzzy
255
  msgid "FAQ"
256
  msgstr "الأسئلة الشائعة "
271
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
272
 
273
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
274
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
275
  #, fuzzy
276
  msgid "Target Url"
277
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
278
 
279
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
280
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144 inc/widget.php:263
281
+ #: inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
282
  #, fuzzy
283
  msgid "Url of the webpage where icons are located (default)"
284
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
285
 
286
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
287
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146 inc/widget.php:264
288
+ #: inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
289
  #, fuzzy
290
  msgid "Url of the homepage of your website"
291
  msgstr "URL لعملاء الموقع (اختياري)"
292
 
293
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
294
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
295
  #, fuzzy
296
  msgid "Custom url"
297
  msgstr "رابط (URL) مخصّص"
302
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
303
 
304
  #: admin/like_buttons.php:105 admin/social_login.php:1231
305
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
306
  #, fuzzy
307
  msgid "Title"
308
  msgstr "العنوان"
323
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
324
 
325
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
326
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
327
  #, fuzzy
328
  msgid "Horizontal alignment"
329
  msgstr "بلا محاذاة"
330
 
331
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
332
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
333
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330 inc/widget.php:452
334
+ #: inc/widget.php:765 inc/widget.php:1059
335
  #, fuzzy
336
  msgid "Left"
337
  msgstr "يسار"
338
 
339
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
340
  #, fuzzy
341
  msgid "Center"
342
  msgstr "وسط"
343
 
344
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
345
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
346
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331 inc/widget.php:453
347
+ #: inc/widget.php:766 inc/widget.php:1066
348
  #, fuzzy
349
  msgid "Right"
350
  msgstr "يمين"
354
  msgid "Horizontal alignment of the interface"
355
  msgstr "بلا محاذاة"
356
 
357
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
358
  #, fuzzy
359
  msgid "Position with respect to content"
360
  msgstr "موضع الخلفية"
361
 
362
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
363
  #, fuzzy
364
  msgid "Top of the content"
365
  msgstr "أعلى"
366
 
367
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
368
  #, fuzzy
369
  msgid "Bottom of the content"
370
  msgstr "أسفل"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
  #: admin/social_login.php:1548 admin/social_login.php:1577
384
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
385
  #, fuzzy
386
  msgid "Homepage"
387
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
388
 
389
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
390
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
391
  #, fuzzy
392
  msgid "Posts"
393
  msgstr "مقالات"
394
 
395
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
396
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
397
  #, fuzzy
398
  msgid "Pages"
399
  msgstr "صفحات"
400
 
401
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
402
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
403
  msgid "Excerpts and Posts page"
404
  msgstr ""
405
 
406
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
407
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
408
  #, fuzzy
409
  msgid "Category Archives"
410
  msgstr "الأرشيف"
411
 
412
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
413
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
414
  #, fuzzy
415
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
416
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
417
 
418
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
419
  #, fuzzy
420
  msgid "BuddyPress activity"
421
  msgstr "النشاط BuddyPress والمجموعات"
422
 
423
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
424
  msgid "BuddyPress group (only at top of content)"
425
  msgstr ""
426
 
427
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
428
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
429
  #, fuzzy
430
  msgid "BBPress forum"
431
  msgstr "المنتدى المستعمل | User Forum"
432
 
433
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
434
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
435
  #, fuzzy
436
  msgid "BBPress topic"
437
  msgstr "إضافات الموضوع"
438
 
439
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
440
  #, fuzzy
441
  msgid "BBPress reply"
442
  msgstr "رد"
443
 
444
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
445
  msgid "After individual product at WooCommerce Shop page"
446
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
447
 
448
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
449
  msgid "WooCommerce Product Page"
450
  msgstr "WooCommerce صفحة المنتج"
451
 
452
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
453
  msgid "WooCommerce Thankyou Page"
454
  msgstr "WooCommerce الشكر الصفحة"
455
 
473
  msgid "Master control to enable vertical (floating) counter widget"
474
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
475
 
476
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
477
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309 inc/widget.php:466
478
+ #: inc/widget.php:779
479
  #, fuzzy
480
  msgid "Background Color"
481
  msgstr "لون الخلفية"
492
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
493
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
494
 
495
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
496
  #, fuzzy
497
  msgid "Left offset"
498
  msgstr "يسار"
506
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
507
  "يمكن أن يكون رقم سلبي جداً."
508
 
509
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
510
  #, fuzzy
511
  msgid "Right offset"
512
  msgstr "يمين"
520
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
521
  "يمكن أن يكون رقم سلبي جداً."
522
 
523
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
524
  #, fuzzy
525
  msgid "Top offset"
526
  msgstr "أعلى"
533
  msgstr ""
534
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
535
 
536
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
537
  #, fuzzy
538
  msgid "BuddyPress group"
539
  msgstr "تحرير ملفي الشخصي"
551
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
552
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
553
 
554
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
555
  #, fuzzy
556
  msgid "Url shortener"
557
  msgstr "عنوان Url للقيام بالتعليق على"
575
  msgid "Enable bit.ly url shortener for tweet button"
576
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
577
 
578
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
579
  #, fuzzy
580
  msgid "Master control to enable bit.ly url shortening for sharing"
581
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
582
 
583
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
584
  msgid "Bit.ly generic access token"
585
  msgstr ""
586
 
587
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
588
  #, php-format
589
  msgid ""
590
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
592
  "access token. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
593
  msgstr ""
594
 
595
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
596
  msgid "Clear Bitly Cache"
597
  msgstr ""
598
 
599
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
600
  #, fuzzy
601
  msgid "ShortUrl cache cleared successfully."
602
  msgstr "تم ربط حسابك بنجاح"
603
 
604
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
605
  msgid ""
606
  "Use this to delete short urls saved in database. Handy, if urls of your "
607
  "website have been changed but short urls are still being generated for old "
609
  msgstr ""
610
 
611
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
612
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
613
+ #: admin/social_sharing.php:1760
614
  #, fuzzy
615
  msgid "Language"
616
  msgstr ""
661
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
662
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
663
 
664
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1855
665
  msgid "myCRED"
666
  msgstr ""
667
 
668
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1860
669
  msgid "Append myCRED referral ID to the urls being shared"
670
  msgstr ""
671
 
674
  msgid "Like Buttons Shortcode & Widget"
675
  msgstr "استخدم كود مختصر | Include the shortcode"
676
 
677
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1943
678
  msgid "Why is there so much space between like buttons?"
679
  msgstr ""
680
 
681
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1944
682
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
683
  msgstr ""
684
 
685
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1928
686
  msgid "How to Place Title and Social Share Icons in the Same Row?"
687
  msgstr ""
688
 
689
+ #: admin/like_buttons.php:769 admin/social_commenting.php:392
690
+ #: admin/social_login.php:1968 admin/social_sharing.php:1945
691
+ msgid "More"
692
+ msgstr ""
693
+
694
  #: admin/social_commenting.php:17
695
  #, fuzzy
696
  msgid "Enable Social Commenting"
928
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
929
 
930
  #: admin/social_commenting.php:386 admin/social_login.php:1962
931
+ #: admin/social_sharing.php:1915
932
  msgid ""
933
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
934
  "an online website for the plugin to function properly."
945
  "Https?"
946
  msgstr ""
947
 
948
+ #: admin/social_commenting.php:389 admin/social_login.php:1967
949
+ #: admin/social_sharing.php:1930
950
  msgid "Why is my browser blocking some features of the plugin?"
951
  msgstr ""
952
 
984
  msgstr "إنشاء ملف الإعدادات"
985
 
986
  #: admin/social_login.php:41 admin/social_login.php:1746
987
+ #: super_socializer.php:2485
988
  msgid "GDPR"
989
  msgstr ""
990
 
2197
  "photo\" section in BuddyPress profile at front-end"
2198
  msgstr ""
2199
 
2200
+ #: admin/social_login.php:1490 super_socializer.php:2091
2201
  msgid "Email required"
2202
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2203
 
2264
  msgid "BuddyPress profile page"
2265
  msgstr "تحرير ملفي الشخصي"
2266
 
2267
+ #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2268
+ #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2269
  #, fuzzy
2270
  msgid "Custom Url"
2271
  msgstr "رابط (URL) مخصّص"
2476
  msgid "Url of the privacy policy page of your website"
2477
  msgstr "URL لعملاء الموقع (اختياري)"
2478
 
2479
+ #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2480
+ #: inc/widget.php:608 inc/widget.php:757
2481
  #, fuzzy
2482
  msgid "Select"
2483
  msgstr "أختر ..."
2501
  "belong to the same app"
2502
  msgstr ""
2503
 
 
 
 
 
 
 
 
 
 
 
2504
  #: admin/social_sharing.php:18
2505
  #, fuzzy
2506
  msgid "Enable Social Sharing"
2511
  msgid "Master control to enable Social Sharing"
2512
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
2513
 
2514
+ #: admin/social_sharing.php:48
 
 
 
 
2515
  msgid "Theme Selection"
2516
  msgstr ""
2517
 
2518
+ #: admin/social_sharing.php:60
2519
  #, fuzzy
2520
  msgid "Troubleshooter"
2521
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
2522
 
2523
+ #: admin/social_sharing.php:69
2524
  msgid "Standard interface theme"
2525
  msgstr ""
2526
 
2527
+ #: admin/social_sharing.php:74 admin/social_sharing.php:372
2528
  msgid "Icon Preview"
2529
  msgstr "الرمز معاينة"
2530
 
2531
+ #: admin/social_sharing.php:146 admin/social_sharing.php:445
2532
  #, fuzzy
2533
  msgid ""
2534
  "Do not forget to save the configuration after making changes by clicking the "
2536
  msgstr ""
2537
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
2538
 
2539
+ #: admin/social_sharing.php:152 admin/social_sharing.php:451
2540
  #, fuzzy
2541
  msgid "Shape"
2542
  msgstr "شكل"
2543
 
2544
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455 inc/widget.php:1095
2545
  #, fuzzy
2546
  msgid "Round"
2547
  msgstr "مستدير"
2548
 
2549
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457 inc/widget.php:1096
2550
  #, fuzzy
2551
  msgid "Square"
2552
  msgstr "مربع"
2553
 
2554
+ #: admin/social_sharing.php:160 admin/social_sharing.php:459
2555
  msgid "Rectangle"
2556
  msgstr ""
2557
 
2558
+ #: admin/social_sharing.php:167 admin/social_sharing.php:466
2559
  #, fuzzy
2560
  msgid "Shape of the sharing icons"
2561
  msgstr "المشاركات الأفقي"
2562
 
2563
+ #: admin/social_sharing.php:175 admin/social_sharing.php:474
2564
  #, fuzzy
2565
  msgid "Size (in pixels)"
2566
  msgstr "حجم"
2567
 
2568
+ #: admin/social_sharing.php:191 admin/social_sharing.php:490
2569
  #, fuzzy
2570
  msgid "Size of the sharing icons"
2571
  msgstr "المشاركات الأفقي"
2572
 
2573
+ #: admin/social_sharing.php:200 admin/social_sharing.php:499
2574
  #, fuzzy
2575
  msgid "Width (in pixels)"
2576
  msgstr "حجم"
2577
 
2578
+ #: admin/social_sharing.php:216 admin/social_sharing.php:515
2579
  #, fuzzy
2580
  msgid "Width of the sharing icons"
2581
  msgstr "المشاركات الأفقي"
2582
 
2583
+ #: admin/social_sharing.php:223 admin/social_sharing.php:522
2584
  #, fuzzy
2585
  msgid "Height (in pixels)"
2586
  msgstr "حجم"
2587
 
2588
+ #: admin/social_sharing.php:239 admin/social_sharing.php:538
2589
  #, fuzzy
2590
  msgid "Height of the sharing icons"
2591
  msgstr "المشاركات الأفقي"
2592
 
2593
+ #: admin/social_sharing.php:248 admin/social_sharing.php:547
2594
  #, fuzzy
2595
  msgid "Border radius (in pixels)"
2596
  msgstr "حجم"
2597
 
2598
+ #: admin/social_sharing.php:258 admin/social_sharing.php:557
2599
  msgid ""
2600
  "Specify a value for rounded corners. More the value, more rounded will the "
2601
  "corners be. Leave empty for sharp corners."
2602
  msgstr ""
2603
 
2604
+ #: admin/social_sharing.php:266 admin/social_sharing.php:565
2605
  #, fuzzy
2606
  msgid "Logo Color"
2607
  msgstr "لون الخلفية"
2608
 
2609
+ #: admin/social_sharing.php:270 admin/social_sharing.php:290
2610
+ #: admin/social_sharing.php:309 admin/social_sharing.php:569
2611
+ #: admin/social_sharing.php:589 admin/social_sharing.php:607
2612
  #, fuzzy
2613
  msgid "Default"
2614
  msgstr ""
2617
  "الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك "
2618
  "وتعليقا الاجتماعية."
2619
 
2620
+ #: admin/social_sharing.php:272 admin/social_sharing.php:291
2621
+ #: admin/social_sharing.php:314 admin/social_sharing.php:571
2622
+ #: admin/social_sharing.php:590 admin/social_sharing.php:612
2623
  msgid "On Hover"
2624
  msgstr ""
2625
 
2626
+ #: admin/social_sharing.php:280 admin/social_sharing.php:579
2627
  #, fuzzy
2628
  msgid ""
2629
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2634
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2635
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2636
 
2637
+ #: admin/social_sharing.php:298 admin/social_sharing.php:597
2638
  #, fuzzy
2639
  msgid ""
2640
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2646
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2647
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2648
 
2649
+ #: admin/social_sharing.php:305 admin/social_sharing.php:604
2650
  msgid "Border"
2651
  msgstr ""
2652
 
2653
+ #: admin/social_sharing.php:311 admin/social_sharing.php:316
2654
+ #: admin/social_sharing.php:609 admin/social_sharing.php:614
2655
  #, fuzzy
2656
  msgid "Border Width"
2657
  msgstr "أضف ودجت"
2658
 
2659
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
2660
+ #: admin/social_sharing.php:610 admin/social_sharing.php:615
2661
  #, fuzzy
2662
  msgid "Border Color"
2663
  msgstr "لون الخلفية"
2664
 
2665
+ #: admin/social_sharing.php:324 admin/social_sharing.php:622
2666
  #, fuzzy
2667
  msgid "Icon border"
2668
  msgstr "الرمز معاينة"
2669
 
2670
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2671
  msgid "Counter Position"
2672
  msgstr ""
2673
 
2674
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2675
  msgid "(applies, if counter enabled)"
2676
  msgstr ""
2677
 
2678
+ #: admin/social_sharing.php:337 admin/social_sharing.php:635
2679
  msgid "Top"
2680
  msgstr ""
2681
 
2682
+ #: admin/social_sharing.php:341 admin/social_sharing.php:639
2683
  msgid "Bottom"
2684
  msgstr ""
2685
 
2686
+ #: admin/social_sharing.php:343 admin/social_sharing.php:641
2687
  msgid "Inner Left"
2688
  msgstr ""
2689
 
2690
+ #: admin/social_sharing.php:345 admin/social_sharing.php:643
2691
  msgid "Inner Top"
2692
  msgstr ""
2693
 
2694
+ #: admin/social_sharing.php:347 admin/social_sharing.php:645
2695
  #, fuzzy
2696
  msgid "Inner Right"
2697
  msgstr "يمين"
2698
 
2699
+ #: admin/social_sharing.php:349 admin/social_sharing.php:647
2700
  msgid "Inner Bottom"
2701
  msgstr ""
2702
 
2703
+ #: admin/social_sharing.php:357 admin/social_sharing.php:655
2704
  #, fuzzy
2705
  msgid "Position of share counter"
2706
  msgstr "أسفل"
2707
 
2708
+ #: admin/social_sharing.php:367
2709
  #, fuzzy
2710
  msgid "Floating interface theme"
2711
  msgstr "المشاركات الأفقي"
2712
 
2713
+ #: admin/social_sharing.php:671
2714
  #, fuzzy
2715
  msgid "Standard Sharing Interface Options"
2716
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2717
 
2718
+ #: admin/social_sharing.php:676
2719
  #, fuzzy
2720
  msgid "Enable Standard sharing interface"
2721
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2722
 
2723
+ #: admin/social_sharing.php:686
2724
  #, fuzzy
2725
  msgid "Master control to enable standard sharing"
2726
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
2727
 
2728
+ #: admin/social_sharing.php:710 admin/social_sharing.php:1155
2729
  #, fuzzy
2730
  msgid "Url to share"
2731
  msgstr " شارك الآخرين بهذة الفقرة"
2732
 
2733
+ #: admin/social_sharing.php:727
2734
  #, fuzzy
2735
  msgid "The text to display above the sharing interface"
2736
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
2737
 
2738
+ #: admin/social_sharing.php:757 admin/social_sharing.php:1163
2739
  #, fuzzy
2740
  msgid "Instagram username"
2741
  msgstr "إنستاجرام"
2742
 
2743
+ #: admin/social_sharing.php:767 admin/social_sharing.php:1173
2744
  msgid ""
2745
  "Username of the Instagram account you want to redirect users to, on clicking "
2746
  "the icon"
2747
  msgstr ""
2748
 
2749
+ #: admin/social_sharing.php:775
2750
+ #, fuzzy
2751
+ msgid "Youtube username"
2752
+ msgstr "إسم المستخدم الألكتروني:"
2753
+
2754
+ #: admin/social_sharing.php:785
2755
+ msgid ""
2756
+ "Username of the Youtube account you want to redirect users to, on clicking "
2757
+ "the icon"
2758
+ msgstr ""
2759
+
2760
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2761
  #, fuzzy
2762
  msgid "HTML ID of container element of comment form"
2763
  msgstr "ID HTML التعليق حاوية شكل"
2764
 
2765
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2766
  msgid ""
2767
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2768
  "icon."
2769
  msgstr ""
2770
 
2771
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2772
  #, fuzzy
2773
  msgid "Rearrange icons"
2774
  msgstr "إعادة ترتيب الرموز"
2775
 
2776
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2777
  #, fuzzy
2778
  msgid "Drag the icons to rearrange in desired order"
2779
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
2780
 
2781
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2782
  #, fuzzy
2783
  msgid "Select Sharing Services"
2784
  msgstr "اختر مقالة"
2785
 
2786
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2787
  msgid "Select sharing services to show in social share bar"
2788
  msgstr ""
2789
 
2790
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2791
  #, fuzzy
2792
  msgid "Search social network"
2793
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
2794
 
2795
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2796
  #, fuzzy
2797
  msgid "Horizontal alignment of the sharing interface"
2798
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2799
 
2800
+ #: admin/social_sharing.php:962
2801
  #, fuzzy
2802
  msgid "Specify position of the sharing interface with respect to the content"
2803
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
2804
 
2805
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2806
  msgid "Placement"
2807
  msgstr ""
2808
 
2809
+ #: admin/social_sharing.php:1037
2810
  #, fuzzy
2811
  msgid "Specify the pages where you want to enable Sharing interface"
2812
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
2813
 
2814
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2815
  #, fuzzy
2816
  msgid "Show share counts"
2817
  msgstr "عرض عدد المقالات"
2818
 
2819
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2820
  msgid ""
2821
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2822
  "Odnoklassniki, Fintel and Vkontakte"
2823
  msgstr ""
2824
 
2825
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2826
  #, php-format
2827
  msgid ""
2828
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2831
  "website."
2832
  msgstr ""
2833
 
2834
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2835
  #, fuzzy
2836
  msgid "If enabled, share counts are displayed above sharing icons."
2837
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2838
 
2839
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2840
+ #: admin/social_sharing.php:1702
2841
  msgid "Track Social Shares for Every Social Network"
2842
  msgstr ""
2843
 
2844
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2845
  #, fuzzy
2846
  msgid "Show total shares"
2847
  msgstr "عرض عدد المقالات"
2848
 
2849
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2850
  #, fuzzy
2851
  msgid "If enabled, total shares will be displayed with sharing icons"
2852
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2853
 
2854
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2855
  #, fuzzy
2856
  msgid "Enable 'More' icon"
2857
  msgstr "الرمز معاينة"
2858
 
2859
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2860
  #, fuzzy
2861
  msgid ""
2862
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2865
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
2866
  "مشاركة إضافية في المنبثقة"
2867
 
2868
+ #: admin/social_sharing.php:1116
2869
  #, fuzzy
2870
  msgid "Floating Sharing Interface Options"
2871
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2872
 
2873
+ #: admin/social_sharing.php:1121
2874
  #, fuzzy
2875
  msgid "Enable Floating sharing interface"
2876
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
2877
 
2878
+ #: admin/social_sharing.php:1131
2879
  #, fuzzy
2880
  msgid "Master control to enable floating sharing widget"
2881
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
2882
 
2883
+ #: admin/social_sharing.php:1319
2884
  #, fuzzy
2885
  msgid ""
2886
  "Specify the color or hex code (example #cc78e0) for the background of "
2892
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2893
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2894
 
2895
+ #: admin/social_sharing.php:1357
2896
  #, fuzzy
2897
  msgid ""
2898
  "Specify a number. Increase in number will shift sharing interface towards "
2901
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
2902
  "اليسار. يمكن أن يكون رقم سلبي جداً."
2903
 
2904
+ #: admin/social_sharing.php:1376
2905
  #, fuzzy
2906
  msgid ""
2907
  "Specify a number. Increase in number will shift sharing interface towards "
2910
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
2911
  "اليمين. يمكن أن يكون رقم سلبي جداً."
2912
 
2913
+ #: admin/social_sharing.php:1394
2914
  #, fuzzy
2915
  msgid ""
2916
  "Specify a number. Increase in number will shift sharing interface towards "
2919
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
2920
  "الأعلى."
2921
 
2922
+ #: admin/social_sharing.php:1450
2923
  #, fuzzy
2924
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2925
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
2926
 
2927
+ #: admin/social_sharing.php:1519
2928
  #, fuzzy
2929
  msgid "Hide floating slider"
2930
  msgstr ""
2931
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
2932
  "out Users"
2933
 
2934
+ #: admin/social_sharing.php:1529
2935
  msgid "Hides the slider arrow present below the floating share bar"
2936
  msgstr ""
2937
 
2938
+ #: admin/social_sharing.php:1536
2939
  #, fuzzy
2940
  msgid "Vertical floating bar responsiveness"
2941
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2942
 
2943
+ #: admin/social_sharing.php:1539 inc/widget.php:1074
2944
  #, php-format
2945
  msgid "Display vertical interface only when screen is wider than %s pixels"
2946
  msgstr ""
2947
 
2948
+ #: admin/social_sharing.php:1546
2949
  msgid ""
2950
  "Display vertical interface only when screen is wider than the width specified."
2951
  msgstr ""
2952
 
2953
+ #: admin/social_sharing.php:1553
2954
  msgid "Horizontal floating bar responsiveness"
2955
  msgstr ""
2956
 
2957
+ #: admin/social_sharing.php:1556 inc/widget.php:1078
2958
  #, fuzzy, php-format
2959
  msgid ""
2960
  "Stick vertical floating interface horizontally at bottom only when screen is "
2961
  "narrower than %s pixels"
2962
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
2963
 
2964
+ #: admin/social_sharing.php:1563
2965
  msgid ""
2966
  "Stick vertical floating interface horizontally at bottom only when screen is "
2967
  "narrower than the width specified"
2968
  msgstr ""
2969
 
2970
+ #: admin/social_sharing.php:1572
2971
  #, fuzzy
2972
  msgid "Horizontal floating bar position"
2973
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2974
 
2975
+ #: admin/social_sharing.php:1575 inc/widget.php:1084
2976
  #, php-format
2977
  msgid "%s pixels from %s"
2978
  msgstr ""
2979
 
2980
+ #: admin/social_sharing.php:1576
2981
  msgid "Auto-adjust according to screen width (responsive)"
2982
  msgstr ""
2983
 
2984
+ #: admin/social_sharing.php:1583
2985
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2986
  msgstr ""
2987
 
2988
+ #: admin/social_sharing.php:1608
2989
+ msgid "Use plain background for Instagram icon"
2990
+ msgstr ""
2991
+
2992
+ #: admin/social_sharing.php:1618
2993
+ msgid ""
2994
+ "Uses plain background for Instagram icon instead of multicolored background"
2995
+ msgstr ""
2996
+
2997
+ #: admin/social_sharing.php:1631
2998
  #, fuzzy
2999
  msgid "Use shortlinks already installed"
3000
  msgstr "تمّ التنصيب مسبقاً"
3001
 
3002
+ #: admin/social_sharing.php:1641
3003
  msgid "Uses default short url permalinks without using any additional plugin"
3004
  msgstr ""
3005
 
3006
+ #: admin/social_sharing.php:1648
3007
  #, fuzzy
3008
  msgid "Enable bit.ly url shortener for sharing"
3009
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
3010
 
3011
+ #: admin/social_sharing.php:1707
3012
  msgid "Share Count Cache"
3013
  msgstr ""
3014
 
3015
+ #: admin/social_sharing.php:1712
3016
  msgid "Refresh Share Count cache every"
3017
  msgstr ""
3018
 
3019
+ #: admin/social_sharing.php:1717
3020
  msgid "Second(s)"
3021
  msgstr ""
3022
 
3023
+ #: admin/social_sharing.php:1718
3024
  msgid "Minute(s)"
3025
  msgstr ""
3026
 
3027
+ #: admin/social_sharing.php:1719
3028
  msgid "Hour(s)"
3029
  msgstr ""
3030
 
3031
+ #: admin/social_sharing.php:1720
3032
  msgid "Day(s)"
3033
  msgstr ""
3034
 
3035
+ #: admin/social_sharing.php:1728
3036
  #, php-format
3037
  msgid ""
3038
  "Frequent cache refreshing results in slower loading of pages with share "
3040
  "\"_blank\">here</a>"
3041
  msgstr ""
3042
 
3043
+ #: admin/social_sharing.php:1735
3044
  msgid "Clear Share Counts Cache"
3045
  msgstr ""
3046
 
3047
+ #: admin/social_sharing.php:1739
3048
  #, fuzzy
3049
  msgid "Share Counts cache cleared successfully."
3050
  msgstr "تم ربط حسابك بنجاح"
3051
 
3052
+ #: admin/social_sharing.php:1746
3053
  msgid "Use this to clear cached share counts"
3054
  msgstr ""
3055
 
3056
+ #: admin/social_sharing.php:1770
3057
  #, fuzzy, php-format
3058
  msgid ""
3059
  "Enter the code of the language you want to use for like buttons. You can find "
3064
  "رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل "
3065
  "language(English) الافتراضي"
3066
 
3067
+ #: admin/social_sharing.php:1779
3068
  #, fuzzy
3069
  msgid "Username in sharing"
3070
  msgstr "شارك الأخرين عبر تويتر"
3071
 
3072
+ #: admin/social_sharing.php:1784
3073
  #, fuzzy
3074
  msgid "Twitter username (without @)"
3075
  msgstr "قالب بدون %1$s"
3076
 
3077
+ #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
3078
  #, fuzzy
3079
  msgid ""
3080
  "Provided username will be appended after the content being shared as \"via "
3084
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
3085
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
3086
 
3087
+ #: admin/social_sharing.php:1802
3088
  #, fuzzy
3089
  msgid "Buffer username (without @)"
3090
  msgstr "قالب بدون %1$s"
3091
 
3092
+ #: admin/social_sharing.php:1821
3093
  msgid "AMP"
3094
  msgstr ""
3095
 
3096
+ #: admin/social_sharing.php:1826
3097
  #, fuzzy
3098
  msgid "Enable sharing on AMP pages"
3099
  msgstr "صفحة"
3100
 
3101
+ #: admin/social_sharing.php:1836
3102
  msgid "Enable this option to render sharing icons on AMP pages"
3103
  msgstr ""
3104
 
3105
+ #: admin/social_sharing.php:1893
3106
  msgid "Facebook Sharing Troubleshooter"
3107
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
3108
 
3109
+ #: admin/social_sharing.php:1898
3110
  #, fuzzy
3111
  msgid ""
3112
  "If Facebook sharing is not working fine, click at the following link and "
3116
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
3117
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
3118
 
3119
+ #: admin/social_sharing.php:1916
3120
  msgid ""
3121
  "Why is sharer not showing the correct image, title and other meta tags "
3122
  "content?"
3123
  msgstr ""
3124
 
3125
+ #: admin/social_sharing.php:1917
3126
  msgid "Why is Facebook share count not working?"
3127
  msgstr ""
3128
 
3129
+ #: admin/social_sharing.php:1918 super_socializer.php:3241
3130
  #, php-format
3131
  msgid ""
3132
  "After the recent changes introduced in the Facebook graph API, it's not "
3135
  "not just for Facebook but for all the social networks"
3136
  msgstr ""
3137
 
3138
+ #: admin/social_sharing.php:1920
3139
  msgid "Why is Instagram icon redirecting to Instagram website?"
3140
  msgstr ""
3141
 
3142
+ #: admin/social_sharing.php:1921
3143
  msgid ""
3144
  "Instagram icon is there to send website visitors to the Instagram page of "
3145
  "your choice. You can save the desired Instagram handle in \"Instagram Username"
3146
  "\" option in \"Standard Interface\" and \"Floating Interface\" sections."
3147
  msgstr ""
3148
 
3149
+ #: admin/social_sharing.php:1924
3150
  #, fuzzy
3151
  msgid "How to customize the url being shared?"
3152
  msgstr "عرض عدد المقالات"
3153
 
3154
+ #: admin/social_sharing.php:1925
3155
  msgid ""
3156
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3157
  msgstr ""
3158
 
3159
+ #: admin/social_sharing.php:1926
3160
  msgid ""
3161
  "It takes some time for their service to track the shares made on Twitter from "
3162
  "your website. If you still feel it's taking too long you can contact their "
3163
  "support directly from their website."
3164
  msgstr ""
3165
 
3166
+ #: admin/social_sharing.php:1929
3167
  msgid ""
3168
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3169
  msgstr ""
3170
 
3171
+ #: admin/social_sharing.php:1931
3172
  msgid "Why the color of share icons is not being updated?"
3173
  msgstr ""
3174
 
3175
+ #: admin/social_sharing.php:1932
3176
  msgid "Why Facebook share counts are not appearing?"
3177
  msgstr ""
3178
 
3179
+ #: admin/social_sharing.php:1933
3180
  #, fuzzy
3181
  msgid ""
3182
  "How can I show share counts of my website rather than of individual pages/"
3185
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
3186
  "الوظائف؟"
3187
 
3188
+ #: admin/social_sharing.php:1934
3189
  #, fuzzy
3190
  msgid "How can I disable sharing on particular page/post?"
3191
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
3192
 
3193
+ #: admin/social_sharing.php:1935
3194
  #, fuzzy
3195
  msgid "How can I specify minimum sharing count for sharing networks?"
3196
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
3197
 
3198
+ #: admin/social_sharing.php:1936
3199
  msgid "How to share specific page?"
3200
  msgstr ""
3201
 
3202
+ #: admin/social_sharing.php:1937
3203
  msgid "How to integrate Google Analytics with sharing?"
3204
  msgstr ""
3205
 
3206
+ #: admin/social_sharing.php:1938
3207
  msgid "How to customize the look of total share counts?"
3208
  msgstr ""
3209
 
3210
+ #: admin/social_sharing.php:1939
3211
  #, fuzzy
3212
  msgid "How to customize the look of individual share counts?"
3213
  msgstr "عرض عدد المقالات"
3214
 
3215
+ #: admin/social_sharing.php:1940
3216
  #, fuzzy
3217
  msgid "How to show Whatsapp icon only on mobile devices?"
3218
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
3219
 
3220
+ #: admin/social_sharing.php:1941
3221
  msgid "How to hide arrow after floating sharing bar?"
3222
  msgstr ""
3223
 
3224
+ #: admin/social_sharing.php:1942
3225
  msgid "Why is share count not getting updated?"
3226
  msgstr ""
3227
 
3276
  msgid "Remove"
3277
  msgstr "إزالة"
3278
 
3279
+ #: helper.php:712
3280
  #, fuzzy
3281
  msgid "Social Account Linking"
3282
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3283
 
3284
+ #: helper.php:763
3285
  #, fuzzy
3286
  msgid "Disable Standard Social Sharing on this "
3287
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
3288
 
3289
+ #: helper.php:768
3290
  #, fuzzy
3291
  msgid "Disable Floating Social Sharing on this "
3292
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
3293
 
3294
+ #: helper.php:773
3295
  #, fuzzy
3296
  msgid "Disable Standard like buttons on this "
3297
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
3298
 
3299
+ #: helper.php:778
3300
  #, fuzzy
3301
  msgid "Disable Floating like buttons on this "
3302
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
3303
 
3304
+ #: helper.php:783
3305
  msgid "Disable Social Commenting on this "
3306
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
3307
 
3308
+ #: helper.php:792
3309
  #, fuzzy
3310
  msgid "Standard Sharing Interface"
3311
  msgstr "المشاركات الأفقي"
3312
 
3313
+ #: helper.php:798 helper.php:817
3314
  msgid "Starting share count for "
3315
  msgstr "بدء العد حصة ل"
3316
 
3317
+ #: helper.php:811
3318
  #, fuzzy
3319
  msgid "Floating Sharing Interface"
3320
  msgstr "المشاركات الأفقي"
3321
 
3322
+ #: helper.php:907 super_socializer.php:2501
3323
  #, fuzzy
3324
  msgid "Social Avatar"
3325
  msgstr "صغير الرمزية رابط"
3326
 
3327
+ #: helper.php:910 super_socializer.php:2512
3328
  msgid ""
3329
  "Do not fetch and update social avatar from my profile, next time I Social "
3330
  "Login"
3331
  msgstr ""
3332
 
3333
+ #: helper.php:911 super_socializer.php:2516
3334
  msgid "Update social avatar, next time I Social Login"
3335
  msgstr ""
3336
 
3337
+ #: helper.php:914
3338
  #, fuzzy
3339
  msgid "Small Avatar"
3340
  msgstr "صغير الرمزية رابط"
3341
 
3342
+ #: helper.php:918
3343
  #, fuzzy
3344
  msgid "Large Avatar"
3345
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3346
 
3347
+ #: helper.php:978 super_socializer.php:2069
3348
  msgid "Please verify your email address to login."
3349
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3350
 
3351
+ #: helper.php:1015
3352
  msgid "Click to delete social profile data"
3353
  msgstr ""
3354
 
3355
+ #: helper.php:1044
3356
  #, fuzzy
3357
  msgid "Deleting"
3358
  msgstr "الإعدادات"
3359
 
3360
+ #: helper.php:1054
3361
  msgid "Deleted"
3362
  msgstr ""
3363
 
3364
+ #: helper.php:1056
3365
  msgid "Something bad happened"
3366
  msgstr ""
3367
 
3368
+ #: inc/shortcode.php:214 inc/widget.php:48
3369
  #, fuzzy
3370
  msgid "Log Out"
3371
  msgstr " تسجيل الخروج"
3372
 
3373
+ #: inc/shortcode.php:296
3374
  #, fuzzy
3375
  msgid ""
3376
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3379
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3380
  "صفحة تسجيل الدخول\"."
3381
 
3382
+ #: inc/social_login.php:1035
3383
  #, fuzzy
3384
  msgid "Email"
3385
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3386
 
3387
+ #: inc/social_login.php:1036
3388
  msgid "Confirm email"
3389
  msgstr ""
3390
 
3391
+ #: inc/social_login.php:1038
3392
  msgid "Save"
3393
  msgstr ""
3394
 
3395
+ #: inc/social_login.php:1039
3396
  msgid "Cancel"
3397
  msgstr ""
3398
 
3399
+ #: inc/social_login.php:1113
3400
  #, fuzzy
3401
  msgid "Email Verification"
3402
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3403
 
3404
+ #: inc/social_login.php:1115
3405
  msgid ""
3406
  "Please click on the following link or paste it in browser to verify your email"
3407
  msgstr ""
3422
  msgid "Total Shares"
3423
  msgstr "عرض عدد المقالات"
3424
 
3425
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3426
  msgid "Share"
3427
  msgstr ""
3428
 
3429
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3430
  msgid "Shares"
3431
  msgstr ""
3432
 
3433
+ #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3434
  #, fuzzy
3435
  msgid "Invalid request"
3436
  msgstr "طلب غير صحيح"
3437
 
3438
+ #: inc/social_sharing.php:978
3439
  #, fuzzy
3440
  msgid "Providers not selected"
3441
  msgstr "محدد | selected"
3454
  "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة "
3455
  "لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
3456
 
3457
+ #: inc/widget.php:72
3458
  msgid "Login with your Social Account"
3459
  msgstr ""
3460
 
3461
+ #: inc/widget.php:83
3462
  #, fuzzy
3463
  msgid ""
3464
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
3466
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3467
  "صفحة تسجيل الدخول\"."
3468
 
3469
+ #: inc/widget.php:84
3470
  msgid "Title (before login):"
3471
  msgstr ""
3472
 
3473
+ #: inc/widget.php:86
3474
  msgid "Title (after login):"
3475
  msgstr ""
3476
 
3477
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3478
  #, fuzzy
3479
  msgid "Before widget content:"
3480
  msgstr "المحتوى "
3481
 
3482
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3483
  #, fuzzy
3484
  msgid "After widget content:"
3485
  msgstr "أضف ودجت"
3486
 
3487
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3488
+ #: inc/widget.php:782
3489
  #, fuzzy
3490
  msgid "Hide for logged in users:"
3491
  msgstr ""
3492
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
3493
  "out Users"
3494
 
3495
+ #: inc/widget.php:112
3496
  #, fuzzy
3497
  msgid ""
3498
  "Standard sharing widget. Let your website users share content on popular "
3501
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3502
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3503
 
3504
+ #: inc/widget.php:253
3505
  #, fuzzy
3506
  msgid ""
3507
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3510
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3511
  "الاجتماعية\"."
3512
 
3513
+ #: inc/widget.php:254 inc/widget.php:604
3514
  #, fuzzy
3515
  msgid "Title:"
3516
  msgstr "العنوان:"
3517
 
3518
+ #: inc/widget.php:256 inc/widget.php:435
3519
  #, fuzzy
3520
  msgid "Show individual share counts:"
3521
  msgstr "عرض عدد المقالات"
3522
 
3523
+ #: inc/widget.php:258 inc/widget.php:437
3524
  #, fuzzy
3525
  msgid "Show total shares:"
3526
  msgstr "عرض عدد المقالات"
3527
 
3528
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3529
  #, fuzzy
3530
  msgid "Target Url:"
3531
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3532
 
3533
+ #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3534
+ #, fuzzy
3535
+ msgid "Custom URL"
3536
+ msgstr "رابط (URL) مخصّص"
3537
+
3538
+ #: inc/widget.php:291
3539
  #, fuzzy
3540
  msgid ""
3541
  "Floating sharing widget. Let your website users share content on popular "
3544
  "القطعة تقاسم العائمة الرأسية. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في "
3545
  "شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3546
 
3547
+ #: inc/widget.php:434
3548
  #, fuzzy
3549
  msgid ""
3550
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3553
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3554
  "الاجتماعية\"."
3555
 
3556
+ #: inc/widget.php:450 inc/widget.php:763
3557
  #, fuzzy
3558
  msgid "Alignment"
3559
  msgstr "محاذاة"
3560
 
3561
+ #: inc/widget.php:456 inc/widget.php:769
3562
  #, fuzzy
3563
  msgid "Left Offset"
3564
  msgstr "يسار"
3565
 
3566
+ #: inc/widget.php:460 inc/widget.php:773
3567
  #, fuzzy
3568
  msgid "Right Offset"
3569
  msgstr "يمين"
3570
 
3571
+ #: inc/widget.php:463 inc/widget.php:776
3572
  #, fuzzy
3573
  msgid "Top Offset"
3574
  msgstr "أعلى"
3575
 
3576
+ #: inc/widget.php:488
3577
  #, fuzzy
3578
  msgid ""
3579
  "Standard like buttons widget. Let your website users share/like content on "
3582
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3583
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3584
 
3585
+ #: inc/widget.php:603
3586
  #, fuzzy
3587
  msgid ""
3588
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3589
  "Like Buttons\" page."
3590
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3591
 
3592
+ #: inc/widget.php:637
3593
  #, fuzzy
3594
  msgid ""
3595
  "Floating like buttons widget. Let your website users share/like content on "
3598
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3599
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3600
 
3601
+ #: inc/widget.php:754
3602
  #, fuzzy
3603
  msgid ""
3604
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3606
  msgstr ""
3607
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3608
 
3609
+ #: inc/widget.php:798
3610
  #, fuzzy
3611
  msgid "Super Socializer - Follow Icons"
3612
  msgstr "آخر تسجيل دخول | Last Login"
3613
 
3614
+ #: inc/widget.php:800
3615
  msgid "These icons link to your Social Media accounts"
3616
  msgstr ""
3617
 
3618
+ #: inc/widget.php:1037
3619
  msgid "Type:"
3620
  msgstr ""
3621
 
3622
+ #: inc/widget.php:1040
3623
  #, fuzzy
3624
  msgid "Standard"
3625
  msgstr "المشاركات الأفقي"
3626
 
3627
+ #: inc/widget.php:1043
3628
  #, fuzzy
3629
  msgid "Floating"
3630
  msgstr "تطفو عليه"
3631
 
3632
+ #: inc/widget.php:1048
3633
  #, fuzzy
3634
  msgid "Top offset:"
3635
  msgstr "أعلى"
3636
 
3637
+ #: inc/widget.php:1052
3638
  #, fuzzy
3639
  msgid "Alignment:"
3640
  msgstr "محاذاة"
3641
 
3642
+ #: inc/widget.php:1070
3643
  #, fuzzy
3644
  msgid "Offset"
3645
  msgstr "أعلى"
3646
 
3647
+ #: inc/widget.php:1084
3648
  #, fuzzy
3649
  msgid "right"
3650
  msgstr "يمين"
3651
 
3652
+ #: inc/widget.php:1084
3653
  msgid "left"
3654
  msgstr ""
3655
 
3656
+ #: inc/widget.php:1087
3657
  msgid "Auto-adjust according to the screen-width (responsive)"
3658
  msgstr ""
3659
 
3660
+ #: inc/widget.php:1091
3661
  #, fuzzy
3662
  msgid "Size of icons"
3663
  msgstr "المشاركات الأفقي"
3664
 
3665
+ #: inc/widget.php:1093
3666
  #, fuzzy
3667
  msgid "Icon Shape"
3668
  msgstr "شكل"
3669
 
3670
+ #: inc/widget.php:1098
3671
  msgid "Apply icon color and background color from Theme Selection section:"
3672
  msgstr ""
3673
 
3674
+ #: inc/widget.php:1100
3675
  msgid "No"
3676
  msgstr ""
3677
 
3678
+ #: inc/widget.php:1101
3679
  #, fuzzy
3680
  msgid "Yes, Standard Interface Theme"
3681
  msgstr "المشاركات الأفقي"
3682
 
3683
+ #: inc/widget.php:1102
3684
  #, fuzzy
3685
  msgid "Yes, Floating Interface Theme"
3686
  msgstr "المشاركات الأفقي"
3687
 
3688
+ #: inc/widget.php:1104
3689
  #, fuzzy
3690
  msgid "Facebook URL:"
3691
  msgstr "رقم التعريف الخالص بك | ID"
3692
 
3693
+ #: inc/widget.php:1107
3694
  #, fuzzy
3695
  msgid "Twitter URL:"
3696
  msgstr "شارك الأخرين عبر تويتر"
3697
 
3698
+ #: inc/widget.php:1110
3699
  #, fuzzy
3700
  msgid "Parler URL:"
3701
  msgstr "إنستاجرام"
3702
 
3703
+ #: inc/widget.php:1113
3704
  #, fuzzy
3705
  msgid "Instagram URL:"
3706
  msgstr "إنستاجرام"
3707
 
3708
+ #: inc/widget.php:1116
3709
  #, fuzzy
3710
  msgid "Pinterest URL:"
3711
  msgstr "شارك الأخرين عبر بينتريست"
3712
 
3713
+ #: inc/widget.php:1119
3714
  msgid "Behance URL:"
3715
  msgstr ""
3716
 
3717
+ #: inc/widget.php:1122
3718
  msgid "Flickr URL:"
3719
  msgstr ""
3720
 
3721
+ #: inc/widget.php:1125
3722
  msgid "Foursquare URL:"
3723
  msgstr ""
3724
 
3725
+ #: inc/widget.php:1128
3726
  msgid "Github URL:"
3727
  msgstr ""
3728
 
3729
+ #: inc/widget.php:1131
3730
  #, fuzzy
3731
  msgid "LinkedIn URL:"
3732
  msgstr "شارك الأخرين عبر لنكيدان"
3733
 
3734
+ #: inc/widget.php:1134
3735
  #, fuzzy
3736
  msgid "LinkedIn Company URL:"
3737
  msgstr "شارك الأخرين عبر لنكيدان"
3738
 
3739
+ #: inc/widget.php:1137
3740
  #, fuzzy
3741
  msgid "Medium URL:"
3742
  msgstr "شارك الأخرين عبر تمبلير"
3743
 
3744
+ #: inc/widget.php:1140
3745
  #, fuzzy
3746
  msgid "MeWe URL:"
3747
  msgstr "شارك الأخرين عبر تمبلير"
3748
 
3749
+ #: inc/widget.php:1143
3750
  msgid "Odnoklassniki URL:"
3751
  msgstr ""
3752
 
3753
+ #: inc/widget.php:1146
3754
  msgid "Snapchat URL:"
3755
  msgstr ""
3756
 
3757
+ #: inc/widget.php:1149
3758
  #, fuzzy
3759
  msgid "Telegram URL:"
3760
  msgstr "إنستاجرام"
3761
 
3762
+ #: inc/widget.php:1152
3763
  #, fuzzy
3764
  msgid "Tumblr URL:"
3765
  msgstr "شارك الأخرين عبر تمبلير"
3766
 
3767
+ #: inc/widget.php:1155
3768
  msgid "Vimeo URL:"
3769
  msgstr ""
3770
 
3771
+ #: inc/widget.php:1158
3772
  #, fuzzy
3773
  msgid "Vkontakte URL:"
3774
  msgstr "انشر عبر VKontakte"
3775
 
3776
+ #: inc/widget.php:1161
3777
  #, fuzzy
3778
  msgid "Xing URL:"
3779
  msgstr "شارك الأخرين عبر لنكيدان"
3780
 
3781
+ #: inc/widget.php:1164
3782
  msgid "Youtube URL:"
3783
  msgstr ""
3784
 
3785
+ #: inc/widget.php:1167
3786
  msgid "Youtube Channel URL:"
3787
  msgstr ""
3788
 
3789
+ #: inc/widget.php:1170
3790
  msgid "RSS Feed URL:"
3791
  msgstr ""
3792
 
3793
+ #: inc/widget.php:1173
3794
+ #, fuzzy
3795
+ msgid "Gab.com URL:"
3796
+ msgstr "رقم التعريف الخالص بك | ID"
3797
+
3798
+ #: inc/widget.php:1176
3799
+ #, fuzzy
3800
+ msgid "Gettr.com URL:"
3801
+ msgstr "شارك الأخرين عبر تويتر"
3802
+
3803
+ #: super_socializer.php:556
3804
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3805
  msgstr ""
3806
 
3807
+ #: super_socializer.php:1846
3808
  #, fuzzy
3809
  msgid ""
3810
  "cURL is not enabled at your website server. Please contact your website "
3813
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3814
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3815
 
3816
+ #: super_socializer.php:1874
3817
  #, fuzzy, php-format
3818
  msgid ""
3819
  "Enter exactly the following url in <strong>Website</strong> option in your "
3822
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3823
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3824
 
3825
+ #: super_socializer.php:1877
3826
  #, fuzzy, php-format
3827
  msgid ""
3828
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3831
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3832
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3833
 
3834
+ #: super_socializer.php:1880
3835
  msgid ""
3836
  "Make sure cURL is enabled at your website server. You may need to contact the "
3837
  "server administrator of your website to verify this"
3839
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3840
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3841
 
3842
+ #: super_socializer.php:2047
3843
  msgid "Search"
3844
  msgstr ""
3845
 
3846
+ #: super_socializer.php:2069
3847
  msgid "Your email has been verified. Now you can login to your account"
3848
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3849
 
3850
+ #: super_socializer.php:2073
3851
  msgid "Notification"
3852
  msgstr "تنبيهات"
3853
 
3854
+ #: super_socializer.php:2094
3855
  msgid "Please check your email inbox to complete the registration."
3856
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3857
 
3858
+ #: super_socializer.php:2163
3859
  msgid "Leave a reply"
3860
  msgstr "اترك رد"
3861
 
3862
+ #: super_socializer.php:2179
3863
  #, fuzzy
3864
  msgid "Link copied."
3865
  msgstr "شارك الأخرين عبر لنكيدان"
3866
 
3867
+ #: super_socializer.php:2417
3868
  #, fuzzy
3869
  msgid "Super Socializer - General Options"
3870
  msgstr "آخر تسجيل دخول | Last Login"
3871
 
3872
+ #: super_socializer.php:2488
3873
  msgid ""
3874
  "I agree to my personal data being stored and used as per Privacy Policy and "
3875
  "Terms and Conditions"
3876
  msgstr ""
3877
 
3878
+ #: super_socializer.php:2492
3879
  msgid ""
3880
  "I revoke my consent to store and use my personal data. Kindly delete my "
3881
  "personal data saved in this website."
3882
  msgstr ""
3883
 
3884
+ #: super_socializer.php:2504
3885
  msgid "Small Avatar Url"
3886
  msgstr "صغير الرمزية رابط"
3887
 
3888
+ #: super_socializer.php:2508
3889
  #, fuzzy
3890
  msgid "Large Avatar Url"
3891
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3892
 
3893
+ #: super_socializer.php:2610
3894
  msgid "Login with your Social ID"
3895
  msgstr ""
3896
 
3897
+ #: super_socializer.php:2611
3898
  msgid "Email you entered is already registered or invalid"
3899
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
3900
 
3901
+ #: super_socializer.php:2618
3902
  msgid "Please enter a valid email address. You might be required to verify it"
3903
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
3904
 
3905
+ #: super_socializer.php:2622 super_socializer.php:3419
3906
  msgid "Link your social account to login to your account at this website"
3907
  msgstr ""
3908
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
3909
  "حسابك في هذا الموقع"
3910
 
3911
+ #: super_socializer.php:2882
3912
  msgid "Thanks for installing Super Socializer plugin"
3913
  msgstr ""
3914
 
3915
+ #: super_socializer.php:2884
3916
  msgid "Configure the Plugin"
3917
  msgstr ""
3918
 
3919
+ #: super_socializer.php:2895
3920
  msgid ""
3921
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
3922
  "version of Super Socializer"
3923
  msgstr ""
3924
 
3925
+ #: super_socializer.php:2904
3926
+ msgid ""
3927
+ "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3928
+ "compatibility with the current version of Super Socializer"
3929
+ msgstr ""
3930
+
3931
+ #: super_socializer.php:2913
3932
  msgid ""
3933
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3934
  "compatibility with the current version of Super Socializer"
3935
  msgstr ""
3936
 
3937
+ #: super_socializer.php:2922
3938
  msgid ""
3939
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3940
  "version of Super Socializer"
3941
  msgstr ""
3942
 
3943
+ #: super_socializer.php:2931
3944
  msgid ""
3945
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3946
  "compatibility with the current version of Super Socializer"
3947
  msgstr ""
3948
 
3949
+ #: super_socializer.php:2940
3950
  msgid ""
3951
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3952
  "for compatibility with the current version of Super Socializer"
3953
  msgstr ""
3954
 
3955
+ #: super_socializer.php:2949
3956
  msgid ""
3957
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3958
  "with current version of Super Socializer"
3959
  msgstr ""
3960
 
3961
+ #: super_socializer.php:2960
3962
  #, php-format
3963
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3964
  msgstr ""
3965
 
3966
+ #: super_socializer.php:2969
3967
  #, php-format
3968
  msgid ""
3969
  "To continue using Instagram login create a new Instagram App as described <a "
3971
  "Instagram App Secret <a href=\"%s\">here</a>"
3972
  msgstr ""
3973
 
3974
+ #: super_socializer.php:2978 super_socializer.php:2987
3975
  #, php-format
3976
  msgid ""
3977
  "To continue using bitly url shortener, login to your bit.ly account and "
3980
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3981
  msgstr ""
3982
 
3983
+ #: super_socializer.php:3003
3984
  #, php-format
3985
  msgid ""
3986
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3987
  msgstr ""
3988
 
3989
+ #: super_socializer.php:3027
3990
  #, php-format
3991
  msgid ""
3992
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3994
  "target=\"_blank\">here</a>"
3995
  msgstr ""
3996
 
3997
+ #: super_socializer.php:3027 super_socializer.php:3052 super_socializer.php:3077
3998
+ #: super_socializer.php:3102 super_socializer.php:3135 super_socializer.php:3163
3999
+ #: super_socializer.php:3190
4000
  msgid "Okay"
4001
  msgstr ""
4002
 
4003
+ #: super_socializer.php:3052
4004
  #, php-format
4005
  msgid ""
4006
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
4008
  "\">here</a>"
4009
  msgstr ""
4010
 
4011
+ #: super_socializer.php:3077
4012
  #, php-format
4013
  msgid ""
4014
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
4016
  "target=\"_blank\">here</a>"
4017
  msgstr ""
4018
 
4019
+ #: super_socializer.php:3102
4020
  #, php-format
4021
  msgid ""
4022
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
4024
  "target=\"_blank\">here</a>"
4025
  msgstr ""
4026
 
4027
+ #: super_socializer.php:3113
4028
  #, php-format
4029
  msgid ""
4030
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
4031
  msgstr ""
4032
 
4033
+ #: super_socializer.php:3135
4034
  #, php-format
4035
  msgid ""
4036
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
4038
  "\"%s\" target=\"_blank\">here</a>"
4039
  msgstr ""
4040
 
4041
+ #: super_socializer.php:3163
4042
  #, php-format
4043
  msgid ""
4044
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
4047
  "your website %s with them. No need to copy-paste any code from their website."
4048
  msgstr ""
4049
 
4050
+ #: super_socializer.php:3190
4051
  #, php-format
4052
  msgid ""
4053
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4055
  "\" target=\"_blank\">here</a>"
4056
  msgstr ""
4057
 
4058
+ #: super_socializer.php:3215
4059
  #, php-format
4060
  msgid ""
4061
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4063
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4064
  msgstr ""
4065
 
4066
+ #: super_socializer.php:3215 super_socializer.php:3242
4067
  msgid "Dismiss"
4068
  msgstr ""
4069
 
4070
+ #: super_socializer.php:3495
4071
  msgid ""
4072
  "Your browser is blocking some features of this website. Please follow the "
4073
  "instructions at {support_url} to unblock these."
4130
  #~ msgstr ""
4131
  #~ "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
4132
 
 
 
 
 
4133
  #, fuzzy
4134
  #~ msgid ""
4135
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:28+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:28+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -18,21 +18,23 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
22
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
23
- #: admin/social_login.php:5 admin/social_login.php:1984
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
- "\"%s\" target=\"_blank\">here</a>"
 
 
29
  msgstr ""
30
  "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue "
31
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
32
  "conseguir tu Twitter Key"
33
 
34
  #: admin/general_options.php:15 admin/social_commenting.php:47
35
- #: super_socializer.php:2386
36
  msgid "General Options"
37
  msgstr "Opciones Generales"
38
 
@@ -80,22 +82,22 @@ msgstr ""
80
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
81
  "style&gt;)"
82
 
83
- #: admin/general_options.php:89 admin/like_buttons.php:780
84
- #: admin/social_commenting.php:400 admin/social_login.php:1980
85
- #: admin/social_sharing.php:1912 helper.php:920
86
  msgid "Save Changes"
87
  msgstr "Guardar Cambios"
88
 
89
- #: admin/general_options.php:103 admin/like_buttons.php:790
90
- #: admin/social_commenting.php:410 admin/social_login.php:1990
91
- #: admin/social_sharing.php:1922
92
  #, fuzzy
93
  msgid "Instagram Shoutout"
94
  msgstr "Instagram"
95
 
96
- #: admin/general_options.php:105 admin/like_buttons.php:792
97
- #: admin/social_commenting.php:412 admin/social_login.php:1992
98
- #: admin/social_sharing.php:1924
99
  msgid ""
100
  "If you can send (to hello@heateor.com) how this plugin is helping your "
101
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -119,39 +121,39 @@ msgid "Donate Now"
119
  msgstr "Donar ahora"
120
 
121
  #: admin/help.php:23
 
 
 
 
 
122
  msgid "Plugin Demo"
123
  msgstr "Demo del Plugin"
124
 
125
- #: admin/help.php:29
126
  msgid "Translate Plugin"
127
  msgstr ""
128
 
129
- #: admin/help.php:35 admin/social_login.php:57
130
  #, fuzzy
131
  msgid "Customize Social Login Icons"
132
  msgstr "Ingreso a través de redes sociales"
133
 
134
- #: admin/help.php:41
135
  msgid "Integrate with Google Analytics"
136
  msgstr "Integrar con Google Analytics"
137
 
138
- #: admin/help.php:47
139
  msgid "Boost sharing by awarding points"
140
  msgstr "Conseguir Compartir más con concesión de puntos"
141
 
142
- #: admin/help.php:53
143
  msgid "Award points for Social Login"
144
  msgstr "Otorgar puntos para el Social Login"
145
 
146
- #: admin/help.php:59
147
  msgid "Other Add-ons"
148
  msgstr "Otros Complementos"
149
 
150
- #: admin/help.php:65
151
- #, fuzzy
152
- msgid "Support Forum"
153
- msgstr "Apóyanos"
154
-
155
  #: admin/help.php:70
156
  msgid "Need Help?"
157
  msgstr "¿Necesitas Ayuda?"
@@ -205,33 +207,34 @@ msgstr ""
205
  "Control maestro para los botones Me gusta. Debes activarlo para permitir su "
206
  "funcionalidad"
207
 
208
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
209
  msgid "Standard Interface"
210
  msgstr "Interfaz Estándar"
211
 
212
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
213
  msgid "Floating Interface"
214
  msgstr "Interfaz Flotante"
215
 
216
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
217
  msgid "Miscellaneous"
218
  msgstr "Miscelánea"
219
 
220
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
221
  msgid "3rd Party Integration"
222
  msgstr ""
223
 
224
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
225
  #: admin/social_login.php:45 admin/social_login.php:1946
226
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
227
- #: admin/social_sharing.php:1839
228
  msgid "Shortcode & Widget"
229
  msgstr "Widgets y Shortcodes"
230
 
231
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
232
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
233
  #: admin/social_login.php:46 admin/social_login.php:1960
234
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
235
  msgid "FAQ"
236
  msgstr "FAQ"
237
 
@@ -248,22 +251,24 @@ msgid "Master control to enable horizontal like buttons"
248
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
249
 
250
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
251
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
252
  msgid "Target Url"
253
  msgstr "Target Url"
254
 
255
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
256
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
257
  msgid "Url of the webpage where icons are located (default)"
258
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
259
 
260
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
261
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
262
  msgid "Url of the homepage of your website"
263
  msgstr "Url de la página de inicio de tu sitio web"
264
 
265
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
266
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
267
  msgid "Custom url"
268
  msgstr "Url personalizada"
269
 
@@ -272,7 +277,7 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
272
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
273
 
274
  #: admin/like_buttons.php:105 admin/social_login.php:1231
275
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
276
  msgid "Title"
277
  msgstr "Título"
278
 
@@ -291,25 +296,25 @@ msgstr ""
291
  "reordenarlas."
292
 
293
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
294
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
295
  msgid "Horizontal alignment"
296
  msgstr "Alineación horizontal"
297
 
298
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
299
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
300
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310
301
- #: inc/widget.php:447 inc/widget.php:759 inc/widget.php:1048
302
  msgid "Left"
303
  msgstr "Izquierda"
304
 
305
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
306
  msgid "Center"
307
  msgstr "Centrar"
308
 
309
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
310
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
311
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311
312
- #: inc/widget.php:448 inc/widget.php:760 inc/widget.php:1055
313
  msgid "Right"
314
  msgstr "Derecha"
315
 
@@ -317,15 +322,15 @@ msgstr "Derecha"
317
  msgid "Horizontal alignment of the interface"
318
  msgstr "Alineación horizontal de la interfaz"
319
 
320
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
321
  msgid "Position with respect to content"
322
  msgstr "Posición respecto al contenido"
323
 
324
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
325
  msgid "Top of the content"
326
  msgstr "Encima del contenido"
327
 
328
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
329
  msgid "Bottom of the content"
330
  msgstr "Debajo del contenido"
331
 
@@ -339,69 +344,69 @@ msgstr "Posición de la interfaz"
339
 
340
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
341
  #: admin/social_login.php:1548 admin/social_login.php:1577
342
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
343
  msgid "Homepage"
344
  msgstr "Página de Inicio"
345
 
346
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
347
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
348
  msgid "Posts"
349
  msgstr "Entradas"
350
 
351
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
352
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
353
  msgid "Pages"
354
  msgstr "Páginas"
355
 
356
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
357
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
358
  #, fuzzy
359
  msgid "Excerpts and Posts page"
360
  msgstr "Extractos (en la Página de Inicio)"
361
 
362
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
363
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
364
  msgid "Category Archives"
365
  msgstr "Archivos por Categoría"
366
 
367
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
368
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
369
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
370
  msgstr ""
371
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
372
  "Fecha)"
373
 
374
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
375
  msgid "BuddyPress activity"
376
  msgstr "Actividad en BuddyPress"
377
 
378
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
379
  msgid "BuddyPress group (only at top of content)"
380
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
381
 
382
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
383
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
384
  msgid "BBPress forum"
385
  msgstr "Foro BBPress"
386
 
387
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
388
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
389
  msgid "BBPress topic"
390
  msgstr "Tema BBPress"
391
 
392
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
393
  msgid "BBPress reply"
394
  msgstr "Respuesta BBPress"
395
 
396
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
397
  msgid "After individual product at WooCommerce Shop page"
398
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
399
 
400
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
401
  msgid "WooCommerce Product Page"
402
  msgstr "Página de Producto WooCommerce"
403
 
404
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
405
  msgid "WooCommerce Thankyou Page"
406
  msgstr "Página de Agradecimiento WooCommerce"
407
 
@@ -421,9 +426,9 @@ msgstr "Permitir Barra Flotante de botones Me gusta"
421
  msgid "Master control to enable vertical (floating) counter widget"
422
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
423
 
424
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
425
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289
426
- #: inc/widget.php:461 inc/widget.php:773
427
  msgid "Background Color"
428
  msgstr "Color del fondo"
429
 
@@ -439,7 +444,7 @@ msgstr ""
439
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
440
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
441
 
442
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
443
  msgid "Left offset"
444
  msgstr "Desplazamiento a la izquierda"
445
 
@@ -452,7 +457,7 @@ msgstr ""
452
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
453
  "puede ser negativo también."
454
 
455
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
456
  msgid "Right offset"
457
  msgstr "Desplazamiento a la derecha"
458
 
@@ -465,7 +470,7 @@ msgstr ""
465
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
466
  "puede ser negativo también."
467
 
468
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
469
  msgid "Top offset"
470
  msgstr "Desplazamiento hacia arriba"
471
 
@@ -477,7 +482,7 @@ msgstr ""
477
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
478
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
479
 
480
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
481
  msgid "BuddyPress group"
482
  msgstr "grupo BuddyPress"
483
 
@@ -495,7 +500,7 @@ msgstr ""
495
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
496
  "dispositivos móviles"
497
 
498
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
499
  msgid "Url shortener"
500
  msgstr "Acortador de Url"
501
 
@@ -515,16 +520,16 @@ msgstr ""
515
  msgid "Enable bit.ly url shortener for tweet button"
516
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
517
 
518
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
519
  msgid "Master control to enable bit.ly url shortening for sharing"
520
  msgstr ""
521
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
522
 
523
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
524
  msgid "Bit.ly generic access token"
525
  msgstr ""
526
 
527
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
528
  #, php-format
529
  msgid ""
530
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -533,15 +538,15 @@ msgid ""
533
  "\">link</a>"
534
  msgstr ""
535
 
536
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
537
  msgid "Clear Bitly Cache"
538
  msgstr ""
539
 
540
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
541
  msgid "ShortUrl cache cleared successfully."
542
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
543
 
544
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
545
  msgid ""
546
  "Use this to delete short urls saved in database. Handy, if urls of your "
547
  "website have been changed but short urls are still being generated for old "
@@ -552,8 +557,8 @@ msgstr ""
552
  "url cortas todavía se están generando para viejas url."
553
 
554
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
555
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
556
- #: admin/social_sharing.php:1717
557
  msgid "Language"
558
  msgstr "Idioma"
559
 
@@ -597,11 +602,11 @@ msgstr ""
597
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
598
  "ningún nombre de usuario."
599
 
600
- #: admin/like_buttons.php:726 admin/social_sharing.php:1812
601
  msgid "myCRED"
602
  msgstr ""
603
 
604
- #: admin/like_buttons.php:731 admin/social_sharing.php:1817
605
  msgid "Append myCRED referral ID to the urls being shared"
606
  msgstr ""
607
 
@@ -609,18 +614,27 @@ msgstr ""
609
  msgid "Like Buttons Shortcode & Widget"
610
  msgstr "Shortcode y Widget Botones Me gusta"
611
 
612
- #: admin/like_buttons.php:766 admin/social_sharing.php:1900
613
  msgid "Why is there so much space between like buttons?"
614
  msgstr ""
615
 
616
- #: admin/like_buttons.php:767 admin/social_sharing.php:1901
617
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
618
  msgstr ""
619
 
620
- #: admin/like_buttons.php:768 admin/social_sharing.php:1885
621
  msgid "How to Place Title and Social Share Icons in the Same Row?"
622
  msgstr ""
623
 
 
 
 
 
 
 
 
 
 
624
  #: admin/social_commenting.php:17
625
  msgid "Enable Social Commenting"
626
  msgstr "Permitir Comentarios en redes sociales"
@@ -832,7 +846,7 @@ msgid "Social Commenting Shortcode"
832
  msgstr "Shortcode de Comentarios Sociales"
833
 
834
  #: admin/social_commenting.php:386 admin/social_login.php:1962
835
- #: admin/social_sharing.php:1872
836
  msgid ""
837
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
838
  "an online website for the plugin to function properly."
@@ -849,8 +863,8 @@ msgid ""
849
  "Https?"
850
  msgstr ""
851
 
852
- #: admin/social_commenting.php:389 admin/social_login.php:1969
853
- #: admin/social_sharing.php:1887
854
  msgid "Why is my browser blocking some features of the plugin?"
855
  msgstr ""
856
 
@@ -888,7 +902,7 @@ msgid "Advanced Configuration"
888
  msgstr "Configuración básica"
889
 
890
  #: admin/social_login.php:41 admin/social_login.php:1746
891
- #: super_socializer.php:2454
892
  msgid "GDPR"
893
  msgstr ""
894
 
@@ -2079,7 +2093,7 @@ msgstr ""
2079
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2080
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2081
 
2082
- #: admin/social_login.php:1490 super_socializer.php:2072
2083
  msgid "Email required"
2084
  msgstr "Email requerido"
2085
 
@@ -2138,7 +2152,8 @@ msgstr "Panel de cuenta de usuario"
2138
  msgid "BuddyPress profile page"
2139
  msgstr "Página de perfil de BuddyPress"
2140
 
2141
- #: admin/social_login.php:1556 admin/social_login.php:1585
 
2142
  msgid "Custom Url"
2143
  msgstr "Url personalizada"
2144
 
@@ -2333,8 +2348,8 @@ msgstr ""
2333
  msgid "Url of the privacy policy page of your website"
2334
  msgstr "Url de la página de inicio de tu sitio web"
2335
 
2336
- #: admin/social_login.php:1917 inc/widget.php:261 inc/widget.php:439
2337
- #: inc/widget.php:603 inc/widget.php:751
2338
  msgid "Select"
2339
  msgstr "Seleccionar"
2340
 
@@ -2356,16 +2371,6 @@ msgid ""
2356
  "belong to the same app"
2357
  msgstr ""
2358
 
2359
- #: admin/social_login.php:1967
2360
- msgid "Social Login not working with Varnish enabled"
2361
- msgstr ""
2362
-
2363
- #: admin/social_login.php:1968
2364
- msgid ""
2365
- "Why the user is not appearing logged in even after Social Login until the "
2366
- "webpage is refreshed manually?"
2367
- msgstr ""
2368
-
2369
  #: admin/social_sharing.php:18
2370
  msgid "Enable Social Sharing"
2371
  msgstr "Permitir Compartir en redes sociales"
@@ -2374,27 +2379,23 @@ msgstr "Permitir Compartir en redes sociales"
2374
  msgid "Master control to enable Social Sharing"
2375
  msgstr "Control Maestro para permitir Compartir en redes sociales"
2376
 
2377
- #: admin/social_sharing.php:37
2378
- msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2379
- msgstr ""
2380
-
2381
- #: admin/social_sharing.php:52
2382
  msgid "Theme Selection"
2383
  msgstr "Selección de Temas"
2384
 
2385
- #: admin/social_sharing.php:64
2386
  msgid "Troubleshooter"
2387
  msgstr "Resolución de problmas"
2388
 
2389
- #: admin/social_sharing.php:73
2390
  msgid "Standard interface theme"
2391
  msgstr "Tema de la Interfaz Estándar"
2392
 
2393
- #: admin/social_sharing.php:78 admin/social_sharing.php:376
2394
  msgid "Icon Preview"
2395
  msgstr "Vista previa de Icono"
2396
 
2397
- #: admin/social_sharing.php:150 admin/social_sharing.php:449
2398
  msgid ""
2399
  "Do not forget to save the configuration after making changes by clicking the "
2400
  "save button below"
@@ -2402,57 +2403,57 @@ msgstr ""
2402
  "No olvides guardar la configuración después de hacer cambios clickando en el "
2403
  "botón \"Guardar\" de abajo"
2404
 
2405
- #: admin/social_sharing.php:156 admin/social_sharing.php:455
2406
  msgid "Shape"
2407
  msgstr "Forma"
2408
 
2409
- #: admin/social_sharing.php:160 admin/social_sharing.php:459
2410
- #: inc/widget.php:1084
2411
  msgid "Round"
2412
  msgstr "Redondeado"
2413
 
2414
- #: admin/social_sharing.php:162 admin/social_sharing.php:461
2415
- #: inc/widget.php:1085
2416
  msgid "Square"
2417
  msgstr "Cuadrado"
2418
 
2419
- #: admin/social_sharing.php:164 admin/social_sharing.php:463
2420
  msgid "Rectangle"
2421
  msgstr "Rectángulo"
2422
 
2423
- #: admin/social_sharing.php:171 admin/social_sharing.php:470
2424
  msgid "Shape of the sharing icons"
2425
  msgstr "Forma de los iconos de compartir"
2426
 
2427
- #: admin/social_sharing.php:179 admin/social_sharing.php:478
2428
  msgid "Size (in pixels)"
2429
  msgstr "Tamaño (en pixels)"
2430
 
2431
- #: admin/social_sharing.php:195 admin/social_sharing.php:494
2432
  msgid "Size of the sharing icons"
2433
  msgstr "Tamaño de los iconos de Compartir"
2434
 
2435
- #: admin/social_sharing.php:204 admin/social_sharing.php:503
2436
  msgid "Width (in pixels)"
2437
  msgstr "Anchura (en pixels)"
2438
 
2439
- #: admin/social_sharing.php:220 admin/social_sharing.php:519
2440
  msgid "Width of the sharing icons"
2441
  msgstr "Anchura de los iconos de Compartir"
2442
 
2443
- #: admin/social_sharing.php:227 admin/social_sharing.php:526
2444
  msgid "Height (in pixels)"
2445
  msgstr "Altura (en pixels)"
2446
 
2447
- #: admin/social_sharing.php:243 admin/social_sharing.php:542
2448
  msgid "Height of the sharing icons"
2449
  msgstr "Altura de los iconos de Compartir"
2450
 
2451
- #: admin/social_sharing.php:252 admin/social_sharing.php:551
2452
  msgid "Border radius (in pixels)"
2453
  msgstr "Borde del radio (en pixels)"
2454
 
2455
- #: admin/social_sharing.php:262 admin/social_sharing.php:561
2456
  msgid ""
2457
  "Specify a value for rounded corners. More the value, more rounded will the "
2458
  "corners be. Leave empty for sharp corners."
@@ -2461,23 +2462,23 @@ msgstr ""
2461
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
2462
  "esquinas cuaadradas."
2463
 
2464
- #: admin/social_sharing.php:270 admin/social_sharing.php:569
2465
  msgid "Logo Color"
2466
  msgstr "Color del Logo"
2467
 
2468
- #: admin/social_sharing.php:274 admin/social_sharing.php:294
2469
- #: admin/social_sharing.php:313 admin/social_sharing.php:573
2470
- #: admin/social_sharing.php:593 admin/social_sharing.php:611
2471
  msgid "Default"
2472
  msgstr "Por defecto "
2473
 
2474
- #: admin/social_sharing.php:276 admin/social_sharing.php:295
2475
- #: admin/social_sharing.php:318 admin/social_sharing.php:575
2476
- #: admin/social_sharing.php:594 admin/social_sharing.php:616
2477
  msgid "On Hover"
2478
  msgstr "Con el puntero encima "
2479
 
2480
- #: admin/social_sharing.php:284 admin/social_sharing.php:583
2481
  msgid ""
2482
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2483
  "empty for default. You can get the hex code of the required color from <a "
@@ -2488,7 +2489,7 @@ msgstr ""
2488
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
2489
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
2490
 
2491
- #: admin/social_sharing.php:302 admin/social_sharing.php:601
2492
  msgid ""
2493
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2494
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -2501,152 +2502,163 @@ msgstr ""
2501
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
2502
  "com/\" target=\"_blank\">este enlace</a>"
2503
 
2504
- #: admin/social_sharing.php:309 admin/social_sharing.php:608
2505
  msgid "Border"
2506
  msgstr "Borde"
2507
 
2508
- #: admin/social_sharing.php:315 admin/social_sharing.php:320
2509
- #: admin/social_sharing.php:613 admin/social_sharing.php:618
2510
  msgid "Border Width"
2511
  msgstr "Anchura del borde "
2512
 
2513
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
2514
- #: admin/social_sharing.php:614 admin/social_sharing.php:619
2515
  msgid "Border Color"
2516
  msgstr "Color del borde "
2517
 
2518
- #: admin/social_sharing.php:328 admin/social_sharing.php:626
2519
  msgid "Icon border"
2520
  msgstr "Borde del icono"
2521
 
2522
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2523
  msgid "Counter Position"
2524
  msgstr "Posición del Contador"
2525
 
2526
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2527
  msgid "(applies, if counter enabled)"
2528
  msgstr "(aplicable si el contador está activo)"
2529
 
2530
- #: admin/social_sharing.php:341 admin/social_sharing.php:639
2531
  msgid "Top"
2532
  msgstr "Arriba"
2533
 
2534
- #: admin/social_sharing.php:345 admin/social_sharing.php:643
2535
  msgid "Bottom"
2536
  msgstr "Abajo"
2537
 
2538
- #: admin/social_sharing.php:347 admin/social_sharing.php:645
2539
  msgid "Inner Left"
2540
  msgstr "Izquierda Interior"
2541
 
2542
- #: admin/social_sharing.php:349 admin/social_sharing.php:647
2543
  msgid "Inner Top"
2544
  msgstr "Arriba Interior"
2545
 
2546
- #: admin/social_sharing.php:351 admin/social_sharing.php:649
2547
  msgid "Inner Right"
2548
  msgstr "Derecha Interior"
2549
 
2550
- #: admin/social_sharing.php:353 admin/social_sharing.php:651
2551
  msgid "Inner Bottom"
2552
  msgstr "Abajo Interior"
2553
 
2554
- #: admin/social_sharing.php:361 admin/social_sharing.php:659
2555
  msgid "Position of share counter"
2556
  msgstr "Posición del contador de veces compartidas"
2557
 
2558
- #: admin/social_sharing.php:371
2559
  msgid "Floating interface theme"
2560
  msgstr "Tema de la Interfaz Flotante"
2561
 
2562
- #: admin/social_sharing.php:675
2563
  msgid "Standard Sharing Interface Options"
2564
  msgstr "Opciones de la interfaz estándar de Compartir"
2565
 
2566
- #: admin/social_sharing.php:680
2567
  msgid "Enable Standard sharing interface"
2568
  msgstr "Permitir Interfaz Estándar de Compartir"
2569
 
2570
- #: admin/social_sharing.php:690
2571
  msgid "Master control to enable standard sharing"
2572
  msgstr "Control Maestro para permitir Compartir estándar"
2573
 
2574
- #: admin/social_sharing.php:714 admin/social_sharing.php:1135
2575
  msgid "Url to share"
2576
  msgstr "Url para compartir"
2577
 
2578
- #: admin/social_sharing.php:731
2579
  msgid "The text to display above the sharing interface"
2580
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
2581
 
2582
- #: admin/social_sharing.php:755 admin/social_sharing.php:1143
2583
  #, fuzzy
2584
  msgid "Instagram username"
2585
  msgstr "Instagram"
2586
 
2587
- #: admin/social_sharing.php:765 admin/social_sharing.php:1153
2588
  msgid ""
2589
  "Username of the Instagram account you want to redirect users to, on clicking "
2590
  "the icon"
2591
  msgstr ""
2592
 
2593
- #: admin/social_sharing.php:774 admin/social_sharing.php:1162
 
 
 
 
 
 
 
 
 
 
 
2594
  #, fuzzy
2595
  msgid "HTML ID of container element of comment form"
2596
  msgstr "HTML ID del contenedor del formulario de comentario"
2597
 
2598
- #: admin/social_sharing.php:784 admin/social_sharing.php:1172
2599
  msgid ""
2600
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2601
  "icon."
2602
  msgstr ""
2603
 
2604
- #: admin/social_sharing.php:797 admin/social_sharing.php:1180
2605
  msgid "Rearrange icons"
2606
  msgstr "Reorganizar iconos"
2607
 
2608
- #: admin/social_sharing.php:858 admin/social_sharing.php:1239
2609
  msgid "Drag the icons to rearrange in desired order"
2610
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
2611
 
2612
- #: admin/social_sharing.php:865 admin/social_sharing.php:1246
2613
  msgid "Select Sharing Services"
2614
  msgstr "Selecciona los Servicios para Compartir"
2615
 
2616
- #: admin/social_sharing.php:872 admin/social_sharing.php:1253
2617
  msgid "Select sharing services to show in social share bar"
2618
  msgstr ""
2619
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
2620
  "sociales"
2621
 
2622
- #: admin/social_sharing.php:890 admin/social_sharing.php:1271
2623
  #, fuzzy
2624
  msgid "Search social network"
2625
  msgstr "como red social primaria"
2626
 
2627
- #: admin/social_sharing.php:922 admin/social_sharing.php:1319
2628
  msgid "Horizontal alignment of the sharing interface"
2629
  msgstr "Alineación horizontal de la interfaz de Compartir"
2630
 
2631
- #: admin/social_sharing.php:942
2632
  msgid "Specify position of the sharing interface with respect to the content"
2633
  msgstr ""
2634
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
2635
 
2636
- #: admin/social_sharing.php:949 admin/social_sharing.php:1381
2637
  msgid "Placement"
2638
  msgstr "Ubicación"
2639
 
2640
- #: admin/social_sharing.php:1017
2641
  msgid "Specify the pages where you want to enable Sharing interface"
2642
  msgstr ""
2643
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
2644
 
2645
- #: admin/social_sharing.php:1024 admin/social_sharing.php:1437
2646
  msgid "Show share counts"
2647
  msgstr "Mostrar contadores de las veces compartidas"
2648
 
2649
- #: admin/social_sharing.php:1029 admin/social_sharing.php:1442
2650
  #, fuzzy
2651
  msgid ""
2652
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2656,7 +2668,7 @@ msgstr ""
2656
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
2657
  "Stumbleupon, Odnoklassniki y Vkontakte"
2658
 
2659
- #: admin/social_sharing.php:1030 admin/social_sharing.php:1443
2660
  #, php-format
2661
  msgid ""
2662
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2665,32 +2677,32 @@ msgid ""
2665
  "their website."
2666
  msgstr ""
2667
 
2668
- #: admin/social_sharing.php:1037 admin/social_sharing.php:1450
2669
  msgid "If enabled, share counts are displayed above sharing icons."
2670
  msgstr ""
2671
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
2672
  "iconos de compartir."
2673
 
2674
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1458
2675
- #: admin/social_sharing.php:1659
2676
  msgid "Track Social Shares for Every Social Network"
2677
  msgstr ""
2678
 
2679
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1464
2680
  msgid "Show total shares"
2681
  msgstr "Mostrar número total de veces compartidas"
2682
 
2683
- #: admin/social_sharing.php:1061 admin/social_sharing.php:1474
2684
  msgid "If enabled, total shares will be displayed with sharing icons"
2685
  msgstr ""
2686
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
2687
  "de compartir."
2688
 
2689
- #: admin/social_sharing.php:1069 admin/social_sharing.php:1482
2690
  msgid "Enable 'More' icon"
2691
  msgstr "Permitir el icono 'Más'"
2692
 
2693
- #: admin/social_sharing.php:1079 admin/social_sharing.php:1492
2694
  msgid ""
2695
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2696
  "which shows additional sharing networks in popup"
@@ -2698,19 +2710,19 @@ msgstr ""
2698
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
2699
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
2700
 
2701
- #: admin/social_sharing.php:1096
2702
  msgid "Floating Sharing Interface Options"
2703
  msgstr "Opciones de la Interfaz Flotante de Compartir"
2704
 
2705
- #: admin/social_sharing.php:1101
2706
  msgid "Enable Floating sharing interface"
2707
  msgstr "Permitir la Interfaz Flotante de Compartir"
2708
 
2709
- #: admin/social_sharing.php:1111
2710
  msgid "Master control to enable floating sharing widget"
2711
  msgstr "Control maestro para permitir el widget flotante de compartir"
2712
 
2713
- #: admin/social_sharing.php:1299
2714
  msgid ""
2715
  "Specify the color or hex code (example #cc78e0) for the background of "
2716
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2722,7 +2734,7 @@ msgstr ""
2722
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
2723
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
2724
 
2725
- #: admin/social_sharing.php:1337
2726
  msgid ""
2727
  "Specify a number. Increase in number will shift sharing interface towards "
2728
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2731,7 +2743,7 @@ msgstr ""
2731
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
2732
  "la izquierda. El número puede ser negativo también."
2733
 
2734
- #: admin/social_sharing.php:1356
2735
  msgid ""
2736
  "Specify a number. Increase in number will shift sharing interface towards "
2737
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2740,7 +2752,7 @@ msgstr ""
2740
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
2741
  "hacia la derecha. El número puede ser negativo también."
2742
 
2743
- #: admin/social_sharing.php:1374
2744
  msgid ""
2745
  "Specify a number. Increase in number will shift sharing interface towards "
2746
  "bottom and decrease will shift it towards top."
@@ -2749,33 +2761,33 @@ msgstr ""
2749
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
2750
  "abajo."
2751
 
2752
- #: admin/social_sharing.php:1430
2753
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2754
  msgstr ""
2755
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
2756
  "Compartir"
2757
 
2758
- #: admin/social_sharing.php:1499
2759
  #, fuzzy
2760
  msgid "Hide floating slider"
2761
  msgstr "Ocultar para usuarios conectados:"
2762
 
2763
- #: admin/social_sharing.php:1509
2764
  msgid "Hides the slider arrow present below the floating share bar"
2765
  msgstr ""
2766
 
2767
- #: admin/social_sharing.php:1516
2768
  msgid "Vertical floating bar responsiveness"
2769
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2770
 
2771
- #: admin/social_sharing.php:1519 inc/widget.php:1063
2772
  #, php-format
2773
  msgid "Display vertical interface only when screen is wider than %s pixels"
2774
  msgstr ""
2775
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
2776
  "pixels"
2777
 
2778
- #: admin/social_sharing.php:1526
2779
  msgid ""
2780
  "Display vertical interface only when screen is wider than the width "
2781
  "specified."
@@ -2783,11 +2795,11 @@ msgstr ""
2783
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
2784
  "ancho especificado."
2785
 
2786
- #: admin/social_sharing.php:1533
2787
  msgid "Horizontal floating bar responsiveness"
2788
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2789
 
2790
- #: admin/social_sharing.php:1536 inc/widget.php:1067
2791
  #, php-format
2792
  msgid ""
2793
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2796,7 +2808,7 @@ msgstr ""
2796
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2797
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
2798
 
2799
- #: admin/social_sharing.php:1543
2800
  msgid ""
2801
  "Stick vertical floating interface horizontally at bottom only when screen is "
2802
  "narrower than the width specified"
@@ -2804,62 +2816,71 @@ msgstr ""
2804
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2805
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
2806
 
2807
- #: admin/social_sharing.php:1552
2808
  msgid "Horizontal floating bar position"
2809
  msgstr "Posición de la barra flotante horizontal"
2810
 
2811
- #: admin/social_sharing.php:1555 inc/widget.php:1073
2812
  #, php-format
2813
  msgid "%s pixels from %s"
2814
  msgstr "%s pixels de %s"
2815
 
2816
- #: admin/social_sharing.php:1556
2817
  msgid "Auto-adjust according to screen width (responsive)"
2818
  msgstr ""
2819
 
2820
- #: admin/social_sharing.php:1563
2821
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2822
  msgstr ""
2823
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
2824
  "también."
2825
 
2826
- #: admin/social_sharing.php:1588
 
 
 
 
 
 
 
 
 
2827
  msgid "Use shortlinks already installed"
2828
  msgstr "Utiliza los shortlinks ya instalados"
2829
 
2830
- #: admin/social_sharing.php:1598
2831
  msgid "Uses default short url permalinks without using any additional plugin"
2832
  msgstr ""
2833
 
2834
- #: admin/social_sharing.php:1605
2835
  msgid "Enable bit.ly url shortener for sharing"
2836
  msgstr "Habilitar acortador de url bit.ly para compartir"
2837
 
2838
- #: admin/social_sharing.php:1664
2839
  msgid "Share Count Cache"
2840
  msgstr ""
2841
 
2842
- #: admin/social_sharing.php:1669
2843
  msgid "Refresh Share Count cache every"
2844
  msgstr ""
2845
 
2846
- #: admin/social_sharing.php:1674
2847
  msgid "Second(s)"
2848
  msgstr ""
2849
 
2850
- #: admin/social_sharing.php:1675
2851
  msgid "Minute(s)"
2852
  msgstr ""
2853
 
2854
- #: admin/social_sharing.php:1676
2855
  msgid "Hour(s)"
2856
  msgstr ""
2857
 
2858
- #: admin/social_sharing.php:1677
2859
  msgid "Day(s)"
2860
  msgstr ""
2861
 
2862
- #: admin/social_sharing.php:1685
2863
  #, php-format
2864
  msgid ""
2865
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2867,20 +2888,20 @@ msgid ""
2867
  "target=\"_blank\">here</a>"
2868
  msgstr ""
2869
 
2870
- #: admin/social_sharing.php:1692
2871
  msgid "Clear Share Counts Cache"
2872
  msgstr ""
2873
 
2874
- #: admin/social_sharing.php:1696
2875
  #, fuzzy
2876
  msgid "Share Counts cache cleared successfully."
2877
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
2878
 
2879
- #: admin/social_sharing.php:1703
2880
  msgid "Use this to clear cached share counts"
2881
  msgstr ""
2882
 
2883
- #: admin/social_sharing.php:1727
2884
  #, php-format
2885
  msgid ""
2886
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2891,15 +2912,15 @@ msgstr ""
2891
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2892
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2893
 
2894
- #: admin/social_sharing.php:1736
2895
  msgid "Username in sharing"
2896
  msgstr "Nombre de usuario en Compartir"
2897
 
2898
- #: admin/social_sharing.php:1741
2899
  msgid "Twitter username (without @)"
2900
  msgstr "Nombre de usuario de Twitter (sin @)"
2901
 
2902
- #: admin/social_sharing.php:1751 admin/social_sharing.php:1769
2903
  msgid ""
2904
  "Provided username will be appended after the content being shared as \"via "
2905
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2909,28 +2930,28 @@ msgstr ""
2909
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
2910
  "nombre de usuario en el contenido compartido."
2911
 
2912
- #: admin/social_sharing.php:1759
2913
  msgid "Buffer username (without @)"
2914
  msgstr "Nombre de usuario de Buffer (sin @)"
2915
 
2916
- #: admin/social_sharing.php:1778
2917
  msgid "AMP"
2918
  msgstr ""
2919
 
2920
- #: admin/social_sharing.php:1783
2921
  #, fuzzy
2922
  msgid "Enable sharing on AMP pages"
2923
  msgstr "Permitir Página de Ingreso"
2924
 
2925
- #: admin/social_sharing.php:1793
2926
  msgid "Enable this option to render sharing icons on AMP pages"
2927
  msgstr ""
2928
 
2929
- #: admin/social_sharing.php:1850
2930
  msgid "Facebook Sharing Troubleshooter"
2931
  msgstr "Resolución de problemas al Compartir en Facebook"
2932
 
2933
- #: admin/social_sharing.php:1855
2934
  #, fuzzy
2935
  msgid ""
2936
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2941,17 +2962,17 @@ msgstr ""
2941
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
2942
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
2943
 
2944
- #: admin/social_sharing.php:1873
2945
  msgid ""
2946
  "Why is sharer not showing the correct image, title and other meta tags "
2947
  "content?"
2948
  msgstr ""
2949
 
2950
- #: admin/social_sharing.php:1874
2951
  msgid "Why is Facebook share count not working?"
2952
  msgstr ""
2953
 
2954
- #: admin/social_sharing.php:1875 super_socializer.php:3199
2955
  #, php-format
2956
  msgid ""
2957
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2960,11 +2981,11 @@ msgid ""
2960
  "not just for Facebook but for all the social networks"
2961
  msgstr ""
2962
 
2963
- #: admin/social_sharing.php:1877
2964
  msgid "Why is Instagram icon redirecting to Instagram website?"
2965
  msgstr ""
2966
 
2967
- #: admin/social_sharing.php:1878
2968
  msgid ""
2969
  "Instagram icon is there to send website visitors to the Instagram page of "
2970
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2972,39 +2993,39 @@ msgid ""
2972
  "sections."
2973
  msgstr ""
2974
 
2975
- #: admin/social_sharing.php:1881
2976
  #, fuzzy
2977
  msgid "How to customize the url being shared?"
2978
  msgstr ""
2979
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
2980
  "compartidas?"
2981
 
2982
- #: admin/social_sharing.php:1882
2983
  msgid ""
2984
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2985
  msgstr ""
2986
 
2987
- #: admin/social_sharing.php:1883
2988
  msgid ""
2989
  "It takes some time for their service to track the shares made on Twitter "
2990
  "from your website. If you still feel it's taking too long you can contact "
2991
  "their support directly from their website."
2992
  msgstr ""
2993
 
2994
- #: admin/social_sharing.php:1886
2995
  msgid ""
2996
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2997
  msgstr ""
2998
 
2999
- #: admin/social_sharing.php:1888
3000
  msgid "Why the color of share icons is not being updated?"
3001
  msgstr ""
3002
 
3003
- #: admin/social_sharing.php:1889
3004
  msgid "Why Facebook share counts are not appearing?"
3005
  msgstr ""
3006
 
3007
- #: admin/social_sharing.php:1890
3008
  msgid ""
3009
  "How can I show share counts of my website rather than of individual pages/"
3010
  "posts?"
@@ -3012,46 +3033,46 @@ msgstr ""
3012
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
3013
  "lugar de páginas individuales o entradas?"
3014
 
3015
- #: admin/social_sharing.php:1891
3016
  msgid "How can I disable sharing on particular page/post?"
3017
  msgstr ""
3018
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
3019
  "entrada?"
3020
 
3021
- #: admin/social_sharing.php:1892
3022
  msgid "How can I specify minimum sharing count for sharing networks?"
3023
  msgstr ""
3024
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
3025
  "sociales?"
3026
 
3027
- #: admin/social_sharing.php:1893
3028
  msgid "How to share specific page?"
3029
  msgstr "¿Cómo compartir una página específica?"
3030
 
3031
- #: admin/social_sharing.php:1894
3032
  msgid "How to integrate Google Analytics with sharing?"
3033
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
3034
 
3035
- #: admin/social_sharing.php:1895
3036
  msgid "How to customize the look of total share counts?"
3037
  msgstr ""
3038
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
3039
 
3040
- #: admin/social_sharing.php:1896
3041
  msgid "How to customize the look of individual share counts?"
3042
  msgstr ""
3043
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3044
  "compartidas?"
3045
 
3046
- #: admin/social_sharing.php:1897
3047
  msgid "How to show Whatsapp icon only on mobile devices?"
3048
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
3049
 
3050
- #: admin/social_sharing.php:1898
3051
  msgid "How to hide arrow after floating sharing bar?"
3052
  msgstr ""
3053
 
3054
- #: admin/social_sharing.php:1899
3055
  msgid "Why is share count not getting updated?"
3056
  msgstr ""
3057
 
@@ -3102,50 +3123,50 @@ msgstr ""
3102
  msgid "Remove"
3103
  msgstr "Remover"
3104
 
3105
- #: helper.php:711
3106
  #, fuzzy
3107
  msgid "Social Account Linking"
3108
  msgstr ""
3109
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
3110
  "la página de perfil de BuddyPress"
3111
 
3112
- #: helper.php:761
3113
  msgid "Disable Standard Social Sharing on this "
3114
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
3115
 
3116
- #: helper.php:766
3117
  msgid "Disable Floating Social Sharing on this "
3118
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
3119
 
3120
- #: helper.php:771
3121
  msgid "Disable Standard like buttons on this "
3122
  msgstr "Desactivar los botones Me gusta Estándares aquí"
3123
 
3124
- #: helper.php:776
3125
  msgid "Disable Floating like buttons on this "
3126
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
3127
 
3128
- #: helper.php:781
3129
  msgid "Disable Social Commenting on this "
3130
  msgstr "Desactivar Comentarios de redes sociales aquí"
3131
 
3132
- #: helper.php:790
3133
  msgid "Standard Sharing Interface"
3134
  msgstr "Interfaz Estándar para Compartir"
3135
 
3136
- #: helper.php:796 helper.php:815
3137
  msgid "Starting share count for "
3138
  msgstr "Comienzo del Contador de veces compartidas"
3139
 
3140
- #: helper.php:809
3141
  msgid "Floating Sharing Interface"
3142
  msgstr "Interfaz Flotante de botones Compartir"
3143
 
3144
- #: helper.php:905 super_socializer.php:2470
3145
  msgid "Social Avatar"
3146
  msgstr "Avatar Social"
3147
 
3148
- #: helper.php:908 super_socializer.php:2481
3149
  msgid ""
3150
  "Do not fetch and update social avatar from my profile, next time I Social "
3151
  "Login"
@@ -3153,44 +3174,44 @@ msgstr ""
3153
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3154
  "próxima vez | Social Login"
3155
 
3156
- #: helper.php:909 super_socializer.php:2485
3157
  msgid "Update social avatar, next time I Social Login"
3158
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3159
 
3160
- #: helper.php:912
3161
  msgid "Small Avatar"
3162
  msgstr "Avatar Pequeño"
3163
 
3164
- #: helper.php:916
3165
  msgid "Large Avatar"
3166
  msgstr "Avatar Grande"
3167
 
3168
- #: helper.php:976 super_socializer.php:2050
3169
  msgid "Please verify your email address to login."
3170
  msgstr "Por favor verifica tu dirección de email para ingresar."
3171
 
3172
- #: helper.php:1013
3173
  msgid "Click to delete social profile data"
3174
  msgstr ""
3175
 
3176
- #: helper.php:1042
3177
  #, fuzzy
3178
  msgid "Deleting"
3179
  msgstr "Ajustes"
3180
 
3181
- #: helper.php:1052
3182
  msgid "Deleted"
3183
  msgstr ""
3184
 
3185
- #: helper.php:1054
3186
  msgid "Something bad happened"
3187
  msgstr ""
3188
 
3189
- #: inc/shortcode.php:214 inc/widget.php:47
3190
  msgid "Log Out"
3191
  msgstr "Cerrar sesión"
3192
 
3193
- #: inc/shortcode.php:295
3194
  msgid ""
3195
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3196
  "Socializer > Social Login\" page in admin panel"
@@ -3199,29 +3220,29 @@ msgstr ""
3199
  "\"Configuración Básica\" en la página del panel de control \"Super "
3200
  "Socializer > Social Login\""
3201
 
3202
- #: inc/social_login.php:1034
3203
  #, fuzzy
3204
  msgid "Email"
3205
  msgstr "Opciones de popup del Email"
3206
 
3207
- #: inc/social_login.php:1035
3208
  msgid "Confirm email"
3209
  msgstr ""
3210
 
3211
- #: inc/social_login.php:1037
3212
  msgid "Save"
3213
  msgstr ""
3214
 
3215
- #: inc/social_login.php:1038
3216
  msgid "Cancel"
3217
  msgstr ""
3218
 
3219
- #: inc/social_login.php:1112
3220
  #, fuzzy
3221
  msgid "Email Verification"
3222
  msgstr "Activar verificación por email"
3223
 
3224
- #: inc/social_login.php:1114
3225
  msgid ""
3226
  "Please click on the following link or paste it in browser to verify your "
3227
  "email"
@@ -3243,23 +3264,23 @@ msgstr "Archivos por Categoría"
3243
  msgid "Total Shares"
3244
  msgstr "Mostrar número total de veces compartidas"
3245
 
3246
- #: inc/social_sharing.php:272 super_socializer.php:2160
3247
  #, fuzzy
3248
  msgid "Share"
3249
  msgstr "Posición del contador de veces compartidas"
3250
 
3251
- #: inc/social_sharing.php:272 super_socializer.php:2160
3252
  #, fuzzy
3253
  msgid "Shares"
3254
  msgstr ""
3255
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
3256
  "de compartir."
3257
 
3258
- #: inc/social_sharing.php:963 inc/social_sharing.php:1201
3259
  msgid "Invalid request"
3260
  msgstr "Petición no válida"
3261
 
3262
- #: inc/social_sharing.php:970
3263
  msgid "Providers not selected"
3264
  msgstr "Redes sociales no seleccionadas"
3265
 
@@ -3276,11 +3297,11 @@ msgstr ""
3276
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
3277
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
3278
 
3279
- #: inc/widget.php:71
3280
  msgid "Login with your Social Account"
3281
  msgstr ""
3282
 
3283
- #: inc/widget.php:82
3284
  msgid ""
3285
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3286
  "page."
@@ -3288,28 +3309,28 @@ msgstr ""
3288
  "Asegúrate de que el Ingreso a través de redes sociales está permitido en la "
3289
  "página \"Super Socializer > Social Login\""
3290
 
3291
- #: inc/widget.php:83
3292
  msgid "Title (before login):"
3293
  msgstr ""
3294
 
3295
- #: inc/widget.php:85
3296
  msgid "Title (after login):"
3297
  msgstr ""
3298
 
3299
- #: inc/widget.php:87 inc/widget.php:267 inc/widget.php:609 inc/widget.php:1022
3300
  msgid "Before widget content:"
3301
  msgstr "Contenido antes del widget:"
3302
 
3303
- #: inc/widget.php:89 inc/widget.php:269 inc/widget.php:611 inc/widget.php:1162
3304
  msgid "After widget content:"
3305
  msgstr "Contenido después del widget:"
3306
 
3307
- #: inc/widget.php:92 inc/widget.php:271 inc/widget.php:464 inc/widget.php:613
3308
- #: inc/widget.php:776
3309
  msgid "Hide for logged in users:"
3310
  msgstr "Ocultar para usuarios conectados:"
3311
 
3312
- #: inc/widget.php:111
3313
  #, fuzzy
3314
  msgid ""
3315
  "Standard sharing widget. Let your website users share content on popular "
@@ -3319,7 +3340,7 @@ msgstr ""
3319
  "sitio web compartir contenido en redes sociales populares como Facebook, "
3320
  "Twitter, Tumblr, Google+ y muchas más"
3321
 
3322
- #: inc/widget.php:252
3323
  #, fuzzy
3324
  msgid ""
3325
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3328,23 +3349,28 @@ msgstr ""
3328
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
3329
  "la página \"Super Socializer > Social Sharing\""
3330
 
3331
- #: inc/widget.php:253 inc/widget.php:599
3332
  msgid "Title:"
3333
  msgstr "Título:"
3334
 
3335
- #: inc/widget.php:255 inc/widget.php:433
3336
  msgid "Show individual share counts:"
3337
  msgstr "Mostrar cuentas de compartir individuales:"
3338
 
3339
- #: inc/widget.php:257 inc/widget.php:435
3340
  msgid "Show total shares:"
3341
  msgstr "Mostrar el total de publicaciones compartidas:"
3342
 
3343
- #: inc/widget.php:259 inc/widget.php:437 inc/widget.php:601 inc/widget.php:749
3344
  msgid "Target Url:"
3345
  msgstr "Target Url:"
3346
 
3347
- #: inc/widget.php:290
 
 
 
 
 
3348
  #, fuzzy
3349
  msgid ""
3350
  "Floating sharing widget. Let your website users share content on popular "
@@ -3354,7 +3380,7 @@ msgstr ""
3354
  "usuarios de tu sitio web compartir contenido en redes sociales populares "
3355
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3356
 
3357
- #: inc/widget.php:432
3358
  #, fuzzy
3359
  msgid ""
3360
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -3363,23 +3389,23 @@ msgstr ""
3363
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
3364
  "en la página \"Super Socializer > Social Sharing\""
3365
 
3366
- #: inc/widget.php:445 inc/widget.php:757
3367
  msgid "Alignment"
3368
  msgstr "Alineación"
3369
 
3370
- #: inc/widget.php:451 inc/widget.php:763
3371
  msgid "Left Offset"
3372
  msgstr "Desplazamiento a la izquierda"
3373
 
3374
- #: inc/widget.php:455 inc/widget.php:767
3375
  msgid "Right Offset"
3376
  msgstr "Desplazamiento a la derecha"
3377
 
3378
- #: inc/widget.php:458 inc/widget.php:770
3379
  msgid "Top Offset"
3380
  msgstr "Desplazamiento desde arriba"
3381
 
3382
- #: inc/widget.php:483
3383
  #, fuzzy
3384
  msgid ""
3385
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3389,7 +3415,7 @@ msgstr ""
3389
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3390
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3391
 
3392
- #: inc/widget.php:598
3393
  #, fuzzy
3394
  msgid ""
3395
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3398,7 +3424,7 @@ msgstr ""
3398
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3399
  "\"Super Socializer > Like Buttons\"."
3400
 
3401
- #: inc/widget.php:632
3402
  #, fuzzy
3403
  msgid ""
3404
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3408,7 +3434,7 @@ msgstr ""
3408
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3409
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3410
 
3411
- #: inc/widget.php:748
3412
  #, fuzzy
3413
  msgid ""
3414
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3417,192 +3443,202 @@ msgstr ""
3417
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3418
  "\"Super Socializer > Like Buttons\"."
3419
 
3420
- #: inc/widget.php:792
3421
  #, fuzzy
3422
  msgid "Super Socializer - Follow Icons"
3423
  msgstr "Super Socializer - Ingreso"
3424
 
3425
- #: inc/widget.php:794
3426
  msgid "These icons link to your Social Media accounts"
3427
  msgstr ""
3428
 
3429
- #: inc/widget.php:1026
3430
  msgid "Type:"
3431
  msgstr ""
3432
 
3433
- #: inc/widget.php:1029
3434
  #, fuzzy
3435
  msgid "Standard"
3436
  msgstr "Opciones de la Interfaz Estándar"
3437
 
3438
- #: inc/widget.php:1032
3439
  #, fuzzy
3440
  msgid "Floating"
3441
  msgstr "Permitir Barra Flotante de botones Me gusta"
3442
 
3443
- #: inc/widget.php:1037
3444
  #, fuzzy
3445
  msgid "Top offset:"
3446
  msgstr "Desplazamiento hacia arriba"
3447
 
3448
- #: inc/widget.php:1041
3449
  #, fuzzy
3450
  msgid "Alignment:"
3451
  msgstr "Alineación"
3452
 
3453
- #: inc/widget.php:1059
3454
  #, fuzzy
3455
  msgid "Offset"
3456
  msgstr "Desplazamiento desde arriba"
3457
 
3458
- #: inc/widget.php:1073
3459
  #, fuzzy
3460
  msgid "right"
3461
  msgstr "Derecha"
3462
 
3463
- #: inc/widget.php:1073
3464
  #, fuzzy
3465
  msgid "left"
3466
  msgstr "Izquierda"
3467
 
3468
- #: inc/widget.php:1076
3469
  msgid "Auto-adjust according to the screen-width (responsive)"
3470
  msgstr ""
3471
 
3472
- #: inc/widget.php:1080
3473
  #, fuzzy
3474
  msgid "Size of icons"
3475
  msgstr "Tamaño de los iconos de Compartir"
3476
 
3477
- #: inc/widget.php:1082
3478
  #, fuzzy
3479
  msgid "Icon Shape"
3480
  msgstr "Forma"
3481
 
3482
- #: inc/widget.php:1087
3483
  msgid "Apply icon color and background color from Theme Selection section:"
3484
  msgstr ""
3485
 
3486
- #: inc/widget.php:1089
3487
  msgid "No"
3488
  msgstr ""
3489
 
3490
- #: inc/widget.php:1090
3491
  #, fuzzy
3492
  msgid "Yes, Standard Interface Theme"
3493
  msgstr "Tema de la Interfaz Estándar"
3494
 
3495
- #: inc/widget.php:1091
3496
  #, fuzzy
3497
  msgid "Yes, Floating Interface Theme"
3498
  msgstr "Tema de la Interfaz Flotante"
3499
 
3500
- #: inc/widget.php:1093
3501
  #, fuzzy
3502
  msgid "Facebook URL:"
3503
  msgstr "Facebook App ID"
3504
 
3505
- #: inc/widget.php:1096
3506
  #, fuzzy
3507
  msgid "Twitter URL:"
3508
  msgstr "Twitter"
3509
 
3510
- #: inc/widget.php:1099
3511
  #, fuzzy
3512
  msgid "Parler URL:"
3513
  msgstr "Instagram"
3514
 
3515
- #: inc/widget.php:1102
3516
  #, fuzzy
3517
  msgid "Instagram URL:"
3518
  msgstr "Instagram"
3519
 
3520
- #: inc/widget.php:1105
3521
  msgid "Pinterest URL:"
3522
  msgstr ""
3523
 
3524
- #: inc/widget.php:1108
3525
  msgid "Behance URL:"
3526
  msgstr ""
3527
 
3528
- #: inc/widget.php:1111
3529
  msgid "Flickr URL:"
3530
  msgstr ""
3531
 
3532
- #: inc/widget.php:1114
3533
  msgid "Foursquare URL:"
3534
  msgstr ""
3535
 
3536
- #: inc/widget.php:1117
3537
  msgid "Github URL:"
3538
  msgstr ""
3539
 
3540
- #: inc/widget.php:1120
3541
  #, fuzzy
3542
  msgid "LinkedIn URL:"
3543
  msgstr "LinkedIn"
3544
 
3545
- #: inc/widget.php:1123
3546
  #, fuzzy
3547
  msgid "LinkedIn Company URL:"
3548
  msgstr "LinkedIn"
3549
 
3550
- #: inc/widget.php:1126
3551
  msgid "Medium URL:"
3552
  msgstr ""
3553
 
3554
- #: inc/widget.php:1129
3555
  msgid "MeWe URL:"
3556
  msgstr ""
3557
 
3558
- #: inc/widget.php:1132
3559
  msgid "Odnoklassniki URL:"
3560
  msgstr ""
3561
 
3562
- #: inc/widget.php:1135
3563
  msgid "Snapchat URL:"
3564
  msgstr ""
3565
 
3566
- #: inc/widget.php:1138
3567
  #, fuzzy
3568
  msgid "Telegram URL:"
3569
  msgstr "Instagram"
3570
 
3571
- #: inc/widget.php:1141
3572
  msgid "Tumblr URL:"
3573
  msgstr ""
3574
 
3575
- #: inc/widget.php:1144
3576
  msgid "Vimeo URL:"
3577
  msgstr ""
3578
 
3579
- #: inc/widget.php:1147
3580
  #, fuzzy
3581
  msgid "Vkontakte URL:"
3582
  msgstr "Vkontakte"
3583
 
3584
- #: inc/widget.php:1150
3585
  #, fuzzy
3586
  msgid "Xing URL:"
3587
  msgstr "LinkedIn"
3588
 
3589
- #: inc/widget.php:1153
3590
  msgid "Youtube URL:"
3591
  msgstr ""
3592
 
3593
- #: inc/widget.php:1156
3594
  msgid "Youtube Channel URL:"
3595
  msgstr ""
3596
 
3597
- #: inc/widget.php:1159
3598
  msgid "RSS Feed URL:"
3599
  msgstr ""
3600
 
3601
- #: super_socializer.php:538
 
 
 
 
 
 
 
 
 
 
3602
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3603
  msgstr ""
3604
 
3605
- #: super_socializer.php:1828
3606
  #, fuzzy
3607
  msgid ""
3608
  "cURL is not enabled at your website server. Please contact your website "
@@ -3612,7 +3648,7 @@ msgstr ""
3612
  "posible que necesites contactar con el administrador de tu servidor para "
3613
  "verificar esto"
3614
 
3615
- #: super_socializer.php:1856
3616
  #, fuzzy, php-format
3617
  msgid ""
3618
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3621,7 +3657,7 @@ msgstr ""
3621
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3622
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3623
 
3624
- #: super_socializer.php:1859
3625
  #, fuzzy, php-format
3626
  msgid ""
3627
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3630,7 +3666,7 @@ msgstr ""
3630
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3631
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3632
 
3633
- #: super_socializer.php:1862
3634
  msgid ""
3635
  "Make sure cURL is enabled at your website server. You may need to contact "
3636
  "the server administrator of your website to verify this"
@@ -3639,128 +3675,134 @@ msgstr ""
3639
  "posible que necesites contactar con el administrador de tu servidor para "
3640
  "verificar esto"
3641
 
3642
- #: super_socializer.php:2028
3643
  msgid "Search"
3644
  msgstr ""
3645
 
3646
- #: super_socializer.php:2050
3647
  msgid "Your email has been verified. Now you can login to your account"
3648
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3649
 
3650
- #: super_socializer.php:2054
3651
  msgid "Notification"
3652
  msgstr "Notificación"
3653
 
3654
- #: super_socializer.php:2075
3655
  msgid "Please check your email inbox to complete the registration."
3656
  msgstr ""
3657
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3658
  "registro."
3659
 
3660
- #: super_socializer.php:2144
3661
  msgid "Leave a reply"
3662
  msgstr "Deja una respuesta"
3663
 
3664
- #: super_socializer.php:2160
3665
  #, fuzzy
3666
  msgid "Link copied."
3667
  msgstr "LinkedIn"
3668
 
3669
- #: super_socializer.php:2386
3670
  msgid "Super Socializer - General Options"
3671
  msgstr "Super Socializer - Opciones Generales"
3672
 
3673
- #: super_socializer.php:2457
3674
  msgid ""
3675
  "I agree to my personal data being stored and used as per Privacy Policy and "
3676
  "Terms and Conditions"
3677
  msgstr ""
3678
 
3679
- #: super_socializer.php:2461
3680
  msgid ""
3681
  "I revoke my consent to store and use my personal data. Kindly delete my "
3682
  "personal data saved in this website."
3683
  msgstr ""
3684
 
3685
- #: super_socializer.php:2473
3686
  msgid "Small Avatar Url"
3687
  msgstr "Url de Avatar Pequeño"
3688
 
3689
- #: super_socializer.php:2477
3690
  msgid "Large Avatar Url"
3691
  msgstr "Url de Avatar Grande"
3692
 
3693
- #: super_socializer.php:2579
3694
  msgid "Login with your Social ID"
3695
  msgstr ""
3696
 
3697
- #: super_socializer.php:2580
3698
  msgid "Email you entered is already registered or invalid"
3699
  msgstr "El email que has escrito ya está registrado o no es válido"
3700
 
3701
- #: super_socializer.php:2587
3702
  msgid "Please enter a valid email address. You might be required to verify it"
3703
  msgstr ""
3704
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3705
  "verificarla"
3706
 
3707
- #: super_socializer.php:2591 super_socializer.php:3355
3708
  msgid "Link your social account to login to your account at this website"
3709
  msgstr ""
3710
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3711
  "web "
3712
 
3713
- #: super_socializer.php:2849
3714
  msgid "Thanks for installing Super Socializer plugin"
3715
  msgstr ""
3716
 
3717
- #: super_socializer.php:2851
3718
  msgid "Configure the Plugin"
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2862
3722
  msgid ""
3723
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3724
  "current version of Super Socializer"
3725
  msgstr ""
3726
 
3727
- #: super_socializer.php:2871
 
 
 
 
 
 
3728
  msgid ""
3729
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3730
  "compatibility with the current version of Super Socializer"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2880
3734
  msgid ""
3735
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3736
  "version of Super Socializer"
3737
  msgstr ""
3738
 
3739
- #: super_socializer.php:2889
3740
  msgid ""
3741
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3742
  "compatibility with the current version of Super Socializer"
3743
  msgstr ""
3744
 
3745
- #: super_socializer.php:2898
3746
  msgid ""
3747
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3748
  "for compatibility with the current version of Super Socializer"
3749
  msgstr ""
3750
 
3751
- #: super_socializer.php:2907
3752
  msgid ""
3753
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3754
  "with current version of Super Socializer"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2918
3758
  #, php-format
3759
  msgid ""
3760
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3761
  msgstr ""
3762
 
3763
- #: super_socializer.php:2927
3764
  #, php-format
3765
  msgid ""
3766
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3768,7 +3810,7 @@ msgid ""
3768
  "Instagram App Secret <a href=\"%s\">here</a>"
3769
  msgstr ""
3770
 
3771
- #: super_socializer.php:2936 super_socializer.php:2945
3772
  #, php-format
3773
  msgid ""
3774
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3777,13 +3819,13 @@ msgid ""
3777
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3778
  msgstr ""
3779
 
3780
- #: super_socializer.php:2961
3781
  #, php-format
3782
  msgid ""
3783
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3784
  msgstr ""
3785
 
3786
- #: super_socializer.php:2985
3787
  #, php-format
3788
  msgid ""
3789
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3791,14 +3833,14 @@ msgid ""
3791
  "target=\"_blank\">here</a>"
3792
  msgstr ""
3793
 
3794
- #: super_socializer.php:2985 super_socializer.php:3010
3795
- #: super_socializer.php:3035 super_socializer.php:3060
3796
- #: super_socializer.php:3093 super_socializer.php:3121
3797
- #: super_socializer.php:3148
3798
  msgid "Okay"
3799
  msgstr ""
3800
 
3801
- #: super_socializer.php:3010
3802
  #, php-format
3803
  msgid ""
3804
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3806,7 +3848,7 @@ msgid ""
3806
  "\">here</a>"
3807
  msgstr ""
3808
 
3809
- #: super_socializer.php:3035
3810
  #, php-format
3811
  msgid ""
3812
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3814,7 +3856,7 @@ msgid ""
3814
  "target=\"_blank\">here</a>"
3815
  msgstr ""
3816
 
3817
- #: super_socializer.php:3060
3818
  #, php-format
3819
  msgid ""
3820
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3822,13 +3864,13 @@ msgid ""
3822
  "target=\"_blank\">here</a>"
3823
  msgstr ""
3824
 
3825
- #: super_socializer.php:3071
3826
  #, php-format
3827
  msgid ""
3828
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3829
  msgstr ""
3830
 
3831
- #: super_socializer.php:3093
3832
  #, php-format
3833
  msgid ""
3834
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3836,7 +3878,7 @@ msgid ""
3836
  "\"%s\" target=\"_blank\">here</a>"
3837
  msgstr ""
3838
 
3839
- #: super_socializer.php:3121
3840
  #, php-format
3841
  msgid ""
3842
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3845,7 +3887,7 @@ msgid ""
3845
  "your website %s with them. No need to copy-paste any code from their website."
3846
  msgstr ""
3847
 
3848
- #: super_socializer.php:3148
3849
  #, php-format
3850
  msgid ""
3851
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3853,7 +3895,7 @@ msgid ""
3853
  "\"%s\" target=\"_blank\">here</a>"
3854
  msgstr ""
3855
 
3856
- #: super_socializer.php:3173
3857
  #, php-format
3858
  msgid ""
3859
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3861,23 +3903,16 @@ msgid ""
3861
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3862
  msgstr ""
3863
 
3864
- #: super_socializer.php:3173 super_socializer.php:3200
3865
  msgid "Dismiss"
3866
  msgstr ""
3867
 
3868
- #: super_socializer.php:3431
3869
  msgid ""
3870
  "Your browser is blocking some features of this website. Please follow the "
3871
  "instructions at {support_url} to unblock these."
3872
  msgstr ""
3873
 
3874
- #, fuzzy
3875
- #~ msgid "More"
3876
- #~ msgstr ""
3877
- #~ "Especifica un valor para las esquinas redondeadas. Cuanto más alto sea el "
3878
- #~ "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
3879
- #~ "esquinas cuaadradas."
3880
-
3881
  #~ msgid "Dismiss this notice"
3882
  #~ msgstr "No volver a mostrar este aviso"
3883
 
@@ -3941,9 +3976,6 @@ msgstr ""
3941
  #~ "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
3942
  #~ "enlace mencionado"
3943
 
3944
- #~ msgid "bit.ly username"
3945
- #~ msgstr "Nombre de usuario bit.ly"
3946
-
3947
  #~ msgid ""
3948
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3949
  #~ "\"_blank\">this link</a> to get bit.ly username"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:47+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1983
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
29
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
30
+ "target=\"_blank\">here</a>"
31
  msgstr ""
32
  "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue "
33
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
34
  "conseguir tu Twitter Key"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2417
38
  msgid "General Options"
39
  msgstr "Opciones Generales"
40
 
82
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
83
  "style&gt;)"
84
 
85
+ #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
87
+ #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Guardar Cambios"
90
 
91
+ #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
93
+ #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
+ #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
100
+ #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
121
  msgstr "Donar ahora"
122
 
123
  #: admin/help.php:23
124
+ #, fuzzy
125
+ msgid "Support Forum"
126
+ msgstr "Apóyanos"
127
+
128
+ #: admin/help.php:29
129
  msgid "Plugin Demo"
130
  msgstr "Demo del Plugin"
131
 
132
+ #: admin/help.php:35
133
  msgid "Translate Plugin"
134
  msgstr ""
135
 
136
+ #: admin/help.php:41 admin/social_login.php:57
137
  #, fuzzy
138
  msgid "Customize Social Login Icons"
139
  msgstr "Ingreso a través de redes sociales"
140
 
141
+ #: admin/help.php:47
142
  msgid "Integrate with Google Analytics"
143
  msgstr "Integrar con Google Analytics"
144
 
145
+ #: admin/help.php:53
146
  msgid "Boost sharing by awarding points"
147
  msgstr "Conseguir Compartir más con concesión de puntos"
148
 
149
+ #: admin/help.php:59
150
  msgid "Award points for Social Login"
151
  msgstr "Otorgar puntos para el Social Login"
152
 
153
+ #: admin/help.php:65
154
  msgid "Other Add-ons"
155
  msgstr "Otros Complementos"
156
 
 
 
 
 
 
157
  #: admin/help.php:70
158
  msgid "Need Help?"
159
  msgstr "¿Necesitas Ayuda?"
207
  "Control maestro para los botones Me gusta. Debes activarlo para permitir su "
208
  "funcionalidad"
209
 
210
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
211
  msgid "Standard Interface"
212
  msgstr "Interfaz Estándar"
213
 
214
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
215
  msgid "Floating Interface"
216
  msgstr "Interfaz Flotante"
217
 
218
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
219
+ #: admin/social_sharing.php:1603
220
  msgid "Miscellaneous"
221
  msgstr "Miscelánea"
222
 
223
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
224
  msgid "3rd Party Integration"
225
  msgstr ""
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
  #: admin/social_login.php:45 admin/social_login.php:1946
229
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
230
+ #: admin/social_sharing.php:1882
231
  msgid "Shortcode & Widget"
232
  msgstr "Widgets y Shortcodes"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
  #: admin/social_login.php:46 admin/social_login.php:1960
237
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
238
  msgid "FAQ"
239
  msgstr "FAQ"
240
 
251
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
252
 
253
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
254
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
255
  msgid "Target Url"
256
  msgstr "Target Url"
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
+ #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
267
  msgid "Url of the homepage of your website"
268
  msgstr "Url de la página de inicio de tu sitio web"
269
 
270
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
271
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
272
  msgid "Custom url"
273
  msgstr "Url personalizada"
274
 
277
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
281
  msgid "Title"
282
  msgstr "Título"
283
 
296
  "reordenarlas."
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
300
  msgid "Horizontal alignment"
301
  msgstr "Alineación horizontal"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330
306
+ #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
307
  msgid "Left"
308
  msgstr "Izquierda"
309
 
310
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
311
  msgid "Center"
312
  msgstr "Centrar"
313
 
314
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
315
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
316
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331
317
+ #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
318
  msgid "Right"
319
  msgstr "Derecha"
320
 
322
  msgid "Horizontal alignment of the interface"
323
  msgstr "Alineación horizontal de la interfaz"
324
 
325
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
326
  msgid "Position with respect to content"
327
  msgstr "Posición respecto al contenido"
328
 
329
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
330
  msgid "Top of the content"
331
  msgstr "Encima del contenido"
332
 
333
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
334
  msgid "Bottom of the content"
335
  msgstr "Debajo del contenido"
336
 
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
348
  msgid "Homepage"
349
  msgstr "Página de Inicio"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
353
  msgid "Posts"
354
  msgstr "Entradas"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
358
  msgid "Pages"
359
  msgstr "Páginas"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
363
  #, fuzzy
364
  msgid "Excerpts and Posts page"
365
  msgstr "Extractos (en la Página de Inicio)"
366
 
367
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
368
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
369
  msgid "Category Archives"
370
  msgstr "Archivos por Categoría"
371
 
372
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
373
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
374
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
375
  msgstr ""
376
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
377
  "Fecha)"
378
 
379
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
380
  msgid "BuddyPress activity"
381
  msgstr "Actividad en BuddyPress"
382
 
383
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
384
  msgid "BuddyPress group (only at top of content)"
385
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
386
 
387
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
388
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
389
  msgid "BBPress forum"
390
  msgstr "Foro BBPress"
391
 
392
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
393
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
394
  msgid "BBPress topic"
395
  msgstr "Tema BBPress"
396
 
397
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
398
  msgid "BBPress reply"
399
  msgstr "Respuesta BBPress"
400
 
401
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
402
  msgid "After individual product at WooCommerce Shop page"
403
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
404
 
405
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
406
  msgid "WooCommerce Product Page"
407
  msgstr "Página de Producto WooCommerce"
408
 
409
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
410
  msgid "WooCommerce Thankyou Page"
411
  msgstr "Página de Agradecimiento WooCommerce"
412
 
426
  msgid "Master control to enable vertical (floating) counter widget"
427
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
428
 
429
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
430
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309
431
+ #: inc/widget.php:466 inc/widget.php:779
432
  msgid "Background Color"
433
  msgstr "Color del fondo"
434
 
444
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
445
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
446
 
447
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
448
  msgid "Left offset"
449
  msgstr "Desplazamiento a la izquierda"
450
 
457
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
458
  "puede ser negativo también."
459
 
460
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
461
  msgid "Right offset"
462
  msgstr "Desplazamiento a la derecha"
463
 
470
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
471
  "puede ser negativo también."
472
 
473
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
474
  msgid "Top offset"
475
  msgstr "Desplazamiento hacia arriba"
476
 
482
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
483
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
484
 
485
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
486
  msgid "BuddyPress group"
487
  msgstr "grupo BuddyPress"
488
 
500
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
501
  "dispositivos móviles"
502
 
503
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
504
  msgid "Url shortener"
505
  msgstr "Acortador de Url"
506
 
520
  msgid "Enable bit.ly url shortener for tweet button"
521
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
522
 
523
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
524
  msgid "Master control to enable bit.ly url shortening for sharing"
525
  msgstr ""
526
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
527
 
528
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
529
  msgid "Bit.ly generic access token"
530
  msgstr ""
531
 
532
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
533
  #, php-format
534
  msgid ""
535
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
538
  "\">link</a>"
539
  msgstr ""
540
 
541
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
542
  msgid "Clear Bitly Cache"
543
  msgstr ""
544
 
545
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
546
  msgid "ShortUrl cache cleared successfully."
547
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
548
 
549
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
550
  msgid ""
551
  "Use this to delete short urls saved in database. Handy, if urls of your "
552
  "website have been changed but short urls are still being generated for old "
557
  "url cortas todavía se están generando para viejas url."
558
 
559
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
560
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
561
+ #: admin/social_sharing.php:1760
562
  msgid "Language"
563
  msgstr "Idioma"
564
 
602
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
603
  "ningún nombre de usuario."
604
 
605
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1855
606
  msgid "myCRED"
607
  msgstr ""
608
 
609
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1860
610
  msgid "Append myCRED referral ID to the urls being shared"
611
  msgstr ""
612
 
614
  msgid "Like Buttons Shortcode & Widget"
615
  msgstr "Shortcode y Widget Botones Me gusta"
616
 
617
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1943
618
  msgid "Why is there so much space between like buttons?"
619
  msgstr ""
620
 
621
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1944
622
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
623
  msgstr ""
624
 
625
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1928
626
  msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
+ #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
+ #: admin/social_login.php:1968 admin/social_sharing.php:1945
631
+ #, fuzzy
632
+ msgid "More"
633
+ msgstr ""
634
+ "Especifica un valor para las esquinas redondeadas. Cuanto más alto sea el "
635
+ "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
636
+ "esquinas cuaadradas."
637
+
638
  #: admin/social_commenting.php:17
639
  msgid "Enable Social Commenting"
640
  msgstr "Permitir Comentarios en redes sociales"
846
  msgstr "Shortcode de Comentarios Sociales"
847
 
848
  #: admin/social_commenting.php:386 admin/social_login.php:1962
849
+ #: admin/social_sharing.php:1915
850
  msgid ""
851
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
852
  "an online website for the plugin to function properly."
863
  "Https?"
864
  msgstr ""
865
 
866
+ #: admin/social_commenting.php:389 admin/social_login.php:1967
867
+ #: admin/social_sharing.php:1930
868
  msgid "Why is my browser blocking some features of the plugin?"
869
  msgstr ""
870
 
902
  msgstr "Configuración básica"
903
 
904
  #: admin/social_login.php:41 admin/social_login.php:1746
905
+ #: super_socializer.php:2485
906
  msgid "GDPR"
907
  msgstr ""
908
 
2093
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2094
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2095
 
2096
+ #: admin/social_login.php:1490 super_socializer.php:2091
2097
  msgid "Email required"
2098
  msgstr "Email requerido"
2099
 
2152
  msgid "BuddyPress profile page"
2153
  msgstr "Página de perfil de BuddyPress"
2154
 
2155
+ #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2156
+ #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2157
  msgid "Custom Url"
2158
  msgstr "Url personalizada"
2159
 
2348
  msgid "Url of the privacy policy page of your website"
2349
  msgstr "Url de la página de inicio de tu sitio web"
2350
 
2351
+ #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2352
+ #: inc/widget.php:608 inc/widget.php:757
2353
  msgid "Select"
2354
  msgstr "Seleccionar"
2355
 
2371
  "belong to the same app"
2372
  msgstr ""
2373
 
 
 
 
 
 
 
 
 
 
 
2374
  #: admin/social_sharing.php:18
2375
  msgid "Enable Social Sharing"
2376
  msgstr "Permitir Compartir en redes sociales"
2379
  msgid "Master control to enable Social Sharing"
2380
  msgstr "Control Maestro para permitir Compartir en redes sociales"
2381
 
2382
+ #: admin/social_sharing.php:48
 
 
 
 
2383
  msgid "Theme Selection"
2384
  msgstr "Selección de Temas"
2385
 
2386
+ #: admin/social_sharing.php:60
2387
  msgid "Troubleshooter"
2388
  msgstr "Resolución de problmas"
2389
 
2390
+ #: admin/social_sharing.php:69
2391
  msgid "Standard interface theme"
2392
  msgstr "Tema de la Interfaz Estándar"
2393
 
2394
+ #: admin/social_sharing.php:74 admin/social_sharing.php:372
2395
  msgid "Icon Preview"
2396
  msgstr "Vista previa de Icono"
2397
 
2398
+ #: admin/social_sharing.php:146 admin/social_sharing.php:445
2399
  msgid ""
2400
  "Do not forget to save the configuration after making changes by clicking the "
2401
  "save button below"
2403
  "No olvides guardar la configuración después de hacer cambios clickando en el "
2404
  "botón \"Guardar\" de abajo"
2405
 
2406
+ #: admin/social_sharing.php:152 admin/social_sharing.php:451
2407
  msgid "Shape"
2408
  msgstr "Forma"
2409
 
2410
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455
2411
+ #: inc/widget.php:1095
2412
  msgid "Round"
2413
  msgstr "Redondeado"
2414
 
2415
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457
2416
+ #: inc/widget.php:1096
2417
  msgid "Square"
2418
  msgstr "Cuadrado"
2419
 
2420
+ #: admin/social_sharing.php:160 admin/social_sharing.php:459
2421
  msgid "Rectangle"
2422
  msgstr "Rectángulo"
2423
 
2424
+ #: admin/social_sharing.php:167 admin/social_sharing.php:466
2425
  msgid "Shape of the sharing icons"
2426
  msgstr "Forma de los iconos de compartir"
2427
 
2428
+ #: admin/social_sharing.php:175 admin/social_sharing.php:474
2429
  msgid "Size (in pixels)"
2430
  msgstr "Tamaño (en pixels)"
2431
 
2432
+ #: admin/social_sharing.php:191 admin/social_sharing.php:490
2433
  msgid "Size of the sharing icons"
2434
  msgstr "Tamaño de los iconos de Compartir"
2435
 
2436
+ #: admin/social_sharing.php:200 admin/social_sharing.php:499
2437
  msgid "Width (in pixels)"
2438
  msgstr "Anchura (en pixels)"
2439
 
2440
+ #: admin/social_sharing.php:216 admin/social_sharing.php:515
2441
  msgid "Width of the sharing icons"
2442
  msgstr "Anchura de los iconos de Compartir"
2443
 
2444
+ #: admin/social_sharing.php:223 admin/social_sharing.php:522
2445
  msgid "Height (in pixels)"
2446
  msgstr "Altura (en pixels)"
2447
 
2448
+ #: admin/social_sharing.php:239 admin/social_sharing.php:538
2449
  msgid "Height of the sharing icons"
2450
  msgstr "Altura de los iconos de Compartir"
2451
 
2452
+ #: admin/social_sharing.php:248 admin/social_sharing.php:547
2453
  msgid "Border radius (in pixels)"
2454
  msgstr "Borde del radio (en pixels)"
2455
 
2456
+ #: admin/social_sharing.php:258 admin/social_sharing.php:557
2457
  msgid ""
2458
  "Specify a value for rounded corners. More the value, more rounded will the "
2459
  "corners be. Leave empty for sharp corners."
2462
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
2463
  "esquinas cuaadradas."
2464
 
2465
+ #: admin/social_sharing.php:266 admin/social_sharing.php:565
2466
  msgid "Logo Color"
2467
  msgstr "Color del Logo"
2468
 
2469
+ #: admin/social_sharing.php:270 admin/social_sharing.php:290
2470
+ #: admin/social_sharing.php:309 admin/social_sharing.php:569
2471
+ #: admin/social_sharing.php:589 admin/social_sharing.php:607
2472
  msgid "Default"
2473
  msgstr "Por defecto "
2474
 
2475
+ #: admin/social_sharing.php:272 admin/social_sharing.php:291
2476
+ #: admin/social_sharing.php:314 admin/social_sharing.php:571
2477
+ #: admin/social_sharing.php:590 admin/social_sharing.php:612
2478
  msgid "On Hover"
2479
  msgstr "Con el puntero encima "
2480
 
2481
+ #: admin/social_sharing.php:280 admin/social_sharing.php:579
2482
  msgid ""
2483
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2484
  "empty for default. You can get the hex code of the required color from <a "
2489
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
2490
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
2491
 
2492
+ #: admin/social_sharing.php:298 admin/social_sharing.php:597
2493
  msgid ""
2494
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2495
  "\"transparent\" for transparent background. Leave empty for default. You can "
2502
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
2503
  "com/\" target=\"_blank\">este enlace</a>"
2504
 
2505
+ #: admin/social_sharing.php:305 admin/social_sharing.php:604
2506
  msgid "Border"
2507
  msgstr "Borde"
2508
 
2509
+ #: admin/social_sharing.php:311 admin/social_sharing.php:316
2510
+ #: admin/social_sharing.php:609 admin/social_sharing.php:614
2511
  msgid "Border Width"
2512
  msgstr "Anchura del borde "
2513
 
2514
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
2515
+ #: admin/social_sharing.php:610 admin/social_sharing.php:615
2516
  msgid "Border Color"
2517
  msgstr "Color del borde "
2518
 
2519
+ #: admin/social_sharing.php:324 admin/social_sharing.php:622
2520
  msgid "Icon border"
2521
  msgstr "Borde del icono"
2522
 
2523
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2524
  msgid "Counter Position"
2525
  msgstr "Posición del Contador"
2526
 
2527
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2528
  msgid "(applies, if counter enabled)"
2529
  msgstr "(aplicable si el contador está activo)"
2530
 
2531
+ #: admin/social_sharing.php:337 admin/social_sharing.php:635
2532
  msgid "Top"
2533
  msgstr "Arriba"
2534
 
2535
+ #: admin/social_sharing.php:341 admin/social_sharing.php:639
2536
  msgid "Bottom"
2537
  msgstr "Abajo"
2538
 
2539
+ #: admin/social_sharing.php:343 admin/social_sharing.php:641
2540
  msgid "Inner Left"
2541
  msgstr "Izquierda Interior"
2542
 
2543
+ #: admin/social_sharing.php:345 admin/social_sharing.php:643
2544
  msgid "Inner Top"
2545
  msgstr "Arriba Interior"
2546
 
2547
+ #: admin/social_sharing.php:347 admin/social_sharing.php:645
2548
  msgid "Inner Right"
2549
  msgstr "Derecha Interior"
2550
 
2551
+ #: admin/social_sharing.php:349 admin/social_sharing.php:647
2552
  msgid "Inner Bottom"
2553
  msgstr "Abajo Interior"
2554
 
2555
+ #: admin/social_sharing.php:357 admin/social_sharing.php:655
2556
  msgid "Position of share counter"
2557
  msgstr "Posición del contador de veces compartidas"
2558
 
2559
+ #: admin/social_sharing.php:367
2560
  msgid "Floating interface theme"
2561
  msgstr "Tema de la Interfaz Flotante"
2562
 
2563
+ #: admin/social_sharing.php:671
2564
  msgid "Standard Sharing Interface Options"
2565
  msgstr "Opciones de la interfaz estándar de Compartir"
2566
 
2567
+ #: admin/social_sharing.php:676
2568
  msgid "Enable Standard sharing interface"
2569
  msgstr "Permitir Interfaz Estándar de Compartir"
2570
 
2571
+ #: admin/social_sharing.php:686
2572
  msgid "Master control to enable standard sharing"
2573
  msgstr "Control Maestro para permitir Compartir estándar"
2574
 
2575
+ #: admin/social_sharing.php:710 admin/social_sharing.php:1155
2576
  msgid "Url to share"
2577
  msgstr "Url para compartir"
2578
 
2579
+ #: admin/social_sharing.php:727
2580
  msgid "The text to display above the sharing interface"
2581
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
2582
 
2583
+ #: admin/social_sharing.php:757 admin/social_sharing.php:1163
2584
  #, fuzzy
2585
  msgid "Instagram username"
2586
  msgstr "Instagram"
2587
 
2588
+ #: admin/social_sharing.php:767 admin/social_sharing.php:1173
2589
  msgid ""
2590
  "Username of the Instagram account you want to redirect users to, on clicking "
2591
  "the icon"
2592
  msgstr ""
2593
 
2594
+ #: admin/social_sharing.php:775
2595
+ #, fuzzy
2596
+ msgid "Youtube username"
2597
+ msgstr "Nombre de usuario bit.ly"
2598
+
2599
+ #: admin/social_sharing.php:785
2600
+ msgid ""
2601
+ "Username of the Youtube account you want to redirect users to, on clicking "
2602
+ "the icon"
2603
+ msgstr ""
2604
+
2605
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2606
  #, fuzzy
2607
  msgid "HTML ID of container element of comment form"
2608
  msgstr "HTML ID del contenedor del formulario de comentario"
2609
 
2610
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2611
  msgid ""
2612
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2613
  "icon."
2614
  msgstr ""
2615
 
2616
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2617
  msgid "Rearrange icons"
2618
  msgstr "Reorganizar iconos"
2619
 
2620
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2621
  msgid "Drag the icons to rearrange in desired order"
2622
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
2623
 
2624
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2625
  msgid "Select Sharing Services"
2626
  msgstr "Selecciona los Servicios para Compartir"
2627
 
2628
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2629
  msgid "Select sharing services to show in social share bar"
2630
  msgstr ""
2631
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
2632
  "sociales"
2633
 
2634
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2635
  #, fuzzy
2636
  msgid "Search social network"
2637
  msgstr "como red social primaria"
2638
 
2639
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2640
  msgid "Horizontal alignment of the sharing interface"
2641
  msgstr "Alineación horizontal de la interfaz de Compartir"
2642
 
2643
+ #: admin/social_sharing.php:962
2644
  msgid "Specify position of the sharing interface with respect to the content"
2645
  msgstr ""
2646
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
2647
 
2648
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2649
  msgid "Placement"
2650
  msgstr "Ubicación"
2651
 
2652
+ #: admin/social_sharing.php:1037
2653
  msgid "Specify the pages where you want to enable Sharing interface"
2654
  msgstr ""
2655
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
2656
 
2657
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2658
  msgid "Show share counts"
2659
  msgstr "Mostrar contadores de las veces compartidas"
2660
 
2661
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2662
  #, fuzzy
2663
  msgid ""
2664
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2668
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
2669
  "Stumbleupon, Odnoklassniki y Vkontakte"
2670
 
2671
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2672
  #, php-format
2673
  msgid ""
2674
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2677
  "their website."
2678
  msgstr ""
2679
 
2680
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2681
  msgid "If enabled, share counts are displayed above sharing icons."
2682
  msgstr ""
2683
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
2684
  "iconos de compartir."
2685
 
2686
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2687
+ #: admin/social_sharing.php:1702
2688
  msgid "Track Social Shares for Every Social Network"
2689
  msgstr ""
2690
 
2691
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2692
  msgid "Show total shares"
2693
  msgstr "Mostrar número total de veces compartidas"
2694
 
2695
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2696
  msgid "If enabled, total shares will be displayed with sharing icons"
2697
  msgstr ""
2698
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
2699
  "de compartir."
2700
 
2701
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2702
  msgid "Enable 'More' icon"
2703
  msgstr "Permitir el icono 'Más'"
2704
 
2705
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2706
  msgid ""
2707
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2708
  "which shows additional sharing networks in popup"
2710
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
2711
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
2712
 
2713
+ #: admin/social_sharing.php:1116
2714
  msgid "Floating Sharing Interface Options"
2715
  msgstr "Opciones de la Interfaz Flotante de Compartir"
2716
 
2717
+ #: admin/social_sharing.php:1121
2718
  msgid "Enable Floating sharing interface"
2719
  msgstr "Permitir la Interfaz Flotante de Compartir"
2720
 
2721
+ #: admin/social_sharing.php:1131
2722
  msgid "Master control to enable floating sharing widget"
2723
  msgstr "Control maestro para permitir el widget flotante de compartir"
2724
 
2725
+ #: admin/social_sharing.php:1319
2726
  msgid ""
2727
  "Specify the color or hex code (example #cc78e0) for the background of "
2728
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2734
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
2735
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
2736
 
2737
+ #: admin/social_sharing.php:1357
2738
  msgid ""
2739
  "Specify a number. Increase in number will shift sharing interface towards "
2740
  "right and decrease will shift it towards left. Number can be negative too."
2743
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
2744
  "la izquierda. El número puede ser negativo también."
2745
 
2746
+ #: admin/social_sharing.php:1376
2747
  msgid ""
2748
  "Specify a number. Increase in number will shift sharing interface towards "
2749
  "left and decrease will shift it towards right. Number can be negative too."
2752
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
2753
  "hacia la derecha. El número puede ser negativo también."
2754
 
2755
+ #: admin/social_sharing.php:1394
2756
  msgid ""
2757
  "Specify a number. Increase in number will shift sharing interface towards "
2758
  "bottom and decrease will shift it towards top."
2761
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
2762
  "abajo."
2763
 
2764
+ #: admin/social_sharing.php:1450
2765
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2766
  msgstr ""
2767
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
2768
  "Compartir"
2769
 
2770
+ #: admin/social_sharing.php:1519
2771
  #, fuzzy
2772
  msgid "Hide floating slider"
2773
  msgstr "Ocultar para usuarios conectados:"
2774
 
2775
+ #: admin/social_sharing.php:1529
2776
  msgid "Hides the slider arrow present below the floating share bar"
2777
  msgstr ""
2778
 
2779
+ #: admin/social_sharing.php:1536
2780
  msgid "Vertical floating bar responsiveness"
2781
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2782
 
2783
+ #: admin/social_sharing.php:1539 inc/widget.php:1074
2784
  #, php-format
2785
  msgid "Display vertical interface only when screen is wider than %s pixels"
2786
  msgstr ""
2787
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
2788
  "pixels"
2789
 
2790
+ #: admin/social_sharing.php:1546
2791
  msgid ""
2792
  "Display vertical interface only when screen is wider than the width "
2793
  "specified."
2795
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
2796
  "ancho especificado."
2797
 
2798
+ #: admin/social_sharing.php:1553
2799
  msgid "Horizontal floating bar responsiveness"
2800
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2801
 
2802
+ #: admin/social_sharing.php:1556 inc/widget.php:1078
2803
  #, php-format
2804
  msgid ""
2805
  "Stick vertical floating interface horizontally at bottom only when screen is "
2808
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2809
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
2810
 
2811
+ #: admin/social_sharing.php:1563
2812
  msgid ""
2813
  "Stick vertical floating interface horizontally at bottom only when screen is "
2814
  "narrower than the width specified"
2816
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2817
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
2818
 
2819
+ #: admin/social_sharing.php:1572
2820
  msgid "Horizontal floating bar position"
2821
  msgstr "Posición de la barra flotante horizontal"
2822
 
2823
+ #: admin/social_sharing.php:1575 inc/widget.php:1084
2824
  #, php-format
2825
  msgid "%s pixels from %s"
2826
  msgstr "%s pixels de %s"
2827
 
2828
+ #: admin/social_sharing.php:1576
2829
  msgid "Auto-adjust according to screen width (responsive)"
2830
  msgstr ""
2831
 
2832
+ #: admin/social_sharing.php:1583
2833
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2834
  msgstr ""
2835
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
2836
  "también."
2837
 
2838
+ #: admin/social_sharing.php:1608
2839
+ msgid "Use plain background for Instagram icon"
2840
+ msgstr ""
2841
+
2842
+ #: admin/social_sharing.php:1618
2843
+ msgid ""
2844
+ "Uses plain background for Instagram icon instead of multicolored background"
2845
+ msgstr ""
2846
+
2847
+ #: admin/social_sharing.php:1631
2848
  msgid "Use shortlinks already installed"
2849
  msgstr "Utiliza los shortlinks ya instalados"
2850
 
2851
+ #: admin/social_sharing.php:1641
2852
  msgid "Uses default short url permalinks without using any additional plugin"
2853
  msgstr ""
2854
 
2855
+ #: admin/social_sharing.php:1648
2856
  msgid "Enable bit.ly url shortener for sharing"
2857
  msgstr "Habilitar acortador de url bit.ly para compartir"
2858
 
2859
+ #: admin/social_sharing.php:1707
2860
  msgid "Share Count Cache"
2861
  msgstr ""
2862
 
2863
+ #: admin/social_sharing.php:1712
2864
  msgid "Refresh Share Count cache every"
2865
  msgstr ""
2866
 
2867
+ #: admin/social_sharing.php:1717
2868
  msgid "Second(s)"
2869
  msgstr ""
2870
 
2871
+ #: admin/social_sharing.php:1718
2872
  msgid "Minute(s)"
2873
  msgstr ""
2874
 
2875
+ #: admin/social_sharing.php:1719
2876
  msgid "Hour(s)"
2877
  msgstr ""
2878
 
2879
+ #: admin/social_sharing.php:1720
2880
  msgid "Day(s)"
2881
  msgstr ""
2882
 
2883
+ #: admin/social_sharing.php:1728
2884
  #, php-format
2885
  msgid ""
2886
  "Frequent cache refreshing results in slower loading of pages with share "
2888
  "target=\"_blank\">here</a>"
2889
  msgstr ""
2890
 
2891
+ #: admin/social_sharing.php:1735
2892
  msgid "Clear Share Counts Cache"
2893
  msgstr ""
2894
 
2895
+ #: admin/social_sharing.php:1739
2896
  #, fuzzy
2897
  msgid "Share Counts cache cleared successfully."
2898
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
2899
 
2900
+ #: admin/social_sharing.php:1746
2901
  msgid "Use this to clear cached share counts"
2902
  msgstr ""
2903
 
2904
+ #: admin/social_sharing.php:1770
2905
  #, php-format
2906
  msgid ""
2907
  "Enter the code of the language you want to use for like buttons. You can "
2912
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2913
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2914
 
2915
+ #: admin/social_sharing.php:1779
2916
  msgid "Username in sharing"
2917
  msgstr "Nombre de usuario en Compartir"
2918
 
2919
+ #: admin/social_sharing.php:1784
2920
  msgid "Twitter username (without @)"
2921
  msgstr "Nombre de usuario de Twitter (sin @)"
2922
 
2923
+ #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2924
  msgid ""
2925
  "Provided username will be appended after the content being shared as \"via "
2926
  "@USERNAME\". Leave empty if you do not want any username in the content "
2930
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
2931
  "nombre de usuario en el contenido compartido."
2932
 
2933
+ #: admin/social_sharing.php:1802
2934
  msgid "Buffer username (without @)"
2935
  msgstr "Nombre de usuario de Buffer (sin @)"
2936
 
2937
+ #: admin/social_sharing.php:1821
2938
  msgid "AMP"
2939
  msgstr ""
2940
 
2941
+ #: admin/social_sharing.php:1826
2942
  #, fuzzy
2943
  msgid "Enable sharing on AMP pages"
2944
  msgstr "Permitir Página de Ingreso"
2945
 
2946
+ #: admin/social_sharing.php:1836
2947
  msgid "Enable this option to render sharing icons on AMP pages"
2948
  msgstr ""
2949
 
2950
+ #: admin/social_sharing.php:1893
2951
  msgid "Facebook Sharing Troubleshooter"
2952
  msgstr "Resolución de problemas al Compartir en Facebook"
2953
 
2954
+ #: admin/social_sharing.php:1898
2955
  #, fuzzy
2956
  msgid ""
2957
  "If Facebook sharing is not working fine, click at the following link and "
2962
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
2963
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
2964
 
2965
+ #: admin/social_sharing.php:1916
2966
  msgid ""
2967
  "Why is sharer not showing the correct image, title and other meta tags "
2968
  "content?"
2969
  msgstr ""
2970
 
2971
+ #: admin/social_sharing.php:1917
2972
  msgid "Why is Facebook share count not working?"
2973
  msgstr ""
2974
 
2975
+ #: admin/social_sharing.php:1918 super_socializer.php:3241
2976
  #, php-format
2977
  msgid ""
2978
  "After the recent changes introduced in the Facebook graph API, it's not "
2981
  "not just for Facebook but for all the social networks"
2982
  msgstr ""
2983
 
2984
+ #: admin/social_sharing.php:1920
2985
  msgid "Why is Instagram icon redirecting to Instagram website?"
2986
  msgstr ""
2987
 
2988
+ #: admin/social_sharing.php:1921
2989
  msgid ""
2990
  "Instagram icon is there to send website visitors to the Instagram page of "
2991
  "your choice. You can save the desired Instagram handle in \"Instagram "
2993
  "sections."
2994
  msgstr ""
2995
 
2996
+ #: admin/social_sharing.php:1924
2997
  #, fuzzy
2998
  msgid "How to customize the url being shared?"
2999
  msgstr ""
3000
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3001
  "compartidas?"
3002
 
3003
+ #: admin/social_sharing.php:1925
3004
  msgid ""
3005
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3006
  msgstr ""
3007
 
3008
+ #: admin/social_sharing.php:1926
3009
  msgid ""
3010
  "It takes some time for their service to track the shares made on Twitter "
3011
  "from your website. If you still feel it's taking too long you can contact "
3012
  "their support directly from their website."
3013
  msgstr ""
3014
 
3015
+ #: admin/social_sharing.php:1929
3016
  msgid ""
3017
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3018
  msgstr ""
3019
 
3020
+ #: admin/social_sharing.php:1931
3021
  msgid "Why the color of share icons is not being updated?"
3022
  msgstr ""
3023
 
3024
+ #: admin/social_sharing.php:1932
3025
  msgid "Why Facebook share counts are not appearing?"
3026
  msgstr ""
3027
 
3028
+ #: admin/social_sharing.php:1933
3029
  msgid ""
3030
  "How can I show share counts of my website rather than of individual pages/"
3031
  "posts?"
3033
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
3034
  "lugar de páginas individuales o entradas?"
3035
 
3036
+ #: admin/social_sharing.php:1934
3037
  msgid "How can I disable sharing on particular page/post?"
3038
  msgstr ""
3039
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
3040
  "entrada?"
3041
 
3042
+ #: admin/social_sharing.php:1935
3043
  msgid "How can I specify minimum sharing count for sharing networks?"
3044
  msgstr ""
3045
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
3046
  "sociales?"
3047
 
3048
+ #: admin/social_sharing.php:1936
3049
  msgid "How to share specific page?"
3050
  msgstr "¿Cómo compartir una página específica?"
3051
 
3052
+ #: admin/social_sharing.php:1937
3053
  msgid "How to integrate Google Analytics with sharing?"
3054
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
3055
 
3056
+ #: admin/social_sharing.php:1938
3057
  msgid "How to customize the look of total share counts?"
3058
  msgstr ""
3059
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
3060
 
3061
+ #: admin/social_sharing.php:1939
3062
  msgid "How to customize the look of individual share counts?"
3063
  msgstr ""
3064
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3065
  "compartidas?"
3066
 
3067
+ #: admin/social_sharing.php:1940
3068
  msgid "How to show Whatsapp icon only on mobile devices?"
3069
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
3070
 
3071
+ #: admin/social_sharing.php:1941
3072
  msgid "How to hide arrow after floating sharing bar?"
3073
  msgstr ""
3074
 
3075
+ #: admin/social_sharing.php:1942
3076
  msgid "Why is share count not getting updated?"
3077
  msgstr ""
3078
 
3123
  msgid "Remove"
3124
  msgstr "Remover"
3125
 
3126
+ #: helper.php:712
3127
  #, fuzzy
3128
  msgid "Social Account Linking"
3129
  msgstr ""
3130
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
3131
  "la página de perfil de BuddyPress"
3132
 
3133
+ #: helper.php:763
3134
  msgid "Disable Standard Social Sharing on this "
3135
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
3136
 
3137
+ #: helper.php:768
3138
  msgid "Disable Floating Social Sharing on this "
3139
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
3140
 
3141
+ #: helper.php:773
3142
  msgid "Disable Standard like buttons on this "
3143
  msgstr "Desactivar los botones Me gusta Estándares aquí"
3144
 
3145
+ #: helper.php:778
3146
  msgid "Disable Floating like buttons on this "
3147
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
3148
 
3149
+ #: helper.php:783
3150
  msgid "Disable Social Commenting on this "
3151
  msgstr "Desactivar Comentarios de redes sociales aquí"
3152
 
3153
+ #: helper.php:792
3154
  msgid "Standard Sharing Interface"
3155
  msgstr "Interfaz Estándar para Compartir"
3156
 
3157
+ #: helper.php:798 helper.php:817
3158
  msgid "Starting share count for "
3159
  msgstr "Comienzo del Contador de veces compartidas"
3160
 
3161
+ #: helper.php:811
3162
  msgid "Floating Sharing Interface"
3163
  msgstr "Interfaz Flotante de botones Compartir"
3164
 
3165
+ #: helper.php:907 super_socializer.php:2501
3166
  msgid "Social Avatar"
3167
  msgstr "Avatar Social"
3168
 
3169
+ #: helper.php:910 super_socializer.php:2512
3170
  msgid ""
3171
  "Do not fetch and update social avatar from my profile, next time I Social "
3172
  "Login"
3174
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3175
  "próxima vez | Social Login"
3176
 
3177
+ #: helper.php:911 super_socializer.php:2516
3178
  msgid "Update social avatar, next time I Social Login"
3179
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3180
 
3181
+ #: helper.php:914
3182
  msgid "Small Avatar"
3183
  msgstr "Avatar Pequeño"
3184
 
3185
+ #: helper.php:918
3186
  msgid "Large Avatar"
3187
  msgstr "Avatar Grande"
3188
 
3189
+ #: helper.php:978 super_socializer.php:2069
3190
  msgid "Please verify your email address to login."
3191
  msgstr "Por favor verifica tu dirección de email para ingresar."
3192
 
3193
+ #: helper.php:1015
3194
  msgid "Click to delete social profile data"
3195
  msgstr ""
3196
 
3197
+ #: helper.php:1044
3198
  #, fuzzy
3199
  msgid "Deleting"
3200
  msgstr "Ajustes"
3201
 
3202
+ #: helper.php:1054
3203
  msgid "Deleted"
3204
  msgstr ""
3205
 
3206
+ #: helper.php:1056
3207
  msgid "Something bad happened"
3208
  msgstr ""
3209
 
3210
+ #: inc/shortcode.php:214 inc/widget.php:48
3211
  msgid "Log Out"
3212
  msgstr "Cerrar sesión"
3213
 
3214
+ #: inc/shortcode.php:296
3215
  msgid ""
3216
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3217
  "Socializer > Social Login\" page in admin panel"
3220
  "\"Configuración Básica\" en la página del panel de control \"Super "
3221
  "Socializer > Social Login\""
3222
 
3223
+ #: inc/social_login.php:1035
3224
  #, fuzzy
3225
  msgid "Email"
3226
  msgstr "Opciones de popup del Email"
3227
 
3228
+ #: inc/social_login.php:1036
3229
  msgid "Confirm email"
3230
  msgstr ""
3231
 
3232
+ #: inc/social_login.php:1038
3233
  msgid "Save"
3234
  msgstr ""
3235
 
3236
+ #: inc/social_login.php:1039
3237
  msgid "Cancel"
3238
  msgstr ""
3239
 
3240
+ #: inc/social_login.php:1113
3241
  #, fuzzy
3242
  msgid "Email Verification"
3243
  msgstr "Activar verificación por email"
3244
 
3245
+ #: inc/social_login.php:1115
3246
  msgid ""
3247
  "Please click on the following link or paste it in browser to verify your "
3248
  "email"
3264
  msgid "Total Shares"
3265
  msgstr "Mostrar número total de veces compartidas"
3266
 
3267
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3268
  #, fuzzy
3269
  msgid "Share"
3270
  msgstr "Posición del contador de veces compartidas"
3271
 
3272
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3273
  #, fuzzy
3274
  msgid "Shares"
3275
  msgstr ""
3276
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
3277
  "de compartir."
3278
 
3279
+ #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3280
  msgid "Invalid request"
3281
  msgstr "Petición no válida"
3282
 
3283
+ #: inc/social_sharing.php:978
3284
  msgid "Providers not selected"
3285
  msgstr "Redes sociales no seleccionadas"
3286
 
3297
  "Permitir a los usuarios de tu sitio web conectarse/registrarse usando su ID "
3298
  "de su red social favorita, tal como Facebook, Twitter, Google+, LinkedIn..."
3299
 
3300
+ #: inc/widget.php:72
3301
  msgid "Login with your Social Account"
3302
  msgstr ""
3303
 
3304
+ #: inc/widget.php:83
3305
  msgid ""
3306
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3307
  "page."
3309
  "Asegúrate de que el Ingreso a través de redes sociales está permitido en la "
3310
  "página \"Super Socializer > Social Login\""
3311
 
3312
+ #: inc/widget.php:84
3313
  msgid "Title (before login):"
3314
  msgstr ""
3315
 
3316
+ #: inc/widget.php:86
3317
  msgid "Title (after login):"
3318
  msgstr ""
3319
 
3320
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3321
  msgid "Before widget content:"
3322
  msgstr "Contenido antes del widget:"
3323
 
3324
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3325
  msgid "After widget content:"
3326
  msgstr "Contenido después del widget:"
3327
 
3328
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3329
+ #: inc/widget.php:782
3330
  msgid "Hide for logged in users:"
3331
  msgstr "Ocultar para usuarios conectados:"
3332
 
3333
+ #: inc/widget.php:112
3334
  #, fuzzy
3335
  msgid ""
3336
  "Standard sharing widget. Let your website users share content on popular "
3340
  "sitio web compartir contenido en redes sociales populares como Facebook, "
3341
  "Twitter, Tumblr, Google+ y muchas más"
3342
 
3343
+ #: inc/widget.php:253
3344
  #, fuzzy
3345
  msgid ""
3346
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3349
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
3350
  "la página \"Super Socializer > Social Sharing\""
3351
 
3352
+ #: inc/widget.php:254 inc/widget.php:604
3353
  msgid "Title:"
3354
  msgstr "Título:"
3355
 
3356
+ #: inc/widget.php:256 inc/widget.php:435
3357
  msgid "Show individual share counts:"
3358
  msgstr "Mostrar cuentas de compartir individuales:"
3359
 
3360
+ #: inc/widget.php:258 inc/widget.php:437
3361
  msgid "Show total shares:"
3362
  msgstr "Mostrar el total de publicaciones compartidas:"
3363
 
3364
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3365
  msgid "Target Url:"
3366
  msgstr "Target Url:"
3367
 
3368
+ #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3369
+ #, fuzzy
3370
+ msgid "Custom URL"
3371
+ msgstr "Url personalizada"
3372
+
3373
+ #: inc/widget.php:291
3374
  #, fuzzy
3375
  msgid ""
3376
  "Floating sharing widget. Let your website users share content on popular "
3380
  "usuarios de tu sitio web compartir contenido en redes sociales populares "
3381
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3382
 
3383
+ #: inc/widget.php:434
3384
  #, fuzzy
3385
  msgid ""
3386
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3389
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
3390
  "en la página \"Super Socializer > Social Sharing\""
3391
 
3392
+ #: inc/widget.php:450 inc/widget.php:763
3393
  msgid "Alignment"
3394
  msgstr "Alineación"
3395
 
3396
+ #: inc/widget.php:456 inc/widget.php:769
3397
  msgid "Left Offset"
3398
  msgstr "Desplazamiento a la izquierda"
3399
 
3400
+ #: inc/widget.php:460 inc/widget.php:773
3401
  msgid "Right Offset"
3402
  msgstr "Desplazamiento a la derecha"
3403
 
3404
+ #: inc/widget.php:463 inc/widget.php:776
3405
  msgid "Top Offset"
3406
  msgstr "Desplazamiento desde arriba"
3407
 
3408
+ #: inc/widget.php:488
3409
  #, fuzzy
3410
  msgid ""
3411
  "Standard like buttons widget. Let your website users share/like content on "
3415
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3416
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3417
 
3418
+ #: inc/widget.php:603
3419
  #, fuzzy
3420
  msgid ""
3421
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3424
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3425
  "\"Super Socializer > Like Buttons\"."
3426
 
3427
+ #: inc/widget.php:637
3428
  #, fuzzy
3429
  msgid ""
3430
  "Floating like buttons widget. Let your website users share/like content on "
3434
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3435
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3436
 
3437
+ #: inc/widget.php:754
3438
  #, fuzzy
3439
  msgid ""
3440
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3443
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3444
  "\"Super Socializer > Like Buttons\"."
3445
 
3446
+ #: inc/widget.php:798
3447
  #, fuzzy
3448
  msgid "Super Socializer - Follow Icons"
3449
  msgstr "Super Socializer - Ingreso"
3450
 
3451
+ #: inc/widget.php:800
3452
  msgid "These icons link to your Social Media accounts"
3453
  msgstr ""
3454
 
3455
+ #: inc/widget.php:1037
3456
  msgid "Type:"
3457
  msgstr ""
3458
 
3459
+ #: inc/widget.php:1040
3460
  #, fuzzy
3461
  msgid "Standard"
3462
  msgstr "Opciones de la Interfaz Estándar"
3463
 
3464
+ #: inc/widget.php:1043
3465
  #, fuzzy
3466
  msgid "Floating"
3467
  msgstr "Permitir Barra Flotante de botones Me gusta"
3468
 
3469
+ #: inc/widget.php:1048
3470
  #, fuzzy
3471
  msgid "Top offset:"
3472
  msgstr "Desplazamiento hacia arriba"
3473
 
3474
+ #: inc/widget.php:1052
3475
  #, fuzzy
3476
  msgid "Alignment:"
3477
  msgstr "Alineación"
3478
 
3479
+ #: inc/widget.php:1070
3480
  #, fuzzy
3481
  msgid "Offset"
3482
  msgstr "Desplazamiento desde arriba"
3483
 
3484
+ #: inc/widget.php:1084
3485
  #, fuzzy
3486
  msgid "right"
3487
  msgstr "Derecha"
3488
 
3489
+ #: inc/widget.php:1084
3490
  #, fuzzy
3491
  msgid "left"
3492
  msgstr "Izquierda"
3493
 
3494
+ #: inc/widget.php:1087
3495
  msgid "Auto-adjust according to the screen-width (responsive)"
3496
  msgstr ""
3497
 
3498
+ #: inc/widget.php:1091
3499
  #, fuzzy
3500
  msgid "Size of icons"
3501
  msgstr "Tamaño de los iconos de Compartir"
3502
 
3503
+ #: inc/widget.php:1093
3504
  #, fuzzy
3505
  msgid "Icon Shape"
3506
  msgstr "Forma"
3507
 
3508
+ #: inc/widget.php:1098
3509
  msgid "Apply icon color and background color from Theme Selection section:"
3510
  msgstr ""
3511
 
3512
+ #: inc/widget.php:1100
3513
  msgid "No"
3514
  msgstr ""
3515
 
3516
+ #: inc/widget.php:1101
3517
  #, fuzzy
3518
  msgid "Yes, Standard Interface Theme"
3519
  msgstr "Tema de la Interfaz Estándar"
3520
 
3521
+ #: inc/widget.php:1102
3522
  #, fuzzy
3523
  msgid "Yes, Floating Interface Theme"
3524
  msgstr "Tema de la Interfaz Flotante"
3525
 
3526
+ #: inc/widget.php:1104
3527
  #, fuzzy
3528
  msgid "Facebook URL:"
3529
  msgstr "Facebook App ID"
3530
 
3531
+ #: inc/widget.php:1107
3532
  #, fuzzy
3533
  msgid "Twitter URL:"
3534
  msgstr "Twitter"
3535
 
3536
+ #: inc/widget.php:1110
3537
  #, fuzzy
3538
  msgid "Parler URL:"
3539
  msgstr "Instagram"
3540
 
3541
+ #: inc/widget.php:1113
3542
  #, fuzzy
3543
  msgid "Instagram URL:"
3544
  msgstr "Instagram"
3545
 
3546
+ #: inc/widget.php:1116
3547
  msgid "Pinterest URL:"
3548
  msgstr ""
3549
 
3550
+ #: inc/widget.php:1119
3551
  msgid "Behance URL:"
3552
  msgstr ""
3553
 
3554
+ #: inc/widget.php:1122
3555
  msgid "Flickr URL:"
3556
  msgstr ""
3557
 
3558
+ #: inc/widget.php:1125
3559
  msgid "Foursquare URL:"
3560
  msgstr ""
3561
 
3562
+ #: inc/widget.php:1128
3563
  msgid "Github URL:"
3564
  msgstr ""
3565
 
3566
+ #: inc/widget.php:1131
3567
  #, fuzzy
3568
  msgid "LinkedIn URL:"
3569
  msgstr "LinkedIn"
3570
 
3571
+ #: inc/widget.php:1134
3572
  #, fuzzy
3573
  msgid "LinkedIn Company URL:"
3574
  msgstr "LinkedIn"
3575
 
3576
+ #: inc/widget.php:1137
3577
  msgid "Medium URL:"
3578
  msgstr ""
3579
 
3580
+ #: inc/widget.php:1140
3581
  msgid "MeWe URL:"
3582
  msgstr ""
3583
 
3584
+ #: inc/widget.php:1143
3585
  msgid "Odnoklassniki URL:"
3586
  msgstr ""
3587
 
3588
+ #: inc/widget.php:1146
3589
  msgid "Snapchat URL:"
3590
  msgstr ""
3591
 
3592
+ #: inc/widget.php:1149
3593
  #, fuzzy
3594
  msgid "Telegram URL:"
3595
  msgstr "Instagram"
3596
 
3597
+ #: inc/widget.php:1152
3598
  msgid "Tumblr URL:"
3599
  msgstr ""
3600
 
3601
+ #: inc/widget.php:1155
3602
  msgid "Vimeo URL:"
3603
  msgstr ""
3604
 
3605
+ #: inc/widget.php:1158
3606
  #, fuzzy
3607
  msgid "Vkontakte URL:"
3608
  msgstr "Vkontakte"
3609
 
3610
+ #: inc/widget.php:1161
3611
  #, fuzzy
3612
  msgid "Xing URL:"
3613
  msgstr "LinkedIn"
3614
 
3615
+ #: inc/widget.php:1164
3616
  msgid "Youtube URL:"
3617
  msgstr ""
3618
 
3619
+ #: inc/widget.php:1167
3620
  msgid "Youtube Channel URL:"
3621
  msgstr ""
3622
 
3623
+ #: inc/widget.php:1170
3624
  msgid "RSS Feed URL:"
3625
  msgstr ""
3626
 
3627
+ #: inc/widget.php:1173
3628
+ #, fuzzy
3629
+ msgid "Gab.com URL:"
3630
+ msgstr "Facebook App ID"
3631
+
3632
+ #: inc/widget.php:1176
3633
+ #, fuzzy
3634
+ msgid "Gettr.com URL:"
3635
+ msgstr "Twitter"
3636
+
3637
+ #: super_socializer.php:556
3638
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3639
  msgstr ""
3640
 
3641
+ #: super_socializer.php:1846
3642
  #, fuzzy
3643
  msgid ""
3644
  "cURL is not enabled at your website server. Please contact your website "
3648
  "posible que necesites contactar con el administrador de tu servidor para "
3649
  "verificar esto"
3650
 
3651
+ #: super_socializer.php:1874
3652
  #, fuzzy, php-format
3653
  msgid ""
3654
  "Enter exactly the following url in <strong>Website</strong> option in your "
3657
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3658
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3659
 
3660
+ #: super_socializer.php:1877
3661
  #, fuzzy, php-format
3662
  msgid ""
3663
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3666
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3667
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3668
 
3669
+ #: super_socializer.php:1880
3670
  msgid ""
3671
  "Make sure cURL is enabled at your website server. You may need to contact "
3672
  "the server administrator of your website to verify this"
3675
  "posible que necesites contactar con el administrador de tu servidor para "
3676
  "verificar esto"
3677
 
3678
+ #: super_socializer.php:2047
3679
  msgid "Search"
3680
  msgstr ""
3681
 
3682
+ #: super_socializer.php:2069
3683
  msgid "Your email has been verified. Now you can login to your account"
3684
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3685
 
3686
+ #: super_socializer.php:2073
3687
  msgid "Notification"
3688
  msgstr "Notificación"
3689
 
3690
+ #: super_socializer.php:2094
3691
  msgid "Please check your email inbox to complete the registration."
3692
  msgstr ""
3693
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3694
  "registro."
3695
 
3696
+ #: super_socializer.php:2163
3697
  msgid "Leave a reply"
3698
  msgstr "Deja una respuesta"
3699
 
3700
+ #: super_socializer.php:2179
3701
  #, fuzzy
3702
  msgid "Link copied."
3703
  msgstr "LinkedIn"
3704
 
3705
+ #: super_socializer.php:2417
3706
  msgid "Super Socializer - General Options"
3707
  msgstr "Super Socializer - Opciones Generales"
3708
 
3709
+ #: super_socializer.php:2488
3710
  msgid ""
3711
  "I agree to my personal data being stored and used as per Privacy Policy and "
3712
  "Terms and Conditions"
3713
  msgstr ""
3714
 
3715
+ #: super_socializer.php:2492
3716
  msgid ""
3717
  "I revoke my consent to store and use my personal data. Kindly delete my "
3718
  "personal data saved in this website."
3719
  msgstr ""
3720
 
3721
+ #: super_socializer.php:2504
3722
  msgid "Small Avatar Url"
3723
  msgstr "Url de Avatar Pequeño"
3724
 
3725
+ #: super_socializer.php:2508
3726
  msgid "Large Avatar Url"
3727
  msgstr "Url de Avatar Grande"
3728
 
3729
+ #: super_socializer.php:2610
3730
  msgid "Login with your Social ID"
3731
  msgstr ""
3732
 
3733
+ #: super_socializer.php:2611
3734
  msgid "Email you entered is already registered or invalid"
3735
  msgstr "El email que has escrito ya está registrado o no es válido"
3736
 
3737
+ #: super_socializer.php:2618
3738
  msgid "Please enter a valid email address. You might be required to verify it"
3739
  msgstr ""
3740
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3741
  "verificarla"
3742
 
3743
+ #: super_socializer.php:2622 super_socializer.php:3419
3744
  msgid "Link your social account to login to your account at this website"
3745
  msgstr ""
3746
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3747
  "web "
3748
 
3749
+ #: super_socializer.php:2882
3750
  msgid "Thanks for installing Super Socializer plugin"
3751
  msgstr ""
3752
 
3753
+ #: super_socializer.php:2884
3754
  msgid "Configure the Plugin"
3755
  msgstr ""
3756
 
3757
+ #: super_socializer.php:2895
3758
  msgid ""
3759
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3760
  "current version of Super Socializer"
3761
  msgstr ""
3762
 
3763
+ #: super_socializer.php:2904
3764
+ msgid ""
3765
+ "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3766
+ "compatibility with the current version of Super Socializer"
3767
+ msgstr ""
3768
+
3769
+ #: super_socializer.php:2913
3770
  msgid ""
3771
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3772
  "compatibility with the current version of Super Socializer"
3773
  msgstr ""
3774
 
3775
+ #: super_socializer.php:2922
3776
  msgid ""
3777
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3778
  "version of Super Socializer"
3779
  msgstr ""
3780
 
3781
+ #: super_socializer.php:2931
3782
  msgid ""
3783
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3784
  "compatibility with the current version of Super Socializer"
3785
  msgstr ""
3786
 
3787
+ #: super_socializer.php:2940
3788
  msgid ""
3789
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3790
  "for compatibility with the current version of Super Socializer"
3791
  msgstr ""
3792
 
3793
+ #: super_socializer.php:2949
3794
  msgid ""
3795
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3796
  "with current version of Super Socializer"
3797
  msgstr ""
3798
 
3799
+ #: super_socializer.php:2960
3800
  #, php-format
3801
  msgid ""
3802
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3803
  msgstr ""
3804
 
3805
+ #: super_socializer.php:2969
3806
  #, php-format
3807
  msgid ""
3808
  "To continue using Instagram login create a new Instagram App as described <a "
3810
  "Instagram App Secret <a href=\"%s\">here</a>"
3811
  msgstr ""
3812
 
3813
+ #: super_socializer.php:2978 super_socializer.php:2987
3814
  #, php-format
3815
  msgid ""
3816
  "To continue using bitly url shortener, login to your bit.ly account and "
3819
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3820
  msgstr ""
3821
 
3822
+ #: super_socializer.php:3003
3823
  #, php-format
3824
  msgid ""
3825
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3826
  msgstr ""
3827
 
3828
+ #: super_socializer.php:3027
3829
  #, php-format
3830
  msgid ""
3831
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3833
  "target=\"_blank\">here</a>"
3834
  msgstr ""
3835
 
3836
+ #: super_socializer.php:3027 super_socializer.php:3052
3837
+ #: super_socializer.php:3077 super_socializer.php:3102
3838
+ #: super_socializer.php:3135 super_socializer.php:3163
3839
+ #: super_socializer.php:3190
3840
  msgid "Okay"
3841
  msgstr ""
3842
 
3843
+ #: super_socializer.php:3052
3844
  #, php-format
3845
  msgid ""
3846
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3848
  "\">here</a>"
3849
  msgstr ""
3850
 
3851
+ #: super_socializer.php:3077
3852
  #, php-format
3853
  msgid ""
3854
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3856
  "target=\"_blank\">here</a>"
3857
  msgstr ""
3858
 
3859
+ #: super_socializer.php:3102
3860
  #, php-format
3861
  msgid ""
3862
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3864
  "target=\"_blank\">here</a>"
3865
  msgstr ""
3866
 
3867
+ #: super_socializer.php:3113
3868
  #, php-format
3869
  msgid ""
3870
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3871
  msgstr ""
3872
 
3873
+ #: super_socializer.php:3135
3874
  #, php-format
3875
  msgid ""
3876
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3878
  "\"%s\" target=\"_blank\">here</a>"
3879
  msgstr ""
3880
 
3881
+ #: super_socializer.php:3163
3882
  #, php-format
3883
  msgid ""
3884
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3887
  "your website %s with them. No need to copy-paste any code from their website."
3888
  msgstr ""
3889
 
3890
+ #: super_socializer.php:3190
3891
  #, php-format
3892
  msgid ""
3893
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3895
  "\"%s\" target=\"_blank\">here</a>"
3896
  msgstr ""
3897
 
3898
+ #: super_socializer.php:3215
3899
  #, php-format
3900
  msgid ""
3901
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3903
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3904
  msgstr ""
3905
 
3906
+ #: super_socializer.php:3215 super_socializer.php:3242
3907
  msgid "Dismiss"
3908
  msgstr ""
3909
 
3910
+ #: super_socializer.php:3495
3911
  msgid ""
3912
  "Your browser is blocking some features of this website. Please follow the "
3913
  "instructions at {support_url} to unblock these."
3914
  msgstr ""
3915
 
 
 
 
 
 
 
 
3916
  #~ msgid "Dismiss this notice"
3917
  #~ msgstr "No volver a mostrar este aviso"
3918
 
3976
  #~ "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
3977
  #~ "enlace mencionado"
3978
 
 
 
 
3979
  #~ msgid ""
3980
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3981
  #~ "\"_blank\">this link</a> to get bit.ly username"
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:29+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -18,21 +18,23 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
22
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
23
- #: admin/social_login.php:5 admin/social_login.php:1984
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
- "\"%s\" target=\"_blank\">here</a>"
 
 
29
  msgstr ""
30
  "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
31
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
32
  "API Key beszerzéshez"
33
 
34
  #: admin/general_options.php:15 admin/social_commenting.php:47
35
- #: super_socializer.php:2386
36
  #, fuzzy
37
  msgid "General Options"
38
  msgstr "Megosztási beállítások"
@@ -80,22 +82,22 @@ msgstr "Egyedi URL"
80
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
81
  msgstr ""
82
 
83
- #: admin/general_options.php:89 admin/like_buttons.php:780
84
- #: admin/social_commenting.php:400 admin/social_login.php:1980
85
- #: admin/social_sharing.php:1912 helper.php:920
86
  msgid "Save Changes"
87
  msgstr "Változások Mentése"
88
 
89
- #: admin/general_options.php:103 admin/like_buttons.php:790
90
- #: admin/social_commenting.php:410 admin/social_login.php:1990
91
- #: admin/social_sharing.php:1922
92
  #, fuzzy
93
  msgid "Instagram Shoutout"
94
  msgstr "Instagram"
95
 
96
- #: admin/general_options.php:105 admin/like_buttons.php:792
97
- #: admin/social_commenting.php:412 admin/social_login.php:1992
98
- #: admin/social_sharing.php:1924
99
  msgid ""
100
  "If you can send (to hello@heateor.com) how this plugin is helping your "
101
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -120,40 +122,40 @@ msgid "Donate Now"
120
  msgstr "Adakozás"
121
 
122
  #: admin/help.php:23
 
 
 
 
 
123
  msgid "Plugin Demo"
124
  msgstr "Plugin Demo"
125
 
126
- #: admin/help.php:29
127
  msgid "Translate Plugin"
128
  msgstr ""
129
 
130
- #: admin/help.php:35 admin/social_login.php:57
131
  #, fuzzy
132
  msgid "Customize Social Login Icons"
133
  msgstr "Social Login"
134
 
135
- #: admin/help.php:41
136
  msgid "Integrate with Google Analytics"
137
  msgstr ""
138
 
139
- #: admin/help.php:47
140
  msgid "Boost sharing by awarding points"
141
  msgstr "Növelje megosztása odaítélésével pont"
142
 
143
- #: admin/help.php:53
144
  msgid "Award points for Social Login"
145
  msgstr "Díjat pontokat Szociális Belépés"
146
 
147
- #: admin/help.php:59
148
  #, fuzzy
149
  msgid "Other Add-ons"
150
  msgstr "A kiegészítőket"
151
 
152
- #: admin/help.php:65
153
- #, fuzzy
154
- msgid "Support Forum"
155
- msgstr "Támogatás"
156
-
157
  #: admin/help.php:70
158
  msgid "Need Help?"
159
  msgstr "Kell Segítség?"
@@ -210,35 +212,36 @@ msgstr ""
210
  "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok "
211
  "használatához "
212
 
213
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
214
  #, fuzzy
215
  msgid "Standard Interface"
216
  msgstr "Megosztási Felület"
217
 
218
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
219
  #, fuzzy
220
  msgid "Floating Interface"
221
  msgstr "Megosztási Felület"
222
 
223
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
224
  msgid "Miscellaneous"
225
  msgstr ""
226
 
227
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
228
  msgid "3rd Party Integration"
229
  msgstr ""
230
 
231
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
232
  #: admin/social_login.php:45 admin/social_login.php:1946
233
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
234
- #: admin/social_sharing.php:1839
235
  msgid "Shortcode & Widget"
236
  msgstr "Shortcode és Widget"
237
 
238
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
239
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
240
  #: admin/social_login.php:46 admin/social_login.php:1960
241
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
242
  msgid "FAQ"
243
  msgstr "GYIK"
244
 
@@ -257,22 +260,24 @@ msgid "Master control to enable horizontal like buttons"
257
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
258
 
259
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
260
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
261
  msgid "Target Url"
262
  msgstr "Cél Url"
263
 
264
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
265
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
266
  msgid "Url of the webpage where icons are located (default)"
267
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
268
 
269
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
270
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
271
  msgid "Url of the homepage of your website"
272
  msgstr "A főoldalad Url-je"
273
 
274
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
275
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
276
  msgid "Custom url"
277
  msgstr "Egyedi URL"
278
 
@@ -282,7 +287,7 @@ msgstr ""
282
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
283
 
284
  #: admin/like_buttons.php:105 admin/social_login.php:1231
285
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
286
  msgid "Title"
287
  msgstr "Cím"
288
 
@@ -301,25 +306,25 @@ msgstr ""
301
  "változtatáshoz."
302
 
303
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
304
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
305
  msgid "Horizontal alignment"
306
  msgstr "Függőleges igazítás"
307
 
308
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
309
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
310
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310
311
- #: inc/widget.php:447 inc/widget.php:759 inc/widget.php:1048
312
  msgid "Left"
313
  msgstr "Bal"
314
 
315
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
316
  msgid "Center"
317
  msgstr "Középen"
318
 
319
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
320
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
321
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311
322
- #: inc/widget.php:448 inc/widget.php:760 inc/widget.php:1055
323
  msgid "Right"
324
  msgstr "Jobb"
325
 
@@ -327,15 +332,15 @@ msgstr "Jobb"
327
  msgid "Horizontal alignment of the interface"
328
  msgstr "A megosztási felület vízszintes igazítása"
329
 
330
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
331
  msgid "Position with respect to content"
332
  msgstr "Elhelyezés a tartalomhoz képest"
333
 
334
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
335
  msgid "Top of the content"
336
  msgstr "Tartalom felett"
337
 
338
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
339
  msgid "Bottom of the content"
340
  msgstr "Tartalom alatt"
341
 
@@ -350,67 +355,67 @@ msgstr "Megosztási helyek"
350
 
351
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
352
  #: admin/social_login.php:1548 admin/social_login.php:1577
353
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
354
  msgid "Homepage"
355
  msgstr "Kezdő oldal"
356
 
357
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
358
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
359
  msgid "Posts"
360
  msgstr "Bejegyzések"
361
 
362
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
363
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
364
  msgid "Pages"
365
  msgstr "Oldalak"
366
 
367
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
368
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
369
  msgid "Excerpts and Posts page"
370
  msgstr ""
371
 
372
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
373
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
374
  msgid "Category Archives"
375
  msgstr "Kategória Archívum"
376
 
377
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
378
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
379
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
380
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
381
 
382
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
383
  #, fuzzy
384
  msgid "BuddyPress activity"
385
  msgstr "BuddyPress tevékenység és csoportok"
386
 
387
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
388
  msgid "BuddyPress group (only at top of content)"
389
  msgstr ""
390
 
391
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
392
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
393
  msgid "BBPress forum"
394
  msgstr "BBPress fórum"
395
 
396
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
397
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
398
  msgid "BBPress topic"
399
  msgstr "BBPress téma"
400
 
401
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
402
  msgid "BBPress reply"
403
  msgstr "BBPress válasz"
404
 
405
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
406
  msgid "After individual product at WooCommerce Shop page"
407
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
408
 
409
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
410
  msgid "WooCommerce Product Page"
411
  msgstr "WooCommerce Termékek"
412
 
413
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
414
  msgid "WooCommerce Thankyou Page"
415
  msgstr "WooCommerce Thankyou oldal"
416
 
@@ -432,9 +437,9 @@ msgid "Master control to enable vertical (floating) counter widget"
432
  msgstr ""
433
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
434
 
435
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
436
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289
437
- #: inc/widget.php:461 inc/widget.php:773
438
  msgid "Background Color"
439
  msgstr "Háttér Szín"
440
 
@@ -449,7 +454,7 @@ msgstr ""
449
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
450
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
451
 
452
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
453
  msgid "Left offset"
454
  msgstr "Bal margó"
455
 
@@ -460,7 +465,7 @@ msgid ""
460
  msgstr ""
461
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
462
 
463
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
464
  msgid "Right offset"
465
  msgstr "Jobb margó"
466
 
@@ -472,7 +477,7 @@ msgstr ""
472
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
473
  "Negatív értéket is megadhatsz."
474
 
475
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
476
  msgid "Top offset"
477
  msgstr "Felső margó"
478
 
@@ -483,7 +488,7 @@ msgid ""
483
  msgstr ""
484
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
485
 
486
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
487
  #, fuzzy
488
  msgid "BuddyPress group"
489
  msgstr "BuddyPress profil oldal"
@@ -502,7 +507,7 @@ msgstr ""
502
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
503
  "mobileszközökön"
504
 
505
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
506
  msgid "Url shortener"
507
  msgstr "Url rövidítő"
508
 
@@ -522,16 +527,16 @@ msgstr ""
522
  msgid "Enable bit.ly url shortener for tweet button"
523
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
524
 
525
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
526
  msgid "Master control to enable bit.ly url shortening for sharing"
527
  msgstr ""
528
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
529
 
530
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
531
  msgid "Bit.ly generic access token"
532
  msgstr ""
533
 
534
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
535
  #, php-format
536
  msgid ""
537
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -540,16 +545,16 @@ msgid ""
540
  "\">link</a>"
541
  msgstr ""
542
 
543
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
544
  msgid "Clear Bitly Cache"
545
  msgstr ""
546
 
547
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
548
  #, fuzzy
549
  msgid "ShortUrl cache cleared successfully."
550
  msgstr "Fiók kapcsolása sikeres"
551
 
552
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
553
  msgid ""
554
  "Use this to delete short urls saved in database. Handy, if urls of your "
555
  "website have been changed but short urls are still being generated for old "
@@ -557,8 +562,8 @@ msgid ""
557
  msgstr ""
558
 
559
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
560
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
561
- #: admin/social_sharing.php:1717
562
  msgid "Language"
563
  msgstr "Nyelv"
564
 
@@ -605,11 +610,11 @@ msgstr ""
605
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
606
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
607
 
608
- #: admin/like_buttons.php:726 admin/social_sharing.php:1812
609
  msgid "myCRED"
610
  msgstr ""
611
 
612
- #: admin/like_buttons.php:731 admin/social_sharing.php:1817
613
  msgid "Append myCRED referral ID to the urls being shared"
614
  msgstr ""
615
 
@@ -618,18 +623,23 @@ msgstr ""
618
  msgid "Like Buttons Shortcode & Widget"
619
  msgstr "Shortcode és Widget"
620
 
621
- #: admin/like_buttons.php:766 admin/social_sharing.php:1900
622
  msgid "Why is there so much space between like buttons?"
623
  msgstr ""
624
 
625
- #: admin/like_buttons.php:767 admin/social_sharing.php:1901
626
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
627
  msgstr ""
628
 
629
- #: admin/like_buttons.php:768 admin/social_sharing.php:1885
630
  msgid "How to Place Title and Social Share Icons in the Same Row?"
631
  msgstr ""
632
 
 
 
 
 
 
633
  #: admin/social_commenting.php:17
634
  msgid "Enable Social Commenting"
635
  msgstr "Közösségi Hozzászólás Belkapcsolása"
@@ -841,7 +851,7 @@ msgid "Social Commenting Shortcode"
841
  msgstr "Közösségi Hozzászólás"
842
 
843
  #: admin/social_commenting.php:386 admin/social_login.php:1962
844
- #: admin/social_sharing.php:1872
845
  msgid ""
846
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
847
  "an online website for the plugin to function properly."
@@ -858,8 +868,8 @@ msgid ""
858
  "Https?"
859
  msgstr ""
860
 
861
- #: admin/social_commenting.php:389 admin/social_login.php:1969
862
- #: admin/social_sharing.php:1887
863
  msgid "Why is my browser blocking some features of the plugin?"
864
  msgstr ""
865
 
@@ -897,7 +907,7 @@ msgid "Advanced Configuration"
897
  msgstr "Alap Beállítások"
898
 
899
  #: admin/social_login.php:41 admin/social_login.php:1746
900
- #: super_socializer.php:2454
901
  msgid "GDPR"
902
  msgstr ""
903
 
@@ -2072,7 +2082,7 @@ msgid ""
2072
  "photo\" section in BuddyPress profile at front-end"
2073
  msgstr ""
2074
 
2075
- #: admin/social_login.php:1490 super_socializer.php:2072
2076
  msgid "Email required"
2077
  msgstr "E-mail cím szükséges"
2078
 
@@ -2133,7 +2143,8 @@ msgstr "Felhasználói Irányítópult"
2133
  msgid "BuddyPress profile page"
2134
  msgstr "BuddyPress profil oldal"
2135
 
2136
- #: admin/social_login.php:1556 admin/social_login.php:1585
 
2137
  msgid "Custom Url"
2138
  msgstr "Egyedi URL"
2139
 
@@ -2323,8 +2334,8 @@ msgstr ""
2323
  msgid "Url of the privacy policy page of your website"
2324
  msgstr "A főoldalad Url-je"
2325
 
2326
- #: admin/social_login.php:1917 inc/widget.php:261 inc/widget.php:439
2327
- #: inc/widget.php:603 inc/widget.php:751
2328
  msgid "Select"
2329
  msgstr "Válassz"
2330
 
@@ -2347,16 +2358,6 @@ msgid ""
2347
  "belong to the same app"
2348
  msgstr ""
2349
 
2350
- #: admin/social_login.php:1967
2351
- msgid "Social Login not working with Varnish enabled"
2352
- msgstr ""
2353
-
2354
- #: admin/social_login.php:1968
2355
- msgid ""
2356
- "Why the user is not appearing logged in even after Social Login until the "
2357
- "webpage is refreshed manually?"
2358
- msgstr ""
2359
-
2360
  #: admin/social_sharing.php:18
2361
  msgid "Enable Social Sharing"
2362
  msgstr "Közösségi Megosztás Bekapcsolás"
@@ -2366,27 +2367,23 @@ msgstr "Közösségi Megosztás Bekapcsolás"
2366
  msgid "Master control to enable Social Sharing"
2367
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
2368
 
2369
- #: admin/social_sharing.php:37
2370
- msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2371
- msgstr ""
2372
-
2373
- #: admin/social_sharing.php:52
2374
  msgid "Theme Selection"
2375
  msgstr ""
2376
 
2377
- #: admin/social_sharing.php:64
2378
  msgid "Troubleshooter"
2379
  msgstr "Hibamegoldó"
2380
 
2381
- #: admin/social_sharing.php:73
2382
  msgid "Standard interface theme"
2383
  msgstr ""
2384
 
2385
- #: admin/social_sharing.php:78 admin/social_sharing.php:376
2386
  msgid "Icon Preview"
2387
  msgstr "icon Preview"
2388
 
2389
- #: admin/social_sharing.php:150 admin/social_sharing.php:449
2390
  msgid ""
2391
  "Do not forget to save the configuration after making changes by clicking the "
2392
  "save button below"
@@ -2394,87 +2391,87 @@ msgstr ""
2394
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
2395
  "Mentés gombra"
2396
 
2397
- #: admin/social_sharing.php:156 admin/social_sharing.php:455
2398
  msgid "Shape"
2399
  msgstr "alak"
2400
 
2401
- #: admin/social_sharing.php:160 admin/social_sharing.php:459
2402
- #: inc/widget.php:1084
2403
  msgid "Round"
2404
  msgstr "kerek"
2405
 
2406
- #: admin/social_sharing.php:162 admin/social_sharing.php:461
2407
- #: inc/widget.php:1085
2408
  msgid "Square"
2409
  msgstr "szögletes"
2410
 
2411
- #: admin/social_sharing.php:164 admin/social_sharing.php:463
2412
  msgid "Rectangle"
2413
  msgstr ""
2414
 
2415
- #: admin/social_sharing.php:171 admin/social_sharing.php:470
2416
  msgid "Shape of the sharing icons"
2417
  msgstr "Megosztás ikonok formája"
2418
 
2419
- #: admin/social_sharing.php:179 admin/social_sharing.php:478
2420
  msgid "Size (in pixels)"
2421
  msgstr "Méret (pixel)"
2422
 
2423
- #: admin/social_sharing.php:195 admin/social_sharing.php:494
2424
  msgid "Size of the sharing icons"
2425
  msgstr "Megosztási ikonok mérete"
2426
 
2427
- #: admin/social_sharing.php:204 admin/social_sharing.php:503
2428
  #, fuzzy
2429
  msgid "Width (in pixels)"
2430
  msgstr "Méret (pixel)"
2431
 
2432
- #: admin/social_sharing.php:220 admin/social_sharing.php:519
2433
  #, fuzzy
2434
  msgid "Width of the sharing icons"
2435
  msgstr "Megosztási ikonok mérete"
2436
 
2437
- #: admin/social_sharing.php:227 admin/social_sharing.php:526
2438
  #, fuzzy
2439
  msgid "Height (in pixels)"
2440
  msgstr "Méret (pixel)"
2441
 
2442
- #: admin/social_sharing.php:243 admin/social_sharing.php:542
2443
  #, fuzzy
2444
  msgid "Height of the sharing icons"
2445
  msgstr "Megosztási ikonok mérete"
2446
 
2447
- #: admin/social_sharing.php:252 admin/social_sharing.php:551
2448
  #, fuzzy
2449
  msgid "Border radius (in pixels)"
2450
  msgstr "Méret (pixel)"
2451
 
2452
- #: admin/social_sharing.php:262 admin/social_sharing.php:561
2453
  msgid ""
2454
  "Specify a value for rounded corners. More the value, more rounded will the "
2455
  "corners be. Leave empty for sharp corners."
2456
  msgstr ""
2457
 
2458
- #: admin/social_sharing.php:270 admin/social_sharing.php:569
2459
  #, fuzzy
2460
  msgid "Logo Color"
2461
  msgstr "Háttér Szín"
2462
 
2463
- #: admin/social_sharing.php:274 admin/social_sharing.php:294
2464
- #: admin/social_sharing.php:313 admin/social_sharing.php:573
2465
- #: admin/social_sharing.php:593 admin/social_sharing.php:611
2466
  #, fuzzy
2467
  msgid "Default"
2468
  msgstr ""
2469
  "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
2470
 
2471
- #: admin/social_sharing.php:276 admin/social_sharing.php:295
2472
- #: admin/social_sharing.php:318 admin/social_sharing.php:575
2473
- #: admin/social_sharing.php:594 admin/social_sharing.php:616
2474
  msgid "On Hover"
2475
  msgstr ""
2476
 
2477
- #: admin/social_sharing.php:284 admin/social_sharing.php:583
2478
  #, fuzzy
2479
  msgid ""
2480
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -2485,7 +2482,7 @@ msgstr ""
2485
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2486
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
2487
 
2488
- #: admin/social_sharing.php:302 admin/social_sharing.php:601
2489
  #, fuzzy
2490
  msgid ""
2491
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -2497,165 +2494,176 @@ msgstr ""
2497
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2498
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2499
 
2500
- #: admin/social_sharing.php:309 admin/social_sharing.php:608
2501
  msgid "Border"
2502
  msgstr ""
2503
 
2504
- #: admin/social_sharing.php:315 admin/social_sharing.php:320
2505
- #: admin/social_sharing.php:613 admin/social_sharing.php:618
2506
  #, fuzzy
2507
  msgid "Border Width"
2508
  msgstr "Shortcode és Widget"
2509
 
2510
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
2511
- #: admin/social_sharing.php:614 admin/social_sharing.php:619
2512
  #, fuzzy
2513
  msgid "Border Color"
2514
  msgstr "Háttér Szín"
2515
 
2516
- #: admin/social_sharing.php:328 admin/social_sharing.php:626
2517
  #, fuzzy
2518
  msgid "Icon border"
2519
  msgstr "icon Preview"
2520
 
2521
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2522
  msgid "Counter Position"
2523
  msgstr ""
2524
 
2525
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2526
  msgid "(applies, if counter enabled)"
2527
  msgstr ""
2528
 
2529
- #: admin/social_sharing.php:341 admin/social_sharing.php:639
2530
  msgid "Top"
2531
  msgstr ""
2532
 
2533
- #: admin/social_sharing.php:345 admin/social_sharing.php:643
2534
  msgid "Bottom"
2535
  msgstr ""
2536
 
2537
- #: admin/social_sharing.php:347 admin/social_sharing.php:645
2538
  msgid "Inner Left"
2539
  msgstr ""
2540
 
2541
- #: admin/social_sharing.php:349 admin/social_sharing.php:647
2542
  msgid "Inner Top"
2543
  msgstr ""
2544
 
2545
- #: admin/social_sharing.php:351 admin/social_sharing.php:649
2546
  #, fuzzy
2547
  msgid "Inner Right"
2548
  msgstr "Jobb"
2549
 
2550
- #: admin/social_sharing.php:353 admin/social_sharing.php:651
2551
  msgid "Inner Bottom"
2552
  msgstr ""
2553
 
2554
- #: admin/social_sharing.php:361 admin/social_sharing.php:659
2555
  #, fuzzy
2556
  msgid "Position of share counter"
2557
  msgstr "Tartalom alatt"
2558
 
2559
- #: admin/social_sharing.php:371
2560
  #, fuzzy
2561
  msgid "Floating interface theme"
2562
  msgstr "Megosztási Felület"
2563
 
2564
- #: admin/social_sharing.php:675
2565
  #, fuzzy
2566
  msgid "Standard Sharing Interface Options"
2567
  msgstr "Vízszintes Megosztási Felület Beállítások"
2568
 
2569
- #: admin/social_sharing.php:680
2570
  #, fuzzy
2571
  msgid "Enable Standard sharing interface"
2572
  msgstr "Vízszintes megosztási felület bekapcsolása"
2573
 
2574
- #: admin/social_sharing.php:690
2575
  #, fuzzy
2576
  msgid "Master control to enable standard sharing"
2577
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
2578
 
2579
- #: admin/social_sharing.php:714 admin/social_sharing.php:1135
2580
  msgid "Url to share"
2581
  msgstr "Megosztás Url-je"
2582
 
2583
- #: admin/social_sharing.php:731
2584
  msgid "The text to display above the sharing interface"
2585
  msgstr "Szöveg a megosztási felület fölött"
2586
 
2587
- #: admin/social_sharing.php:755 admin/social_sharing.php:1143
2588
  #, fuzzy
2589
  msgid "Instagram username"
2590
  msgstr "Instagram"
2591
 
2592
- #: admin/social_sharing.php:765 admin/social_sharing.php:1153
2593
  msgid ""
2594
  "Username of the Instagram account you want to redirect users to, on clicking "
2595
  "the icon"
2596
  msgstr ""
2597
 
2598
- #: admin/social_sharing.php:774 admin/social_sharing.php:1162
 
 
 
 
 
 
 
 
 
 
 
2599
  #, fuzzy
2600
  msgid "HTML ID of container element of comment form"
2601
  msgstr "HTML ID komment formájában konténer"
2602
 
2603
- #: admin/social_sharing.php:784 admin/social_sharing.php:1172
2604
  msgid ""
2605
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2606
  "icon."
2607
  msgstr ""
2608
 
2609
- #: admin/social_sharing.php:797 admin/social_sharing.php:1180
2610
  msgid "Rearrange icons"
2611
  msgstr "Ikonsorrend beállítás"
2612
 
2613
- #: admin/social_sharing.php:858 admin/social_sharing.php:1239
2614
  msgid "Drag the icons to rearrange in desired order"
2615
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
2616
 
2617
- #: admin/social_sharing.php:865 admin/social_sharing.php:1246
2618
  #, fuzzy
2619
  msgid "Select Sharing Services"
2620
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2621
 
2622
- #: admin/social_sharing.php:872 admin/social_sharing.php:1253
2623
  msgid "Select sharing services to show in social share bar"
2624
  msgstr ""
2625
 
2626
- #: admin/social_sharing.php:890 admin/social_sharing.php:1271
2627
  #, fuzzy
2628
  msgid "Search social network"
2629
  msgstr "elsődleges szociális háló"
2630
 
2631
- #: admin/social_sharing.php:922 admin/social_sharing.php:1319
2632
  msgid "Horizontal alignment of the sharing interface"
2633
  msgstr "A megosztási felület függőleges igazítása"
2634
 
2635
- #: admin/social_sharing.php:942
2636
  msgid "Specify position of the sharing interface with respect to the content"
2637
  msgstr ""
2638
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2639
 
2640
- #: admin/social_sharing.php:949 admin/social_sharing.php:1381
2641
  msgid "Placement"
2642
  msgstr ""
2643
 
2644
- #: admin/social_sharing.php:1017
2645
  msgid "Specify the pages where you want to enable Sharing interface"
2646
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2647
 
2648
- #: admin/social_sharing.php:1024 admin/social_sharing.php:1437
2649
  msgid "Show share counts"
2650
  msgstr "Megosztás számok mutatása"
2651
 
2652
- #: admin/social_sharing.php:1029 admin/social_sharing.php:1442
2653
  msgid ""
2654
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2655
  "Odnoklassniki, Fintel and Vkontakte"
2656
  msgstr ""
2657
 
2658
- #: admin/social_sharing.php:1030 admin/social_sharing.php:1443
2659
  #, php-format
2660
  msgid ""
2661
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2664,30 +2672,30 @@ msgid ""
2664
  "their website."
2665
  msgstr ""
2666
 
2667
- #: admin/social_sharing.php:1037 admin/social_sharing.php:1450
2668
  msgid "If enabled, share counts are displayed above sharing icons."
2669
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2670
 
2671
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1458
2672
- #: admin/social_sharing.php:1659
2673
  msgid "Track Social Shares for Every Social Network"
2674
  msgstr ""
2675
 
2676
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1464
2677
  #, fuzzy
2678
  msgid "Show total shares"
2679
  msgstr "Megosztás számok mutatása"
2680
 
2681
- #: admin/social_sharing.php:1061 admin/social_sharing.php:1474
2682
  #, fuzzy
2683
  msgid "If enabled, total shares will be displayed with sharing icons"
2684
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2685
 
2686
- #: admin/social_sharing.php:1069 admin/social_sharing.php:1482
2687
  msgid "Enable 'More' icon"
2688
  msgstr "'Még több' ikon bekapcsolása"
2689
 
2690
- #: admin/social_sharing.php:1079 admin/social_sharing.php:1492
2691
  msgid ""
2692
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2693
  "which shows additional sharing networks in popup"
@@ -2695,23 +2703,23 @@ msgstr ""
2695
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
2696
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
2697
 
2698
- #: admin/social_sharing.php:1096
2699
  #, fuzzy
2700
  msgid "Floating Sharing Interface Options"
2701
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2702
 
2703
- #: admin/social_sharing.php:1101
2704
  #, fuzzy
2705
  msgid "Enable Floating sharing interface"
2706
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
2707
 
2708
- #: admin/social_sharing.php:1111
2709
  #, fuzzy
2710
  msgid "Master control to enable floating sharing widget"
2711
  msgstr ""
2712
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2713
 
2714
- #: admin/social_sharing.php:1299
2715
  msgid ""
2716
  "Specify the color or hex code (example #cc78e0) for the background of "
2717
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2722,7 +2730,7 @@ msgstr ""
2722
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2723
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2724
 
2725
- #: admin/social_sharing.php:1337
2726
  msgid ""
2727
  "Specify a number. Increase in number will shift sharing interface towards "
2728
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2730,7 +2738,7 @@ msgstr ""
2730
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
2731
  "Megadhatsz negatív értéket is."
2732
 
2733
- #: admin/social_sharing.php:1356
2734
  msgid ""
2735
  "Specify a number. Increase in number will shift sharing interface towards "
2736
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2738,47 +2746,47 @@ msgstr ""
2738
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2739
  "Megadhatsz negatív értéket is."
2740
 
2741
- #: admin/social_sharing.php:1374
2742
  msgid ""
2743
  "Specify a number. Increase in number will shift sharing interface towards "
2744
  "bottom and decrease will shift it towards top."
2745
  msgstr ""
2746
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2747
 
2748
- #: admin/social_sharing.php:1430
2749
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2750
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
2751
 
2752
- #: admin/social_sharing.php:1499
2753
  #, fuzzy
2754
  msgid "Hide floating slider"
2755
  msgstr "Bejelentkezettek számára elrejtve:"
2756
 
2757
- #: admin/social_sharing.php:1509
2758
  msgid "Hides the slider arrow present below the floating share bar"
2759
  msgstr ""
2760
 
2761
- #: admin/social_sharing.php:1516
2762
  #, fuzzy
2763
  msgid "Vertical floating bar responsiveness"
2764
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2765
 
2766
- #: admin/social_sharing.php:1519 inc/widget.php:1063
2767
  #, php-format
2768
  msgid "Display vertical interface only when screen is wider than %s pixels"
2769
  msgstr ""
2770
 
2771
- #: admin/social_sharing.php:1526
2772
  msgid ""
2773
  "Display vertical interface only when screen is wider than the width "
2774
  "specified."
2775
  msgstr ""
2776
 
2777
- #: admin/social_sharing.php:1533
2778
  msgid "Horizontal floating bar responsiveness"
2779
  msgstr ""
2780
 
2781
- #: admin/social_sharing.php:1536 inc/widget.php:1067
2782
  #, fuzzy, php-format
2783
  msgid ""
2784
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2787,67 +2795,76 @@ msgstr ""
2787
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
2788
  "eszközök"
2789
 
2790
- #: admin/social_sharing.php:1543
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
2793
  "narrower than the width specified"
2794
  msgstr ""
2795
 
2796
- #: admin/social_sharing.php:1552
2797
  #, fuzzy
2798
  msgid "Horizontal floating bar position"
2799
  msgstr "Vízszintes Megosztási Felület Beállítások"
2800
 
2801
- #: admin/social_sharing.php:1555 inc/widget.php:1073
2802
  #, php-format
2803
  msgid "%s pixels from %s"
2804
  msgstr ""
2805
 
2806
- #: admin/social_sharing.php:1556
2807
  msgid "Auto-adjust according to screen width (responsive)"
2808
  msgstr ""
2809
 
2810
- #: admin/social_sharing.php:1563
2811
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2812
  msgstr ""
2813
 
2814
- #: admin/social_sharing.php:1588
 
 
 
 
 
 
 
 
 
2815
  msgid "Use shortlinks already installed"
2816
  msgstr "Használja shortlinks már telepítve"
2817
 
2818
- #: admin/social_sharing.php:1598
2819
  msgid "Uses default short url permalinks without using any additional plugin"
2820
  msgstr ""
2821
 
2822
- #: admin/social_sharing.php:1605
2823
  msgid "Enable bit.ly url shortener for sharing"
2824
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
2825
 
2826
- #: admin/social_sharing.php:1664
2827
  msgid "Share Count Cache"
2828
  msgstr ""
2829
 
2830
- #: admin/social_sharing.php:1669
2831
  msgid "Refresh Share Count cache every"
2832
  msgstr ""
2833
 
2834
- #: admin/social_sharing.php:1674
2835
  msgid "Second(s)"
2836
  msgstr ""
2837
 
2838
- #: admin/social_sharing.php:1675
2839
  msgid "Minute(s)"
2840
  msgstr ""
2841
 
2842
- #: admin/social_sharing.php:1676
2843
  msgid "Hour(s)"
2844
  msgstr ""
2845
 
2846
- #: admin/social_sharing.php:1677
2847
  msgid "Day(s)"
2848
  msgstr ""
2849
 
2850
- #: admin/social_sharing.php:1685
2851
  #, php-format
2852
  msgid ""
2853
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2855,20 +2872,20 @@ msgid ""
2855
  "target=\"_blank\">here</a>"
2856
  msgstr ""
2857
 
2858
- #: admin/social_sharing.php:1692
2859
  msgid "Clear Share Counts Cache"
2860
  msgstr ""
2861
 
2862
- #: admin/social_sharing.php:1696
2863
  #, fuzzy
2864
  msgid "Share Counts cache cleared successfully."
2865
  msgstr "Fiók kapcsolása sikeres"
2866
 
2867
- #: admin/social_sharing.php:1703
2868
  msgid "Use this to clear cached share counts"
2869
  msgstr ""
2870
 
2871
- #: admin/social_sharing.php:1727
2872
  #, fuzzy, php-format
2873
  msgid ""
2874
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2879,16 +2896,16 @@ msgstr ""
2879
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2880
  "az alapértelmezett (angol) nyelv használatához"
2881
 
2882
- #: admin/social_sharing.php:1736
2883
  #, fuzzy
2884
  msgid "Username in sharing"
2885
  msgstr "Twitter felhasználónév a megosztásban"
2886
 
2887
- #: admin/social_sharing.php:1741
2888
  msgid "Twitter username (without @)"
2889
  msgstr "Twitter felhasználónév (@ nélkül)"
2890
 
2891
- #: admin/social_sharing.php:1751 admin/social_sharing.php:1769
2892
  msgid ""
2893
  "Provided username will be appended after the content being shared as \"via "
2894
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2897,29 +2914,29 @@ msgstr ""
2897
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2898
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2899
 
2900
- #: admin/social_sharing.php:1759
2901
  #, fuzzy
2902
  msgid "Buffer username (without @)"
2903
  msgstr "Twitter felhasználónév (@ nélkül)"
2904
 
2905
- #: admin/social_sharing.php:1778
2906
  msgid "AMP"
2907
  msgstr ""
2908
 
2909
- #: admin/social_sharing.php:1783
2910
  #, fuzzy
2911
  msgid "Enable sharing on AMP pages"
2912
  msgstr "Bekapcsolás a belépés oldalon"
2913
 
2914
- #: admin/social_sharing.php:1793
2915
  msgid "Enable this option to render sharing icons on AMP pages"
2916
  msgstr ""
2917
 
2918
- #: admin/social_sharing.php:1850
2919
  msgid "Facebook Sharing Troubleshooter"
2920
  msgstr "Facebook Megosztás Hibaelhárító"
2921
 
2922
- #: admin/social_sharing.php:1855
2923
  #, fuzzy
2924
  msgid ""
2925
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2930,17 +2947,17 @@ msgstr ""
2930
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
2931
  "tökéletesen) a szöveges mezőben:"
2932
 
2933
- #: admin/social_sharing.php:1873
2934
  msgid ""
2935
  "Why is sharer not showing the correct image, title and other meta tags "
2936
  "content?"
2937
  msgstr ""
2938
 
2939
- #: admin/social_sharing.php:1874
2940
  msgid "Why is Facebook share count not working?"
2941
  msgstr ""
2942
 
2943
- #: admin/social_sharing.php:1875 super_socializer.php:3199
2944
  #, php-format
2945
  msgid ""
2946
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2949,11 +2966,11 @@ msgid ""
2949
  "not just for Facebook but for all the social networks"
2950
  msgstr ""
2951
 
2952
- #: admin/social_sharing.php:1877
2953
  msgid "Why is Instagram icon redirecting to Instagram website?"
2954
  msgstr ""
2955
 
2956
- #: admin/social_sharing.php:1878
2957
  msgid ""
2958
  "Instagram icon is there to send website visitors to the Instagram page of "
2959
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2961,37 +2978,37 @@ msgid ""
2961
  "sections."
2962
  msgstr ""
2963
 
2964
- #: admin/social_sharing.php:1881
2965
  #, fuzzy
2966
  msgid "How to customize the url being shared?"
2967
  msgstr "Megosztás számok mutatása:"
2968
 
2969
- #: admin/social_sharing.php:1882
2970
  msgid ""
2971
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2972
  msgstr ""
2973
 
2974
- #: admin/social_sharing.php:1883
2975
  msgid ""
2976
  "It takes some time for their service to track the shares made on Twitter "
2977
  "from your website. If you still feel it's taking too long you can contact "
2978
  "their support directly from their website."
2979
  msgstr ""
2980
 
2981
- #: admin/social_sharing.php:1886
2982
  msgid ""
2983
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2984
  msgstr ""
2985
 
2986
- #: admin/social_sharing.php:1888
2987
  msgid "Why the color of share icons is not being updated?"
2988
  msgstr ""
2989
 
2990
- #: admin/social_sharing.php:1889
2991
  msgid "Why Facebook share counts are not appearing?"
2992
  msgstr ""
2993
 
2994
- #: admin/social_sharing.php:1890
2995
  msgid ""
2996
  "How can I show share counts of my website rather than of individual pages/"
2997
  "posts?"
@@ -2999,42 +3016,42 @@ msgstr ""
2999
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
3000
  "kívül is?"
3001
 
3002
- #: admin/social_sharing.php:1891
3003
  msgid "How can I disable sharing on particular page/post?"
3004
  msgstr ""
3005
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
3006
 
3007
- #: admin/social_sharing.php:1892
3008
  msgid "How can I specify minimum sharing count for sharing networks?"
3009
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
3010
 
3011
- #: admin/social_sharing.php:1893
3012
  msgid "How to share specific page?"
3013
  msgstr ""
3014
 
3015
- #: admin/social_sharing.php:1894
3016
  msgid "How to integrate Google Analytics with sharing?"
3017
  msgstr ""
3018
 
3019
- #: admin/social_sharing.php:1895
3020
  msgid "How to customize the look of total share counts?"
3021
  msgstr ""
3022
 
3023
- #: admin/social_sharing.php:1896
3024
  #, fuzzy
3025
  msgid "How to customize the look of individual share counts?"
3026
  msgstr "Megosztás számok mutatása:"
3027
 
3028
- #: admin/social_sharing.php:1897
3029
  #, fuzzy
3030
  msgid "How to show Whatsapp icon only on mobile devices?"
3031
  msgstr "Hide megosztása mobil eszközökön"
3032
 
3033
- #: admin/social_sharing.php:1898
3034
  msgid "How to hide arrow after floating sharing bar?"
3035
  msgstr ""
3036
 
3037
- #: admin/social_sharing.php:1899
3038
  msgid "Why is share count not getting updated?"
3039
  msgstr ""
3040
 
@@ -3086,102 +3103,102 @@ msgstr ""
3086
  msgid "Remove"
3087
  msgstr "Eltávolítás"
3088
 
3089
- #: helper.php:711
3090
  #, fuzzy
3091
  msgid "Social Account Linking"
3092
  msgstr ""
3093
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
3094
  "BuddyPress profil oldal"
3095
 
3096
- #: helper.php:761
3097
  #, fuzzy
3098
  msgid "Disable Standard Social Sharing on this "
3099
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
3100
 
3101
- #: helper.php:766
3102
  #, fuzzy
3103
  msgid "Disable Floating Social Sharing on this "
3104
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
3105
 
3106
- #: helper.php:771
3107
  #, fuzzy
3108
  msgid "Disable Standard like buttons on this "
3109
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
3110
 
3111
- #: helper.php:776
3112
  #, fuzzy
3113
  msgid "Disable Floating like buttons on this "
3114
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
3115
 
3116
- #: helper.php:781
3117
  msgid "Disable Social Commenting on this "
3118
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
3119
 
3120
- #: helper.php:790
3121
  #, fuzzy
3122
  msgid "Standard Sharing Interface"
3123
  msgstr "Megosztási Felület"
3124
 
3125
- #: helper.php:796 helper.php:815
3126
  msgid "Starting share count for "
3127
  msgstr "Megosztás számok kezdése ehhez"
3128
 
3129
- #: helper.php:809
3130
  #, fuzzy
3131
  msgid "Floating Sharing Interface"
3132
  msgstr "Megosztási Felület"
3133
 
3134
- #: helper.php:905 super_socializer.php:2470
3135
  #, fuzzy
3136
  msgid "Social Avatar"
3137
  msgstr "Közösségi avatar bekapcsolás"
3138
 
3139
- #: helper.php:908 super_socializer.php:2481
3140
  msgid ""
3141
  "Do not fetch and update social avatar from my profile, next time I Social "
3142
  "Login"
3143
  msgstr ""
3144
 
3145
- #: helper.php:909 super_socializer.php:2485
3146
  msgid "Update social avatar, next time I Social Login"
3147
  msgstr ""
3148
 
3149
- #: helper.php:912
3150
  #, fuzzy
3151
  msgid "Small Avatar"
3152
  msgstr "Kis Avatar URL"
3153
 
3154
- #: helper.php:916
3155
  #, fuzzy
3156
  msgid "Large Avatar"
3157
  msgstr "Cél Url"
3158
 
3159
- #: helper.php:976 super_socializer.php:2050
3160
  msgid "Please verify your email address to login."
3161
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3162
 
3163
- #: helper.php:1013
3164
  msgid "Click to delete social profile data"
3165
  msgstr ""
3166
 
3167
- #: helper.php:1042
3168
  #, fuzzy
3169
  msgid "Deleting"
3170
  msgstr "Beállítások"
3171
 
3172
- #: helper.php:1052
3173
  msgid "Deleted"
3174
  msgstr ""
3175
 
3176
- #: helper.php:1054
3177
  msgid "Something bad happened"
3178
  msgstr ""
3179
 
3180
- #: inc/shortcode.php:214 inc/widget.php:47
3181
  msgid "Log Out"
3182
  msgstr "Kilépés"
3183
 
3184
- #: inc/shortcode.php:295
3185
  #, fuzzy
3186
  msgid ""
3187
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
@@ -3190,28 +3207,28 @@ msgstr ""
3190
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3191
  "> Social Login\" oldalon."
3192
 
3193
- #: inc/social_login.php:1034
3194
  msgid "Email"
3195
  msgstr "Email"
3196
 
3197
- #: inc/social_login.php:1035
3198
  msgid "Confirm email"
3199
  msgstr ""
3200
 
3201
- #: inc/social_login.php:1037
3202
  msgid "Save"
3203
  msgstr ""
3204
 
3205
- #: inc/social_login.php:1038
3206
  msgid "Cancel"
3207
  msgstr ""
3208
 
3209
- #: inc/social_login.php:1112
3210
  #, fuzzy
3211
  msgid "Email Verification"
3212
  msgstr "E-mail ellenőrzés bekapcsolása"
3213
 
3214
- #: inc/social_login.php:1114
3215
  msgid ""
3216
  "Please click on the following link or paste it in browser to verify your "
3217
  "email"
@@ -3233,20 +3250,20 @@ msgstr "Kategória Archívum"
3233
  msgid "Total Shares"
3234
  msgstr "Megosztás számok mutatása"
3235
 
3236
- #: inc/social_sharing.php:272 super_socializer.php:2160
3237
  #, fuzzy
3238
  msgid "Share"
3239
  msgstr "Megosztás számok mutatása"
3240
 
3241
- #: inc/social_sharing.php:272 super_socializer.php:2160
3242
  msgid "Shares"
3243
  msgstr ""
3244
 
3245
- #: inc/social_sharing.php:963 inc/social_sharing.php:1201
3246
  msgid "Invalid request"
3247
  msgstr "Hibás kérés"
3248
 
3249
- #: inc/social_sharing.php:970
3250
  msgid "Providers not selected"
3251
  msgstr "Nincs kiválasztott szolgáltató"
3252
 
@@ -3263,11 +3280,11 @@ msgstr ""
3263
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
3264
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
3265
 
3266
- #: inc/widget.php:71
3267
  msgid "Login with your Social Account"
3268
  msgstr ""
3269
 
3270
- #: inc/widget.php:82
3271
  #, fuzzy
3272
  msgid ""
3273
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
@@ -3276,28 +3293,28 @@ msgstr ""
3276
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3277
  "> Social Login\" oldalon."
3278
 
3279
- #: inc/widget.php:83
3280
  msgid "Title (before login):"
3281
  msgstr ""
3282
 
3283
- #: inc/widget.php:85
3284
  msgid "Title (after login):"
3285
  msgstr ""
3286
 
3287
- #: inc/widget.php:87 inc/widget.php:267 inc/widget.php:609 inc/widget.php:1022
3288
  msgid "Before widget content:"
3289
  msgstr "Widget tartalom előtt:"
3290
 
3291
- #: inc/widget.php:89 inc/widget.php:269 inc/widget.php:611 inc/widget.php:1162
3292
  msgid "After widget content:"
3293
  msgstr "Widget tartalom után:"
3294
 
3295
- #: inc/widget.php:92 inc/widget.php:271 inc/widget.php:464 inc/widget.php:613
3296
- #: inc/widget.php:776
3297
  msgid "Hide for logged in users:"
3298
  msgstr "Bejelentkezettek számára elrejtve:"
3299
 
3300
- #: inc/widget.php:111
3301
  #, fuzzy
3302
  msgid ""
3303
  "Standard sharing widget. Let your website users share content on popular "
@@ -3306,7 +3323,7 @@ msgstr ""
3306
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
3307
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3308
 
3309
- #: inc/widget.php:252
3310
  #, fuzzy
3311
  msgid ""
3312
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3315,25 +3332,30 @@ msgstr ""
3315
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3316
  "\"Super Socializer > Social Sharing\" oldalon...."
3317
 
3318
- #: inc/widget.php:253 inc/widget.php:599
3319
  msgid "Title:"
3320
  msgstr "Cím:"
3321
 
3322
- #: inc/widget.php:255 inc/widget.php:433
3323
  #, fuzzy
3324
  msgid "Show individual share counts:"
3325
  msgstr "Megosztás számok mutatása:"
3326
 
3327
- #: inc/widget.php:257 inc/widget.php:435
3328
  #, fuzzy
3329
  msgid "Show total shares:"
3330
  msgstr "Megosztás számok mutatása:"
3331
 
3332
- #: inc/widget.php:259 inc/widget.php:437 inc/widget.php:601 inc/widget.php:749
3333
  msgid "Target Url:"
3334
  msgstr "Cél Url:"
3335
 
3336
- #: inc/widget.php:290
 
 
 
 
 
3337
  #, fuzzy
3338
  msgid ""
3339
  "Floating sharing widget. Let your website users share content on popular "
@@ -3342,7 +3364,7 @@ msgstr ""
3342
  "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a "
3343
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3344
 
3345
- #: inc/widget.php:432
3346
  #, fuzzy
3347
  msgid ""
3348
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -3351,23 +3373,23 @@ msgstr ""
3351
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3352
  "\"Super Socializer > Social Sharing\" oldalon."
3353
 
3354
- #: inc/widget.php:445 inc/widget.php:757
3355
  msgid "Alignment"
3356
  msgstr "Igazítás"
3357
 
3358
- #: inc/widget.php:451 inc/widget.php:763
3359
  msgid "Left Offset"
3360
  msgstr "Bal margó"
3361
 
3362
- #: inc/widget.php:455 inc/widget.php:767
3363
  msgid "Right Offset"
3364
  msgstr "Jobb margó"
3365
 
3366
- #: inc/widget.php:458 inc/widget.php:770
3367
  msgid "Top Offset"
3368
  msgstr "Felső margó"
3369
 
3370
- #: inc/widget.php:483
3371
  #, fuzzy
3372
  msgid ""
3373
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3376,7 +3398,7 @@ msgstr ""
3376
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
3377
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3378
 
3379
- #: inc/widget.php:598
3380
  #, fuzzy
3381
  msgid ""
3382
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3385,7 +3407,7 @@ msgstr ""
3385
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
3386
  "Socializer > Like gombok\" oldalon."
3387
 
3388
- #: inc/widget.php:632
3389
  #, fuzzy
3390
  msgid ""
3391
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3395,7 +3417,7 @@ msgstr ""
3395
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
3396
  "sok másik"
3397
 
3398
- #: inc/widget.php:748
3399
  #, fuzzy
3400
  msgid ""
3401
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3404,197 +3426,207 @@ msgstr ""
3404
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3405
  "Socializer > Like gombok\" oldalon."
3406
 
3407
- #: inc/widget.php:792
3408
  #, fuzzy
3409
  msgid "Super Socializer - Follow Icons"
3410
  msgstr "Super Socializer - Belépés"
3411
 
3412
- #: inc/widget.php:794
3413
  msgid "These icons link to your Social Media accounts"
3414
  msgstr ""
3415
 
3416
- #: inc/widget.php:1026
3417
  msgid "Type:"
3418
  msgstr ""
3419
 
3420
- #: inc/widget.php:1029
3421
  #, fuzzy
3422
  msgid "Standard"
3423
  msgstr "Megosztási Felület"
3424
 
3425
- #: inc/widget.php:1032
3426
  #, fuzzy
3427
  msgid "Floating"
3428
  msgstr ""
3429
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
3430
 
3431
- #: inc/widget.php:1037
3432
  #, fuzzy
3433
  msgid "Top offset:"
3434
  msgstr "Felső margó"
3435
 
3436
- #: inc/widget.php:1041
3437
  #, fuzzy
3438
  msgid "Alignment:"
3439
  msgstr "Igazítás"
3440
 
3441
- #: inc/widget.php:1059
3442
  #, fuzzy
3443
  msgid "Offset"
3444
  msgstr "Felső margó"
3445
 
3446
- #: inc/widget.php:1073
3447
  #, fuzzy
3448
  msgid "right"
3449
  msgstr "Jobb"
3450
 
3451
- #: inc/widget.php:1073
3452
  #, fuzzy
3453
  msgid "left"
3454
  msgstr "Bal"
3455
 
3456
- #: inc/widget.php:1076
3457
  msgid "Auto-adjust according to the screen-width (responsive)"
3458
  msgstr ""
3459
 
3460
- #: inc/widget.php:1080
3461
  #, fuzzy
3462
  msgid "Size of icons"
3463
  msgstr "Megosztási ikonok mérete"
3464
 
3465
- #: inc/widget.php:1082
3466
  #, fuzzy
3467
  msgid "Icon Shape"
3468
  msgstr "alak"
3469
 
3470
- #: inc/widget.php:1087
3471
  msgid "Apply icon color and background color from Theme Selection section:"
3472
  msgstr ""
3473
 
3474
- #: inc/widget.php:1089
3475
  msgid "No"
3476
  msgstr ""
3477
 
3478
- #: inc/widget.php:1090
3479
  #, fuzzy
3480
  msgid "Yes, Standard Interface Theme"
3481
  msgstr "Megosztási Felület"
3482
 
3483
- #: inc/widget.php:1091
3484
  #, fuzzy
3485
  msgid "Yes, Floating Interface Theme"
3486
  msgstr "Megosztási Felület"
3487
 
3488
- #: inc/widget.php:1093
3489
  #, fuzzy
3490
  msgid "Facebook URL:"
3491
  msgstr "Facebook App ID"
3492
 
3493
- #: inc/widget.php:1096
3494
  #, fuzzy
3495
  msgid "Twitter URL:"
3496
  msgstr "Twitter"
3497
 
3498
- #: inc/widget.php:1099
3499
  #, fuzzy
3500
  msgid "Parler URL:"
3501
  msgstr "Instagram"
3502
 
3503
- #: inc/widget.php:1102
3504
  #, fuzzy
3505
  msgid "Instagram URL:"
3506
  msgstr "Instagram"
3507
 
3508
- #: inc/widget.php:1105
3509
  #, fuzzy
3510
  msgid "Pinterest URL:"
3511
  msgstr "Pinterest"
3512
 
3513
- #: inc/widget.php:1108
3514
  msgid "Behance URL:"
3515
  msgstr ""
3516
 
3517
- #: inc/widget.php:1111
3518
  msgid "Flickr URL:"
3519
  msgstr ""
3520
 
3521
- #: inc/widget.php:1114
3522
  msgid "Foursquare URL:"
3523
  msgstr ""
3524
 
3525
- #: inc/widget.php:1117
3526
  msgid "Github URL:"
3527
  msgstr ""
3528
 
3529
- #: inc/widget.php:1120
3530
  #, fuzzy
3531
  msgid "LinkedIn URL:"
3532
  msgstr "LinkedIn"
3533
 
3534
- #: inc/widget.php:1123
3535
  #, fuzzy
3536
  msgid "LinkedIn Company URL:"
3537
  msgstr "LinkedIn"
3538
 
3539
- #: inc/widget.php:1126
3540
  #, fuzzy
3541
  msgid "Medium URL:"
3542
  msgstr "Tumblr"
3543
 
3544
- #: inc/widget.php:1129
3545
  #, fuzzy
3546
  msgid "MeWe URL:"
3547
  msgstr "Tumblr"
3548
 
3549
- #: inc/widget.php:1132
3550
  msgid "Odnoklassniki URL:"
3551
  msgstr ""
3552
 
3553
- #: inc/widget.php:1135
3554
  msgid "Snapchat URL:"
3555
  msgstr ""
3556
 
3557
- #: inc/widget.php:1138
3558
  #, fuzzy
3559
  msgid "Telegram URL:"
3560
  msgstr "Instagram"
3561
 
3562
- #: inc/widget.php:1141
3563
  #, fuzzy
3564
  msgid "Tumblr URL:"
3565
  msgstr "Tumblr"
3566
 
3567
- #: inc/widget.php:1144
3568
  msgid "Vimeo URL:"
3569
  msgstr ""
3570
 
3571
- #: inc/widget.php:1147
3572
  #, fuzzy
3573
  msgid "Vkontakte URL:"
3574
  msgstr "Vkontakte"
3575
 
3576
- #: inc/widget.php:1150
3577
  #, fuzzy
3578
  msgid "Xing URL:"
3579
  msgstr "LinkedIn"
3580
 
3581
- #: inc/widget.php:1153
3582
  msgid "Youtube URL:"
3583
  msgstr ""
3584
 
3585
- #: inc/widget.php:1156
3586
  msgid "Youtube Channel URL:"
3587
  msgstr ""
3588
 
3589
- #: inc/widget.php:1159
3590
  msgid "RSS Feed URL:"
3591
  msgstr ""
3592
 
3593
- #: super_socializer.php:538
 
 
 
 
 
 
 
 
 
 
3594
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3595
  msgstr ""
3596
 
3597
- #: super_socializer.php:1828
3598
  #, fuzzy
3599
  msgid ""
3600
  "cURL is not enabled at your website server. Please contact your website "
@@ -3603,7 +3635,7 @@ msgstr ""
3603
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3604
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3605
 
3606
- #: super_socializer.php:1856
3607
  #, fuzzy, php-format
3608
  msgid ""
3609
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3613,7 +3645,7 @@ msgstr ""
3613
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3614
  "lépés %s)"
3615
 
3616
- #: super_socializer.php:1859
3617
  #, fuzzy, php-format
3618
  msgid ""
3619
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3623,7 +3655,7 @@ msgstr ""
3623
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3624
  "lépés %s)"
3625
 
3626
- #: super_socializer.php:1862
3627
  msgid ""
3628
  "Make sure cURL is enabled at your website server. You may need to contact "
3629
  "the server administrator of your website to verify this"
@@ -3631,124 +3663,130 @@ msgstr ""
3631
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3632
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3633
 
3634
- #: super_socializer.php:2028
3635
  msgid "Search"
3636
  msgstr ""
3637
 
3638
- #: super_socializer.php:2050
3639
  msgid "Your email has been verified. Now you can login to your account"
3640
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3641
 
3642
- #: super_socializer.php:2054
3643
  msgid "Notification"
3644
  msgstr "Értesítés"
3645
 
3646
- #: super_socializer.php:2075
3647
  msgid "Please check your email inbox to complete the registration."
3648
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3649
 
3650
- #: super_socializer.php:2144
3651
  msgid "Leave a reply"
3652
  msgstr "Válaszolj"
3653
 
3654
- #: super_socializer.php:2160
3655
  #, fuzzy
3656
  msgid "Link copied."
3657
  msgstr "LinkedIn"
3658
 
3659
- #: super_socializer.php:2386
3660
  #, fuzzy
3661
  msgid "Super Socializer - General Options"
3662
  msgstr "Super Socializer - Belépés"
3663
 
3664
- #: super_socializer.php:2457
3665
  msgid ""
3666
  "I agree to my personal data being stored and used as per Privacy Policy and "
3667
  "Terms and Conditions"
3668
  msgstr ""
3669
 
3670
- #: super_socializer.php:2461
3671
  msgid ""
3672
  "I revoke my consent to store and use my personal data. Kindly delete my "
3673
  "personal data saved in this website."
3674
  msgstr ""
3675
 
3676
- #: super_socializer.php:2473
3677
  msgid "Small Avatar Url"
3678
  msgstr "Kis Avatar URL"
3679
 
3680
- #: super_socializer.php:2477
3681
  #, fuzzy
3682
  msgid "Large Avatar Url"
3683
  msgstr "Cél Url"
3684
 
3685
- #: super_socializer.php:2579
3686
  msgid "Login with your Social ID"
3687
  msgstr ""
3688
 
3689
- #: super_socializer.php:2580
3690
  msgid "Email you entered is already registered or invalid"
3691
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3692
 
3693
- #: super_socializer.php:2587
3694
  msgid "Please enter a valid email address. You might be required to verify it"
3695
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3696
 
3697
- #: super_socializer.php:2591 super_socializer.php:3355
3698
  msgid "Link your social account to login to your account at this website"
3699
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3700
 
3701
- #: super_socializer.php:2849
3702
  msgid "Thanks for installing Super Socializer plugin"
3703
  msgstr ""
3704
 
3705
- #: super_socializer.php:2851
3706
  msgid "Configure the Plugin"
3707
  msgstr ""
3708
 
3709
- #: super_socializer.php:2862
3710
  msgid ""
3711
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3712
  "current version of Super Socializer"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2871
 
 
 
 
 
 
3716
  msgid ""
3717
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3718
  "compatibility with the current version of Super Socializer"
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2880
3722
  msgid ""
3723
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3724
  "version of Super Socializer"
3725
  msgstr ""
3726
 
3727
- #: super_socializer.php:2889
3728
  msgid ""
3729
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3730
  "compatibility with the current version of Super Socializer"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2898
3734
  msgid ""
3735
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3736
  "for compatibility with the current version of Super Socializer"
3737
  msgstr ""
3738
 
3739
- #: super_socializer.php:2907
3740
  msgid ""
3741
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3742
  "with current version of Super Socializer"
3743
  msgstr ""
3744
 
3745
- #: super_socializer.php:2918
3746
  #, php-format
3747
  msgid ""
3748
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3749
  msgstr ""
3750
 
3751
- #: super_socializer.php:2927
3752
  #, php-format
3753
  msgid ""
3754
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3756,7 +3794,7 @@ msgid ""
3756
  "Instagram App Secret <a href=\"%s\">here</a>"
3757
  msgstr ""
3758
 
3759
- #: super_socializer.php:2936 super_socializer.php:2945
3760
  #, php-format
3761
  msgid ""
3762
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3765,13 +3803,13 @@ msgid ""
3765
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3766
  msgstr ""
3767
 
3768
- #: super_socializer.php:2961
3769
  #, php-format
3770
  msgid ""
3771
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3772
  msgstr ""
3773
 
3774
- #: super_socializer.php:2985
3775
  #, php-format
3776
  msgid ""
3777
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3779,14 +3817,14 @@ msgid ""
3779
  "target=\"_blank\">here</a>"
3780
  msgstr ""
3781
 
3782
- #: super_socializer.php:2985 super_socializer.php:3010
3783
- #: super_socializer.php:3035 super_socializer.php:3060
3784
- #: super_socializer.php:3093 super_socializer.php:3121
3785
- #: super_socializer.php:3148
3786
  msgid "Okay"
3787
  msgstr ""
3788
 
3789
- #: super_socializer.php:3010
3790
  #, php-format
3791
  msgid ""
3792
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3794,7 +3832,7 @@ msgid ""
3794
  "\">here</a>"
3795
  msgstr ""
3796
 
3797
- #: super_socializer.php:3035
3798
  #, php-format
3799
  msgid ""
3800
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3802,7 +3840,7 @@ msgid ""
3802
  "target=\"_blank\">here</a>"
3803
  msgstr ""
3804
 
3805
- #: super_socializer.php:3060
3806
  #, php-format
3807
  msgid ""
3808
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3810,13 +3848,13 @@ msgid ""
3810
  "target=\"_blank\">here</a>"
3811
  msgstr ""
3812
 
3813
- #: super_socializer.php:3071
3814
  #, php-format
3815
  msgid ""
3816
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3817
  msgstr ""
3818
 
3819
- #: super_socializer.php:3093
3820
  #, php-format
3821
  msgid ""
3822
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3824,7 +3862,7 @@ msgid ""
3824
  "\"%s\" target=\"_blank\">here</a>"
3825
  msgstr ""
3826
 
3827
- #: super_socializer.php:3121
3828
  #, php-format
3829
  msgid ""
3830
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3833,7 +3871,7 @@ msgid ""
3833
  "your website %s with them. No need to copy-paste any code from their website."
3834
  msgstr ""
3835
 
3836
- #: super_socializer.php:3148
3837
  #, php-format
3838
  msgid ""
3839
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3841,7 +3879,7 @@ msgid ""
3841
  "\"%s\" target=\"_blank\">here</a>"
3842
  msgstr ""
3843
 
3844
- #: super_socializer.php:3173
3845
  #, php-format
3846
  msgid ""
3847
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3849,11 +3887,11 @@ msgid ""
3849
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3850
  msgstr ""
3851
 
3852
- #: super_socializer.php:3173 super_socializer.php:3200
3853
  msgid "Dismiss"
3854
  msgstr ""
3855
 
3856
- #: super_socializer.php:3431
3857
  msgid ""
3858
  "Your browser is blocking some features of this website. Please follow the "
3859
  "instructions at {support_url} to unblock these."
@@ -3918,9 +3956,6 @@ msgstr ""
3918
  #~ "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a "
3919
  #~ "fenti linken"
3920
 
3921
- #~ msgid "bit.ly username"
3922
- #~ msgstr "bit.ly felhasználónév"
3923
-
3924
  #~ msgid ""
3925
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3926
  #~ "\"_blank\">this link</a> to get bit.ly username"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:47+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1983
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
29
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
30
+ "target=\"_blank\">here</a>"
31
  msgstr ""
32
  "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
33
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
34
  "API Key beszerzéshez"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2417
38
  #, fuzzy
39
  msgid "General Options"
40
  msgstr "Megosztási beállítások"
82
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
83
  msgstr ""
84
 
85
+ #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
87
+ #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Változások Mentése"
90
 
91
+ #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
93
+ #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
+ #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
100
+ #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
122
  msgstr "Adakozás"
123
 
124
  #: admin/help.php:23
125
+ #, fuzzy
126
+ msgid "Support Forum"
127
+ msgstr "Támogatás"
128
+
129
+ #: admin/help.php:29
130
  msgid "Plugin Demo"
131
  msgstr "Plugin Demo"
132
 
133
+ #: admin/help.php:35
134
  msgid "Translate Plugin"
135
  msgstr ""
136
 
137
+ #: admin/help.php:41 admin/social_login.php:57
138
  #, fuzzy
139
  msgid "Customize Social Login Icons"
140
  msgstr "Social Login"
141
 
142
+ #: admin/help.php:47
143
  msgid "Integrate with Google Analytics"
144
  msgstr ""
145
 
146
+ #: admin/help.php:53
147
  msgid "Boost sharing by awarding points"
148
  msgstr "Növelje megosztása odaítélésével pont"
149
 
150
+ #: admin/help.php:59
151
  msgid "Award points for Social Login"
152
  msgstr "Díjat pontokat Szociális Belépés"
153
 
154
+ #: admin/help.php:65
155
  #, fuzzy
156
  msgid "Other Add-ons"
157
  msgstr "A kiegészítőket"
158
 
 
 
 
 
 
159
  #: admin/help.php:70
160
  msgid "Need Help?"
161
  msgstr "Kell Segítség?"
212
  "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok "
213
  "használatához "
214
 
215
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
216
  #, fuzzy
217
  msgid "Standard Interface"
218
  msgstr "Megosztási Felület"
219
 
220
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
221
  #, fuzzy
222
  msgid "Floating Interface"
223
  msgstr "Megosztási Felület"
224
 
225
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
226
+ #: admin/social_sharing.php:1603
227
  msgid "Miscellaneous"
228
  msgstr ""
229
 
230
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
231
  msgid "3rd Party Integration"
232
  msgstr ""
233
 
234
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
235
  #: admin/social_login.php:45 admin/social_login.php:1946
236
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
237
+ #: admin/social_sharing.php:1882
238
  msgid "Shortcode & Widget"
239
  msgstr "Shortcode és Widget"
240
 
241
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
242
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
243
  #: admin/social_login.php:46 admin/social_login.php:1960
244
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
245
  msgid "FAQ"
246
  msgstr "GYIK"
247
 
260
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
261
 
262
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
263
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
264
  msgid "Target Url"
265
  msgstr "Cél Url"
266
 
267
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
268
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144
269
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
270
  msgid "Url of the webpage where icons are located (default)"
271
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
272
 
273
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
274
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146
275
+ #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
276
  msgid "Url of the homepage of your website"
277
  msgstr "A főoldalad Url-je"
278
 
279
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
280
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
281
  msgid "Custom url"
282
  msgstr "Egyedi URL"
283
 
287
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
288
 
289
  #: admin/like_buttons.php:105 admin/social_login.php:1231
290
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
291
  msgid "Title"
292
  msgstr "Cím"
293
 
306
  "változtatáshoz."
307
 
308
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
309
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
310
  msgid "Horizontal alignment"
311
  msgstr "Függőleges igazítás"
312
 
313
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
314
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
315
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330
316
+ #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
317
  msgid "Left"
318
  msgstr "Bal"
319
 
320
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
321
  msgid "Center"
322
  msgstr "Középen"
323
 
324
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
325
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
326
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331
327
+ #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
328
  msgid "Right"
329
  msgstr "Jobb"
330
 
332
  msgid "Horizontal alignment of the interface"
333
  msgstr "A megosztási felület vízszintes igazítása"
334
 
335
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
336
  msgid "Position with respect to content"
337
  msgstr "Elhelyezés a tartalomhoz képest"
338
 
339
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
340
  msgid "Top of the content"
341
  msgstr "Tartalom felett"
342
 
343
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
344
  msgid "Bottom of the content"
345
  msgstr "Tartalom alatt"
346
 
355
 
356
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
357
  #: admin/social_login.php:1548 admin/social_login.php:1577
358
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
359
  msgid "Homepage"
360
  msgstr "Kezdő oldal"
361
 
362
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
363
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
364
  msgid "Posts"
365
  msgstr "Bejegyzések"
366
 
367
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
368
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
369
  msgid "Pages"
370
  msgstr "Oldalak"
371
 
372
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
373
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
374
  msgid "Excerpts and Posts page"
375
  msgstr ""
376
 
377
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
378
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
379
  msgid "Category Archives"
380
  msgstr "Kategória Archívum"
381
 
382
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
383
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
384
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
385
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
386
 
387
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
388
  #, fuzzy
389
  msgid "BuddyPress activity"
390
  msgstr "BuddyPress tevékenység és csoportok"
391
 
392
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
393
  msgid "BuddyPress group (only at top of content)"
394
  msgstr ""
395
 
396
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
397
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
398
  msgid "BBPress forum"
399
  msgstr "BBPress fórum"
400
 
401
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
402
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
403
  msgid "BBPress topic"
404
  msgstr "BBPress téma"
405
 
406
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
407
  msgid "BBPress reply"
408
  msgstr "BBPress válasz"
409
 
410
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
411
  msgid "After individual product at WooCommerce Shop page"
412
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
413
 
414
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
415
  msgid "WooCommerce Product Page"
416
  msgstr "WooCommerce Termékek"
417
 
418
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
419
  msgid "WooCommerce Thankyou Page"
420
  msgstr "WooCommerce Thankyou oldal"
421
 
437
  msgstr ""
438
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
439
 
440
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
441
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309
442
+ #: inc/widget.php:466 inc/widget.php:779
443
  msgid "Background Color"
444
  msgstr "Háttér Szín"
445
 
454
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
455
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
456
 
457
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
458
  msgid "Left offset"
459
  msgstr "Bal margó"
460
 
465
  msgstr ""
466
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
467
 
468
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
469
  msgid "Right offset"
470
  msgstr "Jobb margó"
471
 
477
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
478
  "Negatív értéket is megadhatsz."
479
 
480
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
481
  msgid "Top offset"
482
  msgstr "Felső margó"
483
 
488
  msgstr ""
489
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
490
 
491
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
492
  #, fuzzy
493
  msgid "BuddyPress group"
494
  msgstr "BuddyPress profil oldal"
507
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
508
  "mobileszközökön"
509
 
510
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
511
  msgid "Url shortener"
512
  msgstr "Url rövidítő"
513
 
527
  msgid "Enable bit.ly url shortener for tweet button"
528
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
529
 
530
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
531
  msgid "Master control to enable bit.ly url shortening for sharing"
532
  msgstr ""
533
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
534
 
535
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
536
  msgid "Bit.ly generic access token"
537
  msgstr ""
538
 
539
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
540
  #, php-format
541
  msgid ""
542
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
545
  "\">link</a>"
546
  msgstr ""
547
 
548
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
549
  msgid "Clear Bitly Cache"
550
  msgstr ""
551
 
552
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
553
  #, fuzzy
554
  msgid "ShortUrl cache cleared successfully."
555
  msgstr "Fiók kapcsolása sikeres"
556
 
557
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
558
  msgid ""
559
  "Use this to delete short urls saved in database. Handy, if urls of your "
560
  "website have been changed but short urls are still being generated for old "
562
  msgstr ""
563
 
564
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
565
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
566
+ #: admin/social_sharing.php:1760
567
  msgid "Language"
568
  msgstr "Nyelv"
569
 
610
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
611
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
612
 
613
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1855
614
  msgid "myCRED"
615
  msgstr ""
616
 
617
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1860
618
  msgid "Append myCRED referral ID to the urls being shared"
619
  msgstr ""
620
 
623
  msgid "Like Buttons Shortcode & Widget"
624
  msgstr "Shortcode és Widget"
625
 
626
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1943
627
  msgid "Why is there so much space between like buttons?"
628
  msgstr ""
629
 
630
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1944
631
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
632
  msgstr ""
633
 
634
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1928
635
  msgid "How to Place Title and Social Share Icons in the Same Row?"
636
  msgstr ""
637
 
638
+ #: admin/like_buttons.php:769 admin/social_commenting.php:392
639
+ #: admin/social_login.php:1968 admin/social_sharing.php:1945
640
+ msgid "More"
641
+ msgstr ""
642
+
643
  #: admin/social_commenting.php:17
644
  msgid "Enable Social Commenting"
645
  msgstr "Közösségi Hozzászólás Belkapcsolása"
851
  msgstr "Közösségi Hozzászólás"
852
 
853
  #: admin/social_commenting.php:386 admin/social_login.php:1962
854
+ #: admin/social_sharing.php:1915
855
  msgid ""
856
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
857
  "an online website for the plugin to function properly."
868
  "Https?"
869
  msgstr ""
870
 
871
+ #: admin/social_commenting.php:389 admin/social_login.php:1967
872
+ #: admin/social_sharing.php:1930
873
  msgid "Why is my browser blocking some features of the plugin?"
874
  msgstr ""
875
 
907
  msgstr "Alap Beállítások"
908
 
909
  #: admin/social_login.php:41 admin/social_login.php:1746
910
+ #: super_socializer.php:2485
911
  msgid "GDPR"
912
  msgstr ""
913
 
2082
  "photo\" section in BuddyPress profile at front-end"
2083
  msgstr ""
2084
 
2085
+ #: admin/social_login.php:1490 super_socializer.php:2091
2086
  msgid "Email required"
2087
  msgstr "E-mail cím szükséges"
2088
 
2143
  msgid "BuddyPress profile page"
2144
  msgstr "BuddyPress profil oldal"
2145
 
2146
+ #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2147
+ #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2148
  msgid "Custom Url"
2149
  msgstr "Egyedi URL"
2150
 
2334
  msgid "Url of the privacy policy page of your website"
2335
  msgstr "A főoldalad Url-je"
2336
 
2337
+ #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2338
+ #: inc/widget.php:608 inc/widget.php:757
2339
  msgid "Select"
2340
  msgstr "Válassz"
2341
 
2358
  "belong to the same app"
2359
  msgstr ""
2360
 
 
 
 
 
 
 
 
 
 
 
2361
  #: admin/social_sharing.php:18
2362
  msgid "Enable Social Sharing"
2363
  msgstr "Közösségi Megosztás Bekapcsolás"
2367
  msgid "Master control to enable Social Sharing"
2368
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
2369
 
2370
+ #: admin/social_sharing.php:48
 
 
 
 
2371
  msgid "Theme Selection"
2372
  msgstr ""
2373
 
2374
+ #: admin/social_sharing.php:60
2375
  msgid "Troubleshooter"
2376
  msgstr "Hibamegoldó"
2377
 
2378
+ #: admin/social_sharing.php:69
2379
  msgid "Standard interface theme"
2380
  msgstr ""
2381
 
2382
+ #: admin/social_sharing.php:74 admin/social_sharing.php:372
2383
  msgid "Icon Preview"
2384
  msgstr "icon Preview"
2385
 
2386
+ #: admin/social_sharing.php:146 admin/social_sharing.php:445
2387
  msgid ""
2388
  "Do not forget to save the configuration after making changes by clicking the "
2389
  "save button below"
2391
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
2392
  "Mentés gombra"
2393
 
2394
+ #: admin/social_sharing.php:152 admin/social_sharing.php:451
2395
  msgid "Shape"
2396
  msgstr "alak"
2397
 
2398
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455
2399
+ #: inc/widget.php:1095
2400
  msgid "Round"
2401
  msgstr "kerek"
2402
 
2403
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457
2404
+ #: inc/widget.php:1096
2405
  msgid "Square"
2406
  msgstr "szögletes"
2407
 
2408
+ #: admin/social_sharing.php:160 admin/social_sharing.php:459
2409
  msgid "Rectangle"
2410
  msgstr ""
2411
 
2412
+ #: admin/social_sharing.php:167 admin/social_sharing.php:466
2413
  msgid "Shape of the sharing icons"
2414
  msgstr "Megosztás ikonok formája"
2415
 
2416
+ #: admin/social_sharing.php:175 admin/social_sharing.php:474
2417
  msgid "Size (in pixels)"
2418
  msgstr "Méret (pixel)"
2419
 
2420
+ #: admin/social_sharing.php:191 admin/social_sharing.php:490
2421
  msgid "Size of the sharing icons"
2422
  msgstr "Megosztási ikonok mérete"
2423
 
2424
+ #: admin/social_sharing.php:200 admin/social_sharing.php:499
2425
  #, fuzzy
2426
  msgid "Width (in pixels)"
2427
  msgstr "Méret (pixel)"
2428
 
2429
+ #: admin/social_sharing.php:216 admin/social_sharing.php:515
2430
  #, fuzzy
2431
  msgid "Width of the sharing icons"
2432
  msgstr "Megosztási ikonok mérete"
2433
 
2434
+ #: admin/social_sharing.php:223 admin/social_sharing.php:522
2435
  #, fuzzy
2436
  msgid "Height (in pixels)"
2437
  msgstr "Méret (pixel)"
2438
 
2439
+ #: admin/social_sharing.php:239 admin/social_sharing.php:538
2440
  #, fuzzy
2441
  msgid "Height of the sharing icons"
2442
  msgstr "Megosztási ikonok mérete"
2443
 
2444
+ #: admin/social_sharing.php:248 admin/social_sharing.php:547
2445
  #, fuzzy
2446
  msgid "Border radius (in pixels)"
2447
  msgstr "Méret (pixel)"
2448
 
2449
+ #: admin/social_sharing.php:258 admin/social_sharing.php:557
2450
  msgid ""
2451
  "Specify a value for rounded corners. More the value, more rounded will the "
2452
  "corners be. Leave empty for sharp corners."
2453
  msgstr ""
2454
 
2455
+ #: admin/social_sharing.php:266 admin/social_sharing.php:565
2456
  #, fuzzy
2457
  msgid "Logo Color"
2458
  msgstr "Háttér Szín"
2459
 
2460
+ #: admin/social_sharing.php:270 admin/social_sharing.php:290
2461
+ #: admin/social_sharing.php:309 admin/social_sharing.php:569
2462
+ #: admin/social_sharing.php:589 admin/social_sharing.php:607
2463
  #, fuzzy
2464
  msgid "Default"
2465
  msgstr ""
2466
  "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
2467
 
2468
+ #: admin/social_sharing.php:272 admin/social_sharing.php:291
2469
+ #: admin/social_sharing.php:314 admin/social_sharing.php:571
2470
+ #: admin/social_sharing.php:590 admin/social_sharing.php:612
2471
  msgid "On Hover"
2472
  msgstr ""
2473
 
2474
+ #: admin/social_sharing.php:280 admin/social_sharing.php:579
2475
  #, fuzzy
2476
  msgid ""
2477
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2482
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2483
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
2484
 
2485
+ #: admin/social_sharing.php:298 admin/social_sharing.php:597
2486
  #, fuzzy
2487
  msgid ""
2488
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2494
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2495
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2496
 
2497
+ #: admin/social_sharing.php:305 admin/social_sharing.php:604
2498
  msgid "Border"
2499
  msgstr ""
2500
 
2501
+ #: admin/social_sharing.php:311 admin/social_sharing.php:316
2502
+ #: admin/social_sharing.php:609 admin/social_sharing.php:614
2503
  #, fuzzy
2504
  msgid "Border Width"
2505
  msgstr "Shortcode és Widget"
2506
 
2507
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
2508
+ #: admin/social_sharing.php:610 admin/social_sharing.php:615
2509
  #, fuzzy
2510
  msgid "Border Color"
2511
  msgstr "Háttér Szín"
2512
 
2513
+ #: admin/social_sharing.php:324 admin/social_sharing.php:622
2514
  #, fuzzy
2515
  msgid "Icon border"
2516
  msgstr "icon Preview"
2517
 
2518
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2519
  msgid "Counter Position"
2520
  msgstr ""
2521
 
2522
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2523
  msgid "(applies, if counter enabled)"
2524
  msgstr ""
2525
 
2526
+ #: admin/social_sharing.php:337 admin/social_sharing.php:635
2527
  msgid "Top"
2528
  msgstr ""
2529
 
2530
+ #: admin/social_sharing.php:341 admin/social_sharing.php:639
2531
  msgid "Bottom"
2532
  msgstr ""
2533
 
2534
+ #: admin/social_sharing.php:343 admin/social_sharing.php:641
2535
  msgid "Inner Left"
2536
  msgstr ""
2537
 
2538
+ #: admin/social_sharing.php:345 admin/social_sharing.php:643
2539
  msgid "Inner Top"
2540
  msgstr ""
2541
 
2542
+ #: admin/social_sharing.php:347 admin/social_sharing.php:645
2543
  #, fuzzy
2544
  msgid "Inner Right"
2545
  msgstr "Jobb"
2546
 
2547
+ #: admin/social_sharing.php:349 admin/social_sharing.php:647
2548
  msgid "Inner Bottom"
2549
  msgstr ""
2550
 
2551
+ #: admin/social_sharing.php:357 admin/social_sharing.php:655
2552
  #, fuzzy
2553
  msgid "Position of share counter"
2554
  msgstr "Tartalom alatt"
2555
 
2556
+ #: admin/social_sharing.php:367
2557
  #, fuzzy
2558
  msgid "Floating interface theme"
2559
  msgstr "Megosztási Felület"
2560
 
2561
+ #: admin/social_sharing.php:671
2562
  #, fuzzy
2563
  msgid "Standard Sharing Interface Options"
2564
  msgstr "Vízszintes Megosztási Felület Beállítások"
2565
 
2566
+ #: admin/social_sharing.php:676
2567
  #, fuzzy
2568
  msgid "Enable Standard sharing interface"
2569
  msgstr "Vízszintes megosztási felület bekapcsolása"
2570
 
2571
+ #: admin/social_sharing.php:686
2572
  #, fuzzy
2573
  msgid "Master control to enable standard sharing"
2574
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
2575
 
2576
+ #: admin/social_sharing.php:710 admin/social_sharing.php:1155
2577
  msgid "Url to share"
2578
  msgstr "Megosztás Url-je"
2579
 
2580
+ #: admin/social_sharing.php:727
2581
  msgid "The text to display above the sharing interface"
2582
  msgstr "Szöveg a megosztási felület fölött"
2583
 
2584
+ #: admin/social_sharing.php:757 admin/social_sharing.php:1163
2585
  #, fuzzy
2586
  msgid "Instagram username"
2587
  msgstr "Instagram"
2588
 
2589
+ #: admin/social_sharing.php:767 admin/social_sharing.php:1173
2590
  msgid ""
2591
  "Username of the Instagram account you want to redirect users to, on clicking "
2592
  "the icon"
2593
  msgstr ""
2594
 
2595
+ #: admin/social_sharing.php:775
2596
+ #, fuzzy
2597
+ msgid "Youtube username"
2598
+ msgstr "bit.ly felhasználónév"
2599
+
2600
+ #: admin/social_sharing.php:785
2601
+ msgid ""
2602
+ "Username of the Youtube account you want to redirect users to, on clicking "
2603
+ "the icon"
2604
+ msgstr ""
2605
+
2606
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2607
  #, fuzzy
2608
  msgid "HTML ID of container element of comment form"
2609
  msgstr "HTML ID komment formájában konténer"
2610
 
2611
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2612
  msgid ""
2613
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2614
  "icon."
2615
  msgstr ""
2616
 
2617
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2618
  msgid "Rearrange icons"
2619
  msgstr "Ikonsorrend beállítás"
2620
 
2621
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2622
  msgid "Drag the icons to rearrange in desired order"
2623
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
2624
 
2625
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2626
  #, fuzzy
2627
  msgid "Select Sharing Services"
2628
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2629
 
2630
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2631
  msgid "Select sharing services to show in social share bar"
2632
  msgstr ""
2633
 
2634
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2635
  #, fuzzy
2636
  msgid "Search social network"
2637
  msgstr "elsődleges szociális háló"
2638
 
2639
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2640
  msgid "Horizontal alignment of the sharing interface"
2641
  msgstr "A megosztási felület függőleges igazítása"
2642
 
2643
+ #: admin/social_sharing.php:962
2644
  msgid "Specify position of the sharing interface with respect to the content"
2645
  msgstr ""
2646
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2647
 
2648
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2649
  msgid "Placement"
2650
  msgstr ""
2651
 
2652
+ #: admin/social_sharing.php:1037
2653
  msgid "Specify the pages where you want to enable Sharing interface"
2654
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2655
 
2656
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2657
  msgid "Show share counts"
2658
  msgstr "Megosztás számok mutatása"
2659
 
2660
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2661
  msgid ""
2662
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2663
  "Odnoklassniki, Fintel and Vkontakte"
2664
  msgstr ""
2665
 
2666
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2667
  #, php-format
2668
  msgid ""
2669
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2672
  "their website."
2673
  msgstr ""
2674
 
2675
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2676
  msgid "If enabled, share counts are displayed above sharing icons."
2677
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2678
 
2679
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2680
+ #: admin/social_sharing.php:1702
2681
  msgid "Track Social Shares for Every Social Network"
2682
  msgstr ""
2683
 
2684
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2685
  #, fuzzy
2686
  msgid "Show total shares"
2687
  msgstr "Megosztás számok mutatása"
2688
 
2689
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2690
  #, fuzzy
2691
  msgid "If enabled, total shares will be displayed with sharing icons"
2692
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2693
 
2694
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2695
  msgid "Enable 'More' icon"
2696
  msgstr "'Még több' ikon bekapcsolása"
2697
 
2698
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2699
  msgid ""
2700
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2701
  "which shows additional sharing networks in popup"
2703
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
2704
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
2705
 
2706
+ #: admin/social_sharing.php:1116
2707
  #, fuzzy
2708
  msgid "Floating Sharing Interface Options"
2709
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2710
 
2711
+ #: admin/social_sharing.php:1121
2712
  #, fuzzy
2713
  msgid "Enable Floating sharing interface"
2714
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
2715
 
2716
+ #: admin/social_sharing.php:1131
2717
  #, fuzzy
2718
  msgid "Master control to enable floating sharing widget"
2719
  msgstr ""
2720
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2721
 
2722
+ #: admin/social_sharing.php:1319
2723
  msgid ""
2724
  "Specify the color or hex code (example #cc78e0) for the background of "
2725
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2730
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2731
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2732
 
2733
+ #: admin/social_sharing.php:1357
2734
  msgid ""
2735
  "Specify a number. Increase in number will shift sharing interface towards "
2736
  "right and decrease will shift it towards left. Number can be negative too."
2738
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
2739
  "Megadhatsz negatív értéket is."
2740
 
2741
+ #: admin/social_sharing.php:1376
2742
  msgid ""
2743
  "Specify a number. Increase in number will shift sharing interface towards "
2744
  "left and decrease will shift it towards right. Number can be negative too."
2746
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2747
  "Megadhatsz negatív értéket is."
2748
 
2749
+ #: admin/social_sharing.php:1394
2750
  msgid ""
2751
  "Specify a number. Increase in number will shift sharing interface towards "
2752
  "bottom and decrease will shift it towards top."
2753
  msgstr ""
2754
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2755
 
2756
+ #: admin/social_sharing.php:1450
2757
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2758
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
2759
 
2760
+ #: admin/social_sharing.php:1519
2761
  #, fuzzy
2762
  msgid "Hide floating slider"
2763
  msgstr "Bejelentkezettek számára elrejtve:"
2764
 
2765
+ #: admin/social_sharing.php:1529
2766
  msgid "Hides the slider arrow present below the floating share bar"
2767
  msgstr ""
2768
 
2769
+ #: admin/social_sharing.php:1536
2770
  #, fuzzy
2771
  msgid "Vertical floating bar responsiveness"
2772
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2773
 
2774
+ #: admin/social_sharing.php:1539 inc/widget.php:1074
2775
  #, php-format
2776
  msgid "Display vertical interface only when screen is wider than %s pixels"
2777
  msgstr ""
2778
 
2779
+ #: admin/social_sharing.php:1546
2780
  msgid ""
2781
  "Display vertical interface only when screen is wider than the width "
2782
  "specified."
2783
  msgstr ""
2784
 
2785
+ #: admin/social_sharing.php:1553
2786
  msgid "Horizontal floating bar responsiveness"
2787
  msgstr ""
2788
 
2789
+ #: admin/social_sharing.php:1556 inc/widget.php:1078
2790
  #, fuzzy, php-format
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
2795
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
2796
  "eszközök"
2797
 
2798
+ #: admin/social_sharing.php:1563
2799
  msgid ""
2800
  "Stick vertical floating interface horizontally at bottom only when screen is "
2801
  "narrower than the width specified"
2802
  msgstr ""
2803
 
2804
+ #: admin/social_sharing.php:1572
2805
  #, fuzzy
2806
  msgid "Horizontal floating bar position"
2807
  msgstr "Vízszintes Megosztási Felület Beállítások"
2808
 
2809
+ #: admin/social_sharing.php:1575 inc/widget.php:1084
2810
  #, php-format
2811
  msgid "%s pixels from %s"
2812
  msgstr ""
2813
 
2814
+ #: admin/social_sharing.php:1576
2815
  msgid "Auto-adjust according to screen width (responsive)"
2816
  msgstr ""
2817
 
2818
+ #: admin/social_sharing.php:1583
2819
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2820
  msgstr ""
2821
 
2822
+ #: admin/social_sharing.php:1608
2823
+ msgid "Use plain background for Instagram icon"
2824
+ msgstr ""
2825
+
2826
+ #: admin/social_sharing.php:1618
2827
+ msgid ""
2828
+ "Uses plain background for Instagram icon instead of multicolored background"
2829
+ msgstr ""
2830
+
2831
+ #: admin/social_sharing.php:1631
2832
  msgid "Use shortlinks already installed"
2833
  msgstr "Használja shortlinks már telepítve"
2834
 
2835
+ #: admin/social_sharing.php:1641
2836
  msgid "Uses default short url permalinks without using any additional plugin"
2837
  msgstr ""
2838
 
2839
+ #: admin/social_sharing.php:1648
2840
  msgid "Enable bit.ly url shortener for sharing"
2841
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
2842
 
2843
+ #: admin/social_sharing.php:1707
2844
  msgid "Share Count Cache"
2845
  msgstr ""
2846
 
2847
+ #: admin/social_sharing.php:1712
2848
  msgid "Refresh Share Count cache every"
2849
  msgstr ""
2850
 
2851
+ #: admin/social_sharing.php:1717
2852
  msgid "Second(s)"
2853
  msgstr ""
2854
 
2855
+ #: admin/social_sharing.php:1718
2856
  msgid "Minute(s)"
2857
  msgstr ""
2858
 
2859
+ #: admin/social_sharing.php:1719
2860
  msgid "Hour(s)"
2861
  msgstr ""
2862
 
2863
+ #: admin/social_sharing.php:1720
2864
  msgid "Day(s)"
2865
  msgstr ""
2866
 
2867
+ #: admin/social_sharing.php:1728
2868
  #, php-format
2869
  msgid ""
2870
  "Frequent cache refreshing results in slower loading of pages with share "
2872
  "target=\"_blank\">here</a>"
2873
  msgstr ""
2874
 
2875
+ #: admin/social_sharing.php:1735
2876
  msgid "Clear Share Counts Cache"
2877
  msgstr ""
2878
 
2879
+ #: admin/social_sharing.php:1739
2880
  #, fuzzy
2881
  msgid "Share Counts cache cleared successfully."
2882
  msgstr "Fiók kapcsolása sikeres"
2883
 
2884
+ #: admin/social_sharing.php:1746
2885
  msgid "Use this to clear cached share counts"
2886
  msgstr ""
2887
 
2888
+ #: admin/social_sharing.php:1770
2889
  #, fuzzy, php-format
2890
  msgid ""
2891
  "Enter the code of the language you want to use for like buttons. You can "
2896
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2897
  "az alapértelmezett (angol) nyelv használatához"
2898
 
2899
+ #: admin/social_sharing.php:1779
2900
  #, fuzzy
2901
  msgid "Username in sharing"
2902
  msgstr "Twitter felhasználónév a megosztásban"
2903
 
2904
+ #: admin/social_sharing.php:1784
2905
  msgid "Twitter username (without @)"
2906
  msgstr "Twitter felhasználónév (@ nélkül)"
2907
 
2908
+ #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2909
  msgid ""
2910
  "Provided username will be appended after the content being shared as \"via "
2911
  "@USERNAME\". Leave empty if you do not want any username in the content "
2914
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2915
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2916
 
2917
+ #: admin/social_sharing.php:1802
2918
  #, fuzzy
2919
  msgid "Buffer username (without @)"
2920
  msgstr "Twitter felhasználónév (@ nélkül)"
2921
 
2922
+ #: admin/social_sharing.php:1821
2923
  msgid "AMP"
2924
  msgstr ""
2925
 
2926
+ #: admin/social_sharing.php:1826
2927
  #, fuzzy
2928
  msgid "Enable sharing on AMP pages"
2929
  msgstr "Bekapcsolás a belépés oldalon"
2930
 
2931
+ #: admin/social_sharing.php:1836
2932
  msgid "Enable this option to render sharing icons on AMP pages"
2933
  msgstr ""
2934
 
2935
+ #: admin/social_sharing.php:1893
2936
  msgid "Facebook Sharing Troubleshooter"
2937
  msgstr "Facebook Megosztás Hibaelhárító"
2938
 
2939
+ #: admin/social_sharing.php:1898
2940
  #, fuzzy
2941
  msgid ""
2942
  "If Facebook sharing is not working fine, click at the following link and "
2947
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
2948
  "tökéletesen) a szöveges mezőben:"
2949
 
2950
+ #: admin/social_sharing.php:1916
2951
  msgid ""
2952
  "Why is sharer not showing the correct image, title and other meta tags "
2953
  "content?"
2954
  msgstr ""
2955
 
2956
+ #: admin/social_sharing.php:1917
2957
  msgid "Why is Facebook share count not working?"
2958
  msgstr ""
2959
 
2960
+ #: admin/social_sharing.php:1918 super_socializer.php:3241
2961
  #, php-format
2962
  msgid ""
2963
  "After the recent changes introduced in the Facebook graph API, it's not "
2966
  "not just for Facebook but for all the social networks"
2967
  msgstr ""
2968
 
2969
+ #: admin/social_sharing.php:1920
2970
  msgid "Why is Instagram icon redirecting to Instagram website?"
2971
  msgstr ""
2972
 
2973
+ #: admin/social_sharing.php:1921
2974
  msgid ""
2975
  "Instagram icon is there to send website visitors to the Instagram page of "
2976
  "your choice. You can save the desired Instagram handle in \"Instagram "
2978
  "sections."
2979
  msgstr ""
2980
 
2981
+ #: admin/social_sharing.php:1924
2982
  #, fuzzy
2983
  msgid "How to customize the url being shared?"
2984
  msgstr "Megosztás számok mutatása:"
2985
 
2986
+ #: admin/social_sharing.php:1925
2987
  msgid ""
2988
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2989
  msgstr ""
2990
 
2991
+ #: admin/social_sharing.php:1926
2992
  msgid ""
2993
  "It takes some time for their service to track the shares made on Twitter "
2994
  "from your website. If you still feel it's taking too long you can contact "
2995
  "their support directly from their website."
2996
  msgstr ""
2997
 
2998
+ #: admin/social_sharing.php:1929
2999
  msgid ""
3000
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3001
  msgstr ""
3002
 
3003
+ #: admin/social_sharing.php:1931
3004
  msgid "Why the color of share icons is not being updated?"
3005
  msgstr ""
3006
 
3007
+ #: admin/social_sharing.php:1932
3008
  msgid "Why Facebook share counts are not appearing?"
3009
  msgstr ""
3010
 
3011
+ #: admin/social_sharing.php:1933
3012
  msgid ""
3013
  "How can I show share counts of my website rather than of individual pages/"
3014
  "posts?"
3016
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
3017
  "kívül is?"
3018
 
3019
+ #: admin/social_sharing.php:1934
3020
  msgid "How can I disable sharing on particular page/post?"
3021
  msgstr ""
3022
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
3023
 
3024
+ #: admin/social_sharing.php:1935
3025
  msgid "How can I specify minimum sharing count for sharing networks?"
3026
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
3027
 
3028
+ #: admin/social_sharing.php:1936
3029
  msgid "How to share specific page?"
3030
  msgstr ""
3031
 
3032
+ #: admin/social_sharing.php:1937
3033
  msgid "How to integrate Google Analytics with sharing?"
3034
  msgstr ""
3035
 
3036
+ #: admin/social_sharing.php:1938
3037
  msgid "How to customize the look of total share counts?"
3038
  msgstr ""
3039
 
3040
+ #: admin/social_sharing.php:1939
3041
  #, fuzzy
3042
  msgid "How to customize the look of individual share counts?"
3043
  msgstr "Megosztás számok mutatása:"
3044
 
3045
+ #: admin/social_sharing.php:1940
3046
  #, fuzzy
3047
  msgid "How to show Whatsapp icon only on mobile devices?"
3048
  msgstr "Hide megosztása mobil eszközökön"
3049
 
3050
+ #: admin/social_sharing.php:1941
3051
  msgid "How to hide arrow after floating sharing bar?"
3052
  msgstr ""
3053
 
3054
+ #: admin/social_sharing.php:1942
3055
  msgid "Why is share count not getting updated?"
3056
  msgstr ""
3057
 
3103
  msgid "Remove"
3104
  msgstr "Eltávolítás"
3105
 
3106
+ #: helper.php:712
3107
  #, fuzzy
3108
  msgid "Social Account Linking"
3109
  msgstr ""
3110
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
3111
  "BuddyPress profil oldal"
3112
 
3113
+ #: helper.php:763
3114
  #, fuzzy
3115
  msgid "Disable Standard Social Sharing on this "
3116
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
3117
 
3118
+ #: helper.php:768
3119
  #, fuzzy
3120
  msgid "Disable Floating Social Sharing on this "
3121
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
3122
 
3123
+ #: helper.php:773
3124
  #, fuzzy
3125
  msgid "Disable Standard like buttons on this "
3126
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
3127
 
3128
+ #: helper.php:778
3129
  #, fuzzy
3130
  msgid "Disable Floating like buttons on this "
3131
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
3132
 
3133
+ #: helper.php:783
3134
  msgid "Disable Social Commenting on this "
3135
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
3136
 
3137
+ #: helper.php:792
3138
  #, fuzzy
3139
  msgid "Standard Sharing Interface"
3140
  msgstr "Megosztási Felület"
3141
 
3142
+ #: helper.php:798 helper.php:817
3143
  msgid "Starting share count for "
3144
  msgstr "Megosztás számok kezdése ehhez"
3145
 
3146
+ #: helper.php:811
3147
  #, fuzzy
3148
  msgid "Floating Sharing Interface"
3149
  msgstr "Megosztási Felület"
3150
 
3151
+ #: helper.php:907 super_socializer.php:2501
3152
  #, fuzzy
3153
  msgid "Social Avatar"
3154
  msgstr "Közösségi avatar bekapcsolás"
3155
 
3156
+ #: helper.php:910 super_socializer.php:2512
3157
  msgid ""
3158
  "Do not fetch and update social avatar from my profile, next time I Social "
3159
  "Login"
3160
  msgstr ""
3161
 
3162
+ #: helper.php:911 super_socializer.php:2516
3163
  msgid "Update social avatar, next time I Social Login"
3164
  msgstr ""
3165
 
3166
+ #: helper.php:914
3167
  #, fuzzy
3168
  msgid "Small Avatar"
3169
  msgstr "Kis Avatar URL"
3170
 
3171
+ #: helper.php:918
3172
  #, fuzzy
3173
  msgid "Large Avatar"
3174
  msgstr "Cél Url"
3175
 
3176
+ #: helper.php:978 super_socializer.php:2069
3177
  msgid "Please verify your email address to login."
3178
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3179
 
3180
+ #: helper.php:1015
3181
  msgid "Click to delete social profile data"
3182
  msgstr ""
3183
 
3184
+ #: helper.php:1044
3185
  #, fuzzy
3186
  msgid "Deleting"
3187
  msgstr "Beállítások"
3188
 
3189
+ #: helper.php:1054
3190
  msgid "Deleted"
3191
  msgstr ""
3192
 
3193
+ #: helper.php:1056
3194
  msgid "Something bad happened"
3195
  msgstr ""
3196
 
3197
+ #: inc/shortcode.php:214 inc/widget.php:48
3198
  msgid "Log Out"
3199
  msgstr "Kilépés"
3200
 
3201
+ #: inc/shortcode.php:296
3202
  #, fuzzy
3203
  msgid ""
3204
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3207
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3208
  "> Social Login\" oldalon."
3209
 
3210
+ #: inc/social_login.php:1035
3211
  msgid "Email"
3212
  msgstr "Email"
3213
 
3214
+ #: inc/social_login.php:1036
3215
  msgid "Confirm email"
3216
  msgstr ""
3217
 
3218
+ #: inc/social_login.php:1038
3219
  msgid "Save"
3220
  msgstr ""
3221
 
3222
+ #: inc/social_login.php:1039
3223
  msgid "Cancel"
3224
  msgstr ""
3225
 
3226
+ #: inc/social_login.php:1113
3227
  #, fuzzy
3228
  msgid "Email Verification"
3229
  msgstr "E-mail ellenőrzés bekapcsolása"
3230
 
3231
+ #: inc/social_login.php:1115
3232
  msgid ""
3233
  "Please click on the following link or paste it in browser to verify your "
3234
  "email"
3250
  msgid "Total Shares"
3251
  msgstr "Megosztás számok mutatása"
3252
 
3253
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3254
  #, fuzzy
3255
  msgid "Share"
3256
  msgstr "Megosztás számok mutatása"
3257
 
3258
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3259
  msgid "Shares"
3260
  msgstr ""
3261
 
3262
+ #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3263
  msgid "Invalid request"
3264
  msgstr "Hibás kérés"
3265
 
3266
+ #: inc/social_sharing.php:978
3267
  msgid "Providers not selected"
3268
  msgstr "Nincs kiválasztott szolgáltató"
3269
 
3280
  "Léptesd be oldalad látogatóit kedvenc Közösségi Hálózatok használatával, "
3281
  "mint a Facebook, Twitter, Google+, vagy a LinkedIn"
3282
 
3283
+ #: inc/widget.php:72
3284
  msgid "Login with your Social Account"
3285
  msgstr ""
3286
 
3287
+ #: inc/widget.php:83
3288
  #, fuzzy
3289
  msgid ""
3290
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3293
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3294
  "> Social Login\" oldalon."
3295
 
3296
+ #: inc/widget.php:84
3297
  msgid "Title (before login):"
3298
  msgstr ""
3299
 
3300
+ #: inc/widget.php:86
3301
  msgid "Title (after login):"
3302
  msgstr ""
3303
 
3304
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3305
  msgid "Before widget content:"
3306
  msgstr "Widget tartalom előtt:"
3307
 
3308
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3309
  msgid "After widget content:"
3310
  msgstr "Widget tartalom után:"
3311
 
3312
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3313
+ #: inc/widget.php:782
3314
  msgid "Hide for logged in users:"
3315
  msgstr "Bejelentkezettek számára elrejtve:"
3316
 
3317
+ #: inc/widget.php:112
3318
  #, fuzzy
3319
  msgid ""
3320
  "Standard sharing widget. Let your website users share content on popular "
3323
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
3324
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3325
 
3326
+ #: inc/widget.php:253
3327
  #, fuzzy
3328
  msgid ""
3329
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3332
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3333
  "\"Super Socializer > Social Sharing\" oldalon...."
3334
 
3335
+ #: inc/widget.php:254 inc/widget.php:604
3336
  msgid "Title:"
3337
  msgstr "Cím:"
3338
 
3339
+ #: inc/widget.php:256 inc/widget.php:435
3340
  #, fuzzy
3341
  msgid "Show individual share counts:"
3342
  msgstr "Megosztás számok mutatása:"
3343
 
3344
+ #: inc/widget.php:258 inc/widget.php:437
3345
  #, fuzzy
3346
  msgid "Show total shares:"
3347
  msgstr "Megosztás számok mutatása:"
3348
 
3349
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3350
  msgid "Target Url:"
3351
  msgstr "Cél Url:"
3352
 
3353
+ #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3354
+ #, fuzzy
3355
+ msgid "Custom URL"
3356
+ msgstr "Egyedi URL"
3357
+
3358
+ #: inc/widget.php:291
3359
  #, fuzzy
3360
  msgid ""
3361
  "Floating sharing widget. Let your website users share content on popular "
3364
  "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a "
3365
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3366
 
3367
+ #: inc/widget.php:434
3368
  #, fuzzy
3369
  msgid ""
3370
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3373
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3374
  "\"Super Socializer > Social Sharing\" oldalon."
3375
 
3376
+ #: inc/widget.php:450 inc/widget.php:763
3377
  msgid "Alignment"
3378
  msgstr "Igazítás"
3379
 
3380
+ #: inc/widget.php:456 inc/widget.php:769
3381
  msgid "Left Offset"
3382
  msgstr "Bal margó"
3383
 
3384
+ #: inc/widget.php:460 inc/widget.php:773
3385
  msgid "Right Offset"
3386
  msgstr "Jobb margó"
3387
 
3388
+ #: inc/widget.php:463 inc/widget.php:776
3389
  msgid "Top Offset"
3390
  msgstr "Felső margó"
3391
 
3392
+ #: inc/widget.php:488
3393
  #, fuzzy
3394
  msgid ""
3395
  "Standard like buttons widget. Let your website users share/like content on "
3398
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
3399
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3400
 
3401
+ #: inc/widget.php:603
3402
  #, fuzzy
3403
  msgid ""
3404
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3407
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
3408
  "Socializer > Like gombok\" oldalon."
3409
 
3410
+ #: inc/widget.php:637
3411
  #, fuzzy
3412
  msgid ""
3413
  "Floating like buttons widget. Let your website users share/like content on "
3417
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
3418
  "sok másik"
3419
 
3420
+ #: inc/widget.php:754
3421
  #, fuzzy
3422
  msgid ""
3423
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3426
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3427
  "Socializer > Like gombok\" oldalon."
3428
 
3429
+ #: inc/widget.php:798
3430
  #, fuzzy
3431
  msgid "Super Socializer - Follow Icons"
3432
  msgstr "Super Socializer - Belépés"
3433
 
3434
+ #: inc/widget.php:800
3435
  msgid "These icons link to your Social Media accounts"
3436
  msgstr ""
3437
 
3438
+ #: inc/widget.php:1037
3439
  msgid "Type:"
3440
  msgstr ""
3441
 
3442
+ #: inc/widget.php:1040
3443
  #, fuzzy
3444
  msgid "Standard"
3445
  msgstr "Megosztási Felület"
3446
 
3447
+ #: inc/widget.php:1043
3448
  #, fuzzy
3449
  msgid "Floating"
3450
  msgstr ""
3451
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
3452
 
3453
+ #: inc/widget.php:1048
3454
  #, fuzzy
3455
  msgid "Top offset:"
3456
  msgstr "Felső margó"
3457
 
3458
+ #: inc/widget.php:1052
3459
  #, fuzzy
3460
  msgid "Alignment:"
3461
  msgstr "Igazítás"
3462
 
3463
+ #: inc/widget.php:1070
3464
  #, fuzzy
3465
  msgid "Offset"
3466
  msgstr "Felső margó"
3467
 
3468
+ #: inc/widget.php:1084
3469
  #, fuzzy
3470
  msgid "right"
3471
  msgstr "Jobb"
3472
 
3473
+ #: inc/widget.php:1084
3474
  #, fuzzy
3475
  msgid "left"
3476
  msgstr "Bal"
3477
 
3478
+ #: inc/widget.php:1087
3479
  msgid "Auto-adjust according to the screen-width (responsive)"
3480
  msgstr ""
3481
 
3482
+ #: inc/widget.php:1091
3483
  #, fuzzy
3484
  msgid "Size of icons"
3485
  msgstr "Megosztási ikonok mérete"
3486
 
3487
+ #: inc/widget.php:1093
3488
  #, fuzzy
3489
  msgid "Icon Shape"
3490
  msgstr "alak"
3491
 
3492
+ #: inc/widget.php:1098
3493
  msgid "Apply icon color and background color from Theme Selection section:"
3494
  msgstr ""
3495
 
3496
+ #: inc/widget.php:1100
3497
  msgid "No"
3498
  msgstr ""
3499
 
3500
+ #: inc/widget.php:1101
3501
  #, fuzzy
3502
  msgid "Yes, Standard Interface Theme"
3503
  msgstr "Megosztási Felület"
3504
 
3505
+ #: inc/widget.php:1102
3506
  #, fuzzy
3507
  msgid "Yes, Floating Interface Theme"
3508
  msgstr "Megosztási Felület"
3509
 
3510
+ #: inc/widget.php:1104
3511
  #, fuzzy
3512
  msgid "Facebook URL:"
3513
  msgstr "Facebook App ID"
3514
 
3515
+ #: inc/widget.php:1107
3516
  #, fuzzy
3517
  msgid "Twitter URL:"
3518
  msgstr "Twitter"
3519
 
3520
+ #: inc/widget.php:1110
3521
  #, fuzzy
3522
  msgid "Parler URL:"
3523
  msgstr "Instagram"
3524
 
3525
+ #: inc/widget.php:1113
3526
  #, fuzzy
3527
  msgid "Instagram URL:"
3528
  msgstr "Instagram"
3529
 
3530
+ #: inc/widget.php:1116
3531
  #, fuzzy
3532
  msgid "Pinterest URL:"
3533
  msgstr "Pinterest"
3534
 
3535
+ #: inc/widget.php:1119
3536
  msgid "Behance URL:"
3537
  msgstr ""
3538
 
3539
+ #: inc/widget.php:1122
3540
  msgid "Flickr URL:"
3541
  msgstr ""
3542
 
3543
+ #: inc/widget.php:1125
3544
  msgid "Foursquare URL:"
3545
  msgstr ""
3546
 
3547
+ #: inc/widget.php:1128
3548
  msgid "Github URL:"
3549
  msgstr ""
3550
 
3551
+ #: inc/widget.php:1131
3552
  #, fuzzy
3553
  msgid "LinkedIn URL:"
3554
  msgstr "LinkedIn"
3555
 
3556
+ #: inc/widget.php:1134
3557
  #, fuzzy
3558
  msgid "LinkedIn Company URL:"
3559
  msgstr "LinkedIn"
3560
 
3561
+ #: inc/widget.php:1137
3562
  #, fuzzy
3563
  msgid "Medium URL:"
3564
  msgstr "Tumblr"
3565
 
3566
+ #: inc/widget.php:1140
3567
  #, fuzzy
3568
  msgid "MeWe URL:"
3569
  msgstr "Tumblr"
3570
 
3571
+ #: inc/widget.php:1143
3572
  msgid "Odnoklassniki URL:"
3573
  msgstr ""
3574
 
3575
+ #: inc/widget.php:1146
3576
  msgid "Snapchat URL:"
3577
  msgstr ""
3578
 
3579
+ #: inc/widget.php:1149
3580
  #, fuzzy
3581
  msgid "Telegram URL:"
3582
  msgstr "Instagram"
3583
 
3584
+ #: inc/widget.php:1152
3585
  #, fuzzy
3586
  msgid "Tumblr URL:"
3587
  msgstr "Tumblr"
3588
 
3589
+ #: inc/widget.php:1155
3590
  msgid "Vimeo URL:"
3591
  msgstr ""
3592
 
3593
+ #: inc/widget.php:1158
3594
  #, fuzzy
3595
  msgid "Vkontakte URL:"
3596
  msgstr "Vkontakte"
3597
 
3598
+ #: inc/widget.php:1161
3599
  #, fuzzy
3600
  msgid "Xing URL:"
3601
  msgstr "LinkedIn"
3602
 
3603
+ #: inc/widget.php:1164
3604
  msgid "Youtube URL:"
3605
  msgstr ""
3606
 
3607
+ #: inc/widget.php:1167
3608
  msgid "Youtube Channel URL:"
3609
  msgstr ""
3610
 
3611
+ #: inc/widget.php:1170
3612
  msgid "RSS Feed URL:"
3613
  msgstr ""
3614
 
3615
+ #: inc/widget.php:1173
3616
+ #, fuzzy
3617
+ msgid "Gab.com URL:"
3618
+ msgstr "Facebook App ID"
3619
+
3620
+ #: inc/widget.php:1176
3621
+ #, fuzzy
3622
+ msgid "Gettr.com URL:"
3623
+ msgstr "Twitter"
3624
+
3625
+ #: super_socializer.php:556
3626
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3627
  msgstr ""
3628
 
3629
+ #: super_socializer.php:1846
3630
  #, fuzzy
3631
  msgid ""
3632
  "cURL is not enabled at your website server. Please contact your website "
3635
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3636
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3637
 
3638
+ #: super_socializer.php:1874
3639
  #, fuzzy, php-format
3640
  msgid ""
3641
  "Enter exactly the following url in <strong>Website</strong> option in your "
3645
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3646
  "lépés %s)"
3647
 
3648
+ #: super_socializer.php:1877
3649
  #, fuzzy, php-format
3650
  msgid ""
3651
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3655
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3656
  "lépés %s)"
3657
 
3658
+ #: super_socializer.php:1880
3659
  msgid ""
3660
  "Make sure cURL is enabled at your website server. You may need to contact "
3661
  "the server administrator of your website to verify this"
3663
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3664
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3665
 
3666
+ #: super_socializer.php:2047
3667
  msgid "Search"
3668
  msgstr ""
3669
 
3670
+ #: super_socializer.php:2069
3671
  msgid "Your email has been verified. Now you can login to your account"
3672
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3673
 
3674
+ #: super_socializer.php:2073
3675
  msgid "Notification"
3676
  msgstr "Értesítés"
3677
 
3678
+ #: super_socializer.php:2094
3679
  msgid "Please check your email inbox to complete the registration."
3680
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3681
 
3682
+ #: super_socializer.php:2163
3683
  msgid "Leave a reply"
3684
  msgstr "Válaszolj"
3685
 
3686
+ #: super_socializer.php:2179
3687
  #, fuzzy
3688
  msgid "Link copied."
3689
  msgstr "LinkedIn"
3690
 
3691
+ #: super_socializer.php:2417
3692
  #, fuzzy
3693
  msgid "Super Socializer - General Options"
3694
  msgstr "Super Socializer - Belépés"
3695
 
3696
+ #: super_socializer.php:2488
3697
  msgid ""
3698
  "I agree to my personal data being stored and used as per Privacy Policy and "
3699
  "Terms and Conditions"
3700
  msgstr ""
3701
 
3702
+ #: super_socializer.php:2492
3703
  msgid ""
3704
  "I revoke my consent to store and use my personal data. Kindly delete my "
3705
  "personal data saved in this website."
3706
  msgstr ""
3707
 
3708
+ #: super_socializer.php:2504
3709
  msgid "Small Avatar Url"
3710
  msgstr "Kis Avatar URL"
3711
 
3712
+ #: super_socializer.php:2508
3713
  #, fuzzy
3714
  msgid "Large Avatar Url"
3715
  msgstr "Cél Url"
3716
 
3717
+ #: super_socializer.php:2610
3718
  msgid "Login with your Social ID"
3719
  msgstr ""
3720
 
3721
+ #: super_socializer.php:2611
3722
  msgid "Email you entered is already registered or invalid"
3723
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3724
 
3725
+ #: super_socializer.php:2618
3726
  msgid "Please enter a valid email address. You might be required to verify it"
3727
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3728
 
3729
+ #: super_socializer.php:2622 super_socializer.php:3419
3730
  msgid "Link your social account to login to your account at this website"
3731
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3732
 
3733
+ #: super_socializer.php:2882
3734
  msgid "Thanks for installing Super Socializer plugin"
3735
  msgstr ""
3736
 
3737
+ #: super_socializer.php:2884
3738
  msgid "Configure the Plugin"
3739
  msgstr ""
3740
 
3741
+ #: super_socializer.php:2895
3742
  msgid ""
3743
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3744
  "current version of Super Socializer"
3745
  msgstr ""
3746
 
3747
+ #: super_socializer.php:2904
3748
+ msgid ""
3749
+ "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3750
+ "compatibility with the current version of Super Socializer"
3751
+ msgstr ""
3752
+
3753
+ #: super_socializer.php:2913
3754
  msgid ""
3755
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3756
  "compatibility with the current version of Super Socializer"
3757
  msgstr ""
3758
 
3759
+ #: super_socializer.php:2922
3760
  msgid ""
3761
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3762
  "version of Super Socializer"
3763
  msgstr ""
3764
 
3765
+ #: super_socializer.php:2931
3766
  msgid ""
3767
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3768
  "compatibility with the current version of Super Socializer"
3769
  msgstr ""
3770
 
3771
+ #: super_socializer.php:2940
3772
  msgid ""
3773
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3774
  "for compatibility with the current version of Super Socializer"
3775
  msgstr ""
3776
 
3777
+ #: super_socializer.php:2949
3778
  msgid ""
3779
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3780
  "with current version of Super Socializer"
3781
  msgstr ""
3782
 
3783
+ #: super_socializer.php:2960
3784
  #, php-format
3785
  msgid ""
3786
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3787
  msgstr ""
3788
 
3789
+ #: super_socializer.php:2969
3790
  #, php-format
3791
  msgid ""
3792
  "To continue using Instagram login create a new Instagram App as described <a "
3794
  "Instagram App Secret <a href=\"%s\">here</a>"
3795
  msgstr ""
3796
 
3797
+ #: super_socializer.php:2978 super_socializer.php:2987
3798
  #, php-format
3799
  msgid ""
3800
  "To continue using bitly url shortener, login to your bit.ly account and "
3803
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3804
  msgstr ""
3805
 
3806
+ #: super_socializer.php:3003
3807
  #, php-format
3808
  msgid ""
3809
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3810
  msgstr ""
3811
 
3812
+ #: super_socializer.php:3027
3813
  #, php-format
3814
  msgid ""
3815
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3817
  "target=\"_blank\">here</a>"
3818
  msgstr ""
3819
 
3820
+ #: super_socializer.php:3027 super_socializer.php:3052
3821
+ #: super_socializer.php:3077 super_socializer.php:3102
3822
+ #: super_socializer.php:3135 super_socializer.php:3163
3823
+ #: super_socializer.php:3190
3824
  msgid "Okay"
3825
  msgstr ""
3826
 
3827
+ #: super_socializer.php:3052
3828
  #, php-format
3829
  msgid ""
3830
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3832
  "\">here</a>"
3833
  msgstr ""
3834
 
3835
+ #: super_socializer.php:3077
3836
  #, php-format
3837
  msgid ""
3838
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3840
  "target=\"_blank\">here</a>"
3841
  msgstr ""
3842
 
3843
+ #: super_socializer.php:3102
3844
  #, php-format
3845
  msgid ""
3846
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3848
  "target=\"_blank\">here</a>"
3849
  msgstr ""
3850
 
3851
+ #: super_socializer.php:3113
3852
  #, php-format
3853
  msgid ""
3854
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3855
  msgstr ""
3856
 
3857
+ #: super_socializer.php:3135
3858
  #, php-format
3859
  msgid ""
3860
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3862
  "\"%s\" target=\"_blank\">here</a>"
3863
  msgstr ""
3864
 
3865
+ #: super_socializer.php:3163
3866
  #, php-format
3867
  msgid ""
3868
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3871
  "your website %s with them. No need to copy-paste any code from their website."
3872
  msgstr ""
3873
 
3874
+ #: super_socializer.php:3190
3875
  #, php-format
3876
  msgid ""
3877
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3879
  "\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
+ #: super_socializer.php:3215
3883
  #, php-format
3884
  msgid ""
3885
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3887
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3888
  msgstr ""
3889
 
3890
+ #: super_socializer.php:3215 super_socializer.php:3242
3891
  msgid "Dismiss"
3892
  msgstr ""
3893
 
3894
+ #: super_socializer.php:3495
3895
  msgid ""
3896
  "Your browser is blocking some features of this website. Please follow the "
3897
  "instructions at {support_url} to unblock these."
3956
  #~ "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a "
3957
  #~ "fenti linken"
3958
 
 
 
 
3959
  #~ msgid ""
3960
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3961
  #~ "\"_blank\">this link</a> to get bit.ly username"
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:29+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:30+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -18,21 +18,23 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
22
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
23
- #: admin/social_login.php:5 admin/social_login.php:1984
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
- "\"%s\" target=\"_blank\">here</a>"
 
 
29
  msgstr ""
30
  "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter "
31
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
32
  "\"_blank\">questa pagina</a>"
33
 
34
  #: admin/general_options.php:15 admin/social_commenting.php:47
35
- #: super_socializer.php:2386
36
  msgid "General Options"
37
  msgstr "Opzioni Generali"
38
 
@@ -79,22 +81,22 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
79
  msgstr ""
80
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
81
 
82
- #: admin/general_options.php:89 admin/like_buttons.php:780
83
- #: admin/social_commenting.php:400 admin/social_login.php:1980
84
- #: admin/social_sharing.php:1912 helper.php:920
85
  msgid "Save Changes"
86
  msgstr "Salva le modifiche"
87
 
88
- #: admin/general_options.php:103 admin/like_buttons.php:790
89
- #: admin/social_commenting.php:410 admin/social_login.php:1990
90
- #: admin/social_sharing.php:1922
91
  #, fuzzy
92
  msgid "Instagram Shoutout"
93
  msgstr "Instagram"
94
 
95
- #: admin/general_options.php:105 admin/like_buttons.php:792
96
- #: admin/social_commenting.php:412 admin/social_login.php:1992
97
- #: admin/social_sharing.php:1924
98
  msgid ""
99
  "If you can send (to hello@heateor.com) how this plugin is helping your "
100
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -118,39 +120,39 @@ msgid "Donate Now"
118
  msgstr "Dona Ora"
119
 
120
  #: admin/help.php:23
 
 
 
 
 
121
  msgid "Plugin Demo"
122
  msgstr "Dimostrazione del Plugin"
123
 
124
- #: admin/help.php:29
125
  msgid "Translate Plugin"
126
  msgstr ""
127
 
128
- #: admin/help.php:35 admin/social_login.php:57
129
  #, fuzzy
130
  msgid "Customize Social Login Icons"
131
  msgstr "Opzioni"
132
 
133
- #: admin/help.php:41
134
  msgid "Integrate with Google Analytics"
135
  msgstr "Integra con Google Analytics"
136
 
137
- #: admin/help.php:47
138
  msgid "Boost sharing by awarding points"
139
  msgstr "Boost condivisione per l'attribuzione di punti"
140
 
141
- #: admin/help.php:53
142
  msgid "Award points for Social Login"
143
  msgstr "Punti Premio per il Social Accedi"
144
 
145
- #: admin/help.php:59
146
  msgid "Other Add-ons"
147
  msgstr "Altri Add-ons"
148
 
149
- #: admin/help.php:65
150
- #, fuzzy
151
- msgid "Support Forum"
152
- msgstr "Supportaci"
153
-
154
  #: admin/help.php:70
155
  msgid "Need Help?"
156
  msgstr "Hai Bisogno di Aiuto?"
@@ -202,34 +204,35 @@ msgstr ""
202
  "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per "
203
  "attivare le funzionalitá dei pulsanti Mi-Piace"
204
 
205
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
206
  msgid "Standard Interface"
207
  msgstr "Interfaccia Standard"
208
 
209
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
210
  msgid "Floating Interface"
211
  msgstr "Interfaccia Floating"
212
 
213
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
214
  msgid "Miscellaneous"
215
  msgstr "Miscellanea"
216
 
217
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
218
  #, fuzzy
219
  msgid "3rd Party Integration"
220
  msgstr "XProfile Integration"
221
 
222
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
223
  #: admin/social_login.php:45 admin/social_login.php:1946
224
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
225
- #: admin/social_sharing.php:1839
226
  msgid "Shortcode & Widget"
227
  msgstr "Shortcode & Widget"
228
 
229
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
230
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
231
  #: admin/social_login.php:46 admin/social_login.php:1960
232
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
233
  msgid "FAQ"
234
  msgstr "FAQ"
235
 
@@ -246,22 +249,24 @@ msgid "Master control to enable horizontal like buttons"
246
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
247
 
248
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
249
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
250
  msgid "Target Url"
251
  msgstr "URL di destinazione"
252
 
253
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
254
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
255
  msgid "Url of the webpage where icons are located (default)"
256
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
257
 
258
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
259
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
260
  msgid "Url of the homepage of your website"
261
  msgstr "Url della homepage del tuo sito web"
262
 
263
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
264
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
265
  msgid "Custom url"
266
  msgstr "Url personalizzata"
267
 
@@ -271,7 +276,7 @@ msgstr ""
271
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
272
 
273
  #: admin/like_buttons.php:105 admin/social_login.php:1231
274
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
275
  msgid "Title"
276
  msgstr "Titolo"
277
 
@@ -289,25 +294,25 @@ msgstr ""
289
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
290
 
291
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
292
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
293
  msgid "Horizontal alignment"
294
  msgstr "Allineamento orizzontale"
295
 
296
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
297
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
298
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310
299
- #: inc/widget.php:447 inc/widget.php:759 inc/widget.php:1048
300
  msgid "Left"
301
  msgstr "Sinistra"
302
 
303
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
304
  msgid "Center"
305
  msgstr "centro"
306
 
307
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
308
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
309
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311
310
- #: inc/widget.php:448 inc/widget.php:760 inc/widget.php:1055
311
  msgid "Right"
312
  msgstr "Destra"
313
 
@@ -315,15 +320,15 @@ msgstr "Destra"
315
  msgid "Horizontal alignment of the interface"
316
  msgstr "Allineamento orizzontale dell'interfaccia"
317
 
318
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
319
  msgid "Position with respect to content"
320
  msgstr "Posizione"
321
 
322
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
323
  msgid "Top of the content"
324
  msgstr "Parte superiore del contenuto"
325
 
326
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
327
  msgid "Bottom of the content"
328
  msgstr "Parte inferiore del contenuto"
329
 
@@ -337,66 +342,66 @@ msgstr "Collocazione"
337
 
338
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
339
  #: admin/social_login.php:1548 admin/social_login.php:1577
340
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
341
  msgid "Homepage"
342
  msgstr "Homepage"
343
 
344
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
345
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
346
  msgid "Posts"
347
  msgstr "Post"
348
 
349
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
350
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
351
  msgid "Pages"
352
  msgstr "Pagine"
353
 
354
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
355
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
356
  msgid "Excerpts and Posts page"
357
  msgstr "Pagine di Estratti ed Articoli"
358
 
359
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
360
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
361
  msgid "Category Archives"
362
  msgstr "Archivi di categorie"
363
 
364
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
365
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
366
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
367
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
368
 
369
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
370
  msgid "BuddyPress activity"
371
  msgstr "Attività BuddyPress"
372
 
373
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
374
  msgid "BuddyPress group (only at top of content)"
375
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
376
 
377
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
378
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
379
  msgid "BBPress forum"
380
  msgstr "BBPress forum"
381
 
382
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
383
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
384
  msgid "BBPress topic"
385
  msgstr "Argomento BBPress"
386
 
387
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
388
  msgid "BBPress reply"
389
  msgstr "Risposta BBPress"
390
 
391
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
392
  msgid "After individual product at WooCommerce Shop page"
393
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
394
 
395
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
396
  msgid "WooCommerce Product Page"
397
  msgstr "WooCommerce Pagina Prodotto"
398
 
399
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
400
  msgid "WooCommerce Thankyou Page"
401
  msgstr "WooCommerce Pagina Thankyou"
402
 
@@ -417,9 +422,9 @@ msgid "Master control to enable vertical (floating) counter widget"
417
  msgstr ""
418
  "Controllo Principale per abilitare il counter widget verticale (floating)"
419
 
420
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
421
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289
422
- #: inc/widget.php:461 inc/widget.php:773
423
  msgid "Background Color"
424
  msgstr "Colore Background"
425
 
@@ -434,7 +439,7 @@ msgstr ""
434
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
435
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
436
 
437
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
438
  msgid "Left offset"
439
  msgstr "Left offset"
440
 
@@ -447,7 +452,7 @@ msgstr ""
447
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
448
  "anche essere negativo."
449
 
450
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
451
  msgid "Right offset"
452
  msgstr "Right offset"
453
 
@@ -460,7 +465,7 @@ msgstr ""
460
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
461
  "anche essere negativo."
462
 
463
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
464
  msgid "Top offset"
465
  msgstr "Top offset"
466
 
@@ -472,7 +477,7 @@ msgstr ""
472
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
473
  "verso il basso, un numero piú piccolo lo muove all'alto."
474
 
475
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
476
  msgid "BuddyPress group"
477
  msgstr "BuddyPress group"
478
 
@@ -490,7 +495,7 @@ msgstr ""
490
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
491
  "sui dispositivi mobili"
492
 
493
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
494
  msgid "Url shortener"
495
  msgstr "Url shortener"
496
 
@@ -510,16 +515,16 @@ msgstr ""
510
  msgid "Enable bit.ly url shortener for tweet button"
511
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
512
 
513
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
514
  msgid "Master control to enable bit.ly url shortening for sharing"
515
  msgstr ""
516
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
517
 
518
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
519
  msgid "Bit.ly generic access token"
520
  msgstr ""
521
 
522
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
523
  #, php-format
524
  msgid ""
525
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -528,15 +533,15 @@ msgid ""
528
  "\">link</a>"
529
  msgstr ""
530
 
531
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
532
  msgid "Clear Bitly Cache"
533
  msgstr "Cancella Bitly Cache"
534
 
535
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
536
  msgid "ShortUrl cache cleared successfully."
537
  msgstr "ShortUrl cache cancellata correttamente"
538
 
539
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
540
  msgid ""
541
  "Use this to delete short urls saved in database. Handy, if urls of your "
542
  "website have been changed but short urls are still being generated for old "
@@ -547,8 +552,8 @@ msgstr ""
547
  "sono ancora in uso per i vecchi URL."
548
 
549
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
550
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
551
- #: admin/social_sharing.php:1717
552
  msgid "Language"
553
  msgstr "Lingua"
554
 
@@ -592,11 +597,11 @@ msgstr ""
592
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
593
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
594
 
595
- #: admin/like_buttons.php:726 admin/social_sharing.php:1812
596
  msgid "myCRED"
597
  msgstr ""
598
 
599
- #: admin/like_buttons.php:731 admin/social_sharing.php:1817
600
  msgid "Append myCRED referral ID to the urls being shared"
601
  msgstr ""
602
 
@@ -604,20 +609,28 @@ msgstr ""
604
  msgid "Like Buttons Shortcode & Widget"
605
  msgstr "Pulsanti Shortcode & Widget"
606
 
607
- #: admin/like_buttons.php:766 admin/social_sharing.php:1900
608
  msgid "Why is there so much space between like buttons?"
609
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
610
 
611
- #: admin/like_buttons.php:767 admin/social_sharing.php:1901
612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
613
  msgstr ""
614
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
615
  "iniziale?"
616
 
617
- #: admin/like_buttons.php:768 admin/social_sharing.php:1885
618
  msgid "How to Place Title and Social Share Icons in the Same Row?"
619
  msgstr ""
620
 
 
 
 
 
 
 
 
 
621
  #: admin/social_commenting.php:17
622
  msgid "Enable Social Commenting"
623
  msgstr "Abilita Social Commenting"
@@ -829,7 +842,7 @@ msgid "Social Commenting Shortcode"
829
  msgstr "Social Commenting Shortcode"
830
 
831
  #: admin/social_commenting.php:386 admin/social_login.php:1962
832
- #: admin/social_sharing.php:1872
833
  msgid ""
834
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
835
  "an online website for the plugin to function properly."
@@ -846,8 +859,8 @@ msgid ""
846
  "Https?"
847
  msgstr ""
848
 
849
- #: admin/social_commenting.php:389 admin/social_login.php:1969
850
- #: admin/social_sharing.php:1887
851
  msgid "Why is my browser blocking some features of the plugin?"
852
  msgstr ""
853
 
@@ -881,7 +894,7 @@ msgid "Advanced Configuration"
881
  msgstr "Configurazione Avanzata"
882
 
883
  #: admin/social_login.php:41 admin/social_login.php:1746
884
- #: super_socializer.php:2454
885
  msgid "GDPR"
886
  msgstr ""
887
 
@@ -2064,7 +2077,7 @@ msgstr ""
2064
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2065
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2066
 
2067
- #: admin/social_login.php:1490 super_socializer.php:2072
2068
  msgid "Email required"
2069
  msgstr "Email Obbligatoria"
2070
 
@@ -2124,7 +2137,8 @@ msgstr "Pannello Account"
2124
  msgid "BuddyPress profile page"
2125
  msgstr "Pagina di profilo BuddyPress"
2126
 
2127
- #: admin/social_login.php:1556 admin/social_login.php:1585
 
2128
  msgid "Custom Url"
2129
  msgstr "Url personalizzata"
2130
 
@@ -2315,8 +2329,8 @@ msgstr ""
2315
  msgid "Url of the privacy policy page of your website"
2316
  msgstr "Url della homepage del tuo sito web"
2317
 
2318
- #: admin/social_login.php:1917 inc/widget.php:261 inc/widget.php:439
2319
- #: inc/widget.php:603 inc/widget.php:751
2320
  msgid "Select"
2321
  msgstr "Selezionare"
2322
 
@@ -2338,16 +2352,6 @@ msgid ""
2338
  "belong to the same app"
2339
  msgstr ""
2340
 
2341
- #: admin/social_login.php:1967
2342
- msgid "Social Login not working with Varnish enabled"
2343
- msgstr ""
2344
-
2345
- #: admin/social_login.php:1968
2346
- msgid ""
2347
- "Why the user is not appearing logged in even after Social Login until the "
2348
- "webpage is refreshed manually?"
2349
- msgstr ""
2350
-
2351
  #: admin/social_sharing.php:18
2352
  msgid "Enable Social Sharing"
2353
  msgstr "Abilita Social Sharing"
@@ -2356,27 +2360,23 @@ msgstr "Abilita Social Sharing"
2356
  msgid "Master control to enable Social Sharing"
2357
  msgstr "Controllo Principale per abilitare Social Sharing"
2358
 
2359
- #: admin/social_sharing.php:37
2360
- msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2361
- msgstr ""
2362
-
2363
- #: admin/social_sharing.php:52
2364
  msgid "Theme Selection"
2365
  msgstr "Tema"
2366
 
2367
- #: admin/social_sharing.php:64
2368
  msgid "Troubleshooter"
2369
  msgstr "Risoluzione dei problemi"
2370
 
2371
- #: admin/social_sharing.php:73
2372
  msgid "Standard interface theme"
2373
  msgstr "Tema Interfaccia Standard"
2374
 
2375
- #: admin/social_sharing.php:78 admin/social_sharing.php:376
2376
  msgid "Icon Preview"
2377
  msgstr "Anteprima Icona"
2378
 
2379
- #: admin/social_sharing.php:150 admin/social_sharing.php:449
2380
  msgid ""
2381
  "Do not forget to save the configuration after making changes by clicking the "
2382
  "save button below"
@@ -2384,59 +2384,59 @@ msgstr ""
2384
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
2385
  "configurazione, fare clic sul pulsante Salva in basso"
2386
 
2387
- #: admin/social_sharing.php:156 admin/social_sharing.php:455
2388
  msgid "Shape"
2389
  msgstr "Forma"
2390
 
2391
- #: admin/social_sharing.php:160 admin/social_sharing.php:459
2392
- #: inc/widget.php:1084
2393
  msgid "Round"
2394
  msgstr "Arrotondata"
2395
 
2396
- #: admin/social_sharing.php:162 admin/social_sharing.php:461
2397
- #: inc/widget.php:1085
2398
  msgid "Square"
2399
  msgstr "Quadrata"
2400
 
2401
- #: admin/social_sharing.php:164 admin/social_sharing.php:463
2402
  msgid "Rectangle"
2403
  msgstr "Rettangolare"
2404
 
2405
- #: admin/social_sharing.php:171 admin/social_sharing.php:470
2406
  msgid "Shape of the sharing icons"
2407
  msgstr "Forma delle icone"
2408
 
2409
- #: admin/social_sharing.php:179 admin/social_sharing.php:478
2410
  msgid "Size (in pixels)"
2411
  msgstr "Dimensioni (in pixel)"
2412
 
2413
- #: admin/social_sharing.php:195 admin/social_sharing.php:494
2414
  msgid "Size of the sharing icons"
2415
  msgstr "Dimensione delle icone"
2416
 
2417
- #: admin/social_sharing.php:204 admin/social_sharing.php:503
2418
  msgid "Width (in pixels)"
2419
  msgstr "Larghezza (in pixel)"
2420
 
2421
- #: admin/social_sharing.php:220 admin/social_sharing.php:519
2422
  msgid "Width of the sharing icons"
2423
  msgstr ""
2424
  "Larghezza \n"
2425
  "icone"
2426
 
2427
- #: admin/social_sharing.php:227 admin/social_sharing.php:526
2428
  msgid "Height (in pixels)"
2429
  msgstr "Altezza (in pixel)"
2430
 
2431
- #: admin/social_sharing.php:243 admin/social_sharing.php:542
2432
  msgid "Height of the sharing icons"
2433
  msgstr "Altezza delle icone"
2434
 
2435
- #: admin/social_sharing.php:252 admin/social_sharing.php:551
2436
  msgid "Border radius (in pixels)"
2437
  msgstr "Raggio Bordo (in pixel)"
2438
 
2439
- #: admin/social_sharing.php:262 admin/social_sharing.php:561
2440
  msgid ""
2441
  "Specify a value for rounded corners. More the value, more rounded will the "
2442
  "corners be. Leave empty for sharp corners."
@@ -2444,23 +2444,23 @@ msgstr ""
2444
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
2445
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
2446
 
2447
- #: admin/social_sharing.php:270 admin/social_sharing.php:569
2448
  msgid "Logo Color"
2449
  msgstr "Colore Logo"
2450
 
2451
- #: admin/social_sharing.php:274 admin/social_sharing.php:294
2452
- #: admin/social_sharing.php:313 admin/social_sharing.php:573
2453
- #: admin/social_sharing.php:593 admin/social_sharing.php:611
2454
  msgid "Default"
2455
  msgstr "Predefinito"
2456
 
2457
- #: admin/social_sharing.php:276 admin/social_sharing.php:295
2458
- #: admin/social_sharing.php:318 admin/social_sharing.php:575
2459
- #: admin/social_sharing.php:594 admin/social_sharing.php:616
2460
  msgid "On Hover"
2461
  msgstr "Al Passaggio del Mouse"
2462
 
2463
- #: admin/social_sharing.php:284 admin/social_sharing.php:583
2464
  msgid ""
2465
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2466
  "empty for default. You can get the hex code of the required color from <a "
@@ -2471,7 +2471,7 @@ msgstr ""
2471
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
2472
  "\"_blank\">questo collegamento</a>"
2473
 
2474
- #: admin/social_sharing.php:302 admin/social_sharing.php:601
2475
  msgid ""
2476
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2477
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -2484,89 +2484,89 @@ msgstr ""
2484
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
2485
  "collegamento</a>"
2486
 
2487
- #: admin/social_sharing.php:309 admin/social_sharing.php:608
2488
  msgid "Border"
2489
  msgstr "Bordo"
2490
 
2491
- #: admin/social_sharing.php:315 admin/social_sharing.php:320
2492
- #: admin/social_sharing.php:613 admin/social_sharing.php:618
2493
  msgid "Border Width"
2494
  msgstr "Larghezza"
2495
 
2496
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
2497
- #: admin/social_sharing.php:614 admin/social_sharing.php:619
2498
  msgid "Border Color"
2499
  msgstr "Colore"
2500
 
2501
- #: admin/social_sharing.php:328 admin/social_sharing.php:626
2502
  msgid "Icon border"
2503
  msgstr "Bordo Icona"
2504
 
2505
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2506
  msgid "Counter Position"
2507
  msgstr "Posizione Counter"
2508
 
2509
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2510
  msgid "(applies, if counter enabled)"
2511
  msgstr "(Si applica, se il Counter è abilitato)"
2512
 
2513
- #: admin/social_sharing.php:341 admin/social_sharing.php:639
2514
  msgid "Top"
2515
  msgstr "Top"
2516
 
2517
- #: admin/social_sharing.php:345 admin/social_sharing.php:643
2518
  msgid "Bottom"
2519
  msgstr "Parte inferiore"
2520
 
2521
- #: admin/social_sharing.php:347 admin/social_sharing.php:645
2522
  msgid "Inner Left"
2523
  msgstr "Interno Sinistra"
2524
 
2525
- #: admin/social_sharing.php:349 admin/social_sharing.php:647
2526
  msgid "Inner Top"
2527
  msgstr "Interno Superiore"
2528
 
2529
- #: admin/social_sharing.php:351 admin/social_sharing.php:649
2530
  msgid "Inner Right"
2531
  msgstr "Interno Destra"
2532
 
2533
- #: admin/social_sharing.php:353 admin/social_sharing.php:651
2534
  msgid "Inner Bottom"
2535
  msgstr "Interno Fonfo"
2536
 
2537
- #: admin/social_sharing.php:361 admin/social_sharing.php:659
2538
  msgid "Position of share counter"
2539
  msgstr "Posizione dello share counter"
2540
 
2541
- #: admin/social_sharing.php:371
2542
  msgid "Floating interface theme"
2543
  msgstr "Tema Interfaccia Floating"
2544
 
2545
- #: admin/social_sharing.php:675
2546
  msgid "Standard Sharing Interface Options"
2547
  msgstr "Opzioni Interfaccia Sharing Standard"
2548
 
2549
- #: admin/social_sharing.php:680
2550
  msgid "Enable Standard sharing interface"
2551
  msgstr "Abilita interfaccia standard"
2552
 
2553
- #: admin/social_sharing.php:690
2554
  msgid "Master control to enable standard sharing"
2555
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
2556
 
2557
- #: admin/social_sharing.php:714 admin/social_sharing.php:1135
2558
  msgid "Url to share"
2559
  msgstr "Url da condividere"
2560
 
2561
- #: admin/social_sharing.php:731
2562
  msgid "The text to display above the sharing interface"
2563
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
2564
 
2565
- #: admin/social_sharing.php:755 admin/social_sharing.php:1143
2566
  msgid "Instagram username"
2567
  msgstr "Username Instagram"
2568
 
2569
- #: admin/social_sharing.php:765 admin/social_sharing.php:1153
2570
  msgid ""
2571
  "Username of the Instagram account you want to redirect users to, on clicking "
2572
  "the icon"
@@ -2574,59 +2574,73 @@ msgstr ""
2574
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2575
  "utenti facendo clic sull'icona"
2576
 
2577
- #: admin/social_sharing.php:774 admin/social_sharing.php:1162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2578
  #, fuzzy
2579
  msgid "HTML ID of container element of comment form"
2580
  msgstr "ID HTML del modulo dei commenti container"
2581
 
2582
- #: admin/social_sharing.php:784 admin/social_sharing.php:1172
2583
  msgid ""
2584
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2585
  "icon."
2586
  msgstr ""
2587
 
2588
- #: admin/social_sharing.php:797 admin/social_sharing.php:1180
2589
  msgid "Rearrange icons"
2590
  msgstr "Riorganizza le icone"
2591
 
2592
- #: admin/social_sharing.php:858 admin/social_sharing.php:1239
2593
  msgid "Drag the icons to rearrange in desired order"
2594
  msgstr "Trascina le icone per riordinare"
2595
 
2596
- #: admin/social_sharing.php:865 admin/social_sharing.php:1246
2597
  msgid "Select Sharing Services"
2598
  msgstr "Seleziona i Service"
2599
 
2600
- #: admin/social_sharing.php:872 admin/social_sharing.php:1253
2601
  msgid "Select sharing services to show in social share bar"
2602
  msgstr "Seleziona i servizi di sharing da mostrare"
2603
 
2604
- #: admin/social_sharing.php:890 admin/social_sharing.php:1271
2605
  #, fuzzy
2606
  msgid "Search social network"
2607
  msgstr "come rete sociale primaria"
2608
 
2609
- #: admin/social_sharing.php:922 admin/social_sharing.php:1319
2610
  msgid "Horizontal alignment of the sharing interface"
2611
  msgstr "Allineamento orizzontale della interfaccia sharing"
2612
 
2613
- #: admin/social_sharing.php:942
2614
  msgid "Specify position of the sharing interface with respect to the content"
2615
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
2616
 
2617
- #: admin/social_sharing.php:949 admin/social_sharing.php:1381
2618
  msgid "Placement"
2619
  msgstr "Collocazione"
2620
 
2621
- #: admin/social_sharing.php:1017
2622
  msgid "Specify the pages where you want to enable Sharing interface"
2623
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
2624
 
2625
- #: admin/social_sharing.php:1024 admin/social_sharing.php:1437
2626
  msgid "Show share counts"
2627
  msgstr "Mostra quantità"
2628
 
2629
- #: admin/social_sharing.php:1029 admin/social_sharing.php:1442
2630
  #, fuzzy
2631
  msgid ""
2632
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2635,7 +2649,7 @@ msgstr ""
2635
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
2636
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
2637
 
2638
- #: admin/social_sharing.php:1030 admin/social_sharing.php:1443
2639
  #, php-format
2640
  msgid ""
2641
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2644,32 +2658,32 @@ msgid ""
2644
  "their website."
2645
  msgstr ""
2646
 
2647
- #: admin/social_sharing.php:1037 admin/social_sharing.php:1450
2648
  msgid "If enabled, share counts are displayed above sharing icons."
2649
  msgstr ""
2650
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
2651
  "sopra le icone condivise"
2652
 
2653
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1458
2654
- #: admin/social_sharing.php:1659
2655
  msgid "Track Social Shares for Every Social Network"
2656
  msgstr ""
2657
 
2658
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1464
2659
  msgid "Show total shares"
2660
  msgstr "Mostra totale"
2661
 
2662
- #: admin/social_sharing.php:1061 admin/social_sharing.php:1474
2663
  msgid "If enabled, total shares will be displayed with sharing icons"
2664
  msgstr ""
2665
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
2666
  "le icone condivise"
2667
 
2668
- #: admin/social_sharing.php:1069 admin/social_sharing.php:1482
2669
  msgid "Enable 'More' icon"
2670
  msgstr "Abilita icona 'More'"
2671
 
2672
- #: admin/social_sharing.php:1079 admin/social_sharing.php:1492
2673
  msgid ""
2674
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2675
  "which shows additional sharing networks in popup"
@@ -2678,19 +2692,19 @@ msgstr ""
2678
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
2679
  "disponibili"
2680
 
2681
- #: admin/social_sharing.php:1096
2682
  msgid "Floating Sharing Interface Options"
2683
  msgstr "Opzioni"
2684
 
2685
- #: admin/social_sharing.php:1101
2686
  msgid "Enable Floating sharing interface"
2687
  msgstr "Abilita Interfaccia Floating"
2688
 
2689
- #: admin/social_sharing.php:1111
2690
  msgid "Master control to enable floating sharing widget"
2691
  msgstr "Controllo Principale per abilitare il floating sharing widget"
2692
 
2693
- #: admin/social_sharing.php:1299
2694
  msgid ""
2695
  "Specify the color or hex code (example #cc78e0) for the background of "
2696
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2701,7 +2715,7 @@ msgstr ""
2701
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2702
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2703
 
2704
- #: admin/social_sharing.php:1337
2705
  msgid ""
2706
  "Specify a number. Increase in number will shift sharing interface towards "
2707
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2710,7 +2724,7 @@ msgstr ""
2710
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
2711
  "essere negativo."
2712
 
2713
- #: admin/social_sharing.php:1356
2714
  msgid ""
2715
  "Specify a number. Increase in number will shift sharing interface towards "
2716
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2719,7 +2733,7 @@ msgstr ""
2719
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
2720
  "essere negativo."
2721
 
2722
- #: admin/social_sharing.php:1374
2723
  msgid ""
2724
  "Specify a number. Increase in number will shift sharing interface towards "
2725
  "bottom and decrease will shift it towards top."
@@ -2727,32 +2741,32 @@ msgstr ""
2727
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
2728
  "verso il basso e un numero minore lo muove verso l'alto."
2729
 
2730
- #: admin/social_sharing.php:1430
2731
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2732
  msgstr ""
2733
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
2734
 
2735
- #: admin/social_sharing.php:1499
2736
  #, fuzzy
2737
  msgid "Hide floating slider"
2738
  msgstr "Nascondi per gli utenti loggati:"
2739
 
2740
- #: admin/social_sharing.php:1509
2741
  #, fuzzy
2742
  msgid "Hides the slider arrow present below the floating share bar"
2743
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
2744
 
2745
- #: admin/social_sharing.php:1516
2746
  msgid "Vertical floating bar responsiveness"
2747
  msgstr "Responsiveness Vertical"
2748
 
2749
- #: admin/social_sharing.php:1519 inc/widget.php:1063
2750
  #, php-format
2751
  msgid "Display vertical interface only when screen is wider than %s pixels"
2752
  msgstr ""
2753
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
2754
 
2755
- #: admin/social_sharing.php:1526
2756
  msgid ""
2757
  "Display vertical interface only when screen is wider than the width "
2758
  "specified."
@@ -2760,11 +2774,11 @@ msgstr ""
2760
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
2761
  "alla larghezza specificata."
2762
 
2763
- #: admin/social_sharing.php:1533
2764
  msgid "Horizontal floating bar responsiveness"
2765
  msgstr "Responsiveness Horizontal"
2766
 
2767
- #: admin/social_sharing.php:1536 inc/widget.php:1067
2768
  #, php-format
2769
  msgid ""
2770
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2773,7 +2787,7 @@ msgstr ""
2773
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
2774
  "quando lo schermo è più stretto di %s pixel"
2775
 
2776
- #: admin/social_sharing.php:1543
2777
  msgid ""
2778
  "Stick vertical floating interface horizontally at bottom only when screen is "
2779
  "narrower than the width specified"
@@ -2781,64 +2795,73 @@ msgstr ""
2781
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
2782
  "schermo è più stretto della larghezza specificata"
2783
 
2784
- #: admin/social_sharing.php:1552
2785
  msgid "Horizontal floating bar position"
2786
  msgstr "Posizione Horizontal floating bar"
2787
 
2788
- #: admin/social_sharing.php:1555 inc/widget.php:1073
2789
  #, php-format
2790
  msgid "%s pixels from %s"
2791
  msgstr "%s pixels da %s"
2792
 
2793
- #: admin/social_sharing.php:1556
2794
  msgid "Auto-adjust according to screen width (responsive)"
2795
  msgstr ""
2796
 
2797
- #: admin/social_sharing.php:1563
2798
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2799
  msgstr ""
2800
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
2801
  "essere anche negativo."
2802
 
2803
- #: admin/social_sharing.php:1588
 
 
 
 
 
 
 
 
 
2804
  msgid "Use shortlinks already installed"
2805
  msgstr "Utilizza shortlinks installati"
2806
 
2807
- #: admin/social_sharing.php:1598
2808
  msgid "Uses default short url permalinks without using any additional plugin"
2809
  msgstr ""
2810
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
2811
  "plugin aggiuntivo"
2812
 
2813
- #: admin/social_sharing.php:1605
2814
  msgid "Enable bit.ly url shortener for sharing"
2815
  msgstr "Abilita bit.ly url shortener"
2816
 
2817
- #: admin/social_sharing.php:1664
2818
  msgid "Share Count Cache"
2819
  msgstr "Share Count Cache"
2820
 
2821
- #: admin/social_sharing.php:1669
2822
  msgid "Refresh Share Count cache every"
2823
  msgstr "Aggiorna cache ogni"
2824
 
2825
- #: admin/social_sharing.php:1674
2826
  msgid "Second(s)"
2827
  msgstr "Secondo(i)"
2828
 
2829
- #: admin/social_sharing.php:1675
2830
  msgid "Minute(s)"
2831
  msgstr "Minuto(i)"
2832
 
2833
- #: admin/social_sharing.php:1676
2834
  msgid "Hour(s)"
2835
  msgstr "Ora(e)"
2836
 
2837
- #: admin/social_sharing.php:1677
2838
  msgid "Day(s)"
2839
  msgstr "Giorno(i)"
2840
 
2841
- #: admin/social_sharing.php:1685
2842
  #, fuzzy, php-format
2843
  msgid ""
2844
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2848,19 +2871,19 @@ msgstr ""
2848
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
2849
  "rallentare il caricamento delle pagine."
2850
 
2851
- #: admin/social_sharing.php:1692
2852
  msgid "Clear Share Counts Cache"
2853
  msgstr "Cancella Share Counts Cache"
2854
 
2855
- #: admin/social_sharing.php:1696
2856
  msgid "Share Counts cache cleared successfully."
2857
  msgstr "Share Counts cache cancellata correttamente"
2858
 
2859
- #: admin/social_sharing.php:1703
2860
  msgid "Use this to clear cached share counts"
2861
  msgstr "Da utilizzare per cancellare la cache degli share counts"
2862
 
2863
- #: admin/social_sharing.php:1727
2864
  #, php-format
2865
  msgid ""
2866
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2872,15 +2895,15 @@ msgstr ""
2872
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2873
  "predefinita"
2874
 
2875
- #: admin/social_sharing.php:1736
2876
  msgid "Username in sharing"
2877
  msgstr "Username in sharing"
2878
 
2879
- #: admin/social_sharing.php:1741
2880
  msgid "Twitter username (without @)"
2881
  msgstr "Username Twitter (senza @)"
2882
 
2883
- #: admin/social_sharing.php:1751 admin/social_sharing.php:1769
2884
  msgid ""
2885
  "Provided username will be appended after the content being shared as \"via "
2886
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2889,28 +2912,28 @@ msgstr ""
2889
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
2890
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2891
 
2892
- #: admin/social_sharing.php:1759
2893
  msgid "Buffer username (without @)"
2894
  msgstr "Username Buffer (senza @)"
2895
 
2896
- #: admin/social_sharing.php:1778
2897
  msgid "AMP"
2898
  msgstr "AMP"
2899
 
2900
- #: admin/social_sharing.php:1783
2901
  msgid "Enable sharing on AMP pages"
2902
  msgstr "Abilita sharing nelle pagine di AMP"
2903
 
2904
- #: admin/social_sharing.php:1793
2905
  msgid "Enable this option to render sharing icons on AMP pages"
2906
  msgstr ""
2907
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
2908
 
2909
- #: admin/social_sharing.php:1850
2910
  msgid "Facebook Sharing Troubleshooter"
2911
  msgstr "Risoluzione dei problemi Facebook Sharing"
2912
 
2913
- #: admin/social_sharing.php:1855
2914
  #, fuzzy
2915
  msgid ""
2916
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2922,7 +2945,7 @@ msgstr ""
2922
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
2923
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
2924
 
2925
- #: admin/social_sharing.php:1873
2926
  msgid ""
2927
  "Why is sharer not showing the correct image, title and other meta tags "
2928
  "content?"
@@ -2930,12 +2953,12 @@ msgstr ""
2930
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
2931
  "altri contenuti meta tag?"
2932
 
2933
- #: admin/social_sharing.php:1874
2934
  #, fuzzy
2935
  msgid "Why is Facebook share count not working?"
2936
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2937
 
2938
- #: admin/social_sharing.php:1875 super_socializer.php:3199
2939
  #, php-format
2940
  msgid ""
2941
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2944,11 +2967,11 @@ msgid ""
2944
  "not just for Facebook but for all the social networks"
2945
  msgstr ""
2946
 
2947
- #: admin/social_sharing.php:1877
2948
  msgid "Why is Instagram icon redirecting to Instagram website?"
2949
  msgstr ""
2950
 
2951
- #: admin/social_sharing.php:1878
2952
  msgid ""
2953
  "Instagram icon is there to send website visitors to the Instagram page of "
2954
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2956,39 +2979,39 @@ msgid ""
2956
  "sections."
2957
  msgstr ""
2958
 
2959
- #: admin/social_sharing.php:1881
2960
  #, fuzzy
2961
  msgid "How to customize the url being shared?"
2962
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
2963
 
2964
- #: admin/social_sharing.php:1882
2965
  msgid ""
2966
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2967
  msgstr ""
2968
 
2969
- #: admin/social_sharing.php:1883
2970
  msgid ""
2971
  "It takes some time for their service to track the shares made on Twitter "
2972
  "from your website. If you still feel it's taking too long you can contact "
2973
  "their support directly from their website."
2974
  msgstr ""
2975
 
2976
- #: admin/social_sharing.php:1886
2977
  msgid ""
2978
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2979
  msgstr ""
2980
 
2981
- #: admin/social_sharing.php:1888
2982
  #, fuzzy
2983
  msgid "Why the color of share icons is not being updated?"
2984
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2985
 
2986
- #: admin/social_sharing.php:1889
2987
  #, fuzzy
2988
  msgid "Why Facebook share counts are not appearing?"
2989
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2990
 
2991
- #: admin/social_sharing.php:1890
2992
  msgid ""
2993
  "How can I show share counts of my website rather than of individual pages/"
2994
  "posts?"
@@ -2996,43 +3019,43 @@ msgstr ""
2996
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
2997
  "pagine/post?"
2998
 
2999
- #: admin/social_sharing.php:1891
3000
  msgid "How can I disable sharing on particular page/post?"
3001
  msgstr ""
3002
  "Come è possibile disattivare la condivisione di una pagina/post in "
3003
  "particolare?"
3004
 
3005
- #: admin/social_sharing.php:1892
3006
  msgid "How can I specify minimum sharing count for sharing networks?"
3007
  msgstr ""
3008
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
3009
  "di reti?"
3010
 
3011
- #: admin/social_sharing.php:1893
3012
  msgid "How to share specific page?"
3013
  msgstr "Come posso condividere la pagina specifica?"
3014
 
3015
- #: admin/social_sharing.php:1894
3016
  msgid "How to integrate Google Analytics with sharing?"
3017
  msgstr "Come posso integrare Google Analytics con lo sharing?"
3018
 
3019
- #: admin/social_sharing.php:1895
3020
  msgid "How to customize the look of total share counts?"
3021
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
3022
 
3023
- #: admin/social_sharing.php:1896
3024
  msgid "How to customize the look of individual share counts?"
3025
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
3026
 
3027
- #: admin/social_sharing.php:1897
3028
  msgid "How to show Whatsapp icon only on mobile devices?"
3029
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
3030
 
3031
- #: admin/social_sharing.php:1898
3032
  msgid "How to hide arrow after floating sharing bar?"
3033
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
3034
 
3035
- #: admin/social_sharing.php:1899
3036
  #, fuzzy
3037
  msgid "Why is share count not getting updated?"
3038
  msgstr "Perché gli Share Counts non vengono aggiornati?"
@@ -3084,47 +3107,47 @@ msgstr "Connesso con"
3084
  msgid "Remove"
3085
  msgstr "rimuovere"
3086
 
3087
- #: helper.php:711
3088
  msgid "Social Account Linking"
3089
  msgstr "Collegamento Social Account"
3090
 
3091
- #: helper.php:761
3092
  msgid "Disable Standard Social Sharing on this "
3093
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3094
 
3095
- #: helper.php:766
3096
  msgid "Disable Floating Social Sharing on this "
3097
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3098
 
3099
- #: helper.php:771
3100
  msgid "Disable Standard like buttons on this "
3101
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
3102
 
3103
- #: helper.php:776
3104
  msgid "Disable Floating like buttons on this "
3105
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
3106
 
3107
- #: helper.php:781
3108
  msgid "Disable Social Commenting on this "
3109
  msgstr "Disabilita Social Commenting"
3110
 
3111
- #: helper.php:790
3112
  msgid "Standard Sharing Interface"
3113
  msgstr "Interfaccia Sharing Standard"
3114
 
3115
- #: helper.php:796 helper.php:815
3116
  msgid "Starting share count for "
3117
  msgstr "Avvio share count per"
3118
 
3119
- #: helper.php:809
3120
  msgid "Floating Sharing Interface"
3121
  msgstr "Interfaccia Sharing Floating"
3122
 
3123
- #: helper.php:905 super_socializer.php:2470
3124
  msgid "Social Avatar"
3125
  msgstr "Social Avatar"
3126
 
3127
- #: helper.php:908 super_socializer.php:2481
3128
  msgid ""
3129
  "Do not fetch and update social avatar from my profile, next time I Social "
3130
  "Login"
@@ -3132,44 +3155,44 @@ msgstr ""
3132
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3133
  "social avatar dal mio profilo."
3134
 
3135
- #: helper.php:909 super_socializer.php:2485
3136
  msgid "Update social avatar, next time I Social Login"
3137
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3138
 
3139
- #: helper.php:912
3140
  msgid "Small Avatar"
3141
  msgstr "Avatar Piccolo"
3142
 
3143
- #: helper.php:916
3144
  msgid "Large Avatar"
3145
  msgstr "Avatar Grande"
3146
 
3147
- #: helper.php:976 super_socializer.php:2050
3148
  msgid "Please verify your email address to login."
3149
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3150
 
3151
- #: helper.php:1013
3152
  msgid "Click to delete social profile data"
3153
  msgstr ""
3154
 
3155
- #: helper.php:1042
3156
  #, fuzzy
3157
  msgid "Deleting"
3158
  msgstr "Configurazioni"
3159
 
3160
- #: helper.php:1052
3161
  msgid "Deleted"
3162
  msgstr ""
3163
 
3164
- #: helper.php:1054
3165
  msgid "Something bad happened"
3166
  msgstr ""
3167
 
3168
- #: inc/shortcode.php:214 inc/widget.php:47
3169
  msgid "Log Out"
3170
  msgstr "Log Out"
3171
 
3172
- #: inc/shortcode.php:295
3173
  msgid ""
3174
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3175
  "Socializer > Social Login\" page in admin panel"
@@ -3178,27 +3201,27 @@ msgstr ""
3178
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3179
  "amministrazione"
3180
 
3181
- #: inc/social_login.php:1034
3182
  msgid "Email"
3183
  msgstr "Email"
3184
 
3185
- #: inc/social_login.php:1035
3186
  msgid "Confirm email"
3187
  msgstr "Conferma email"
3188
 
3189
- #: inc/social_login.php:1037
3190
  msgid "Save"
3191
  msgstr "Salva"
3192
 
3193
- #: inc/social_login.php:1038
3194
  msgid "Cancel"
3195
  msgstr "Cancella"
3196
 
3197
- #: inc/social_login.php:1112
3198
  msgid "Email Verification"
3199
  msgstr "Abilita verifica email"
3200
 
3201
- #: inc/social_login.php:1114
3202
  msgid ""
3203
  "Please click on the following link or paste it in browser to verify your "
3204
  "email"
@@ -3222,19 +3245,19 @@ msgstr "Archivi di categorie"
3222
  msgid "Total Shares"
3223
  msgstr "Mostra totale"
3224
 
3225
- #: inc/social_sharing.php:272 super_socializer.php:2160
3226
  msgid "Share"
3227
  msgstr "Share"
3228
 
3229
- #: inc/social_sharing.php:272 super_socializer.php:2160
3230
  msgid "Shares"
3231
  msgstr "Shares"
3232
 
3233
- #: inc/social_sharing.php:963 inc/social_sharing.php:1201
3234
  msgid "Invalid request"
3235
  msgstr "Domanda non valida"
3236
 
3237
- #: inc/social_sharing.php:970
3238
  msgid "Providers not selected"
3239
  msgstr "Providers non selezionati"
3240
 
@@ -3251,11 +3274,11 @@ msgstr ""
3251
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
3252
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
3253
 
3254
- #: inc/widget.php:71
3255
  msgid "Login with your Social Account"
3256
  msgstr "Login con il tuo Account Social"
3257
 
3258
- #: inc/widget.php:82
3259
  msgid ""
3260
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3261
  "page."
@@ -3263,28 +3286,28 @@ msgstr ""
3263
  "Assicurati che \"Social Login \" sia abilitato alla pagina \"Super "
3264
  "Socializer> Social Login\"."
3265
 
3266
- #: inc/widget.php:83
3267
  msgid "Title (before login):"
3268
  msgstr ""
3269
 
3270
- #: inc/widget.php:85
3271
  msgid "Title (after login):"
3272
  msgstr ""
3273
 
3274
- #: inc/widget.php:87 inc/widget.php:267 inc/widget.php:609 inc/widget.php:1022
3275
  msgid "Before widget content:"
3276
  msgstr "Prima del contenuto del widget:"
3277
 
3278
- #: inc/widget.php:89 inc/widget.php:269 inc/widget.php:611 inc/widget.php:1162
3279
  msgid "After widget content:"
3280
  msgstr "Dopo il contenuto del widget:"
3281
 
3282
- #: inc/widget.php:92 inc/widget.php:271 inc/widget.php:464 inc/widget.php:613
3283
- #: inc/widget.php:776
3284
  msgid "Hide for logged in users:"
3285
  msgstr "Nascondi per gli utenti loggati:"
3286
 
3287
- #: inc/widget.php:111
3288
  #, fuzzy
3289
  msgid ""
3290
  "Standard sharing widget. Let your website users share content on popular "
@@ -3294,7 +3317,7 @@ msgstr ""
3294
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
3295
  "e molti altri"
3296
 
3297
- #: inc/widget.php:252
3298
  msgid ""
3299
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3300
  "Social Sharing\" page."
@@ -3302,23 +3325,28 @@ msgstr ""
3302
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
3303
  "Socializer> Social Sharing\"."
3304
 
3305
- #: inc/widget.php:253 inc/widget.php:599
3306
  msgid "Title:"
3307
  msgstr "Titolo:"
3308
 
3309
- #: inc/widget.php:255 inc/widget.php:433
3310
  msgid "Show individual share counts:"
3311
  msgstr "Mostra conteggi condivisioni individuali:"
3312
 
3313
- #: inc/widget.php:257 inc/widget.php:435
3314
  msgid "Show total shares:"
3315
  msgstr "Mostra totale condivisioni:"
3316
 
3317
- #: inc/widget.php:259 inc/widget.php:437 inc/widget.php:601 inc/widget.php:749
3318
  msgid "Target Url:"
3319
  msgstr "URL di destinazione:"
3320
 
3321
- #: inc/widget.php:290
 
 
 
 
 
3322
  #, fuzzy
3323
  msgid ""
3324
  "Floating sharing widget. Let your website users share content on popular "
@@ -3328,7 +3356,7 @@ msgstr ""
3328
  "sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, "
3329
  "Google+, e molti altri"
3330
 
3331
- #: inc/widget.php:432
3332
  msgid ""
3333
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3334
  "Social Sharing\" page."
@@ -3336,23 +3364,23 @@ msgstr ""
3336
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
3337
  "Socializer> Social Sharing\"."
3338
 
3339
- #: inc/widget.php:445 inc/widget.php:757
3340
  msgid "Alignment"
3341
  msgstr "Allineamento"
3342
 
3343
- #: inc/widget.php:451 inc/widget.php:763
3344
  msgid "Left Offset"
3345
  msgstr "Left Offset"
3346
 
3347
- #: inc/widget.php:455 inc/widget.php:767
3348
  msgid "Right Offset"
3349
  msgstr "Right Offset"
3350
 
3351
- #: inc/widget.php:458 inc/widget.php:770
3352
  msgid "Top Offset"
3353
  msgstr "Top Offset"
3354
 
3355
- #: inc/widget.php:483
3356
  #, fuzzy
3357
  msgid ""
3358
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3362,7 +3390,7 @@ msgstr ""
3362
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
3363
  "Twitter, Tumblr, Google+, e molte altre."
3364
 
3365
- #: inc/widget.php:598
3366
  msgid ""
3367
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3368
  "Like Buttons\" page."
@@ -3370,7 +3398,7 @@ msgstr ""
3370
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
3371
  "\"Super Socializer > Like Buttons\"."
3372
 
3373
- #: inc/widget.php:632
3374
  #, fuzzy
3375
  msgid ""
3376
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3380,7 +3408,7 @@ msgstr ""
3380
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
3381
  "Twitter, Tumblr, Google+, e molti altri"
3382
 
3383
- #: inc/widget.php:748
3384
  msgid ""
3385
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3386
  "Like Buttons\" page."
@@ -3388,197 +3416,207 @@ msgstr ""
3388
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
3389
  "\"Super Socializer > Like Buttons\"."
3390
 
3391
- #: inc/widget.php:792
3392
  #, fuzzy
3393
  msgid "Super Socializer - Follow Icons"
3394
  msgstr "Super Socializer - Login"
3395
 
3396
- #: inc/widget.php:794
3397
  #, fuzzy
3398
  msgid "These icons link to your Social Media accounts"
3399
  msgstr "Login con il tuo Account Social"
3400
 
3401
- #: inc/widget.php:1026
3402
  msgid "Type:"
3403
  msgstr ""
3404
 
3405
- #: inc/widget.php:1029
3406
  #, fuzzy
3407
  msgid "Standard"
3408
  msgstr "Opzioni"
3409
 
3410
- #: inc/widget.php:1032
3411
  #, fuzzy
3412
  msgid "Floating"
3413
  msgstr "Abilita pulsanti"
3414
 
3415
- #: inc/widget.php:1037
3416
  #, fuzzy
3417
  msgid "Top offset:"
3418
  msgstr "Top offset"
3419
 
3420
- #: inc/widget.php:1041
3421
  #, fuzzy
3422
  msgid "Alignment:"
3423
  msgstr "Allineamento"
3424
 
3425
- #: inc/widget.php:1059
3426
  #, fuzzy
3427
  msgid "Offset"
3428
  msgstr "Top Offset"
3429
 
3430
- #: inc/widget.php:1073
3431
  #, fuzzy
3432
  msgid "right"
3433
  msgstr "Destra"
3434
 
3435
- #: inc/widget.php:1073
3436
  #, fuzzy
3437
  msgid "left"
3438
  msgstr "Sinistra"
3439
 
3440
- #: inc/widget.php:1076
3441
  msgid "Auto-adjust according to the screen-width (responsive)"
3442
  msgstr ""
3443
 
3444
- #: inc/widget.php:1080
3445
  #, fuzzy
3446
  msgid "Size of icons"
3447
  msgstr "Dimensione delle icone"
3448
 
3449
- #: inc/widget.php:1082
3450
  #, fuzzy
3451
  msgid "Icon Shape"
3452
  msgstr "Forma"
3453
 
3454
- #: inc/widget.php:1087
3455
  msgid "Apply icon color and background color from Theme Selection section:"
3456
  msgstr ""
3457
 
3458
- #: inc/widget.php:1089
3459
  msgid "No"
3460
  msgstr ""
3461
 
3462
- #: inc/widget.php:1090
3463
  #, fuzzy
3464
  msgid "Yes, Standard Interface Theme"
3465
  msgstr "Tema Interfaccia Standard"
3466
 
3467
- #: inc/widget.php:1091
3468
  #, fuzzy
3469
  msgid "Yes, Floating Interface Theme"
3470
  msgstr "Tema Interfaccia Floating"
3471
 
3472
- #: inc/widget.php:1093
3473
  #, fuzzy
3474
  msgid "Facebook URL:"
3475
  msgstr "Facebook App ID"
3476
 
3477
- #: inc/widget.php:1096
3478
  #, fuzzy
3479
  msgid "Twitter URL:"
3480
  msgstr "Twitter"
3481
 
3482
- #: inc/widget.php:1099
3483
  #, fuzzy
3484
  msgid "Parler URL:"
3485
  msgstr "Instagram"
3486
 
3487
- #: inc/widget.php:1102
3488
  #, fuzzy
3489
  msgid "Instagram URL:"
3490
  msgstr "Instagram"
3491
 
3492
- #: inc/widget.php:1105
3493
  #, fuzzy
3494
  msgid "Pinterest URL:"
3495
  msgstr "Pinterest"
3496
 
3497
- #: inc/widget.php:1108
3498
  msgid "Behance URL:"
3499
  msgstr ""
3500
 
3501
- #: inc/widget.php:1111
3502
  msgid "Flickr URL:"
3503
  msgstr ""
3504
 
3505
- #: inc/widget.php:1114
3506
  msgid "Foursquare URL:"
3507
  msgstr ""
3508
 
3509
- #: inc/widget.php:1117
3510
  msgid "Github URL:"
3511
  msgstr ""
3512
 
3513
- #: inc/widget.php:1120
3514
  #, fuzzy
3515
  msgid "LinkedIn URL:"
3516
  msgstr "LinkedIn"
3517
 
3518
- #: inc/widget.php:1123
3519
  #, fuzzy
3520
  msgid "LinkedIn Company URL:"
3521
  msgstr "LinkedIn"
3522
 
3523
- #: inc/widget.php:1126
3524
  #, fuzzy
3525
  msgid "Medium URL:"
3526
  msgstr "Tumblr"
3527
 
3528
- #: inc/widget.php:1129
3529
  #, fuzzy
3530
  msgid "MeWe URL:"
3531
  msgstr "Tumblr"
3532
 
3533
- #: inc/widget.php:1132
3534
  msgid "Odnoklassniki URL:"
3535
  msgstr ""
3536
 
3537
- #: inc/widget.php:1135
3538
  msgid "Snapchat URL:"
3539
  msgstr ""
3540
 
3541
- #: inc/widget.php:1138
3542
  #, fuzzy
3543
  msgid "Telegram URL:"
3544
  msgstr "Instagram"
3545
 
3546
- #: inc/widget.php:1141
3547
  #, fuzzy
3548
  msgid "Tumblr URL:"
3549
  msgstr "Tumblr"
3550
 
3551
- #: inc/widget.php:1144
3552
  msgid "Vimeo URL:"
3553
  msgstr ""
3554
 
3555
- #: inc/widget.php:1147
3556
  #, fuzzy
3557
  msgid "Vkontakte URL:"
3558
  msgstr "Vkontakte"
3559
 
3560
- #: inc/widget.php:1150
3561
  #, fuzzy
3562
  msgid "Xing URL:"
3563
  msgstr "LinkedIn"
3564
 
3565
- #: inc/widget.php:1153
3566
  msgid "Youtube URL:"
3567
  msgstr ""
3568
 
3569
- #: inc/widget.php:1156
3570
  msgid "Youtube Channel URL:"
3571
  msgstr ""
3572
 
3573
- #: inc/widget.php:1159
3574
  msgid "RSS Feed URL:"
3575
  msgstr ""
3576
 
3577
- #: super_socializer.php:538
 
 
 
 
 
 
 
 
 
 
3578
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3579
  msgstr ""
3580
 
3581
- #: super_socializer.php:1828
3582
  #, fuzzy
3583
  msgid ""
3584
  "cURL is not enabled at your website server. Please contact your website "
@@ -3587,7 +3625,7 @@ msgstr ""
3587
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3588
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3589
 
3590
- #: super_socializer.php:1856
3591
  #, fuzzy, php-format
3592
  msgid ""
3593
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3597,7 +3635,7 @@ msgstr ""
3597
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3598
  "3 %s)"
3599
 
3600
- #: super_socializer.php:1859
3601
  #, fuzzy, php-format
3602
  msgid ""
3603
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3607,7 +3645,7 @@ msgstr ""
3607
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3608
  "3 %s)"
3609
 
3610
- #: super_socializer.php:1862
3611
  msgid ""
3612
  "Make sure cURL is enabled at your website server. You may need to contact "
3613
  "the server administrator of your website to verify this"
@@ -3615,129 +3653,135 @@ msgstr ""
3615
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3616
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3617
 
3618
- #: super_socializer.php:2028
3619
  msgid "Search"
3620
  msgstr ""
3621
 
3622
- #: super_socializer.php:2050
3623
  msgid "Your email has been verified. Now you can login to your account"
3624
  msgstr ""
3625
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3626
  "account"
3627
 
3628
- #: super_socializer.php:2054
3629
  msgid "Notification"
3630
  msgstr "Notifiche"
3631
 
3632
- #: super_socializer.php:2075
3633
  msgid "Please check your email inbox to complete the registration."
3634
  msgstr ""
3635
  "Per favore, per completare la registrazione, controlla la tua casella di "
3636
  "posta elettronica."
3637
 
3638
- #: super_socializer.php:2144
3639
  msgid "Leave a reply"
3640
  msgstr "Lascia un commento"
3641
 
3642
- #: super_socializer.php:2160
3643
  #, fuzzy
3644
  msgid "Link copied."
3645
  msgstr "LinkedIn"
3646
 
3647
- #: super_socializer.php:2386
3648
  msgid "Super Socializer - General Options"
3649
  msgstr "Super Socializer - Opzioni"
3650
 
3651
- #: super_socializer.php:2457
3652
  msgid ""
3653
  "I agree to my personal data being stored and used as per Privacy Policy and "
3654
  "Terms and Conditions"
3655
  msgstr ""
3656
 
3657
- #: super_socializer.php:2461
3658
  msgid ""
3659
  "I revoke my consent to store and use my personal data. Kindly delete my "
3660
  "personal data saved in this website."
3661
  msgstr ""
3662
 
3663
- #: super_socializer.php:2473
3664
  msgid "Small Avatar Url"
3665
  msgstr "Url Avatar Piccolo"
3666
 
3667
- #: super_socializer.php:2477
3668
  msgid "Large Avatar Url"
3669
  msgstr "URL Avatar Grande"
3670
 
3671
- #: super_socializer.php:2579
3672
  msgid "Login with your Social ID"
3673
  msgstr "Login con il tuo ID Social"
3674
 
3675
- #: super_socializer.php:2580
3676
  msgid "Email you entered is already registered or invalid"
3677
  msgstr "La email inserita è già registrata o non è valida"
3678
 
3679
- #: super_socializer.php:2587
3680
  msgid "Please enter a valid email address. You might be required to verify it"
3681
  msgstr ""
3682
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3683
  "una verifica"
3684
 
3685
- #: super_socializer.php:2591 super_socializer.php:3355
3686
  msgid "Link your social account to login to your account at this website"
3687
  msgstr ""
3688
  "Collega il tuo social account per accedere al tuo account su questo sito"
3689
 
3690
- #: super_socializer.php:2849
3691
  msgid "Thanks for installing Super Socializer plugin"
3692
  msgstr ""
3693
 
3694
- #: super_socializer.php:2851
3695
  msgid "Configure the Plugin"
3696
  msgstr ""
3697
 
3698
- #: super_socializer.php:2862
3699
  msgid ""
3700
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3701
  "current version of Super Socializer"
3702
  msgstr ""
3703
 
3704
- #: super_socializer.php:2871
 
 
 
 
 
 
3705
  msgid ""
3706
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3707
  "compatibility with the current version of Super Socializer"
3708
  msgstr ""
3709
 
3710
- #: super_socializer.php:2880
3711
  msgid ""
3712
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3713
  "version of Super Socializer"
3714
  msgstr ""
3715
 
3716
- #: super_socializer.php:2889
3717
  msgid ""
3718
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3719
  "compatibility with the current version of Super Socializer"
3720
  msgstr ""
3721
 
3722
- #: super_socializer.php:2898
3723
  msgid ""
3724
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3725
  "for compatibility with the current version of Super Socializer"
3726
  msgstr ""
3727
 
3728
- #: super_socializer.php:2907
3729
  msgid ""
3730
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3731
  "with current version of Super Socializer"
3732
  msgstr ""
3733
 
3734
- #: super_socializer.php:2918
3735
  #, php-format
3736
  msgid ""
3737
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3738
  msgstr ""
3739
 
3740
- #: super_socializer.php:2927
3741
  #, php-format
3742
  msgid ""
3743
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3745,7 +3789,7 @@ msgid ""
3745
  "Instagram App Secret <a href=\"%s\">here</a>"
3746
  msgstr ""
3747
 
3748
- #: super_socializer.php:2936 super_socializer.php:2945
3749
  #, php-format
3750
  msgid ""
3751
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3754,13 +3798,13 @@ msgid ""
3754
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2961
3758
  #, php-format
3759
  msgid ""
3760
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3761
  msgstr ""
3762
 
3763
- #: super_socializer.php:2985
3764
  #, php-format
3765
  msgid ""
3766
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3768,14 +3812,14 @@ msgid ""
3768
  "target=\"_blank\">here</a>"
3769
  msgstr ""
3770
 
3771
- #: super_socializer.php:2985 super_socializer.php:3010
3772
- #: super_socializer.php:3035 super_socializer.php:3060
3773
- #: super_socializer.php:3093 super_socializer.php:3121
3774
- #: super_socializer.php:3148
3775
  msgid "Okay"
3776
  msgstr ""
3777
 
3778
- #: super_socializer.php:3010
3779
  #, php-format
3780
  msgid ""
3781
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3783,7 +3827,7 @@ msgid ""
3783
  "\">here</a>"
3784
  msgstr ""
3785
 
3786
- #: super_socializer.php:3035
3787
  #, php-format
3788
  msgid ""
3789
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3791,7 +3835,7 @@ msgid ""
3791
  "target=\"_blank\">here</a>"
3792
  msgstr ""
3793
 
3794
- #: super_socializer.php:3060
3795
  #, php-format
3796
  msgid ""
3797
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3799,13 +3843,13 @@ msgid ""
3799
  "target=\"_blank\">here</a>"
3800
  msgstr ""
3801
 
3802
- #: super_socializer.php:3071
3803
  #, php-format
3804
  msgid ""
3805
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3806
  msgstr ""
3807
 
3808
- #: super_socializer.php:3093
3809
  #, php-format
3810
  msgid ""
3811
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3813,7 +3857,7 @@ msgid ""
3813
  "\"%s\" target=\"_blank\">here</a>"
3814
  msgstr ""
3815
 
3816
- #: super_socializer.php:3121
3817
  #, php-format
3818
  msgid ""
3819
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3822,7 +3866,7 @@ msgid ""
3822
  "your website %s with them. No need to copy-paste any code from their website."
3823
  msgstr ""
3824
 
3825
- #: super_socializer.php:3148
3826
  #, php-format
3827
  msgid ""
3828
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3830,7 +3874,7 @@ msgid ""
3830
  "\"%s\" target=\"_blank\">here</a>"
3831
  msgstr ""
3832
 
3833
- #: super_socializer.php:3173
3834
  #, php-format
3835
  msgid ""
3836
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3838,22 +3882,16 @@ msgid ""
3838
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3839
  msgstr ""
3840
 
3841
- #: super_socializer.php:3173 super_socializer.php:3200
3842
  msgid "Dismiss"
3843
  msgstr ""
3844
 
3845
- #: super_socializer.php:3431
3846
  msgid ""
3847
  "Your browser is blocking some features of this website. Please follow the "
3848
  "instructions at {support_url} to unblock these."
3849
  msgstr ""
3850
 
3851
- #, fuzzy
3852
- #~ msgid "More"
3853
- #~ msgstr ""
3854
- #~ "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, "
3855
- #~ "più arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
3856
-
3857
  #~ msgid "Dismiss this notice"
3858
  #~ msgstr "Rimuovi questo annuncio"
3859
 
@@ -3916,9 +3954,6 @@ msgstr ""
3916
  #~ "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al "
3917
  #~ "link indicato"
3918
 
3919
- #~ msgid "bit.ly username"
3920
- #~ msgstr "bit.ly username"
3921
-
3922
  #~ msgid ""
3923
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3924
  #~ "\"_blank\">this link</a> to get bit.ly username"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:48+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js\n"
19
 
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1983
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
28
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
29
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
30
+ "target=\"_blank\">here</a>"
31
  msgstr ""
32
  "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter "
33
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
34
  "\"_blank\">questa pagina</a>"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2417
38
  msgid "General Options"
39
  msgstr "Opzioni Generali"
40
 
81
  msgstr ""
82
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
83
 
84
+ #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
86
+ #: admin/social_sharing.php:1956 helper.php:922
87
  msgid "Save Changes"
88
  msgstr "Salva le modifiche"
89
 
90
+ #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
92
+ #: admin/social_sharing.php:1966
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
+ #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
99
+ #: admin/social_sharing.php:1968
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
120
  msgstr "Dona Ora"
121
 
122
  #: admin/help.php:23
123
+ #, fuzzy
124
+ msgid "Support Forum"
125
+ msgstr "Supportaci"
126
+
127
+ #: admin/help.php:29
128
  msgid "Plugin Demo"
129
  msgstr "Dimostrazione del Plugin"
130
 
131
+ #: admin/help.php:35
132
  msgid "Translate Plugin"
133
  msgstr ""
134
 
135
+ #: admin/help.php:41 admin/social_login.php:57
136
  #, fuzzy
137
  msgid "Customize Social Login Icons"
138
  msgstr "Opzioni"
139
 
140
+ #: admin/help.php:47
141
  msgid "Integrate with Google Analytics"
142
  msgstr "Integra con Google Analytics"
143
 
144
+ #: admin/help.php:53
145
  msgid "Boost sharing by awarding points"
146
  msgstr "Boost condivisione per l'attribuzione di punti"
147
 
148
+ #: admin/help.php:59
149
  msgid "Award points for Social Login"
150
  msgstr "Punti Premio per il Social Accedi"
151
 
152
+ #: admin/help.php:65
153
  msgid "Other Add-ons"
154
  msgstr "Altri Add-ons"
155
 
 
 
 
 
 
156
  #: admin/help.php:70
157
  msgid "Need Help?"
158
  msgstr "Hai Bisogno di Aiuto?"
204
  "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per "
205
  "attivare le funzionalitá dei pulsanti Mi-Piace"
206
 
207
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
208
  msgid "Standard Interface"
209
  msgstr "Interfaccia Standard"
210
 
211
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
212
  msgid "Floating Interface"
213
  msgstr "Interfaccia Floating"
214
 
215
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
216
+ #: admin/social_sharing.php:1603
217
  msgid "Miscellaneous"
218
  msgstr "Miscellanea"
219
 
220
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
221
  #, fuzzy
222
  msgid "3rd Party Integration"
223
  msgstr "XProfile Integration"
224
 
225
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
226
  #: admin/social_login.php:45 admin/social_login.php:1946
227
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
228
+ #: admin/social_sharing.php:1882
229
  msgid "Shortcode & Widget"
230
  msgstr "Shortcode & Widget"
231
 
232
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
233
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
234
  #: admin/social_login.php:46 admin/social_login.php:1960
235
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
236
  msgid "FAQ"
237
  msgstr "FAQ"
238
 
249
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
250
 
251
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
252
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
253
  msgid "Target Url"
254
  msgstr "URL di destinazione"
255
 
256
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
257
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144
258
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
259
  msgid "Url of the webpage where icons are located (default)"
260
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
261
 
262
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
263
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146
264
+ #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
265
  msgid "Url of the homepage of your website"
266
  msgstr "Url della homepage del tuo sito web"
267
 
268
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
269
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
270
  msgid "Custom url"
271
  msgstr "Url personalizzata"
272
 
276
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
277
 
278
  #: admin/like_buttons.php:105 admin/social_login.php:1231
279
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
280
  msgid "Title"
281
  msgstr "Titolo"
282
 
294
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
298
  msgid "Horizontal alignment"
299
  msgstr "Allineamento orizzontale"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330
304
+ #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
305
  msgid "Left"
306
  msgstr "Sinistra"
307
 
308
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
309
  msgid "Center"
310
  msgstr "centro"
311
 
312
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
313
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
314
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331
315
+ #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
316
  msgid "Right"
317
  msgstr "Destra"
318
 
320
  msgid "Horizontal alignment of the interface"
321
  msgstr "Allineamento orizzontale dell'interfaccia"
322
 
323
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
324
  msgid "Position with respect to content"
325
  msgstr "Posizione"
326
 
327
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
328
  msgid "Top of the content"
329
  msgstr "Parte superiore del contenuto"
330
 
331
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
332
  msgid "Bottom of the content"
333
  msgstr "Parte inferiore del contenuto"
334
 
342
 
343
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
344
  #: admin/social_login.php:1548 admin/social_login.php:1577
345
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
346
  msgid "Homepage"
347
  msgstr "Homepage"
348
 
349
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
350
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
351
  msgid "Posts"
352
  msgstr "Post"
353
 
354
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
355
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
356
  msgid "Pages"
357
  msgstr "Pagine"
358
 
359
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
360
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
361
  msgid "Excerpts and Posts page"
362
  msgstr "Pagine di Estratti ed Articoli"
363
 
364
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
365
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
366
  msgid "Category Archives"
367
  msgstr "Archivi di categorie"
368
 
369
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
370
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
371
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
372
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
373
 
374
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
375
  msgid "BuddyPress activity"
376
  msgstr "Attività BuddyPress"
377
 
378
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
379
  msgid "BuddyPress group (only at top of content)"
380
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
381
 
382
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
383
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
384
  msgid "BBPress forum"
385
  msgstr "BBPress forum"
386
 
387
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
388
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
389
  msgid "BBPress topic"
390
  msgstr "Argomento BBPress"
391
 
392
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
393
  msgid "BBPress reply"
394
  msgstr "Risposta BBPress"
395
 
396
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
397
  msgid "After individual product at WooCommerce Shop page"
398
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
399
 
400
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
401
  msgid "WooCommerce Product Page"
402
  msgstr "WooCommerce Pagina Prodotto"
403
 
404
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
405
  msgid "WooCommerce Thankyou Page"
406
  msgstr "WooCommerce Pagina Thankyou"
407
 
422
  msgstr ""
423
  "Controllo Principale per abilitare il counter widget verticale (floating)"
424
 
425
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
426
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309
427
+ #: inc/widget.php:466 inc/widget.php:779
428
  msgid "Background Color"
429
  msgstr "Colore Background"
430
 
439
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
440
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
441
 
442
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
443
  msgid "Left offset"
444
  msgstr "Left offset"
445
 
452
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
453
  "anche essere negativo."
454
 
455
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
456
  msgid "Right offset"
457
  msgstr "Right offset"
458
 
465
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
466
  "anche essere negativo."
467
 
468
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
469
  msgid "Top offset"
470
  msgstr "Top offset"
471
 
477
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
478
  "verso il basso, un numero piú piccolo lo muove all'alto."
479
 
480
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
481
  msgid "BuddyPress group"
482
  msgstr "BuddyPress group"
483
 
495
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
496
  "sui dispositivi mobili"
497
 
498
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
499
  msgid "Url shortener"
500
  msgstr "Url shortener"
501
 
515
  msgid "Enable bit.ly url shortener for tweet button"
516
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
517
 
518
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
519
  msgid "Master control to enable bit.ly url shortening for sharing"
520
  msgstr ""
521
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
522
 
523
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
524
  msgid "Bit.ly generic access token"
525
  msgstr ""
526
 
527
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
528
  #, php-format
529
  msgid ""
530
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
533
  "\">link</a>"
534
  msgstr ""
535
 
536
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
537
  msgid "Clear Bitly Cache"
538
  msgstr "Cancella Bitly Cache"
539
 
540
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
541
  msgid "ShortUrl cache cleared successfully."
542
  msgstr "ShortUrl cache cancellata correttamente"
543
 
544
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
545
  msgid ""
546
  "Use this to delete short urls saved in database. Handy, if urls of your "
547
  "website have been changed but short urls are still being generated for old "
552
  "sono ancora in uso per i vecchi URL."
553
 
554
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
555
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
556
+ #: admin/social_sharing.php:1760
557
  msgid "Language"
558
  msgstr "Lingua"
559
 
597
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
598
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
599
 
600
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1855
601
  msgid "myCRED"
602
  msgstr ""
603
 
604
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1860
605
  msgid "Append myCRED referral ID to the urls being shared"
606
  msgstr ""
607
 
609
  msgid "Like Buttons Shortcode & Widget"
610
  msgstr "Pulsanti Shortcode & Widget"
611
 
612
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1943
613
  msgid "Why is there so much space between like buttons?"
614
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
615
 
616
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1944
617
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
618
  msgstr ""
619
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
620
  "iniziale?"
621
 
622
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1928
623
  msgid "How to Place Title and Social Share Icons in the Same Row?"
624
  msgstr ""
625
 
626
+ #: admin/like_buttons.php:769 admin/social_commenting.php:392
627
+ #: admin/social_login.php:1968 admin/social_sharing.php:1945
628
+ #, fuzzy
629
+ msgid "More"
630
+ msgstr ""
631
+ "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
632
+ "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
633
+
634
  #: admin/social_commenting.php:17
635
  msgid "Enable Social Commenting"
636
  msgstr "Abilita Social Commenting"
842
  msgstr "Social Commenting Shortcode"
843
 
844
  #: admin/social_commenting.php:386 admin/social_login.php:1962
845
+ #: admin/social_sharing.php:1915
846
  msgid ""
847
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
848
  "an online website for the plugin to function properly."
859
  "Https?"
860
  msgstr ""
861
 
862
+ #: admin/social_commenting.php:389 admin/social_login.php:1967
863
+ #: admin/social_sharing.php:1930
864
  msgid "Why is my browser blocking some features of the plugin?"
865
  msgstr ""
866
 
894
  msgstr "Configurazione Avanzata"
895
 
896
  #: admin/social_login.php:41 admin/social_login.php:1746
897
+ #: super_socializer.php:2485
898
  msgid "GDPR"
899
  msgstr ""
900
 
2077
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2078
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2079
 
2080
+ #: admin/social_login.php:1490 super_socializer.php:2091
2081
  msgid "Email required"
2082
  msgstr "Email Obbligatoria"
2083
 
2137
  msgid "BuddyPress profile page"
2138
  msgstr "Pagina di profilo BuddyPress"
2139
 
2140
+ #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2141
+ #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2142
  msgid "Custom Url"
2143
  msgstr "Url personalizzata"
2144
 
2329
  msgid "Url of the privacy policy page of your website"
2330
  msgstr "Url della homepage del tuo sito web"
2331
 
2332
+ #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2333
+ #: inc/widget.php:608 inc/widget.php:757
2334
  msgid "Select"
2335
  msgstr "Selezionare"
2336
 
2352
  "belong to the same app"
2353
  msgstr ""
2354
 
 
 
 
 
 
 
 
 
 
 
2355
  #: admin/social_sharing.php:18
2356
  msgid "Enable Social Sharing"
2357
  msgstr "Abilita Social Sharing"
2360
  msgid "Master control to enable Social Sharing"
2361
  msgstr "Controllo Principale per abilitare Social Sharing"
2362
 
2363
+ #: admin/social_sharing.php:48
 
 
 
 
2364
  msgid "Theme Selection"
2365
  msgstr "Tema"
2366
 
2367
+ #: admin/social_sharing.php:60
2368
  msgid "Troubleshooter"
2369
  msgstr "Risoluzione dei problemi"
2370
 
2371
+ #: admin/social_sharing.php:69
2372
  msgid "Standard interface theme"
2373
  msgstr "Tema Interfaccia Standard"
2374
 
2375
+ #: admin/social_sharing.php:74 admin/social_sharing.php:372
2376
  msgid "Icon Preview"
2377
  msgstr "Anteprima Icona"
2378
 
2379
+ #: admin/social_sharing.php:146 admin/social_sharing.php:445
2380
  msgid ""
2381
  "Do not forget to save the configuration after making changes by clicking the "
2382
  "save button below"
2384
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
2385
  "configurazione, fare clic sul pulsante Salva in basso"
2386
 
2387
+ #: admin/social_sharing.php:152 admin/social_sharing.php:451
2388
  msgid "Shape"
2389
  msgstr "Forma"
2390
 
2391
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455
2392
+ #: inc/widget.php:1095
2393
  msgid "Round"
2394
  msgstr "Arrotondata"
2395
 
2396
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457
2397
+ #: inc/widget.php:1096
2398
  msgid "Square"
2399
  msgstr "Quadrata"
2400
 
2401
+ #: admin/social_sharing.php:160 admin/social_sharing.php:459
2402
  msgid "Rectangle"
2403
  msgstr "Rettangolare"
2404
 
2405
+ #: admin/social_sharing.php:167 admin/social_sharing.php:466
2406
  msgid "Shape of the sharing icons"
2407
  msgstr "Forma delle icone"
2408
 
2409
+ #: admin/social_sharing.php:175 admin/social_sharing.php:474
2410
  msgid "Size (in pixels)"
2411
  msgstr "Dimensioni (in pixel)"
2412
 
2413
+ #: admin/social_sharing.php:191 admin/social_sharing.php:490
2414
  msgid "Size of the sharing icons"
2415
  msgstr "Dimensione delle icone"
2416
 
2417
+ #: admin/social_sharing.php:200 admin/social_sharing.php:499
2418
  msgid "Width (in pixels)"
2419
  msgstr "Larghezza (in pixel)"
2420
 
2421
+ #: admin/social_sharing.php:216 admin/social_sharing.php:515
2422
  msgid "Width of the sharing icons"
2423
  msgstr ""
2424
  "Larghezza \n"
2425
  "icone"
2426
 
2427
+ #: admin/social_sharing.php:223 admin/social_sharing.php:522
2428
  msgid "Height (in pixels)"
2429
  msgstr "Altezza (in pixel)"
2430
 
2431
+ #: admin/social_sharing.php:239 admin/social_sharing.php:538
2432
  msgid "Height of the sharing icons"
2433
  msgstr "Altezza delle icone"
2434
 
2435
+ #: admin/social_sharing.php:248 admin/social_sharing.php:547
2436
  msgid "Border radius (in pixels)"
2437
  msgstr "Raggio Bordo (in pixel)"
2438
 
2439
+ #: admin/social_sharing.php:258 admin/social_sharing.php:557
2440
  msgid ""
2441
  "Specify a value for rounded corners. More the value, more rounded will the "
2442
  "corners be. Leave empty for sharp corners."
2444
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
2445
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
2446
 
2447
+ #: admin/social_sharing.php:266 admin/social_sharing.php:565
2448
  msgid "Logo Color"
2449
  msgstr "Colore Logo"
2450
 
2451
+ #: admin/social_sharing.php:270 admin/social_sharing.php:290
2452
+ #: admin/social_sharing.php:309 admin/social_sharing.php:569
2453
+ #: admin/social_sharing.php:589 admin/social_sharing.php:607
2454
  msgid "Default"
2455
  msgstr "Predefinito"
2456
 
2457
+ #: admin/social_sharing.php:272 admin/social_sharing.php:291
2458
+ #: admin/social_sharing.php:314 admin/social_sharing.php:571
2459
+ #: admin/social_sharing.php:590 admin/social_sharing.php:612
2460
  msgid "On Hover"
2461
  msgstr "Al Passaggio del Mouse"
2462
 
2463
+ #: admin/social_sharing.php:280 admin/social_sharing.php:579
2464
  msgid ""
2465
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2466
  "empty for default. You can get the hex code of the required color from <a "
2471
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
2472
  "\"_blank\">questo collegamento</a>"
2473
 
2474
+ #: admin/social_sharing.php:298 admin/social_sharing.php:597
2475
  msgid ""
2476
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2477
  "\"transparent\" for transparent background. Leave empty for default. You can "
2484
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
2485
  "collegamento</a>"
2486
 
2487
+ #: admin/social_sharing.php:305 admin/social_sharing.php:604
2488
  msgid "Border"
2489
  msgstr "Bordo"
2490
 
2491
+ #: admin/social_sharing.php:311 admin/social_sharing.php:316
2492
+ #: admin/social_sharing.php:609 admin/social_sharing.php:614
2493
  msgid "Border Width"
2494
  msgstr "Larghezza"
2495
 
2496
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
2497
+ #: admin/social_sharing.php:610 admin/social_sharing.php:615
2498
  msgid "Border Color"
2499
  msgstr "Colore"
2500
 
2501
+ #: admin/social_sharing.php:324 admin/social_sharing.php:622
2502
  msgid "Icon border"
2503
  msgstr "Bordo Icona"
2504
 
2505
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2506
  msgid "Counter Position"
2507
  msgstr "Posizione Counter"
2508
 
2509
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2510
  msgid "(applies, if counter enabled)"
2511
  msgstr "(Si applica, se il Counter è abilitato)"
2512
 
2513
+ #: admin/social_sharing.php:337 admin/social_sharing.php:635
2514
  msgid "Top"
2515
  msgstr "Top"
2516
 
2517
+ #: admin/social_sharing.php:341 admin/social_sharing.php:639
2518
  msgid "Bottom"
2519
  msgstr "Parte inferiore"
2520
 
2521
+ #: admin/social_sharing.php:343 admin/social_sharing.php:641
2522
  msgid "Inner Left"
2523
  msgstr "Interno Sinistra"
2524
 
2525
+ #: admin/social_sharing.php:345 admin/social_sharing.php:643
2526
  msgid "Inner Top"
2527
  msgstr "Interno Superiore"
2528
 
2529
+ #: admin/social_sharing.php:347 admin/social_sharing.php:645
2530
  msgid "Inner Right"
2531
  msgstr "Interno Destra"
2532
 
2533
+ #: admin/social_sharing.php:349 admin/social_sharing.php:647
2534
  msgid "Inner Bottom"
2535
  msgstr "Interno Fonfo"
2536
 
2537
+ #: admin/social_sharing.php:357 admin/social_sharing.php:655
2538
  msgid "Position of share counter"
2539
  msgstr "Posizione dello share counter"
2540
 
2541
+ #: admin/social_sharing.php:367
2542
  msgid "Floating interface theme"
2543
  msgstr "Tema Interfaccia Floating"
2544
 
2545
+ #: admin/social_sharing.php:671
2546
  msgid "Standard Sharing Interface Options"
2547
  msgstr "Opzioni Interfaccia Sharing Standard"
2548
 
2549
+ #: admin/social_sharing.php:676
2550
  msgid "Enable Standard sharing interface"
2551
  msgstr "Abilita interfaccia standard"
2552
 
2553
+ #: admin/social_sharing.php:686
2554
  msgid "Master control to enable standard sharing"
2555
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
2556
 
2557
+ #: admin/social_sharing.php:710 admin/social_sharing.php:1155
2558
  msgid "Url to share"
2559
  msgstr "Url da condividere"
2560
 
2561
+ #: admin/social_sharing.php:727
2562
  msgid "The text to display above the sharing interface"
2563
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
2564
 
2565
+ #: admin/social_sharing.php:757 admin/social_sharing.php:1163
2566
  msgid "Instagram username"
2567
  msgstr "Username Instagram"
2568
 
2569
+ #: admin/social_sharing.php:767 admin/social_sharing.php:1173
2570
  msgid ""
2571
  "Username of the Instagram account you want to redirect users to, on clicking "
2572
  "the icon"
2574
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2575
  "utenti facendo clic sull'icona"
2576
 
2577
+ #: admin/social_sharing.php:775
2578
+ #, fuzzy
2579
+ msgid "Youtube username"
2580
+ msgstr "bit.ly username"
2581
+
2582
+ #: admin/social_sharing.php:785
2583
+ #, fuzzy
2584
+ msgid ""
2585
+ "Username of the Youtube account you want to redirect users to, on clicking "
2586
+ "the icon"
2587
+ msgstr ""
2588
+ "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2589
+ "utenti facendo clic sull'icona"
2590
+
2591
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2592
  #, fuzzy
2593
  msgid "HTML ID of container element of comment form"
2594
  msgstr "ID HTML del modulo dei commenti container"
2595
 
2596
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2597
  msgid ""
2598
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2599
  "icon."
2600
  msgstr ""
2601
 
2602
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2603
  msgid "Rearrange icons"
2604
  msgstr "Riorganizza le icone"
2605
 
2606
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2607
  msgid "Drag the icons to rearrange in desired order"
2608
  msgstr "Trascina le icone per riordinare"
2609
 
2610
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2611
  msgid "Select Sharing Services"
2612
  msgstr "Seleziona i Service"
2613
 
2614
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2615
  msgid "Select sharing services to show in social share bar"
2616
  msgstr "Seleziona i servizi di sharing da mostrare"
2617
 
2618
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2619
  #, fuzzy
2620
  msgid "Search social network"
2621
  msgstr "come rete sociale primaria"
2622
 
2623
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2624
  msgid "Horizontal alignment of the sharing interface"
2625
  msgstr "Allineamento orizzontale della interfaccia sharing"
2626
 
2627
+ #: admin/social_sharing.php:962
2628
  msgid "Specify position of the sharing interface with respect to the content"
2629
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
2630
 
2631
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2632
  msgid "Placement"
2633
  msgstr "Collocazione"
2634
 
2635
+ #: admin/social_sharing.php:1037
2636
  msgid "Specify the pages where you want to enable Sharing interface"
2637
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
2638
 
2639
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2640
  msgid "Show share counts"
2641
  msgstr "Mostra quantità"
2642
 
2643
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2644
  #, fuzzy
2645
  msgid ""
2646
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2649
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
2650
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
2651
 
2652
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2653
  #, php-format
2654
  msgid ""
2655
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2658
  "their website."
2659
  msgstr ""
2660
 
2661
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2662
  msgid "If enabled, share counts are displayed above sharing icons."
2663
  msgstr ""
2664
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
2665
  "sopra le icone condivise"
2666
 
2667
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2668
+ #: admin/social_sharing.php:1702
2669
  msgid "Track Social Shares for Every Social Network"
2670
  msgstr ""
2671
 
2672
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2673
  msgid "Show total shares"
2674
  msgstr "Mostra totale"
2675
 
2676
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2677
  msgid "If enabled, total shares will be displayed with sharing icons"
2678
  msgstr ""
2679
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
2680
  "le icone condivise"
2681
 
2682
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2683
  msgid "Enable 'More' icon"
2684
  msgstr "Abilita icona 'More'"
2685
 
2686
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2687
  msgid ""
2688
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2689
  "which shows additional sharing networks in popup"
2692
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
2693
  "disponibili"
2694
 
2695
+ #: admin/social_sharing.php:1116
2696
  msgid "Floating Sharing Interface Options"
2697
  msgstr "Opzioni"
2698
 
2699
+ #: admin/social_sharing.php:1121
2700
  msgid "Enable Floating sharing interface"
2701
  msgstr "Abilita Interfaccia Floating"
2702
 
2703
+ #: admin/social_sharing.php:1131
2704
  msgid "Master control to enable floating sharing widget"
2705
  msgstr "Controllo Principale per abilitare il floating sharing widget"
2706
 
2707
+ #: admin/social_sharing.php:1319
2708
  msgid ""
2709
  "Specify the color or hex code (example #cc78e0) for the background of "
2710
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2715
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2716
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2717
 
2718
+ #: admin/social_sharing.php:1357
2719
  msgid ""
2720
  "Specify a number. Increase in number will shift sharing interface towards "
2721
  "right and decrease will shift it towards left. Number can be negative too."
2724
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
2725
  "essere negativo."
2726
 
2727
+ #: admin/social_sharing.php:1376
2728
  msgid ""
2729
  "Specify a number. Increase in number will shift sharing interface towards "
2730
  "left and decrease will shift it towards right. Number can be negative too."
2733
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
2734
  "essere negativo."
2735
 
2736
+ #: admin/social_sharing.php:1394
2737
  msgid ""
2738
  "Specify a number. Increase in number will shift sharing interface towards "
2739
  "bottom and decrease will shift it towards top."
2741
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
2742
  "verso il basso e un numero minore lo muove verso l'alto."
2743
 
2744
+ #: admin/social_sharing.php:1450
2745
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2746
  msgstr ""
2747
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
2748
 
2749
+ #: admin/social_sharing.php:1519
2750
  #, fuzzy
2751
  msgid "Hide floating slider"
2752
  msgstr "Nascondi per gli utenti loggati:"
2753
 
2754
+ #: admin/social_sharing.php:1529
2755
  #, fuzzy
2756
  msgid "Hides the slider arrow present below the floating share bar"
2757
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
2758
 
2759
+ #: admin/social_sharing.php:1536
2760
  msgid "Vertical floating bar responsiveness"
2761
  msgstr "Responsiveness Vertical"
2762
 
2763
+ #: admin/social_sharing.php:1539 inc/widget.php:1074
2764
  #, php-format
2765
  msgid "Display vertical interface only when screen is wider than %s pixels"
2766
  msgstr ""
2767
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
2768
 
2769
+ #: admin/social_sharing.php:1546
2770
  msgid ""
2771
  "Display vertical interface only when screen is wider than the width "
2772
  "specified."
2774
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
2775
  "alla larghezza specificata."
2776
 
2777
+ #: admin/social_sharing.php:1553
2778
  msgid "Horizontal floating bar responsiveness"
2779
  msgstr "Responsiveness Horizontal"
2780
 
2781
+ #: admin/social_sharing.php:1556 inc/widget.php:1078
2782
  #, php-format
2783
  msgid ""
2784
  "Stick vertical floating interface horizontally at bottom only when screen is "
2787
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
2788
  "quando lo schermo è più stretto di %s pixel"
2789
 
2790
+ #: admin/social_sharing.php:1563
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
2793
  "narrower than the width specified"
2795
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
2796
  "schermo è più stretto della larghezza specificata"
2797
 
2798
+ #: admin/social_sharing.php:1572
2799
  msgid "Horizontal floating bar position"
2800
  msgstr "Posizione Horizontal floating bar"
2801
 
2802
+ #: admin/social_sharing.php:1575 inc/widget.php:1084
2803
  #, php-format
2804
  msgid "%s pixels from %s"
2805
  msgstr "%s pixels da %s"
2806
 
2807
+ #: admin/social_sharing.php:1576
2808
  msgid "Auto-adjust according to screen width (responsive)"
2809
  msgstr ""
2810
 
2811
+ #: admin/social_sharing.php:1583
2812
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2813
  msgstr ""
2814
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
2815
  "essere anche negativo."
2816
 
2817
+ #: admin/social_sharing.php:1608
2818
+ msgid "Use plain background for Instagram icon"
2819
+ msgstr ""
2820
+
2821
+ #: admin/social_sharing.php:1618
2822
+ msgid ""
2823
+ "Uses plain background for Instagram icon instead of multicolored background"
2824
+ msgstr ""
2825
+
2826
+ #: admin/social_sharing.php:1631
2827
  msgid "Use shortlinks already installed"
2828
  msgstr "Utilizza shortlinks installati"
2829
 
2830
+ #: admin/social_sharing.php:1641
2831
  msgid "Uses default short url permalinks without using any additional plugin"
2832
  msgstr ""
2833
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
2834
  "plugin aggiuntivo"
2835
 
2836
+ #: admin/social_sharing.php:1648
2837
  msgid "Enable bit.ly url shortener for sharing"
2838
  msgstr "Abilita bit.ly url shortener"
2839
 
2840
+ #: admin/social_sharing.php:1707
2841
  msgid "Share Count Cache"
2842
  msgstr "Share Count Cache"
2843
 
2844
+ #: admin/social_sharing.php:1712
2845
  msgid "Refresh Share Count cache every"
2846
  msgstr "Aggiorna cache ogni"
2847
 
2848
+ #: admin/social_sharing.php:1717
2849
  msgid "Second(s)"
2850
  msgstr "Secondo(i)"
2851
 
2852
+ #: admin/social_sharing.php:1718
2853
  msgid "Minute(s)"
2854
  msgstr "Minuto(i)"
2855
 
2856
+ #: admin/social_sharing.php:1719
2857
  msgid "Hour(s)"
2858
  msgstr "Ora(e)"
2859
 
2860
+ #: admin/social_sharing.php:1720
2861
  msgid "Day(s)"
2862
  msgstr "Giorno(i)"
2863
 
2864
+ #: admin/social_sharing.php:1728
2865
  #, fuzzy, php-format
2866
  msgid ""
2867
  "Frequent cache refreshing results in slower loading of pages with share "
2871
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
2872
  "rallentare il caricamento delle pagine."
2873
 
2874
+ #: admin/social_sharing.php:1735
2875
  msgid "Clear Share Counts Cache"
2876
  msgstr "Cancella Share Counts Cache"
2877
 
2878
+ #: admin/social_sharing.php:1739
2879
  msgid "Share Counts cache cleared successfully."
2880
  msgstr "Share Counts cache cancellata correttamente"
2881
 
2882
+ #: admin/social_sharing.php:1746
2883
  msgid "Use this to clear cached share counts"
2884
  msgstr "Da utilizzare per cancellare la cache degli share counts"
2885
 
2886
+ #: admin/social_sharing.php:1770
2887
  #, php-format
2888
  msgid ""
2889
  "Enter the code of the language you want to use for like buttons. You can "
2895
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2896
  "predefinita"
2897
 
2898
+ #: admin/social_sharing.php:1779
2899
  msgid "Username in sharing"
2900
  msgstr "Username in sharing"
2901
 
2902
+ #: admin/social_sharing.php:1784
2903
  msgid "Twitter username (without @)"
2904
  msgstr "Username Twitter (senza @)"
2905
 
2906
+ #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2907
  msgid ""
2908
  "Provided username will be appended after the content being shared as \"via "
2909
  "@USERNAME\". Leave empty if you do not want any username in the content "
2912
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
2913
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2914
 
2915
+ #: admin/social_sharing.php:1802
2916
  msgid "Buffer username (without @)"
2917
  msgstr "Username Buffer (senza @)"
2918
 
2919
+ #: admin/social_sharing.php:1821
2920
  msgid "AMP"
2921
  msgstr "AMP"
2922
 
2923
+ #: admin/social_sharing.php:1826
2924
  msgid "Enable sharing on AMP pages"
2925
  msgstr "Abilita sharing nelle pagine di AMP"
2926
 
2927
+ #: admin/social_sharing.php:1836
2928
  msgid "Enable this option to render sharing icons on AMP pages"
2929
  msgstr ""
2930
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
2931
 
2932
+ #: admin/social_sharing.php:1893
2933
  msgid "Facebook Sharing Troubleshooter"
2934
  msgstr "Risoluzione dei problemi Facebook Sharing"
2935
 
2936
+ #: admin/social_sharing.php:1898
2937
  #, fuzzy
2938
  msgid ""
2939
  "If Facebook sharing is not working fine, click at the following link and "
2945
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
2946
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
2947
 
2948
+ #: admin/social_sharing.php:1916
2949
  msgid ""
2950
  "Why is sharer not showing the correct image, title and other meta tags "
2951
  "content?"
2953
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
2954
  "altri contenuti meta tag?"
2955
 
2956
+ #: admin/social_sharing.php:1917
2957
  #, fuzzy
2958
  msgid "Why is Facebook share count not working?"
2959
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2960
 
2961
+ #: admin/social_sharing.php:1918 super_socializer.php:3241
2962
  #, php-format
2963
  msgid ""
2964
  "After the recent changes introduced in the Facebook graph API, it's not "
2967
  "not just for Facebook but for all the social networks"
2968
  msgstr ""
2969
 
2970
+ #: admin/social_sharing.php:1920
2971
  msgid "Why is Instagram icon redirecting to Instagram website?"
2972
  msgstr ""
2973
 
2974
+ #: admin/social_sharing.php:1921
2975
  msgid ""
2976
  "Instagram icon is there to send website visitors to the Instagram page of "
2977
  "your choice. You can save the desired Instagram handle in \"Instagram "
2979
  "sections."
2980
  msgstr ""
2981
 
2982
+ #: admin/social_sharing.php:1924
2983
  #, fuzzy
2984
  msgid "How to customize the url being shared?"
2985
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
2986
 
2987
+ #: admin/social_sharing.php:1925
2988
  msgid ""
2989
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2990
  msgstr ""
2991
 
2992
+ #: admin/social_sharing.php:1926
2993
  msgid ""
2994
  "It takes some time for their service to track the shares made on Twitter "
2995
  "from your website. If you still feel it's taking too long you can contact "
2996
  "their support directly from their website."
2997
  msgstr ""
2998
 
2999
+ #: admin/social_sharing.php:1929
3000
  msgid ""
3001
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3002
  msgstr ""
3003
 
3004
+ #: admin/social_sharing.php:1931
3005
  #, fuzzy
3006
  msgid "Why the color of share icons is not being updated?"
3007
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3008
 
3009
+ #: admin/social_sharing.php:1932
3010
  #, fuzzy
3011
  msgid "Why Facebook share counts are not appearing?"
3012
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3013
 
3014
+ #: admin/social_sharing.php:1933
3015
  msgid ""
3016
  "How can I show share counts of my website rather than of individual pages/"
3017
  "posts?"
3019
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
3020
  "pagine/post?"
3021
 
3022
+ #: admin/social_sharing.php:1934
3023
  msgid "How can I disable sharing on particular page/post?"
3024
  msgstr ""
3025
  "Come è possibile disattivare la condivisione di una pagina/post in "
3026
  "particolare?"
3027
 
3028
+ #: admin/social_sharing.php:1935
3029
  msgid "How can I specify minimum sharing count for sharing networks?"
3030
  msgstr ""
3031
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
3032
  "di reti?"
3033
 
3034
+ #: admin/social_sharing.php:1936
3035
  msgid "How to share specific page?"
3036
  msgstr "Come posso condividere la pagina specifica?"
3037
 
3038
+ #: admin/social_sharing.php:1937
3039
  msgid "How to integrate Google Analytics with sharing?"
3040
  msgstr "Come posso integrare Google Analytics con lo sharing?"
3041
 
3042
+ #: admin/social_sharing.php:1938
3043
  msgid "How to customize the look of total share counts?"
3044
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
3045
 
3046
+ #: admin/social_sharing.php:1939
3047
  msgid "How to customize the look of individual share counts?"
3048
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
3049
 
3050
+ #: admin/social_sharing.php:1940
3051
  msgid "How to show Whatsapp icon only on mobile devices?"
3052
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
3053
 
3054
+ #: admin/social_sharing.php:1941
3055
  msgid "How to hide arrow after floating sharing bar?"
3056
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
3057
 
3058
+ #: admin/social_sharing.php:1942
3059
  #, fuzzy
3060
  msgid "Why is share count not getting updated?"
3061
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3107
  msgid "Remove"
3108
  msgstr "rimuovere"
3109
 
3110
+ #: helper.php:712
3111
  msgid "Social Account Linking"
3112
  msgstr "Collegamento Social Account"
3113
 
3114
+ #: helper.php:763
3115
  msgid "Disable Standard Social Sharing on this "
3116
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3117
 
3118
+ #: helper.php:768
3119
  msgid "Disable Floating Social Sharing on this "
3120
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
3121
 
3122
+ #: helper.php:773
3123
  msgid "Disable Standard like buttons on this "
3124
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
3125
 
3126
+ #: helper.php:778
3127
  msgid "Disable Floating like buttons on this "
3128
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
3129
 
3130
+ #: helper.php:783
3131
  msgid "Disable Social Commenting on this "
3132
  msgstr "Disabilita Social Commenting"
3133
 
3134
+ #: helper.php:792
3135
  msgid "Standard Sharing Interface"
3136
  msgstr "Interfaccia Sharing Standard"
3137
 
3138
+ #: helper.php:798 helper.php:817
3139
  msgid "Starting share count for "
3140
  msgstr "Avvio share count per"
3141
 
3142
+ #: helper.php:811
3143
  msgid "Floating Sharing Interface"
3144
  msgstr "Interfaccia Sharing Floating"
3145
 
3146
+ #: helper.php:907 super_socializer.php:2501
3147
  msgid "Social Avatar"
3148
  msgstr "Social Avatar"
3149
 
3150
+ #: helper.php:910 super_socializer.php:2512
3151
  msgid ""
3152
  "Do not fetch and update social avatar from my profile, next time I Social "
3153
  "Login"
3155
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3156
  "social avatar dal mio profilo."
3157
 
3158
+ #: helper.php:911 super_socializer.php:2516
3159
  msgid "Update social avatar, next time I Social Login"
3160
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3161
 
3162
+ #: helper.php:914
3163
  msgid "Small Avatar"
3164
  msgstr "Avatar Piccolo"
3165
 
3166
+ #: helper.php:918
3167
  msgid "Large Avatar"
3168
  msgstr "Avatar Grande"
3169
 
3170
+ #: helper.php:978 super_socializer.php:2069
3171
  msgid "Please verify your email address to login."
3172
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3173
 
3174
+ #: helper.php:1015
3175
  msgid "Click to delete social profile data"
3176
  msgstr ""
3177
 
3178
+ #: helper.php:1044
3179
  #, fuzzy
3180
  msgid "Deleting"
3181
  msgstr "Configurazioni"
3182
 
3183
+ #: helper.php:1054
3184
  msgid "Deleted"
3185
  msgstr ""
3186
 
3187
+ #: helper.php:1056
3188
  msgid "Something bad happened"
3189
  msgstr ""
3190
 
3191
+ #: inc/shortcode.php:214 inc/widget.php:48
3192
  msgid "Log Out"
3193
  msgstr "Log Out"
3194
 
3195
+ #: inc/shortcode.php:296
3196
  msgid ""
3197
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3198
  "Socializer > Social Login\" page in admin panel"
3201
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3202
  "amministrazione"
3203
 
3204
+ #: inc/social_login.php:1035
3205
  msgid "Email"
3206
  msgstr "Email"
3207
 
3208
+ #: inc/social_login.php:1036
3209
  msgid "Confirm email"
3210
  msgstr "Conferma email"
3211
 
3212
+ #: inc/social_login.php:1038
3213
  msgid "Save"
3214
  msgstr "Salva"
3215
 
3216
+ #: inc/social_login.php:1039
3217
  msgid "Cancel"
3218
  msgstr "Cancella"
3219
 
3220
+ #: inc/social_login.php:1113
3221
  msgid "Email Verification"
3222
  msgstr "Abilita verifica email"
3223
 
3224
+ #: inc/social_login.php:1115
3225
  msgid ""
3226
  "Please click on the following link or paste it in browser to verify your "
3227
  "email"
3245
  msgid "Total Shares"
3246
  msgstr "Mostra totale"
3247
 
3248
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3249
  msgid "Share"
3250
  msgstr "Share"
3251
 
3252
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3253
  msgid "Shares"
3254
  msgstr "Shares"
3255
 
3256
+ #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3257
  msgid "Invalid request"
3258
  msgstr "Domanda non valida"
3259
 
3260
+ #: inc/social_sharing.php:978
3261
  msgid "Providers not selected"
3262
  msgstr "Providers non selezionati"
3263
 
3274
  "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro "
3275
  "Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
3276
 
3277
+ #: inc/widget.php:72
3278
  msgid "Login with your Social Account"
3279
  msgstr "Login con il tuo Account Social"
3280
 
3281
+ #: inc/widget.php:83
3282
  msgid ""
3283
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3284
  "page."
3286
  "Assicurati che \"Social Login \" sia abilitato alla pagina \"Super "
3287
  "Socializer> Social Login\"."
3288
 
3289
+ #: inc/widget.php:84
3290
  msgid "Title (before login):"
3291
  msgstr ""
3292
 
3293
+ #: inc/widget.php:86
3294
  msgid "Title (after login):"
3295
  msgstr ""
3296
 
3297
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3298
  msgid "Before widget content:"
3299
  msgstr "Prima del contenuto del widget:"
3300
 
3301
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3302
  msgid "After widget content:"
3303
  msgstr "Dopo il contenuto del widget:"
3304
 
3305
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3306
+ #: inc/widget.php:782
3307
  msgid "Hide for logged in users:"
3308
  msgstr "Nascondi per gli utenti loggati:"
3309
 
3310
+ #: inc/widget.php:112
3311
  #, fuzzy
3312
  msgid ""
3313
  "Standard sharing widget. Let your website users share content on popular "
3317
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
3318
  "e molti altri"
3319
 
3320
+ #: inc/widget.php:253
3321
  msgid ""
3322
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3323
  "Social Sharing\" page."
3325
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
3326
  "Socializer> Social Sharing\"."
3327
 
3328
+ #: inc/widget.php:254 inc/widget.php:604
3329
  msgid "Title:"
3330
  msgstr "Titolo:"
3331
 
3332
+ #: inc/widget.php:256 inc/widget.php:435
3333
  msgid "Show individual share counts:"
3334
  msgstr "Mostra conteggi condivisioni individuali:"
3335
 
3336
+ #: inc/widget.php:258 inc/widget.php:437
3337
  msgid "Show total shares:"
3338
  msgstr "Mostra totale condivisioni:"
3339
 
3340
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3341
  msgid "Target Url:"
3342
  msgstr "URL di destinazione:"
3343
 
3344
+ #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3345
+ #, fuzzy
3346
+ msgid "Custom URL"
3347
+ msgstr "Url personalizzata"
3348
+
3349
+ #: inc/widget.php:291
3350
  #, fuzzy
3351
  msgid ""
3352
  "Floating sharing widget. Let your website users share content on popular "
3356
  "sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, "
3357
  "Google+, e molti altri"
3358
 
3359
+ #: inc/widget.php:434
3360
  msgid ""
3361
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3362
  "Social Sharing\" page."
3364
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
3365
  "Socializer> Social Sharing\"."
3366
 
3367
+ #: inc/widget.php:450 inc/widget.php:763
3368
  msgid "Alignment"
3369
  msgstr "Allineamento"
3370
 
3371
+ #: inc/widget.php:456 inc/widget.php:769
3372
  msgid "Left Offset"
3373
  msgstr "Left Offset"
3374
 
3375
+ #: inc/widget.php:460 inc/widget.php:773
3376
  msgid "Right Offset"
3377
  msgstr "Right Offset"
3378
 
3379
+ #: inc/widget.php:463 inc/widget.php:776
3380
  msgid "Top Offset"
3381
  msgstr "Top Offset"
3382
 
3383
+ #: inc/widget.php:488
3384
  #, fuzzy
3385
  msgid ""
3386
  "Standard like buttons widget. Let your website users share/like content on "
3390
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
3391
  "Twitter, Tumblr, Google+, e molte altre."
3392
 
3393
+ #: inc/widget.php:603
3394
  msgid ""
3395
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3396
  "Like Buttons\" page."
3398
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
3399
  "\"Super Socializer > Like Buttons\"."
3400
 
3401
+ #: inc/widget.php:637
3402
  #, fuzzy
3403
  msgid ""
3404
  "Floating like buttons widget. Let your website users share/like content on "
3408
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
3409
  "Twitter, Tumblr, Google+, e molti altri"
3410
 
3411
+ #: inc/widget.php:754
3412
  msgid ""
3413
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3414
  "Like Buttons\" page."
3416
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
3417
  "\"Super Socializer > Like Buttons\"."
3418
 
3419
+ #: inc/widget.php:798
3420
  #, fuzzy
3421
  msgid "Super Socializer - Follow Icons"
3422
  msgstr "Super Socializer - Login"
3423
 
3424
+ #: inc/widget.php:800
3425
  #, fuzzy
3426
  msgid "These icons link to your Social Media accounts"
3427
  msgstr "Login con il tuo Account Social"
3428
 
3429
+ #: inc/widget.php:1037
3430
  msgid "Type:"
3431
  msgstr ""
3432
 
3433
+ #: inc/widget.php:1040
3434
  #, fuzzy
3435
  msgid "Standard"
3436
  msgstr "Opzioni"
3437
 
3438
+ #: inc/widget.php:1043
3439
  #, fuzzy
3440
  msgid "Floating"
3441
  msgstr "Abilita pulsanti"
3442
 
3443
+ #: inc/widget.php:1048
3444
  #, fuzzy
3445
  msgid "Top offset:"
3446
  msgstr "Top offset"
3447
 
3448
+ #: inc/widget.php:1052
3449
  #, fuzzy
3450
  msgid "Alignment:"
3451
  msgstr "Allineamento"
3452
 
3453
+ #: inc/widget.php:1070
3454
  #, fuzzy
3455
  msgid "Offset"
3456
  msgstr "Top Offset"
3457
 
3458
+ #: inc/widget.php:1084
3459
  #, fuzzy
3460
  msgid "right"
3461
  msgstr "Destra"
3462
 
3463
+ #: inc/widget.php:1084
3464
  #, fuzzy
3465
  msgid "left"
3466
  msgstr "Sinistra"
3467
 
3468
+ #: inc/widget.php:1087
3469
  msgid "Auto-adjust according to the screen-width (responsive)"
3470
  msgstr ""
3471
 
3472
+ #: inc/widget.php:1091
3473
  #, fuzzy
3474
  msgid "Size of icons"
3475
  msgstr "Dimensione delle icone"
3476
 
3477
+ #: inc/widget.php:1093
3478
  #, fuzzy
3479
  msgid "Icon Shape"
3480
  msgstr "Forma"
3481
 
3482
+ #: inc/widget.php:1098
3483
  msgid "Apply icon color and background color from Theme Selection section:"
3484
  msgstr ""
3485
 
3486
+ #: inc/widget.php:1100
3487
  msgid "No"
3488
  msgstr ""
3489
 
3490
+ #: inc/widget.php:1101
3491
  #, fuzzy
3492
  msgid "Yes, Standard Interface Theme"
3493
  msgstr "Tema Interfaccia Standard"
3494
 
3495
+ #: inc/widget.php:1102
3496
  #, fuzzy
3497
  msgid "Yes, Floating Interface Theme"
3498
  msgstr "Tema Interfaccia Floating"
3499
 
3500
+ #: inc/widget.php:1104
3501
  #, fuzzy
3502
  msgid "Facebook URL:"
3503
  msgstr "Facebook App ID"
3504
 
3505
+ #: inc/widget.php:1107
3506
  #, fuzzy
3507
  msgid "Twitter URL:"
3508
  msgstr "Twitter"
3509
 
3510
+ #: inc/widget.php:1110
3511
  #, fuzzy
3512
  msgid "Parler URL:"
3513
  msgstr "Instagram"
3514
 
3515
+ #: inc/widget.php:1113
3516
  #, fuzzy
3517
  msgid "Instagram URL:"
3518
  msgstr "Instagram"
3519
 
3520
+ #: inc/widget.php:1116
3521
  #, fuzzy
3522
  msgid "Pinterest URL:"
3523
  msgstr "Pinterest"
3524
 
3525
+ #: inc/widget.php:1119
3526
  msgid "Behance URL:"
3527
  msgstr ""
3528
 
3529
+ #: inc/widget.php:1122
3530
  msgid "Flickr URL:"
3531
  msgstr ""
3532
 
3533
+ #: inc/widget.php:1125
3534
  msgid "Foursquare URL:"
3535
  msgstr ""
3536
 
3537
+ #: inc/widget.php:1128
3538
  msgid "Github URL:"
3539
  msgstr ""
3540
 
3541
+ #: inc/widget.php:1131
3542
  #, fuzzy
3543
  msgid "LinkedIn URL:"
3544
  msgstr "LinkedIn"
3545
 
3546
+ #: inc/widget.php:1134
3547
  #, fuzzy
3548
  msgid "LinkedIn Company URL:"
3549
  msgstr "LinkedIn"
3550
 
3551
+ #: inc/widget.php:1137
3552
  #, fuzzy
3553
  msgid "Medium URL:"
3554
  msgstr "Tumblr"
3555
 
3556
+ #: inc/widget.php:1140
3557
  #, fuzzy
3558
  msgid "MeWe URL:"
3559
  msgstr "Tumblr"
3560
 
3561
+ #: inc/widget.php:1143
3562
  msgid "Odnoklassniki URL:"
3563
  msgstr ""
3564
 
3565
+ #: inc/widget.php:1146
3566
  msgid "Snapchat URL:"
3567
  msgstr ""
3568
 
3569
+ #: inc/widget.php:1149
3570
  #, fuzzy
3571
  msgid "Telegram URL:"
3572
  msgstr "Instagram"
3573
 
3574
+ #: inc/widget.php:1152
3575
  #, fuzzy
3576
  msgid "Tumblr URL:"
3577
  msgstr "Tumblr"
3578
 
3579
+ #: inc/widget.php:1155
3580
  msgid "Vimeo URL:"
3581
  msgstr ""
3582
 
3583
+ #: inc/widget.php:1158
3584
  #, fuzzy
3585
  msgid "Vkontakte URL:"
3586
  msgstr "Vkontakte"
3587
 
3588
+ #: inc/widget.php:1161
3589
  #, fuzzy
3590
  msgid "Xing URL:"
3591
  msgstr "LinkedIn"
3592
 
3593
+ #: inc/widget.php:1164
3594
  msgid "Youtube URL:"
3595
  msgstr ""
3596
 
3597
+ #: inc/widget.php:1167
3598
  msgid "Youtube Channel URL:"
3599
  msgstr ""
3600
 
3601
+ #: inc/widget.php:1170
3602
  msgid "RSS Feed URL:"
3603
  msgstr ""
3604
 
3605
+ #: inc/widget.php:1173
3606
+ #, fuzzy
3607
+ msgid "Gab.com URL:"
3608
+ msgstr "Facebook App ID"
3609
+
3610
+ #: inc/widget.php:1176
3611
+ #, fuzzy
3612
+ msgid "Gettr.com URL:"
3613
+ msgstr "Twitter"
3614
+
3615
+ #: super_socializer.php:556
3616
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3617
  msgstr ""
3618
 
3619
+ #: super_socializer.php:1846
3620
  #, fuzzy
3621
  msgid ""
3622
  "cURL is not enabled at your website server. Please contact your website "
3625
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3626
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3627
 
3628
+ #: super_socializer.php:1874
3629
  #, fuzzy, php-format
3630
  msgid ""
3631
  "Enter exactly the following url in <strong>Website</strong> option in your "
3635
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3636
  "3 %s)"
3637
 
3638
+ #: super_socializer.php:1877
3639
  #, fuzzy, php-format
3640
  msgid ""
3641
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3645
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3646
  "3 %s)"
3647
 
3648
+ #: super_socializer.php:1880
3649
  msgid ""
3650
  "Make sure cURL is enabled at your website server. You may need to contact "
3651
  "the server administrator of your website to verify this"
3653
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3654
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3655
 
3656
+ #: super_socializer.php:2047
3657
  msgid "Search"
3658
  msgstr ""
3659
 
3660
+ #: super_socializer.php:2069
3661
  msgid "Your email has been verified. Now you can login to your account"
3662
  msgstr ""
3663
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3664
  "account"
3665
 
3666
+ #: super_socializer.php:2073
3667
  msgid "Notification"
3668
  msgstr "Notifiche"
3669
 
3670
+ #: super_socializer.php:2094
3671
  msgid "Please check your email inbox to complete the registration."
3672
  msgstr ""
3673
  "Per favore, per completare la registrazione, controlla la tua casella di "
3674
  "posta elettronica."
3675
 
3676
+ #: super_socializer.php:2163
3677
  msgid "Leave a reply"
3678
  msgstr "Lascia un commento"
3679
 
3680
+ #: super_socializer.php:2179
3681
  #, fuzzy
3682
  msgid "Link copied."
3683
  msgstr "LinkedIn"
3684
 
3685
+ #: super_socializer.php:2417
3686
  msgid "Super Socializer - General Options"
3687
  msgstr "Super Socializer - Opzioni"
3688
 
3689
+ #: super_socializer.php:2488
3690
  msgid ""
3691
  "I agree to my personal data being stored and used as per Privacy Policy and "
3692
  "Terms and Conditions"
3693
  msgstr ""
3694
 
3695
+ #: super_socializer.php:2492
3696
  msgid ""
3697
  "I revoke my consent to store and use my personal data. Kindly delete my "
3698
  "personal data saved in this website."
3699
  msgstr ""
3700
 
3701
+ #: super_socializer.php:2504
3702
  msgid "Small Avatar Url"
3703
  msgstr "Url Avatar Piccolo"
3704
 
3705
+ #: super_socializer.php:2508
3706
  msgid "Large Avatar Url"
3707
  msgstr "URL Avatar Grande"
3708
 
3709
+ #: super_socializer.php:2610
3710
  msgid "Login with your Social ID"
3711
  msgstr "Login con il tuo ID Social"
3712
 
3713
+ #: super_socializer.php:2611
3714
  msgid "Email you entered is already registered or invalid"
3715
  msgstr "La email inserita è già registrata o non è valida"
3716
 
3717
+ #: super_socializer.php:2618
3718
  msgid "Please enter a valid email address. You might be required to verify it"
3719
  msgstr ""
3720
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3721
  "una verifica"
3722
 
3723
+ #: super_socializer.php:2622 super_socializer.php:3419
3724
  msgid "Link your social account to login to your account at this website"
3725
  msgstr ""
3726
  "Collega il tuo social account per accedere al tuo account su questo sito"
3727
 
3728
+ #: super_socializer.php:2882
3729
  msgid "Thanks for installing Super Socializer plugin"
3730
  msgstr ""
3731
 
3732
+ #: super_socializer.php:2884
3733
  msgid "Configure the Plugin"
3734
  msgstr ""
3735
 
3736
+ #: super_socializer.php:2895
3737
  msgid ""
3738
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3739
  "current version of Super Socializer"
3740
  msgstr ""
3741
 
3742
+ #: super_socializer.php:2904
3743
+ msgid ""
3744
+ "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3745
+ "compatibility with the current version of Super Socializer"
3746
+ msgstr ""
3747
+
3748
+ #: super_socializer.php:2913
3749
  msgid ""
3750
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3751
  "compatibility with the current version of Super Socializer"
3752
  msgstr ""
3753
 
3754
+ #: super_socializer.php:2922
3755
  msgid ""
3756
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3757
  "version of Super Socializer"
3758
  msgstr ""
3759
 
3760
+ #: super_socializer.php:2931
3761
  msgid ""
3762
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3763
  "compatibility with the current version of Super Socializer"
3764
  msgstr ""
3765
 
3766
+ #: super_socializer.php:2940
3767
  msgid ""
3768
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3769
  "for compatibility with the current version of Super Socializer"
3770
  msgstr ""
3771
 
3772
+ #: super_socializer.php:2949
3773
  msgid ""
3774
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3775
  "with current version of Super Socializer"
3776
  msgstr ""
3777
 
3778
+ #: super_socializer.php:2960
3779
  #, php-format
3780
  msgid ""
3781
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3782
  msgstr ""
3783
 
3784
+ #: super_socializer.php:2969
3785
  #, php-format
3786
  msgid ""
3787
  "To continue using Instagram login create a new Instagram App as described <a "
3789
  "Instagram App Secret <a href=\"%s\">here</a>"
3790
  msgstr ""
3791
 
3792
+ #: super_socializer.php:2978 super_socializer.php:2987
3793
  #, php-format
3794
  msgid ""
3795
  "To continue using bitly url shortener, login to your bit.ly account and "
3798
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3799
  msgstr ""
3800
 
3801
+ #: super_socializer.php:3003
3802
  #, php-format
3803
  msgid ""
3804
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3805
  msgstr ""
3806
 
3807
+ #: super_socializer.php:3027
3808
  #, php-format
3809
  msgid ""
3810
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3812
  "target=\"_blank\">here</a>"
3813
  msgstr ""
3814
 
3815
+ #: super_socializer.php:3027 super_socializer.php:3052
3816
+ #: super_socializer.php:3077 super_socializer.php:3102
3817
+ #: super_socializer.php:3135 super_socializer.php:3163
3818
+ #: super_socializer.php:3190
3819
  msgid "Okay"
3820
  msgstr ""
3821
 
3822
+ #: super_socializer.php:3052
3823
  #, php-format
3824
  msgid ""
3825
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3827
  "\">here</a>"
3828
  msgstr ""
3829
 
3830
+ #: super_socializer.php:3077
3831
  #, php-format
3832
  msgid ""
3833
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3835
  "target=\"_blank\">here</a>"
3836
  msgstr ""
3837
 
3838
+ #: super_socializer.php:3102
3839
  #, php-format
3840
  msgid ""
3841
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3843
  "target=\"_blank\">here</a>"
3844
  msgstr ""
3845
 
3846
+ #: super_socializer.php:3113
3847
  #, php-format
3848
  msgid ""
3849
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3850
  msgstr ""
3851
 
3852
+ #: super_socializer.php:3135
3853
  #, php-format
3854
  msgid ""
3855
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3857
  "\"%s\" target=\"_blank\">here</a>"
3858
  msgstr ""
3859
 
3860
+ #: super_socializer.php:3163
3861
  #, php-format
3862
  msgid ""
3863
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3866
  "your website %s with them. No need to copy-paste any code from their website."
3867
  msgstr ""
3868
 
3869
+ #: super_socializer.php:3190
3870
  #, php-format
3871
  msgid ""
3872
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3874
  "\"%s\" target=\"_blank\">here</a>"
3875
  msgstr ""
3876
 
3877
+ #: super_socializer.php:3215
3878
  #, php-format
3879
  msgid ""
3880
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3882
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3883
  msgstr ""
3884
 
3885
+ #: super_socializer.php:3215 super_socializer.php:3242
3886
  msgid "Dismiss"
3887
  msgstr ""
3888
 
3889
+ #: super_socializer.php:3495
3890
  msgid ""
3891
  "Your browser is blocking some features of this website. Please follow the "
3892
  "instructions at {support_url} to unblock these."
3893
  msgstr ""
3894
 
 
 
 
 
 
 
3895
  #~ msgid "Dismiss this notice"
3896
  #~ msgstr "Rimuovi questo annuncio"
3897
 
3954
  #~ "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al "
3955
  #~ "link indicato"
3956
 
 
 
 
3957
  #~ msgid ""
3958
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3959
  #~ "\"_blank\">this link</a> to get bit.ly username"
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:29+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:29+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -17,21 +17,23 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
21
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
22
- #: admin/social_login.php:5 admin/social_login.php:1984
23
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
27
- "\"%s\" target=\"_blank\">here</a>"
 
 
28
  msgstr ""
29
  "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a "
30
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
31
  "para obter Twitter API Key"
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
- #: super_socializer.php:2386
35
  msgid "General Options"
36
  msgstr "Opções Gerais"
37
 
@@ -79,22 +81,22 @@ msgstr ""
79
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
80
  "style&gt; )"
81
 
82
- #: admin/general_options.php:89 admin/like_buttons.php:780
83
- #: admin/social_commenting.php:400 admin/social_login.php:1980
84
- #: admin/social_sharing.php:1912 helper.php:920
85
  msgid "Save Changes"
86
  msgstr "Salvar Alterações"
87
 
88
- #: admin/general_options.php:103 admin/like_buttons.php:790
89
- #: admin/social_commenting.php:410 admin/social_login.php:1990
90
- #: admin/social_sharing.php:1922
91
  #, fuzzy
92
  msgid "Instagram Shoutout"
93
  msgstr "Instagram"
94
 
95
- #: admin/general_options.php:105 admin/like_buttons.php:792
96
- #: admin/social_commenting.php:412 admin/social_login.php:1992
97
- #: admin/social_sharing.php:1924
98
  msgid ""
99
  "If you can send (to hello@heateor.com) how this plugin is helping your "
100
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -118,39 +120,39 @@ msgid "Donate Now"
118
  msgstr "Doe Agora"
119
 
120
  #: admin/help.php:23
 
 
 
 
 
121
  msgid "Plugin Demo"
122
  msgstr "Plugin Demo"
123
 
124
- #: admin/help.php:29
125
  msgid "Translate Plugin"
126
  msgstr ""
127
 
128
- #: admin/help.php:35 admin/social_login.php:57
129
  #, fuzzy
130
  msgid "Customize Social Login Icons"
131
  msgstr "Autenticação Social"
132
 
133
- #: admin/help.php:41
134
  msgid "Integrate with Google Analytics"
135
  msgstr "Integração com o Google Analytics"
136
 
137
- #: admin/help.php:47
138
  msgid "Boost sharing by awarding points"
139
  msgstr "Incremente o compartilhamento ganhando pontos"
140
 
141
- #: admin/help.php:53
142
  msgid "Award points for Social Login"
143
  msgstr "Ganhe pontos na Autenticação Social"
144
 
145
- #: admin/help.php:59
146
  msgid "Other Add-ons"
147
  msgstr "Outros Add-ons"
148
 
149
- #: admin/help.php:65
150
- #, fuzzy
151
- msgid "Support Forum"
152
- msgstr "Ajude-nos"
153
-
154
  #: admin/help.php:70
155
  msgid "Need Help?"
156
  msgstr "Precisa de Ajuda?"
@@ -204,33 +206,34 @@ msgstr ""
204
  "Controle mestre dos botões like. Ele deve ser selecionado para habilitar a "
205
  "funcionalidade dos botões like"
206
 
207
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
208
  msgid "Standard Interface"
209
  msgstr "Interface Padrão"
210
 
211
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
212
  msgid "Floating Interface"
213
  msgstr "Interface Flutuante"
214
 
215
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
216
  msgid "Miscellaneous"
217
  msgstr "Miscelânia"
218
 
219
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
220
  msgid "3rd Party Integration"
221
  msgstr ""
222
 
223
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
224
  #: admin/social_login.php:45 admin/social_login.php:1946
225
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
226
- #: admin/social_sharing.php:1839
227
  msgid "Shortcode & Widget"
228
  msgstr "Shortcode & Widget"
229
 
230
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
231
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
232
  #: admin/social_login.php:46 admin/social_login.php:1960
233
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
234
  msgid "FAQ"
235
  msgstr "P&R"
236
 
@@ -247,22 +250,24 @@ msgid "Master control to enable horizontal like buttons"
247
  msgstr "Controle mestre para habiliat botões de like horizontal"
248
 
249
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
250
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
251
  msgid "Target Url"
252
  msgstr "Url Destino"
253
 
254
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
255
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
256
  msgid "Url of the webpage where icons are located (default)"
257
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
258
 
259
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
260
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
261
  msgid "Url of the homepage of your website"
262
  msgstr "Url da homepage do seu website"
263
 
264
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
265
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
266
  msgid "Custom url"
267
  msgstr "Url personalizada"
268
 
@@ -272,7 +277,7 @@ msgstr ""
272
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
273
 
274
  #: admin/like_buttons.php:105 admin/social_login.php:1231
275
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
276
  msgid "Title"
277
  msgstr "Título"
278
 
@@ -289,25 +294,25 @@ msgid "Select the providers for interface. Drag them to rearrange."
289
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
290
 
291
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
292
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
293
  msgid "Horizontal alignment"
294
  msgstr "Alinhamento horizonal"
295
 
296
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
297
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
298
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310
299
- #: inc/widget.php:447 inc/widget.php:759 inc/widget.php:1048
300
  msgid "Left"
301
  msgstr "Esquerda"
302
 
303
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
304
  msgid "Center"
305
  msgstr "Centro"
306
 
307
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
308
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
309
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311
310
- #: inc/widget.php:448 inc/widget.php:760 inc/widget.php:1055
311
  msgid "Right"
312
  msgstr "Direita"
313
 
@@ -315,15 +320,15 @@ msgstr "Direita"
315
  msgid "Horizontal alignment of the interface"
316
  msgstr "Alinhamento horizontal da interface"
317
 
318
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
319
  msgid "Position with respect to content"
320
  msgstr "Posição em relação ao conteúdo"
321
 
322
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
323
  msgid "Top of the content"
324
  msgstr "Acima do conteúdo"
325
 
326
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
327
  msgid "Bottom of the content"
328
  msgstr "Abaixo do conteúdo"
329
 
@@ -337,67 +342,67 @@ msgstr "Localização da interface"
337
 
338
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
339
  #: admin/social_login.php:1548 admin/social_login.php:1577
340
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
341
  msgid "Homepage"
342
  msgstr "Homepage"
343
 
344
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
345
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
346
  msgid "Posts"
347
  msgstr "Posts"
348
 
349
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
350
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
351
  msgid "Pages"
352
  msgstr "Páginas"
353
 
354
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
355
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
356
  #, fuzzy
357
  msgid "Excerpts and Posts page"
358
  msgstr "Pedaços (na Homepage)"
359
 
360
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
361
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
362
  msgid "Category Archives"
363
  msgstr "Arquivos de Categorias"
364
 
365
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
366
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
367
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
368
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
369
 
370
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
371
  msgid "BuddyPress activity"
372
  msgstr "Atividade BuddyPress"
373
 
374
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
375
  msgid "BuddyPress group (only at top of content)"
376
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
377
 
378
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
379
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
380
  msgid "BBPress forum"
381
  msgstr "Forum BBPress"
382
 
383
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
384
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
385
  msgid "BBPress topic"
386
  msgstr "Tópico BBPress"
387
 
388
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
389
  msgid "BBPress reply"
390
  msgstr "Responder BBPress"
391
 
392
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
393
  msgid "After individual product at WooCommerce Shop page"
394
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
395
 
396
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
397
  msgid "WooCommerce Product Page"
398
  msgstr "Página de Produtos WooCommerce"
399
 
400
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
401
  msgid "WooCommerce Thankyou Page"
402
  msgstr "Página de Agradecimento WooCommerce"
403
 
@@ -417,9 +422,9 @@ msgstr "Habilitar botões like flutuantes"
417
  msgid "Master control to enable vertical (floating) counter widget"
418
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
419
 
420
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
421
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289
422
- #: inc/widget.php:461 inc/widget.php:773
423
  msgid "Background Color"
424
  msgstr "Cor de Fundo"
425
 
@@ -435,7 +440,7 @@ msgstr ""
435
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
436
  "target=\\\"_blank\\\">neste link</a>"
437
 
438
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
439
  msgid "Left offset"
440
  msgstr "Ajuste à esquerda"
441
 
@@ -448,7 +453,7 @@ msgstr ""
448
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
449
  "negativos também."
450
 
451
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
452
  msgid "Right offset"
453
  msgstr "Ajuste à direita"
454
 
@@ -461,7 +466,7 @@ msgstr ""
461
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
462
  "negativos também."
463
 
464
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
465
  msgid "Top offset"
466
  msgstr "Ajuste acima"
467
 
@@ -473,7 +478,7 @@ msgstr ""
473
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
474
  "e decrementos deslocam para cima."
475
 
476
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
477
  msgid "BuddyPress group"
478
  msgstr "Grupo BuddyPress"
479
 
@@ -490,7 +495,7 @@ msgid "If enabled, vertical like buttons will not appear on mobile devices"
490
  msgstr ""
491
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
492
 
493
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
494
  msgid "Url shortener"
495
  msgstr "Encurtador de Url"
496
 
@@ -510,16 +515,16 @@ msgstr ""
510
  msgid "Enable bit.ly url shortener for tweet button"
511
  msgstr "Habilitar bit.ly url shortener para botões tweet"
512
 
513
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
514
  msgid "Master control to enable bit.ly url shortening for sharing"
515
  msgstr ""
516
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
517
 
518
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
519
  msgid "Bit.ly generic access token"
520
  msgstr ""
521
 
522
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
523
  #, php-format
524
  msgid ""
525
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -528,15 +533,15 @@ msgid ""
528
  "\">link</a>"
529
  msgstr ""
530
 
531
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
532
  msgid "Clear Bitly Cache"
533
  msgstr "Limpar o Cache Bitly"
534
 
535
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
536
  msgid "ShortUrl cache cleared successfully."
537
  msgstr "Cache ShortUrl limpo com sucesso."
538
 
539
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
540
  msgid ""
541
  "Use this to delete short urls saved in database. Handy, if urls of your "
542
  "website have been changed but short urls are still being generated for old "
@@ -547,8 +552,8 @@ msgstr ""
547
  "geradas para suas urls antigas."
548
 
549
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
550
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
551
- #: admin/social_sharing.php:1717
552
  msgid "Language"
553
  msgstr "Languagem"
554
 
@@ -592,11 +597,11 @@ msgstr ""
592
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
593
  "nenhum username."
594
 
595
- #: admin/like_buttons.php:726 admin/social_sharing.php:1812
596
  msgid "myCRED"
597
  msgstr ""
598
 
599
- #: admin/like_buttons.php:731 admin/social_sharing.php:1817
600
  msgid "Append myCRED referral ID to the urls being shared"
601
  msgstr ""
602
 
@@ -604,18 +609,26 @@ msgstr ""
604
  msgid "Like Buttons Shortcode & Widget"
605
  msgstr "Botões Like Shortcode & Widget"
606
 
607
- #: admin/like_buttons.php:766 admin/social_sharing.php:1900
608
  msgid "Why is there so much space between like buttons?"
609
  msgstr ""
610
 
611
- #: admin/like_buttons.php:767 admin/social_sharing.php:1901
612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
613
  msgstr ""
614
 
615
- #: admin/like_buttons.php:768 admin/social_sharing.php:1885
616
  msgid "How to Place Title and Social Share Icons in the Same Row?"
617
  msgstr ""
618
 
 
 
 
 
 
 
 
 
619
  #: admin/social_commenting.php:17
620
  msgid "Enable Social Commenting"
621
  msgstr "Habilitar Comentário Social"
@@ -827,7 +840,7 @@ msgid "Social Commenting Shortcode"
827
  msgstr "Shortcode em Comentário Social"
828
 
829
  #: admin/social_commenting.php:386 admin/social_login.php:1962
830
- #: admin/social_sharing.php:1872
831
  msgid ""
832
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
833
  "an online website for the plugin to function properly."
@@ -844,8 +857,8 @@ msgid ""
844
  "Https?"
845
  msgstr ""
846
 
847
- #: admin/social_commenting.php:389 admin/social_login.php:1969
848
- #: admin/social_sharing.php:1887
849
  msgid "Why is my browser blocking some features of the plugin?"
850
  msgstr ""
851
 
@@ -881,7 +894,7 @@ msgid "Advanced Configuration"
881
  msgstr "Configuração Básica"
882
 
883
  #: admin/social_login.php:41 admin/social_login.php:1746
884
- #: super_socializer.php:2454
885
  msgid "GDPR"
886
  msgstr ""
887
 
@@ -2058,7 +2071,7 @@ msgstr ""
2058
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2059
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2060
 
2061
- #: admin/social_login.php:1490 super_socializer.php:2072
2062
  msgid "Email required"
2063
  msgstr "Necessário email"
2064
 
@@ -2117,7 +2130,8 @@ msgstr "Painel da Conta"
2117
  msgid "BuddyPress profile page"
2118
  msgstr "Página de perfil BuddyPress"
2119
 
2120
- #: admin/social_login.php:1556 admin/social_login.php:1585
 
2121
  msgid "Custom Url"
2122
  msgstr "Url Personalizada"
2123
 
@@ -2307,8 +2321,8 @@ msgstr ""
2307
  msgid "Url of the privacy policy page of your website"
2308
  msgstr "Url da homepage do seu website"
2309
 
2310
- #: admin/social_login.php:1917 inc/widget.php:261 inc/widget.php:439
2311
- #: inc/widget.php:603 inc/widget.php:751
2312
  msgid "Select"
2313
  msgstr "Selecione"
2314
 
@@ -2330,16 +2344,6 @@ msgid ""
2330
  "belong to the same app"
2331
  msgstr ""
2332
 
2333
- #: admin/social_login.php:1967
2334
- msgid "Social Login not working with Varnish enabled"
2335
- msgstr ""
2336
-
2337
- #: admin/social_login.php:1968
2338
- msgid ""
2339
- "Why the user is not appearing logged in even after Social Login until the "
2340
- "webpage is refreshed manually?"
2341
- msgstr ""
2342
-
2343
  #: admin/social_sharing.php:18
2344
  msgid "Enable Social Sharing"
2345
  msgstr "Habilitar Compartilhamento Social"
@@ -2348,27 +2352,23 @@ msgstr "Habilitar Compartilhamento Social"
2348
  msgid "Master control to enable Social Sharing"
2349
  msgstr "Controle mestre para habilitar o Compartilhamento Social"
2350
 
2351
- #: admin/social_sharing.php:37
2352
- msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
2353
- msgstr ""
2354
-
2355
- #: admin/social_sharing.php:52
2356
  msgid "Theme Selection"
2357
  msgstr "Escolha de Temas"
2358
 
2359
- #: admin/social_sharing.php:64
2360
  msgid "Troubleshooter"
2361
  msgstr "Resolução de Problemas"
2362
 
2363
- #: admin/social_sharing.php:73
2364
  msgid "Standard interface theme"
2365
  msgstr "Tema padrão da interface"
2366
 
2367
- #: admin/social_sharing.php:78 admin/social_sharing.php:376
2368
  msgid "Icon Preview"
2369
  msgstr "Visualização do Ícone"
2370
 
2371
- #: admin/social_sharing.php:150 admin/social_sharing.php:449
2372
  msgid ""
2373
  "Do not forget to save the configuration after making changes by clicking the "
2374
  "save button below"
@@ -2376,57 +2376,57 @@ msgstr ""
2376
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
2377
  "botão de salvar abaixo"
2378
 
2379
- #: admin/social_sharing.php:156 admin/social_sharing.php:455
2380
  msgid "Shape"
2381
  msgstr "Forma"
2382
 
2383
- #: admin/social_sharing.php:160 admin/social_sharing.php:459
2384
- #: inc/widget.php:1084
2385
  msgid "Round"
2386
  msgstr "Arredondada"
2387
 
2388
- #: admin/social_sharing.php:162 admin/social_sharing.php:461
2389
- #: inc/widget.php:1085
2390
  msgid "Square"
2391
  msgstr "Quadrada"
2392
 
2393
- #: admin/social_sharing.php:164 admin/social_sharing.php:463
2394
  msgid "Rectangle"
2395
  msgstr "Retangular"
2396
 
2397
- #: admin/social_sharing.php:171 admin/social_sharing.php:470
2398
  msgid "Shape of the sharing icons"
2399
  msgstr "Forma dos ícones de compartilhameto"
2400
 
2401
- #: admin/social_sharing.php:179 admin/social_sharing.php:478
2402
  msgid "Size (in pixels)"
2403
  msgstr "Tamanho (em pixels)"
2404
 
2405
- #: admin/social_sharing.php:195 admin/social_sharing.php:494
2406
  msgid "Size of the sharing icons"
2407
  msgstr "Tamanho dos ícones de compartilhameto"
2408
 
2409
- #: admin/social_sharing.php:204 admin/social_sharing.php:503
2410
  msgid "Width (in pixels)"
2411
  msgstr "Largura (em pixels)"
2412
 
2413
- #: admin/social_sharing.php:220 admin/social_sharing.php:519
2414
  msgid "Width of the sharing icons"
2415
  msgstr "Largura dos ícones de compartilhameto"
2416
 
2417
- #: admin/social_sharing.php:227 admin/social_sharing.php:526
2418
  msgid "Height (in pixels)"
2419
  msgstr "Altura (em pixels)"
2420
 
2421
- #: admin/social_sharing.php:243 admin/social_sharing.php:542
2422
  msgid "Height of the sharing icons"
2423
  msgstr "Altura dos ícones de compartilhameto"
2424
 
2425
- #: admin/social_sharing.php:252 admin/social_sharing.php:551
2426
  msgid "Border radius (in pixels)"
2427
  msgstr "Raio da borda (em pixels)"
2428
 
2429
- #: admin/social_sharing.php:262 admin/social_sharing.php:561
2430
  msgid ""
2431
  "Specify a value for rounded corners. More the value, more rounded will the "
2432
  "corners be. Leave empty for sharp corners."
@@ -2434,23 +2434,23 @@ msgstr ""
2434
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
2435
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
2436
 
2437
- #: admin/social_sharing.php:270 admin/social_sharing.php:569
2438
  msgid "Logo Color"
2439
  msgstr "Cor do logo"
2440
 
2441
- #: admin/social_sharing.php:274 admin/social_sharing.php:294
2442
- #: admin/social_sharing.php:313 admin/social_sharing.php:573
2443
- #: admin/social_sharing.php:593 admin/social_sharing.php:611
2444
  msgid "Default"
2445
  msgstr "Padrão"
2446
 
2447
- #: admin/social_sharing.php:276 admin/social_sharing.php:295
2448
- #: admin/social_sharing.php:318 admin/social_sharing.php:575
2449
- #: admin/social_sharing.php:594 admin/social_sharing.php:616
2450
  msgid "On Hover"
2451
  msgstr "Em foco"
2452
 
2453
- #: admin/social_sharing.php:284 admin/social_sharing.php:583
2454
  msgid ""
2455
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2456
  "empty for default. You can get the hex code of the required color from <a "
@@ -2461,7 +2461,7 @@ msgstr ""
2461
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
2462
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2463
 
2464
- #: admin/social_sharing.php:302 admin/social_sharing.php:601
2465
  msgid ""
2466
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2467
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -2474,153 +2474,164 @@ msgstr ""
2474
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
2475
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2476
 
2477
- #: admin/social_sharing.php:309 admin/social_sharing.php:608
2478
  msgid "Border"
2479
  msgstr "Borda"
2480
 
2481
- #: admin/social_sharing.php:315 admin/social_sharing.php:320
2482
- #: admin/social_sharing.php:613 admin/social_sharing.php:618
2483
  msgid "Border Width"
2484
  msgstr "Largura da Borda"
2485
 
2486
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
2487
- #: admin/social_sharing.php:614 admin/social_sharing.php:619
2488
  msgid "Border Color"
2489
  msgstr "Cor da Borda"
2490
 
2491
- #: admin/social_sharing.php:328 admin/social_sharing.php:626
2492
  msgid "Icon border"
2493
  msgstr "Ícone da borda"
2494
 
2495
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2496
  msgid "Counter Position"
2497
  msgstr "Posição do Contador"
2498
 
2499
- #: admin/social_sharing.php:335 admin/social_sharing.php:633
2500
  msgid "(applies, if counter enabled)"
2501
  msgstr "(aplica-se, caso o contador esteja habilitado)"
2502
 
2503
- #: admin/social_sharing.php:341 admin/social_sharing.php:639
2504
  msgid "Top"
2505
  msgstr "Acima"
2506
 
2507
- #: admin/social_sharing.php:345 admin/social_sharing.php:643
2508
  msgid "Bottom"
2509
  msgstr "Abaixo"
2510
 
2511
- #: admin/social_sharing.php:347 admin/social_sharing.php:645
2512
  msgid "Inner Left"
2513
  msgstr "Inner a Esquerda"
2514
 
2515
- #: admin/social_sharing.php:349 admin/social_sharing.php:647
2516
  msgid "Inner Top"
2517
  msgstr "Inner Acima"
2518
 
2519
- #: admin/social_sharing.php:351 admin/social_sharing.php:649
2520
  msgid "Inner Right"
2521
  msgstr "Inner a Direita"
2522
 
2523
- #: admin/social_sharing.php:353 admin/social_sharing.php:651
2524
  msgid "Inner Bottom"
2525
  msgstr "Inner a Baixo"
2526
 
2527
- #: admin/social_sharing.php:361 admin/social_sharing.php:659
2528
  msgid "Position of share counter"
2529
  msgstr "Posição do contador de compartilhamento"
2530
 
2531
- #: admin/social_sharing.php:371
2532
  msgid "Floating interface theme"
2533
  msgstr "Tema da inteface flutuante"
2534
 
2535
- #: admin/social_sharing.php:675
2536
  msgid "Standard Sharing Interface Options"
2537
  msgstr "Opções de Interface de Compartilhamento Padrão"
2538
 
2539
- #: admin/social_sharing.php:680
2540
  msgid "Enable Standard sharing interface"
2541
  msgstr "Habilita interface de Compartilhamento padrão"
2542
 
2543
- #: admin/social_sharing.php:690
2544
  msgid "Master control to enable standard sharing"
2545
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
2546
 
2547
- #: admin/social_sharing.php:714 admin/social_sharing.php:1135
2548
  msgid "Url to share"
2549
  msgstr "Url para compartilhar"
2550
 
2551
- #: admin/social_sharing.php:731
2552
  msgid "The text to display above the sharing interface"
2553
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
2554
 
2555
- #: admin/social_sharing.php:755 admin/social_sharing.php:1143
2556
  #, fuzzy
2557
  msgid "Instagram username"
2558
  msgstr "Instagram"
2559
 
2560
- #: admin/social_sharing.php:765 admin/social_sharing.php:1153
2561
  msgid ""
2562
  "Username of the Instagram account you want to redirect users to, on clicking "
2563
  "the icon"
2564
  msgstr ""
2565
 
2566
- #: admin/social_sharing.php:774 admin/social_sharing.php:1162
 
 
 
 
 
 
 
 
 
 
 
2567
  #, fuzzy
2568
  msgid "HTML ID of container element of comment form"
2569
  msgstr "HTML ID do comentário do container"
2570
 
2571
- #: admin/social_sharing.php:784 admin/social_sharing.php:1172
2572
  msgid ""
2573
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2574
  "icon."
2575
  msgstr ""
2576
 
2577
- #: admin/social_sharing.php:797 admin/social_sharing.php:1180
2578
  msgid "Rearrange icons"
2579
  msgstr "Rearranjar ícones"
2580
 
2581
- #: admin/social_sharing.php:858 admin/social_sharing.php:1239
2582
  msgid "Drag the icons to rearrange in desired order"
2583
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2584
 
2585
- #: admin/social_sharing.php:865 admin/social_sharing.php:1246
2586
  msgid "Select Sharing Services"
2587
  msgstr "Selecione os Serviços Compartilhados"
2588
 
2589
- #: admin/social_sharing.php:872 admin/social_sharing.php:1253
2590
  msgid "Select sharing services to show in social share bar"
2591
  msgstr ""
2592
  "Selecione os serviços compartilhados para exibir na barra de "
2593
  "compartilhamento social"
2594
 
2595
- #: admin/social_sharing.php:890 admin/social_sharing.php:1271
2596
  #, fuzzy
2597
  msgid "Search social network"
2598
  msgstr "como rede social primária"
2599
 
2600
- #: admin/social_sharing.php:922 admin/social_sharing.php:1319
2601
  msgid "Horizontal alignment of the sharing interface"
2602
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2603
 
2604
- #: admin/social_sharing.php:942
2605
  msgid "Specify position of the sharing interface with respect to the content"
2606
  msgstr ""
2607
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2608
 
2609
- #: admin/social_sharing.php:949 admin/social_sharing.php:1381
2610
  msgid "Placement"
2611
  msgstr "Localização"
2612
 
2613
- #: admin/social_sharing.php:1017
2614
  msgid "Specify the pages where you want to enable Sharing interface"
2615
  msgstr ""
2616
  "Especifique as páginas onde você deseja habilitar a interface de "
2617
  "compartilhamento"
2618
 
2619
- #: admin/social_sharing.php:1024 admin/social_sharing.php:1437
2620
  msgid "Show share counts"
2621
  msgstr "Exibir contadores de compartilhamento"
2622
 
2623
- #: admin/social_sharing.php:1029 admin/social_sharing.php:1442
2624
  #, fuzzy
2625
  msgid ""
2626
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2630,7 +2641,7 @@ msgstr ""
2630
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
2631
  "Odnoklassniki e Vkontakte"
2632
 
2633
- #: admin/social_sharing.php:1030 admin/social_sharing.php:1443
2634
  #, php-format
2635
  msgid ""
2636
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2639,32 +2650,32 @@ msgid ""
2639
  "their website."
2640
  msgstr ""
2641
 
2642
- #: admin/social_sharing.php:1037 admin/social_sharing.php:1450
2643
  msgid "If enabled, share counts are displayed above sharing icons."
2644
  msgstr ""
2645
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2646
  "ícones de compartilhamento."
2647
 
2648
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1458
2649
- #: admin/social_sharing.php:1659
2650
  msgid "Track Social Shares for Every Social Network"
2651
  msgstr ""
2652
 
2653
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1464
2654
  msgid "Show total shares"
2655
  msgstr "Exibe total de compartilhamentos"
2656
 
2657
- #: admin/social_sharing.php:1061 admin/social_sharing.php:1474
2658
  msgid "If enabled, total shares will be displayed with sharing icons"
2659
  msgstr ""
2660
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2661
  "de compartilhamento"
2662
 
2663
- #: admin/social_sharing.php:1069 admin/social_sharing.php:1482
2664
  msgid "Enable 'More' icon"
2665
  msgstr "Habilitar 'Mais' ícones"
2666
 
2667
- #: admin/social_sharing.php:1079 admin/social_sharing.php:1492
2668
  msgid ""
2669
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2670
  "which shows additional sharing networks in popup"
@@ -2673,19 +2684,19 @@ msgstr ""
2673
  "de compartilhamento com a exibição adicional das redes sociais "
2674
  "compartilhadas em um popup"
2675
 
2676
- #: admin/social_sharing.php:1096
2677
  msgid "Floating Sharing Interface Options"
2678
  msgstr "Opções da Interface de Compartilhamento Flutuante"
2679
 
2680
- #: admin/social_sharing.php:1101
2681
  msgid "Enable Floating sharing interface"
2682
  msgstr "Habilita interface de compartilhamento flutuante"
2683
 
2684
- #: admin/social_sharing.php:1111
2685
  msgid "Master control to enable floating sharing widget"
2686
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2687
 
2688
- #: admin/social_sharing.php:1299
2689
  msgid ""
2690
  "Specify the color or hex code (example #cc78e0) for the background of "
2691
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2697,7 +2708,7 @@ msgstr ""
2697
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2698
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2699
 
2700
- #: admin/social_sharing.php:1337
2701
  msgid ""
2702
  "Specify a number. Increase in number will shift sharing interface towards "
2703
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2707,7 +2718,7 @@ msgstr ""
2707
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2708
  "negativos."
2709
 
2710
- #: admin/social_sharing.php:1356
2711
  msgid ""
2712
  "Specify a number. Increase in number will shift sharing interface towards "
2713
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2717,7 +2728,7 @@ msgstr ""
2717
  "interface de compartilhamento para a direita. Os números podem também ser "
2718
  "negativos."
2719
 
2720
- #: admin/social_sharing.php:1374
2721
  msgid ""
2722
  "Specify a number. Increase in number will shift sharing interface towards "
2723
  "bottom and decrease will shift it towards top."
@@ -2726,33 +2737,33 @@ msgstr ""
2726
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2727
  "interface de compartilhamento para cima."
2728
 
2729
- #: admin/social_sharing.php:1430
2730
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2731
  msgstr ""
2732
  "Especifique as páginas onde você deseja habilitar a interface de "
2733
  "compartilhamento vertical"
2734
 
2735
- #: admin/social_sharing.php:1499
2736
  #, fuzzy
2737
  msgid "Hide floating slider"
2738
  msgstr "Escondido para usuários autenticados:"
2739
 
2740
- #: admin/social_sharing.php:1509
2741
  #, fuzzy
2742
  msgid "Hides the slider arrow present below the floating share bar"
2743
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
2744
 
2745
- #: admin/social_sharing.php:1516
2746
  msgid "Vertical floating bar responsiveness"
2747
  msgstr "Sensibilidade da barra flutuante vertical"
2748
 
2749
- #: admin/social_sharing.php:1519 inc/widget.php:1063
2750
  #, php-format
2751
  msgid "Display vertical interface only when screen is wider than %s pixels"
2752
  msgstr ""
2753
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2754
 
2755
- #: admin/social_sharing.php:1526
2756
  msgid ""
2757
  "Display vertical interface only when screen is wider than the width "
2758
  "specified."
@@ -2760,11 +2771,11 @@ msgstr ""
2760
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2761
  "especificada."
2762
 
2763
- #: admin/social_sharing.php:1533
2764
  msgid "Horizontal floating bar responsiveness"
2765
  msgstr "Sensibilidade da barra flutuante horizontal"
2766
 
2767
- #: admin/social_sharing.php:1536 inc/widget.php:1067
2768
  #, php-format
2769
  msgid ""
2770
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2773,7 +2784,7 @@ msgstr ""
2773
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2774
  "quando a tela é mais estreita do que %s pixels"
2775
 
2776
- #: admin/social_sharing.php:1543
2777
  msgid ""
2778
  "Stick vertical floating interface horizontally at bottom only when screen is "
2779
  "narrower than the width specified"
@@ -2781,63 +2792,72 @@ msgstr ""
2781
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2782
  "quando a tela é mais estreita do que a largura especificada"
2783
 
2784
- #: admin/social_sharing.php:1552
2785
  msgid "Horizontal floating bar position"
2786
  msgstr "Posição da barra de flutuação horizontal"
2787
 
2788
- #: admin/social_sharing.php:1555 inc/widget.php:1073
2789
  #, php-format
2790
  msgid "%s pixels from %s"
2791
  msgstr "%s pixels de %s"
2792
 
2793
- #: admin/social_sharing.php:1556
2794
  msgid "Auto-adjust according to screen width (responsive)"
2795
  msgstr ""
2796
 
2797
- #: admin/social_sharing.php:1563
2798
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2799
  msgstr ""
2800
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2801
  "também."
2802
 
2803
- #: admin/social_sharing.php:1588
 
 
 
 
 
 
 
 
 
2804
  msgid "Use shortlinks already installed"
2805
  msgstr "Use shortlinks já instalados"
2806
 
2807
- #: admin/social_sharing.php:1598
2808
  msgid "Uses default short url permalinks without using any additional plugin"
2809
  msgstr ""
2810
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2811
 
2812
- #: admin/social_sharing.php:1605
2813
  msgid "Enable bit.ly url shortener for sharing"
2814
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2815
 
2816
- #: admin/social_sharing.php:1664
2817
  msgid "Share Count Cache"
2818
  msgstr "Cache de Contador de Compartilhamento"
2819
 
2820
- #: admin/social_sharing.php:1669
2821
  msgid "Refresh Share Count cache every"
2822
  msgstr "Atualizar o contador de compartilhamento a cada"
2823
 
2824
- #: admin/social_sharing.php:1674
2825
  msgid "Second(s)"
2826
  msgstr ""
2827
 
2828
- #: admin/social_sharing.php:1675
2829
  msgid "Minute(s)"
2830
  msgstr ""
2831
 
2832
- #: admin/social_sharing.php:1676
2833
  msgid "Hour(s)"
2834
  msgstr ""
2835
 
2836
- #: admin/social_sharing.php:1677
2837
  msgid "Day(s)"
2838
  msgstr ""
2839
 
2840
- #: admin/social_sharing.php:1685
2841
  #, fuzzy, php-format
2842
  msgid ""
2843
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2847,19 +2867,19 @@ msgstr ""
2847
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
2848
  "páginas com os contadores de compartilhamento habilitados"
2849
 
2850
- #: admin/social_sharing.php:1692
2851
  msgid "Clear Share Counts Cache"
2852
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2853
 
2854
- #: admin/social_sharing.php:1696
2855
  msgid "Share Counts cache cleared successfully."
2856
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2857
 
2858
- #: admin/social_sharing.php:1703
2859
  msgid "Use this to clear cached share counts"
2860
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2861
 
2862
- #: admin/social_sharing.php:1727
2863
  #, php-format
2864
  msgid ""
2865
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2870,15 +2890,15 @@ msgstr ""
2870
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2871
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2872
 
2873
- #: admin/social_sharing.php:1736
2874
  msgid "Username in sharing"
2875
  msgstr "Username no compartilhamento"
2876
 
2877
- #: admin/social_sharing.php:1741
2878
  msgid "Twitter username (without @)"
2879
  msgstr "Username do Twitter (sem @)"
2880
 
2881
- #: admin/social_sharing.php:1751 admin/social_sharing.php:1769
2882
  msgid ""
2883
  "Provided username will be appended after the content being shared as \"via "
2884
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2888,28 +2908,28 @@ msgstr ""
2888
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2889
  "no conteúdo sendo compartilhado."
2890
 
2891
- #: admin/social_sharing.php:1759
2892
  msgid "Buffer username (without @)"
2893
  msgstr "Username do Buffer (sem @)"
2894
 
2895
- #: admin/social_sharing.php:1778
2896
  msgid "AMP"
2897
  msgstr ""
2898
 
2899
- #: admin/social_sharing.php:1783
2900
  #, fuzzy
2901
  msgid "Enable sharing on AMP pages"
2902
  msgstr "Habilia a página de autenticação"
2903
 
2904
- #: admin/social_sharing.php:1793
2905
  msgid "Enable this option to render sharing icons on AMP pages"
2906
  msgstr ""
2907
 
2908
- #: admin/social_sharing.php:1850
2909
  msgid "Facebook Sharing Troubleshooter"
2910
  msgstr "Solução de problema no compartilhamento com o Facebook"
2911
 
2912
- #: admin/social_sharing.php:1855
2913
  #, fuzzy
2914
  msgid ""
2915
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2921,18 +2941,18 @@ msgstr ""
2921
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
2922
  "website:"
2923
 
2924
- #: admin/social_sharing.php:1873
2925
  msgid ""
2926
  "Why is sharer not showing the correct image, title and other meta tags "
2927
  "content?"
2928
  msgstr ""
2929
 
2930
- #: admin/social_sharing.php:1874
2931
  #, fuzzy
2932
  msgid "Why is Facebook share count not working?"
2933
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2934
 
2935
- #: admin/social_sharing.php:1875 super_socializer.php:3199
2936
  #, php-format
2937
  msgid ""
2938
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2941,11 +2961,11 @@ msgid ""
2941
  "not just for Facebook but for all the social networks"
2942
  msgstr ""
2943
 
2944
- #: admin/social_sharing.php:1877
2945
  msgid "Why is Instagram icon redirecting to Instagram website?"
2946
  msgstr ""
2947
 
2948
- #: admin/social_sharing.php:1878
2949
  msgid ""
2950
  "Instagram icon is there to send website visitors to the Instagram page of "
2951
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2953,40 +2973,40 @@ msgid ""
2953
  "sections."
2954
  msgstr ""
2955
 
2956
- #: admin/social_sharing.php:1881
2957
  #, fuzzy
2958
  msgid "How to customize the url being shared?"
2959
  msgstr ""
2960
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
2961
 
2962
- #: admin/social_sharing.php:1882
2963
  msgid ""
2964
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2965
  msgstr ""
2966
 
2967
- #: admin/social_sharing.php:1883
2968
  msgid ""
2969
  "It takes some time for their service to track the shares made on Twitter "
2970
  "from your website. If you still feel it's taking too long you can contact "
2971
  "their support directly from their website."
2972
  msgstr ""
2973
 
2974
- #: admin/social_sharing.php:1886
2975
  msgid ""
2976
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2977
  msgstr ""
2978
 
2979
- #: admin/social_sharing.php:1888
2980
  #, fuzzy
2981
  msgid "Why the color of share icons is not being updated?"
2982
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2983
 
2984
- #: admin/social_sharing.php:1889
2985
  #, fuzzy
2986
  msgid "Why Facebook share counts are not appearing?"
2987
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2988
 
2989
- #: admin/social_sharing.php:1890
2990
  msgid ""
2991
  "How can I show share counts of my website rather than of individual pages/"
2992
  "posts?"
@@ -2994,44 +3014,44 @@ msgstr ""
2994
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
2995
  "das páginas/posts individuais?"
2996
 
2997
- #: admin/social_sharing.php:1891
2998
  msgid "How can I disable sharing on particular page/post?"
2999
  msgstr ""
3000
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3001
 
3002
- #: admin/social_sharing.php:1892
3003
  msgid "How can I specify minimum sharing count for sharing networks?"
3004
  msgstr ""
3005
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3006
  "sociais?"
3007
 
3008
- #: admin/social_sharing.php:1893
3009
  msgid "How to share specific page?"
3010
  msgstr "Como compartilhar página específica?"
3011
 
3012
- #: admin/social_sharing.php:1894
3013
  msgid "How to integrate Google Analytics with sharing?"
3014
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3015
 
3016
- #: admin/social_sharing.php:1895
3017
  msgid "How to customize the look of total share counts?"
3018
  msgstr ""
3019
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3020
 
3021
- #: admin/social_sharing.php:1896
3022
  msgid "How to customize the look of individual share counts?"
3023
  msgstr ""
3024
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3025
 
3026
- #: admin/social_sharing.php:1897
3027
  msgid "How to show Whatsapp icon only on mobile devices?"
3028
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3029
 
3030
- #: admin/social_sharing.php:1898
3031
  msgid "How to hide arrow after floating sharing bar?"
3032
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3033
 
3034
- #: admin/social_sharing.php:1899
3035
  #, fuzzy
3036
  msgid "Why is share count not getting updated?"
3037
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
@@ -3083,50 +3103,50 @@ msgstr ""
3083
  msgid "Remove"
3084
  msgstr "Remover"
3085
 
3086
- #: helper.php:711
3087
  #, fuzzy
3088
  msgid "Social Account Linking"
3089
  msgstr ""
3090
  "Habilitar estar opção para exibir a conta social associada a página de "
3091
  "interface de perfil do BuddyPress"
3092
 
3093
- #: helper.php:761
3094
  msgid "Disable Standard Social Sharing on this "
3095
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3096
 
3097
- #: helper.php:766
3098
  msgid "Disable Floating Social Sharing on this "
3099
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3100
 
3101
- #: helper.php:771
3102
  msgid "Disable Standard like buttons on this "
3103
  msgstr "Desabilitar o botão de like padrão neste(a) "
3104
 
3105
- #: helper.php:776
3106
  msgid "Disable Floating like buttons on this "
3107
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3108
 
3109
- #: helper.php:781
3110
  msgid "Disable Social Commenting on this "
3111
  msgstr "Desabilitar o Comentário Social neste(a) "
3112
 
3113
- #: helper.php:790
3114
  msgid "Standard Sharing Interface"
3115
  msgstr "Interface Padrão de Compartilhamento"
3116
 
3117
- #: helper.php:796 helper.php:815
3118
  msgid "Starting share count for "
3119
  msgstr "Iniciando contagem compartilhada para "
3120
 
3121
- #: helper.php:809
3122
  msgid "Floating Sharing Interface"
3123
  msgstr "Interface de Compartilhamento Flutuante"
3124
 
3125
- #: helper.php:905 super_socializer.php:2470
3126
  msgid "Social Avatar"
3127
  msgstr "Avatar Social"
3128
 
3129
- #: helper.php:908 super_socializer.php:2481
3130
  msgid ""
3131
  "Do not fetch and update social avatar from my profile, next time I Social "
3132
  "Login"
@@ -3134,44 +3154,44 @@ msgstr ""
3134
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3135
  "Autenticação Social"
3136
 
3137
- #: helper.php:909 super_socializer.php:2485
3138
  msgid "Update social avatar, next time I Social Login"
3139
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3140
 
3141
- #: helper.php:912
3142
  msgid "Small Avatar"
3143
  msgstr "Avatar Pequeno"
3144
 
3145
- #: helper.php:916
3146
  msgid "Large Avatar"
3147
  msgstr "Avatar Grande"
3148
 
3149
- #: helper.php:976 super_socializer.php:2050
3150
  msgid "Please verify your email address to login."
3151
  msgstr "Por favor verifique seu endereço de email no login."
3152
 
3153
- #: helper.php:1013
3154
  msgid "Click to delete social profile data"
3155
  msgstr ""
3156
 
3157
- #: helper.php:1042
3158
  #, fuzzy
3159
  msgid "Deleting"
3160
  msgstr "Configurações"
3161
 
3162
- #: helper.php:1052
3163
  msgid "Deleted"
3164
  msgstr ""
3165
 
3166
- #: helper.php:1054
3167
  msgid "Something bad happened"
3168
  msgstr ""
3169
 
3170
- #: inc/shortcode.php:214 inc/widget.php:47
3171
  msgid "Log Out"
3172
  msgstr "Desautenticar"
3173
 
3174
- #: inc/shortcode.php:295
3175
  msgid ""
3176
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3177
  "Socializer > Social Login\" page in admin panel"
@@ -3179,29 +3199,29 @@ msgstr ""
3179
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3180
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3181
 
3182
- #: inc/social_login.php:1034
3183
  #, fuzzy
3184
  msgid "Email"
3185
  msgstr "Opções de popup de email"
3186
 
3187
- #: inc/social_login.php:1035
3188
  msgid "Confirm email"
3189
  msgstr ""
3190
 
3191
- #: inc/social_login.php:1037
3192
  msgid "Save"
3193
  msgstr ""
3194
 
3195
- #: inc/social_login.php:1038
3196
  msgid "Cancel"
3197
  msgstr ""
3198
 
3199
- #: inc/social_login.php:1112
3200
  #, fuzzy
3201
  msgid "Email Verification"
3202
  msgstr "Habilitar verificação de email"
3203
 
3204
- #: inc/social_login.php:1114
3205
  msgid ""
3206
  "Please click on the following link or paste it in browser to verify your "
3207
  "email"
@@ -3223,23 +3243,23 @@ msgstr "Arquivos de Categorias"
3223
  msgid "Total Shares"
3224
  msgstr "Exibe total de compartilhamentos"
3225
 
3226
- #: inc/social_sharing.php:272 super_socializer.php:2160
3227
  #, fuzzy
3228
  msgid "Share"
3229
  msgstr "Posição do contador de compartilhamento"
3230
 
3231
- #: inc/social_sharing.php:272 super_socializer.php:2160
3232
  #, fuzzy
3233
  msgid "Shares"
3234
  msgstr ""
3235
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3236
  "de compartilhamento"
3237
 
3238
- #: inc/social_sharing.php:963 inc/social_sharing.php:1201
3239
  msgid "Invalid request"
3240
  msgstr "Requisição inválida"
3241
 
3242
- #: inc/social_sharing.php:970
3243
  msgid "Providers not selected"
3244
  msgstr "Provedor não selecionado"
3245
 
@@ -3257,11 +3277,11 @@ msgstr ""
3257
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
3258
  "do usuário no seu website"
3259
 
3260
- #: inc/widget.php:71
3261
  msgid "Login with your Social Account"
3262
  msgstr ""
3263
 
3264
- #: inc/widget.php:82
3265
  msgid ""
3266
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3267
  "page."
@@ -3269,28 +3289,28 @@ msgstr ""
3269
  "Tenha certeza que a Autenticação Social esteja habilitada na página \\"
3270
  "\"Super Socializer > Autenticação Social\\\"."
3271
 
3272
- #: inc/widget.php:83
3273
  msgid "Title (before login):"
3274
  msgstr ""
3275
 
3276
- #: inc/widget.php:85
3277
  msgid "Title (after login):"
3278
  msgstr ""
3279
 
3280
- #: inc/widget.php:87 inc/widget.php:267 inc/widget.php:609 inc/widget.php:1022
3281
  msgid "Before widget content:"
3282
  msgstr "Antes do conteúdo do widget:"
3283
 
3284
- #: inc/widget.php:89 inc/widget.php:269 inc/widget.php:611 inc/widget.php:1162
3285
  msgid "After widget content:"
3286
  msgstr "Depois do conteúdo do widget:"
3287
 
3288
- #: inc/widget.php:92 inc/widget.php:271 inc/widget.php:464 inc/widget.php:613
3289
- #: inc/widget.php:776
3290
  msgid "Hide for logged in users:"
3291
  msgstr "Escondido para usuários autenticados:"
3292
 
3293
- #: inc/widget.php:111
3294
  #, fuzzy
3295
  msgid ""
3296
  "Standard sharing widget. Let your website users share content on popular "
@@ -3300,7 +3320,7 @@ msgstr ""
3300
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
3301
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3302
 
3303
- #: inc/widget.php:252
3304
  #, fuzzy
3305
  msgid ""
3306
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3309,23 +3329,28 @@ msgstr ""
3309
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
3310
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
3311
 
3312
- #: inc/widget.php:253 inc/widget.php:599
3313
  msgid "Title:"
3314
  msgstr "Título:"
3315
 
3316
- #: inc/widget.php:255 inc/widget.php:433
3317
  msgid "Show individual share counts:"
3318
  msgstr "Exibir contadores individuais de compartilhamento:"
3319
 
3320
- #: inc/widget.php:257 inc/widget.php:435
3321
  msgid "Show total shares:"
3322
  msgstr "Exibir compartilhamentos totais:"
3323
 
3324
- #: inc/widget.php:259 inc/widget.php:437 inc/widget.php:601 inc/widget.php:749
3325
  msgid "Target Url:"
3326
  msgstr "Url de destino:"
3327
 
3328
- #: inc/widget.php:290
 
 
 
 
 
3329
  #, fuzzy
3330
  msgid ""
3331
  "Floating sharing widget. Let your website users share content on popular "
@@ -3335,7 +3360,7 @@ msgstr ""
3335
  "website compartilharem conteúdo nas redes Sociais mais populares como "
3336
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3337
 
3338
- #: inc/widget.php:432
3339
  #, fuzzy
3340
  msgid ""
3341
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -3344,23 +3369,23 @@ msgstr ""
3344
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
3345
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
3346
 
3347
- #: inc/widget.php:445 inc/widget.php:757
3348
  msgid "Alignment"
3349
  msgstr "Alinhamento"
3350
 
3351
- #: inc/widget.php:451 inc/widget.php:763
3352
  msgid "Left Offset"
3353
  msgstr "Ajuste à esquerda"
3354
 
3355
- #: inc/widget.php:455 inc/widget.php:767
3356
  msgid "Right Offset"
3357
  msgstr "Ajuste à direita"
3358
 
3359
- #: inc/widget.php:458 inc/widget.php:770
3360
  msgid "Top Offset"
3361
  msgstr "Ajuste à cima"
3362
 
3363
- #: inc/widget.php:483
3364
  #, fuzzy
3365
  msgid ""
3366
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3370,7 +3395,7 @@ msgstr ""
3370
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
3371
  "Twitter, Tumblr, Google+ e muitas outras"
3372
 
3373
- #: inc/widget.php:598
3374
  #, fuzzy
3375
  msgid ""
3376
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3379,7 +3404,7 @@ msgstr ""
3379
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
3380
  "\"Super Socializer > Botões Like\\\""
3381
 
3382
- #: inc/widget.php:632
3383
  #, fuzzy
3384
  msgid ""
3385
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3389,7 +3414,7 @@ msgstr ""
3389
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
3390
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3391
 
3392
- #: inc/widget.php:748
3393
  #, fuzzy
3394
  msgid ""
3395
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3398,192 +3423,202 @@ msgstr ""
3398
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
3399
  "\"Super Socializer > Botões Like\\\""
3400
 
3401
- #: inc/widget.php:792
3402
  #, fuzzy
3403
  msgid "Super Socializer - Follow Icons"
3404
  msgstr "Super Socializer - Autenticação"
3405
 
3406
- #: inc/widget.php:794
3407
  msgid "These icons link to your Social Media accounts"
3408
  msgstr ""
3409
 
3410
- #: inc/widget.php:1026
3411
  msgid "Type:"
3412
  msgstr ""
3413
 
3414
- #: inc/widget.php:1029
3415
  #, fuzzy
3416
  msgid "Standard"
3417
  msgstr "Opções de Interface Padrão"
3418
 
3419
- #: inc/widget.php:1032
3420
  #, fuzzy
3421
  msgid "Floating"
3422
  msgstr "Habilitar botões like flutuantes"
3423
 
3424
- #: inc/widget.php:1037
3425
  #, fuzzy
3426
  msgid "Top offset:"
3427
  msgstr "Ajuste acima"
3428
 
3429
- #: inc/widget.php:1041
3430
  #, fuzzy
3431
  msgid "Alignment:"
3432
  msgstr "Alinhamento"
3433
 
3434
- #: inc/widget.php:1059
3435
  #, fuzzy
3436
  msgid "Offset"
3437
  msgstr "Ajuste à cima"
3438
 
3439
- #: inc/widget.php:1073
3440
  #, fuzzy
3441
  msgid "right"
3442
  msgstr "Direita"
3443
 
3444
- #: inc/widget.php:1073
3445
  #, fuzzy
3446
  msgid "left"
3447
  msgstr "Esquerda"
3448
 
3449
- #: inc/widget.php:1076
3450
  msgid "Auto-adjust according to the screen-width (responsive)"
3451
  msgstr ""
3452
 
3453
- #: inc/widget.php:1080
3454
  #, fuzzy
3455
  msgid "Size of icons"
3456
  msgstr "Tamanho dos ícones de compartilhameto"
3457
 
3458
- #: inc/widget.php:1082
3459
  #, fuzzy
3460
  msgid "Icon Shape"
3461
  msgstr "Forma"
3462
 
3463
- #: inc/widget.php:1087
3464
  msgid "Apply icon color and background color from Theme Selection section:"
3465
  msgstr ""
3466
 
3467
- #: inc/widget.php:1089
3468
  msgid "No"
3469
  msgstr ""
3470
 
3471
- #: inc/widget.php:1090
3472
  #, fuzzy
3473
  msgid "Yes, Standard Interface Theme"
3474
  msgstr "Tema padrão da interface"
3475
 
3476
- #: inc/widget.php:1091
3477
  #, fuzzy
3478
  msgid "Yes, Floating Interface Theme"
3479
  msgstr "Tema da inteface flutuante"
3480
 
3481
- #: inc/widget.php:1093
3482
  #, fuzzy
3483
  msgid "Facebook URL:"
3484
  msgstr "Facebook App ID"
3485
 
3486
- #: inc/widget.php:1096
3487
  #, fuzzy
3488
  msgid "Twitter URL:"
3489
  msgstr "Twitter"
3490
 
3491
- #: inc/widget.php:1099
3492
  #, fuzzy
3493
  msgid "Parler URL:"
3494
  msgstr "Instagram"
3495
 
3496
- #: inc/widget.php:1102
3497
  #, fuzzy
3498
  msgid "Instagram URL:"
3499
  msgstr "Instagram"
3500
 
3501
- #: inc/widget.php:1105
3502
  msgid "Pinterest URL:"
3503
  msgstr ""
3504
 
3505
- #: inc/widget.php:1108
3506
  msgid "Behance URL:"
3507
  msgstr ""
3508
 
3509
- #: inc/widget.php:1111
3510
  msgid "Flickr URL:"
3511
  msgstr ""
3512
 
3513
- #: inc/widget.php:1114
3514
  msgid "Foursquare URL:"
3515
  msgstr ""
3516
 
3517
- #: inc/widget.php:1117
3518
  msgid "Github URL:"
3519
  msgstr ""
3520
 
3521
- #: inc/widget.php:1120
3522
  #, fuzzy
3523
  msgid "LinkedIn URL:"
3524
  msgstr "LinkedIn"
3525
 
3526
- #: inc/widget.php:1123
3527
  #, fuzzy
3528
  msgid "LinkedIn Company URL:"
3529
  msgstr "LinkedIn"
3530
 
3531
- #: inc/widget.php:1126
3532
  msgid "Medium URL:"
3533
  msgstr ""
3534
 
3535
- #: inc/widget.php:1129
3536
  msgid "MeWe URL:"
3537
  msgstr ""
3538
 
3539
- #: inc/widget.php:1132
3540
  msgid "Odnoklassniki URL:"
3541
  msgstr ""
3542
 
3543
- #: inc/widget.php:1135
3544
  msgid "Snapchat URL:"
3545
  msgstr ""
3546
 
3547
- #: inc/widget.php:1138
3548
  #, fuzzy
3549
  msgid "Telegram URL:"
3550
  msgstr "Instagram"
3551
 
3552
- #: inc/widget.php:1141
3553
  msgid "Tumblr URL:"
3554
  msgstr ""
3555
 
3556
- #: inc/widget.php:1144
3557
  msgid "Vimeo URL:"
3558
  msgstr ""
3559
 
3560
- #: inc/widget.php:1147
3561
  #, fuzzy
3562
  msgid "Vkontakte URL:"
3563
  msgstr "Vkontakte"
3564
 
3565
- #: inc/widget.php:1150
3566
  #, fuzzy
3567
  msgid "Xing URL:"
3568
  msgstr "LinkedIn"
3569
 
3570
- #: inc/widget.php:1153
3571
  msgid "Youtube URL:"
3572
  msgstr ""
3573
 
3574
- #: inc/widget.php:1156
3575
  msgid "Youtube Channel URL:"
3576
  msgstr ""
3577
 
3578
- #: inc/widget.php:1159
3579
  msgid "RSS Feed URL:"
3580
  msgstr ""
3581
 
3582
- #: super_socializer.php:538
 
 
 
 
 
 
 
 
 
 
3583
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3584
  msgstr ""
3585
 
3586
- #: super_socializer.php:1828
3587
  #, fuzzy
3588
  msgid ""
3589
  "cURL is not enabled at your website server. Please contact your website "
@@ -3592,7 +3627,7 @@ msgstr ""
3592
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3593
  "que contatar o administrador do servidor do seu website para verificar isso."
3594
 
3595
- #: super_socializer.php:1856
3596
  #, fuzzy, php-format
3597
  msgid ""
3598
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3602,7 +3637,7 @@ msgstr ""
3602
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3603
  "%s)"
3604
 
3605
- #: super_socializer.php:1859
3606
  #, fuzzy, php-format
3607
  msgid ""
3608
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3612,7 +3647,7 @@ msgstr ""
3612
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3613
  "%s)"
3614
 
3615
- #: super_socializer.php:1862
3616
  msgid ""
3617
  "Make sure cURL is enabled at your website server. You may need to contact "
3618
  "the server administrator of your website to verify this"
@@ -3620,124 +3655,130 @@ msgstr ""
3620
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3621
  "que contatar o administrador do servidor do seu website para verificar isso."
3622
 
3623
- #: super_socializer.php:2028
3624
  msgid "Search"
3625
  msgstr ""
3626
 
3627
- #: super_socializer.php:2050
3628
  msgid "Your email has been verified. Now you can login to your account"
3629
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3630
 
3631
- #: super_socializer.php:2054
3632
  msgid "Notification"
3633
  msgstr "Notificaçao"
3634
 
3635
- #: super_socializer.php:2075
3636
  msgid "Please check your email inbox to complete the registration."
3637
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3638
 
3639
- #: super_socializer.php:2144
3640
  msgid "Leave a reply"
3641
  msgstr "Deixe uma resposta"
3642
 
3643
- #: super_socializer.php:2160
3644
  #, fuzzy
3645
  msgid "Link copied."
3646
  msgstr "LinkedIn"
3647
 
3648
- #: super_socializer.php:2386
3649
  msgid "Super Socializer - General Options"
3650
  msgstr "Super Socializer - Opções Gerais"
3651
 
3652
- #: super_socializer.php:2457
3653
  msgid ""
3654
  "I agree to my personal data being stored and used as per Privacy Policy and "
3655
  "Terms and Conditions"
3656
  msgstr ""
3657
 
3658
- #: super_socializer.php:2461
3659
  msgid ""
3660
  "I revoke my consent to store and use my personal data. Kindly delete my "
3661
  "personal data saved in this website."
3662
  msgstr ""
3663
 
3664
- #: super_socializer.php:2473
3665
  msgid "Small Avatar Url"
3666
  msgstr "Url para Avatar pequeno"
3667
 
3668
- #: super_socializer.php:2477
3669
  msgid "Large Avatar Url"
3670
  msgstr "Url para Avatar Grande"
3671
 
3672
- #: super_socializer.php:2579
3673
  msgid "Login with your Social ID"
3674
  msgstr ""
3675
 
3676
- #: super_socializer.php:2580
3677
  msgid "Email you entered is already registered or invalid"
3678
  msgstr "Email fornecido já está registrado ou é inválido"
3679
 
3680
- #: super_socializer.php:2587
3681
  msgid "Please enter a valid email address. You might be required to verify it"
3682
  msgstr ""
3683
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3684
  "confirmá-lo"
3685
 
3686
- #: super_socializer.php:2591 super_socializer.php:3355
3687
  msgid "Link your social account to login to your account at this website"
3688
  msgstr "Associe sua conta social ao login de sua conta neste website"
3689
 
3690
- #: super_socializer.php:2849
3691
  msgid "Thanks for installing Super Socializer plugin"
3692
  msgstr ""
3693
 
3694
- #: super_socializer.php:2851
3695
  msgid "Configure the Plugin"
3696
  msgstr ""
3697
 
3698
- #: super_socializer.php:2862
3699
  msgid ""
3700
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3701
  "current version of Super Socializer"
3702
  msgstr ""
3703
 
3704
- #: super_socializer.php:2871
 
 
 
 
 
 
3705
  msgid ""
3706
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3707
  "compatibility with the current version of Super Socializer"
3708
  msgstr ""
3709
 
3710
- #: super_socializer.php:2880
3711
  msgid ""
3712
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3713
  "version of Super Socializer"
3714
  msgstr ""
3715
 
3716
- #: super_socializer.php:2889
3717
  msgid ""
3718
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3719
  "compatibility with the current version of Super Socializer"
3720
  msgstr ""
3721
 
3722
- #: super_socializer.php:2898
3723
  msgid ""
3724
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3725
  "for compatibility with the current version of Super Socializer"
3726
  msgstr ""
3727
 
3728
- #: super_socializer.php:2907
3729
  msgid ""
3730
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3731
  "with current version of Super Socializer"
3732
  msgstr ""
3733
 
3734
- #: super_socializer.php:2918
3735
  #, php-format
3736
  msgid ""
3737
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3738
  msgstr ""
3739
 
3740
- #: super_socializer.php:2927
3741
  #, php-format
3742
  msgid ""
3743
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3745,7 +3786,7 @@ msgid ""
3745
  "Instagram App Secret <a href=\"%s\">here</a>"
3746
  msgstr ""
3747
 
3748
- #: super_socializer.php:2936 super_socializer.php:2945
3749
  #, php-format
3750
  msgid ""
3751
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3754,13 +3795,13 @@ msgid ""
3754
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2961
3758
  #, php-format
3759
  msgid ""
3760
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3761
  msgstr ""
3762
 
3763
- #: super_socializer.php:2985
3764
  #, php-format
3765
  msgid ""
3766
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3768,14 +3809,14 @@ msgid ""
3768
  "target=\"_blank\">here</a>"
3769
  msgstr ""
3770
 
3771
- #: super_socializer.php:2985 super_socializer.php:3010
3772
- #: super_socializer.php:3035 super_socializer.php:3060
3773
- #: super_socializer.php:3093 super_socializer.php:3121
3774
- #: super_socializer.php:3148
3775
  msgid "Okay"
3776
  msgstr ""
3777
 
3778
- #: super_socializer.php:3010
3779
  #, php-format
3780
  msgid ""
3781
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3783,7 +3824,7 @@ msgid ""
3783
  "\">here</a>"
3784
  msgstr ""
3785
 
3786
- #: super_socializer.php:3035
3787
  #, php-format
3788
  msgid ""
3789
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3791,7 +3832,7 @@ msgid ""
3791
  "target=\"_blank\">here</a>"
3792
  msgstr ""
3793
 
3794
- #: super_socializer.php:3060
3795
  #, php-format
3796
  msgid ""
3797
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3799,13 +3840,13 @@ msgid ""
3799
  "target=\"_blank\">here</a>"
3800
  msgstr ""
3801
 
3802
- #: super_socializer.php:3071
3803
  #, php-format
3804
  msgid ""
3805
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3806
  msgstr ""
3807
 
3808
- #: super_socializer.php:3093
3809
  #, php-format
3810
  msgid ""
3811
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3813,7 +3854,7 @@ msgid ""
3813
  "\"%s\" target=\"_blank\">here</a>"
3814
  msgstr ""
3815
 
3816
- #: super_socializer.php:3121
3817
  #, php-format
3818
  msgid ""
3819
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3822,7 +3863,7 @@ msgid ""
3822
  "your website %s with them. No need to copy-paste any code from their website."
3823
  msgstr ""
3824
 
3825
- #: super_socializer.php:3148
3826
  #, php-format
3827
  msgid ""
3828
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3830,7 +3871,7 @@ msgid ""
3830
  "\"%s\" target=\"_blank\">here</a>"
3831
  msgstr ""
3832
 
3833
- #: super_socializer.php:3173
3834
  #, php-format
3835
  msgid ""
3836
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3838,22 +3879,16 @@ msgid ""
3838
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3839
  msgstr ""
3840
 
3841
- #: super_socializer.php:3173 super_socializer.php:3200
3842
  msgid "Dismiss"
3843
  msgstr ""
3844
 
3845
- #: super_socializer.php:3431
3846
  msgid ""
3847
  "Your browser is blocking some features of this website. Please follow the "
3848
  "instructions at {support_url} to unblock these."
3849
  msgstr ""
3850
 
3851
- #, fuzzy
3852
- #~ msgid "More"
3853
- #~ msgstr ""
3854
- #~ "Especifique um valor para os cantos arredondados. Quanto maior o valor, "
3855
- #~ "mas arredondados serão os cantos. Deixe em branco para cantos precisos."
3856
-
3857
  #~ msgid "Dismiss this notice"
3858
  #~ msgstr "Dispense este aviso"
3859
 
@@ -3912,9 +3947,6 @@ msgstr ""
3912
  #~ msgstr ""
3913
  #~ "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
3914
 
3915
- #~ msgid "bit.ly username"
3916
- #~ msgstr "username bit.ly"
3917
-
3918
  #~ msgid ""
3919
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3920
  #~ "\"_blank\">this link</a> to get bit.ly username"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:48+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
 
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:1983
23
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
27
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
28
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
29
+ "target=\"_blank\">here</a>"
30
  msgstr ""
31
  "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a "
32
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
33
  "para obter Twitter API Key"
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2417
37
  msgid "General Options"
38
  msgstr "Opções Gerais"
39
 
81
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
82
  "style&gt; )"
83
 
84
+ #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
86
+ #: admin/social_sharing.php:1956 helper.php:922
87
  msgid "Save Changes"
88
  msgstr "Salvar Alterações"
89
 
90
+ #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
92
+ #: admin/social_sharing.php:1966
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
+ #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
99
+ #: admin/social_sharing.php:1968
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
120
  msgstr "Doe Agora"
121
 
122
  #: admin/help.php:23
123
+ #, fuzzy
124
+ msgid "Support Forum"
125
+ msgstr "Ajude-nos"
126
+
127
+ #: admin/help.php:29
128
  msgid "Plugin Demo"
129
  msgstr "Plugin Demo"
130
 
131
+ #: admin/help.php:35
132
  msgid "Translate Plugin"
133
  msgstr ""
134
 
135
+ #: admin/help.php:41 admin/social_login.php:57
136
  #, fuzzy
137
  msgid "Customize Social Login Icons"
138
  msgstr "Autenticação Social"
139
 
140
+ #: admin/help.php:47
141
  msgid "Integrate with Google Analytics"
142
  msgstr "Integração com o Google Analytics"
143
 
144
+ #: admin/help.php:53
145
  msgid "Boost sharing by awarding points"
146
  msgstr "Incremente o compartilhamento ganhando pontos"
147
 
148
+ #: admin/help.php:59
149
  msgid "Award points for Social Login"
150
  msgstr "Ganhe pontos na Autenticação Social"
151
 
152
+ #: admin/help.php:65
153
  msgid "Other Add-ons"
154
  msgstr "Outros Add-ons"
155
 
 
 
 
 
 
156
  #: admin/help.php:70
157
  msgid "Need Help?"
158
  msgstr "Precisa de Ajuda?"
206
  "Controle mestre dos botões like. Ele deve ser selecionado para habilitar a "
207
  "funcionalidade dos botões like"
208
 
209
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
210
  msgid "Standard Interface"
211
  msgstr "Interface Padrão"
212
 
213
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
214
  msgid "Floating Interface"
215
  msgstr "Interface Flutuante"
216
 
217
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
+ #: admin/social_sharing.php:1603
219
  msgid "Miscellaneous"
220
  msgstr "Miscelânia"
221
 
222
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
223
  msgid "3rd Party Integration"
224
  msgstr ""
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
  #: admin/social_login.php:45 admin/social_login.php:1946
228
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
229
+ #: admin/social_sharing.php:1882
230
  msgid "Shortcode & Widget"
231
  msgstr "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
  #: admin/social_login.php:46 admin/social_login.php:1960
236
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
237
  msgid "FAQ"
238
  msgstr "P&R"
239
 
250
  msgstr "Controle mestre para habiliat botões de like horizontal"
251
 
252
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
253
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
254
  msgid "Target Url"
255
  msgstr "Url Destino"
256
 
257
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
258
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144
259
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
260
  msgid "Url of the webpage where icons are located (default)"
261
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
262
 
263
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
264
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146
265
+ #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
266
  msgid "Url of the homepage of your website"
267
  msgstr "Url da homepage do seu website"
268
 
269
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
270
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
271
  msgid "Custom url"
272
  msgstr "Url personalizada"
273
 
277
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
281
  msgid "Title"
282
  msgstr "Título"
283
 
294
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
298
  msgid "Horizontal alignment"
299
  msgstr "Alinhamento horizonal"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330
304
+ #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
305
  msgid "Left"
306
  msgstr "Esquerda"
307
 
308
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
309
  msgid "Center"
310
  msgstr "Centro"
311
 
312
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
313
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
314
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331
315
+ #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
316
  msgid "Right"
317
  msgstr "Direita"
318
 
320
  msgid "Horizontal alignment of the interface"
321
  msgstr "Alinhamento horizontal da interface"
322
 
323
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
324
  msgid "Position with respect to content"
325
  msgstr "Posição em relação ao conteúdo"
326
 
327
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
328
  msgid "Top of the content"
329
  msgstr "Acima do conteúdo"
330
 
331
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
332
  msgid "Bottom of the content"
333
  msgstr "Abaixo do conteúdo"
334
 
342
 
343
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
344
  #: admin/social_login.php:1548 admin/social_login.php:1577
345
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
346
  msgid "Homepage"
347
  msgstr "Homepage"
348
 
349
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
350
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
351
  msgid "Posts"
352
  msgstr "Posts"
353
 
354
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
355
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
356
  msgid "Pages"
357
  msgstr "Páginas"
358
 
359
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
360
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
361
  #, fuzzy
362
  msgid "Excerpts and Posts page"
363
  msgstr "Pedaços (na Homepage)"
364
 
365
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
366
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
367
  msgid "Category Archives"
368
  msgstr "Arquivos de Categorias"
369
 
370
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
371
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
372
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
373
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
374
 
375
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
376
  msgid "BuddyPress activity"
377
  msgstr "Atividade BuddyPress"
378
 
379
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
380
  msgid "BuddyPress group (only at top of content)"
381
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
382
 
383
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
384
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
385
  msgid "BBPress forum"
386
  msgstr "Forum BBPress"
387
 
388
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
389
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
390
  msgid "BBPress topic"
391
  msgstr "Tópico BBPress"
392
 
393
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
394
  msgid "BBPress reply"
395
  msgstr "Responder BBPress"
396
 
397
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
398
  msgid "After individual product at WooCommerce Shop page"
399
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
400
 
401
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
402
  msgid "WooCommerce Product Page"
403
  msgstr "Página de Produtos WooCommerce"
404
 
405
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
406
  msgid "WooCommerce Thankyou Page"
407
  msgstr "Página de Agradecimento WooCommerce"
408
 
422
  msgid "Master control to enable vertical (floating) counter widget"
423
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
424
 
425
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
426
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309
427
+ #: inc/widget.php:466 inc/widget.php:779
428
  msgid "Background Color"
429
  msgstr "Cor de Fundo"
430
 
440
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
441
  "target=\\\"_blank\\\">neste link</a>"
442
 
443
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
444
  msgid "Left offset"
445
  msgstr "Ajuste à esquerda"
446
 
453
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
454
  "negativos também."
455
 
456
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
457
  msgid "Right offset"
458
  msgstr "Ajuste à direita"
459
 
466
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
467
  "negativos também."
468
 
469
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
470
  msgid "Top offset"
471
  msgstr "Ajuste acima"
472
 
478
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
479
  "e decrementos deslocam para cima."
480
 
481
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
482
  msgid "BuddyPress group"
483
  msgstr "Grupo BuddyPress"
484
 
495
  msgstr ""
496
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
497
 
498
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
499
  msgid "Url shortener"
500
  msgstr "Encurtador de Url"
501
 
515
  msgid "Enable bit.ly url shortener for tweet button"
516
  msgstr "Habilitar bit.ly url shortener para botões tweet"
517
 
518
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
519
  msgid "Master control to enable bit.ly url shortening for sharing"
520
  msgstr ""
521
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
522
 
523
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
524
  msgid "Bit.ly generic access token"
525
  msgstr ""
526
 
527
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
528
  #, php-format
529
  msgid ""
530
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
533
  "\">link</a>"
534
  msgstr ""
535
 
536
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
537
  msgid "Clear Bitly Cache"
538
  msgstr "Limpar o Cache Bitly"
539
 
540
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
541
  msgid "ShortUrl cache cleared successfully."
542
  msgstr "Cache ShortUrl limpo com sucesso."
543
 
544
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
545
  msgid ""
546
  "Use this to delete short urls saved in database. Handy, if urls of your "
547
  "website have been changed but short urls are still being generated for old "
552
  "geradas para suas urls antigas."
553
 
554
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
555
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
556
+ #: admin/social_sharing.php:1760
557
  msgid "Language"
558
  msgstr "Languagem"
559
 
597
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
598
  "nenhum username."
599
 
600
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1855
601
  msgid "myCRED"
602
  msgstr ""
603
 
604
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1860
605
  msgid "Append myCRED referral ID to the urls being shared"
606
  msgstr ""
607
 
609
  msgid "Like Buttons Shortcode & Widget"
610
  msgstr "Botões Like Shortcode & Widget"
611
 
612
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1943
613
  msgid "Why is there so much space between like buttons?"
614
  msgstr ""
615
 
616
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1944
617
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
618
  msgstr ""
619
 
620
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1928
621
  msgid "How to Place Title and Social Share Icons in the Same Row?"
622
  msgstr ""
623
 
624
+ #: admin/like_buttons.php:769 admin/social_commenting.php:392
625
+ #: admin/social_login.php:1968 admin/social_sharing.php:1945
626
+ #, fuzzy
627
+ msgid "More"
628
+ msgstr ""
629
+ "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
630
+ "arredondados serão os cantos. Deixe em branco para cantos precisos."
631
+
632
  #: admin/social_commenting.php:17
633
  msgid "Enable Social Commenting"
634
  msgstr "Habilitar Comentário Social"
840
  msgstr "Shortcode em Comentário Social"
841
 
842
  #: admin/social_commenting.php:386 admin/social_login.php:1962
843
+ #: admin/social_sharing.php:1915
844
  msgid ""
845
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
846
  "an online website for the plugin to function properly."
857
  "Https?"
858
  msgstr ""
859
 
860
+ #: admin/social_commenting.php:389 admin/social_login.php:1967
861
+ #: admin/social_sharing.php:1930
862
  msgid "Why is my browser blocking some features of the plugin?"
863
  msgstr ""
864
 
894
  msgstr "Configuração Básica"
895
 
896
  #: admin/social_login.php:41 admin/social_login.php:1746
897
+ #: super_socializer.php:2485
898
  msgid "GDPR"
899
  msgstr ""
900
 
2071
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2072
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2073
 
2074
+ #: admin/social_login.php:1490 super_socializer.php:2091
2075
  msgid "Email required"
2076
  msgstr "Necessário email"
2077
 
2130
  msgid "BuddyPress profile page"
2131
  msgstr "Página de perfil BuddyPress"
2132
 
2133
+ #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2134
+ #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2135
  msgid "Custom Url"
2136
  msgstr "Url Personalizada"
2137
 
2321
  msgid "Url of the privacy policy page of your website"
2322
  msgstr "Url da homepage do seu website"
2323
 
2324
+ #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2325
+ #: inc/widget.php:608 inc/widget.php:757
2326
  msgid "Select"
2327
  msgstr "Selecione"
2328
 
2344
  "belong to the same app"
2345
  msgstr ""
2346
 
 
 
 
 
 
 
 
 
 
 
2347
  #: admin/social_sharing.php:18
2348
  msgid "Enable Social Sharing"
2349
  msgstr "Habilitar Compartilhamento Social"
2352
  msgid "Master control to enable Social Sharing"
2353
  msgstr "Controle mestre para habilitar o Compartilhamento Social"
2354
 
2355
+ #: admin/social_sharing.php:48
 
 
 
 
2356
  msgid "Theme Selection"
2357
  msgstr "Escolha de Temas"
2358
 
2359
+ #: admin/social_sharing.php:60
2360
  msgid "Troubleshooter"
2361
  msgstr "Resolução de Problemas"
2362
 
2363
+ #: admin/social_sharing.php:69
2364
  msgid "Standard interface theme"
2365
  msgstr "Tema padrão da interface"
2366
 
2367
+ #: admin/social_sharing.php:74 admin/social_sharing.php:372
2368
  msgid "Icon Preview"
2369
  msgstr "Visualização do Ícone"
2370
 
2371
+ #: admin/social_sharing.php:146 admin/social_sharing.php:445
2372
  msgid ""
2373
  "Do not forget to save the configuration after making changes by clicking the "
2374
  "save button below"
2376
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
2377
  "botão de salvar abaixo"
2378
 
2379
+ #: admin/social_sharing.php:152 admin/social_sharing.php:451
2380
  msgid "Shape"
2381
  msgstr "Forma"
2382
 
2383
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455
2384
+ #: inc/widget.php:1095
2385
  msgid "Round"
2386
  msgstr "Arredondada"
2387
 
2388
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457
2389
+ #: inc/widget.php:1096
2390
  msgid "Square"
2391
  msgstr "Quadrada"
2392
 
2393
+ #: admin/social_sharing.php:160 admin/social_sharing.php:459
2394
  msgid "Rectangle"
2395
  msgstr "Retangular"
2396
 
2397
+ #: admin/social_sharing.php:167 admin/social_sharing.php:466
2398
  msgid "Shape of the sharing icons"
2399
  msgstr "Forma dos ícones de compartilhameto"
2400
 
2401
+ #: admin/social_sharing.php:175 admin/social_sharing.php:474
2402
  msgid "Size (in pixels)"
2403
  msgstr "Tamanho (em pixels)"
2404
 
2405
+ #: admin/social_sharing.php:191 admin/social_sharing.php:490
2406
  msgid "Size of the sharing icons"
2407
  msgstr "Tamanho dos ícones de compartilhameto"
2408
 
2409
+ #: admin/social_sharing.php:200 admin/social_sharing.php:499
2410
  msgid "Width (in pixels)"
2411
  msgstr "Largura (em pixels)"
2412
 
2413
+ #: admin/social_sharing.php:216 admin/social_sharing.php:515
2414
  msgid "Width of the sharing icons"
2415
  msgstr "Largura dos ícones de compartilhameto"
2416
 
2417
+ #: admin/social_sharing.php:223 admin/social_sharing.php:522
2418
  msgid "Height (in pixels)"
2419
  msgstr "Altura (em pixels)"
2420
 
2421
+ #: admin/social_sharing.php:239 admin/social_sharing.php:538
2422
  msgid "Height of the sharing icons"
2423
  msgstr "Altura dos ícones de compartilhameto"
2424
 
2425
+ #: admin/social_sharing.php:248 admin/social_sharing.php:547
2426
  msgid "Border radius (in pixels)"
2427
  msgstr "Raio da borda (em pixels)"
2428
 
2429
+ #: admin/social_sharing.php:258 admin/social_sharing.php:557
2430
  msgid ""
2431
  "Specify a value for rounded corners. More the value, more rounded will the "
2432
  "corners be. Leave empty for sharp corners."
2434
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
2435
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
2436
 
2437
+ #: admin/social_sharing.php:266 admin/social_sharing.php:565
2438
  msgid "Logo Color"
2439
  msgstr "Cor do logo"
2440
 
2441
+ #: admin/social_sharing.php:270 admin/social_sharing.php:290
2442
+ #: admin/social_sharing.php:309 admin/social_sharing.php:569
2443
+ #: admin/social_sharing.php:589 admin/social_sharing.php:607
2444
  msgid "Default"
2445
  msgstr "Padrão"
2446
 
2447
+ #: admin/social_sharing.php:272 admin/social_sharing.php:291
2448
+ #: admin/social_sharing.php:314 admin/social_sharing.php:571
2449
+ #: admin/social_sharing.php:590 admin/social_sharing.php:612
2450
  msgid "On Hover"
2451
  msgstr "Em foco"
2452
 
2453
+ #: admin/social_sharing.php:280 admin/social_sharing.php:579
2454
  msgid ""
2455
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
2456
  "empty for default. You can get the hex code of the required color from <a "
2461
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
2462
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2463
 
2464
+ #: admin/social_sharing.php:298 admin/social_sharing.php:597
2465
  msgid ""
2466
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
2467
  "\"transparent\" for transparent background. Leave empty for default. You can "
2474
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
2475
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2476
 
2477
+ #: admin/social_sharing.php:305 admin/social_sharing.php:604
2478
  msgid "Border"
2479
  msgstr "Borda"
2480
 
2481
+ #: admin/social_sharing.php:311 admin/social_sharing.php:316
2482
+ #: admin/social_sharing.php:609 admin/social_sharing.php:614
2483
  msgid "Border Width"
2484
  msgstr "Largura da Borda"
2485
 
2486
+ #: admin/social_sharing.php:312 admin/social_sharing.php:317
2487
+ #: admin/social_sharing.php:610 admin/social_sharing.php:615
2488
  msgid "Border Color"
2489
  msgstr "Cor da Borda"
2490
 
2491
+ #: admin/social_sharing.php:324 admin/social_sharing.php:622
2492
  msgid "Icon border"
2493
  msgstr "Ícone da borda"
2494
 
2495
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2496
  msgid "Counter Position"
2497
  msgstr "Posição do Contador"
2498
 
2499
+ #: admin/social_sharing.php:331 admin/social_sharing.php:629
2500
  msgid "(applies, if counter enabled)"
2501
  msgstr "(aplica-se, caso o contador esteja habilitado)"
2502
 
2503
+ #: admin/social_sharing.php:337 admin/social_sharing.php:635
2504
  msgid "Top"
2505
  msgstr "Acima"
2506
 
2507
+ #: admin/social_sharing.php:341 admin/social_sharing.php:639
2508
  msgid "Bottom"
2509
  msgstr "Abaixo"
2510
 
2511
+ #: admin/social_sharing.php:343 admin/social_sharing.php:641
2512
  msgid "Inner Left"
2513
  msgstr "Inner a Esquerda"
2514
 
2515
+ #: admin/social_sharing.php:345 admin/social_sharing.php:643
2516
  msgid "Inner Top"
2517
  msgstr "Inner Acima"
2518
 
2519
+ #: admin/social_sharing.php:347 admin/social_sharing.php:645
2520
  msgid "Inner Right"
2521
  msgstr "Inner a Direita"
2522
 
2523
+ #: admin/social_sharing.php:349 admin/social_sharing.php:647
2524
  msgid "Inner Bottom"
2525
  msgstr "Inner a Baixo"
2526
 
2527
+ #: admin/social_sharing.php:357 admin/social_sharing.php:655
2528
  msgid "Position of share counter"
2529
  msgstr "Posição do contador de compartilhamento"
2530
 
2531
+ #: admin/social_sharing.php:367
2532
  msgid "Floating interface theme"
2533
  msgstr "Tema da inteface flutuante"
2534
 
2535
+ #: admin/social_sharing.php:671
2536
  msgid "Standard Sharing Interface Options"
2537
  msgstr "Opções de Interface de Compartilhamento Padrão"
2538
 
2539
+ #: admin/social_sharing.php:676
2540
  msgid "Enable Standard sharing interface"
2541
  msgstr "Habilita interface de Compartilhamento padrão"
2542
 
2543
+ #: admin/social_sharing.php:686
2544
  msgid "Master control to enable standard sharing"
2545
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
2546
 
2547
+ #: admin/social_sharing.php:710 admin/social_sharing.php:1155
2548
  msgid "Url to share"
2549
  msgstr "Url para compartilhar"
2550
 
2551
+ #: admin/social_sharing.php:727
2552
  msgid "The text to display above the sharing interface"
2553
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
2554
 
2555
+ #: admin/social_sharing.php:757 admin/social_sharing.php:1163
2556
  #, fuzzy
2557
  msgid "Instagram username"
2558
  msgstr "Instagram"
2559
 
2560
+ #: admin/social_sharing.php:767 admin/social_sharing.php:1173
2561
  msgid ""
2562
  "Username of the Instagram account you want to redirect users to, on clicking "
2563
  "the icon"
2564
  msgstr ""
2565
 
2566
+ #: admin/social_sharing.php:775
2567
+ #, fuzzy
2568
+ msgid "Youtube username"
2569
+ msgstr "username bit.ly"
2570
+
2571
+ #: admin/social_sharing.php:785
2572
+ msgid ""
2573
+ "Username of the Youtube account you want to redirect users to, on clicking "
2574
+ "the icon"
2575
+ msgstr ""
2576
+
2577
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2578
  #, fuzzy
2579
  msgid "HTML ID of container element of comment form"
2580
  msgstr "HTML ID do comentário do container"
2581
 
2582
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2583
  msgid ""
2584
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2585
  "icon."
2586
  msgstr ""
2587
 
2588
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2589
  msgid "Rearrange icons"
2590
  msgstr "Rearranjar ícones"
2591
 
2592
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2593
  msgid "Drag the icons to rearrange in desired order"
2594
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2595
 
2596
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2597
  msgid "Select Sharing Services"
2598
  msgstr "Selecione os Serviços Compartilhados"
2599
 
2600
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2601
  msgid "Select sharing services to show in social share bar"
2602
  msgstr ""
2603
  "Selecione os serviços compartilhados para exibir na barra de "
2604
  "compartilhamento social"
2605
 
2606
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2607
  #, fuzzy
2608
  msgid "Search social network"
2609
  msgstr "como rede social primária"
2610
 
2611
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2612
  msgid "Horizontal alignment of the sharing interface"
2613
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2614
 
2615
+ #: admin/social_sharing.php:962
2616
  msgid "Specify position of the sharing interface with respect to the content"
2617
  msgstr ""
2618
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2619
 
2620
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2621
  msgid "Placement"
2622
  msgstr "Localização"
2623
 
2624
+ #: admin/social_sharing.php:1037
2625
  msgid "Specify the pages where you want to enable Sharing interface"
2626
  msgstr ""
2627
  "Especifique as páginas onde você deseja habilitar a interface de "
2628
  "compartilhamento"
2629
 
2630
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2631
  msgid "Show share counts"
2632
  msgstr "Exibir contadores de compartilhamento"
2633
 
2634
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2635
  #, fuzzy
2636
  msgid ""
2637
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2641
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
2642
  "Odnoklassniki e Vkontakte"
2643
 
2644
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2645
  #, php-format
2646
  msgid ""
2647
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2650
  "their website."
2651
  msgstr ""
2652
 
2653
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2654
  msgid "If enabled, share counts are displayed above sharing icons."
2655
  msgstr ""
2656
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2657
  "ícones de compartilhamento."
2658
 
2659
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2660
+ #: admin/social_sharing.php:1702
2661
  msgid "Track Social Shares for Every Social Network"
2662
  msgstr ""
2663
 
2664
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2665
  msgid "Show total shares"
2666
  msgstr "Exibe total de compartilhamentos"
2667
 
2668
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2669
  msgid "If enabled, total shares will be displayed with sharing icons"
2670
  msgstr ""
2671
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2672
  "de compartilhamento"
2673
 
2674
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2675
  msgid "Enable 'More' icon"
2676
  msgstr "Habilitar 'Mais' ícones"
2677
 
2678
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2679
  msgid ""
2680
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2681
  "which shows additional sharing networks in popup"
2684
  "de compartilhamento com a exibição adicional das redes sociais "
2685
  "compartilhadas em um popup"
2686
 
2687
+ #: admin/social_sharing.php:1116
2688
  msgid "Floating Sharing Interface Options"
2689
  msgstr "Opções da Interface de Compartilhamento Flutuante"
2690
 
2691
+ #: admin/social_sharing.php:1121
2692
  msgid "Enable Floating sharing interface"
2693
  msgstr "Habilita interface de compartilhamento flutuante"
2694
 
2695
+ #: admin/social_sharing.php:1131
2696
  msgid "Master control to enable floating sharing widget"
2697
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2698
 
2699
+ #: admin/social_sharing.php:1319
2700
  msgid ""
2701
  "Specify the color or hex code (example #cc78e0) for the background of "
2702
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2708
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2709
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2710
 
2711
+ #: admin/social_sharing.php:1357
2712
  msgid ""
2713
  "Specify a number. Increase in number will shift sharing interface towards "
2714
  "right and decrease will shift it towards left. Number can be negative too."
2718
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2719
  "negativos."
2720
 
2721
+ #: admin/social_sharing.php:1376
2722
  msgid ""
2723
  "Specify a number. Increase in number will shift sharing interface towards "
2724
  "left and decrease will shift it towards right. Number can be negative too."
2728
  "interface de compartilhamento para a direita. Os números podem também ser "
2729
  "negativos."
2730
 
2731
+ #: admin/social_sharing.php:1394
2732
  msgid ""
2733
  "Specify a number. Increase in number will shift sharing interface towards "
2734
  "bottom and decrease will shift it towards top."
2737
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2738
  "interface de compartilhamento para cima."
2739
 
2740
+ #: admin/social_sharing.php:1450
2741
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2742
  msgstr ""
2743
  "Especifique as páginas onde você deseja habilitar a interface de "
2744
  "compartilhamento vertical"
2745
 
2746
+ #: admin/social_sharing.php:1519
2747
  #, fuzzy
2748
  msgid "Hide floating slider"
2749
  msgstr "Escondido para usuários autenticados:"
2750
 
2751
+ #: admin/social_sharing.php:1529
2752
  #, fuzzy
2753
  msgid "Hides the slider arrow present below the floating share bar"
2754
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
2755
 
2756
+ #: admin/social_sharing.php:1536
2757
  msgid "Vertical floating bar responsiveness"
2758
  msgstr "Sensibilidade da barra flutuante vertical"
2759
 
2760
+ #: admin/social_sharing.php:1539 inc/widget.php:1074
2761
  #, php-format
2762
  msgid "Display vertical interface only when screen is wider than %s pixels"
2763
  msgstr ""
2764
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2765
 
2766
+ #: admin/social_sharing.php:1546
2767
  msgid ""
2768
  "Display vertical interface only when screen is wider than the width "
2769
  "specified."
2771
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2772
  "especificada."
2773
 
2774
+ #: admin/social_sharing.php:1553
2775
  msgid "Horizontal floating bar responsiveness"
2776
  msgstr "Sensibilidade da barra flutuante horizontal"
2777
 
2778
+ #: admin/social_sharing.php:1556 inc/widget.php:1078
2779
  #, php-format
2780
  msgid ""
2781
  "Stick vertical floating interface horizontally at bottom only when screen is "
2784
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2785
  "quando a tela é mais estreita do que %s pixels"
2786
 
2787
+ #: admin/social_sharing.php:1563
2788
  msgid ""
2789
  "Stick vertical floating interface horizontally at bottom only when screen is "
2790
  "narrower than the width specified"
2792
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2793
  "quando a tela é mais estreita do que a largura especificada"
2794
 
2795
+ #: admin/social_sharing.php:1572
2796
  msgid "Horizontal floating bar position"
2797
  msgstr "Posição da barra de flutuação horizontal"
2798
 
2799
+ #: admin/social_sharing.php:1575 inc/widget.php:1084
2800
  #, php-format
2801
  msgid "%s pixels from %s"
2802
  msgstr "%s pixels de %s"
2803
 
2804
+ #: admin/social_sharing.php:1576
2805
  msgid "Auto-adjust according to screen width (responsive)"
2806
  msgstr ""
2807
 
2808
+ #: admin/social_sharing.php:1583
2809
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2810
  msgstr ""
2811
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2812
  "também."
2813
 
2814
+ #: admin/social_sharing.php:1608
2815
+ msgid "Use plain background for Instagram icon"
2816
+ msgstr ""
2817
+
2818
+ #: admin/social_sharing.php:1618
2819
+ msgid ""
2820
+ "Uses plain background for Instagram icon instead of multicolored background"
2821
+ msgstr ""
2822
+
2823
+ #: admin/social_sharing.php:1631
2824
  msgid "Use shortlinks already installed"
2825
  msgstr "Use shortlinks já instalados"
2826
 
2827
+ #: admin/social_sharing.php:1641
2828
  msgid "Uses default short url permalinks without using any additional plugin"
2829
  msgstr ""
2830
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2831
 
2832
+ #: admin/social_sharing.php:1648
2833
  msgid "Enable bit.ly url shortener for sharing"
2834
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2835
 
2836
+ #: admin/social_sharing.php:1707
2837
  msgid "Share Count Cache"
2838
  msgstr "Cache de Contador de Compartilhamento"
2839
 
2840
+ #: admin/social_sharing.php:1712
2841
  msgid "Refresh Share Count cache every"
2842
  msgstr "Atualizar o contador de compartilhamento a cada"
2843
 
2844
+ #: admin/social_sharing.php:1717
2845
  msgid "Second(s)"
2846
  msgstr ""
2847
 
2848
+ #: admin/social_sharing.php:1718
2849
  msgid "Minute(s)"
2850
  msgstr ""
2851
 
2852
+ #: admin/social_sharing.php:1719
2853
  msgid "Hour(s)"
2854
  msgstr ""
2855
 
2856
+ #: admin/social_sharing.php:1720
2857
  msgid "Day(s)"
2858
  msgstr ""
2859
 
2860
+ #: admin/social_sharing.php:1728
2861
  #, fuzzy, php-format
2862
  msgid ""
2863
  "Frequent cache refreshing results in slower loading of pages with share "
2867
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
2868
  "páginas com os contadores de compartilhamento habilitados"
2869
 
2870
+ #: admin/social_sharing.php:1735
2871
  msgid "Clear Share Counts Cache"
2872
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2873
 
2874
+ #: admin/social_sharing.php:1739
2875
  msgid "Share Counts cache cleared successfully."
2876
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2877
 
2878
+ #: admin/social_sharing.php:1746
2879
  msgid "Use this to clear cached share counts"
2880
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2881
 
2882
+ #: admin/social_sharing.php:1770
2883
  #, php-format
2884
  msgid ""
2885
  "Enter the code of the language you want to use for like buttons. You can "
2890
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2891
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2892
 
2893
+ #: admin/social_sharing.php:1779
2894
  msgid "Username in sharing"
2895
  msgstr "Username no compartilhamento"
2896
 
2897
+ #: admin/social_sharing.php:1784
2898
  msgid "Twitter username (without @)"
2899
  msgstr "Username do Twitter (sem @)"
2900
 
2901
+ #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2902
  msgid ""
2903
  "Provided username will be appended after the content being shared as \"via "
2904
  "@USERNAME\". Leave empty if you do not want any username in the content "
2908
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2909
  "no conteúdo sendo compartilhado."
2910
 
2911
+ #: admin/social_sharing.php:1802
2912
  msgid "Buffer username (without @)"
2913
  msgstr "Username do Buffer (sem @)"
2914
 
2915
+ #: admin/social_sharing.php:1821
2916
  msgid "AMP"
2917
  msgstr ""
2918
 
2919
+ #: admin/social_sharing.php:1826
2920
  #, fuzzy
2921
  msgid "Enable sharing on AMP pages"
2922
  msgstr "Habilia a página de autenticação"
2923
 
2924
+ #: admin/social_sharing.php:1836
2925
  msgid "Enable this option to render sharing icons on AMP pages"
2926
  msgstr ""
2927
 
2928
+ #: admin/social_sharing.php:1893
2929
  msgid "Facebook Sharing Troubleshooter"
2930
  msgstr "Solução de problema no compartilhamento com o Facebook"
2931
 
2932
+ #: admin/social_sharing.php:1898
2933
  #, fuzzy
2934
  msgid ""
2935
  "If Facebook sharing is not working fine, click at the following link and "
2941
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
2942
  "website:"
2943
 
2944
+ #: admin/social_sharing.php:1916
2945
  msgid ""
2946
  "Why is sharer not showing the correct image, title and other meta tags "
2947
  "content?"
2948
  msgstr ""
2949
 
2950
+ #: admin/social_sharing.php:1917
2951
  #, fuzzy
2952
  msgid "Why is Facebook share count not working?"
2953
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2954
 
2955
+ #: admin/social_sharing.php:1918 super_socializer.php:3241
2956
  #, php-format
2957
  msgid ""
2958
  "After the recent changes introduced in the Facebook graph API, it's not "
2961
  "not just for Facebook but for all the social networks"
2962
  msgstr ""
2963
 
2964
+ #: admin/social_sharing.php:1920
2965
  msgid "Why is Instagram icon redirecting to Instagram website?"
2966
  msgstr ""
2967
 
2968
+ #: admin/social_sharing.php:1921
2969
  msgid ""
2970
  "Instagram icon is there to send website visitors to the Instagram page of "
2971
  "your choice. You can save the desired Instagram handle in \"Instagram "
2973
  "sections."
2974
  msgstr ""
2975
 
2976
+ #: admin/social_sharing.php:1924
2977
  #, fuzzy
2978
  msgid "How to customize the url being shared?"
2979
  msgstr ""
2980
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
2981
 
2982
+ #: admin/social_sharing.php:1925
2983
  msgid ""
2984
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2985
  msgstr ""
2986
 
2987
+ #: admin/social_sharing.php:1926
2988
  msgid ""
2989
  "It takes some time for their service to track the shares made on Twitter "
2990
  "from your website. If you still feel it's taking too long you can contact "
2991
  "their support directly from their website."
2992
  msgstr ""
2993
 
2994
+ #: admin/social_sharing.php:1929
2995
  msgid ""
2996
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2997
  msgstr ""
2998
 
2999
+ #: admin/social_sharing.php:1931
3000
  #, fuzzy
3001
  msgid "Why the color of share icons is not being updated?"
3002
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3003
 
3004
+ #: admin/social_sharing.php:1932
3005
  #, fuzzy
3006
  msgid "Why Facebook share counts are not appearing?"
3007
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3008
 
3009
+ #: admin/social_sharing.php:1933
3010
  msgid ""
3011
  "How can I show share counts of my website rather than of individual pages/"
3012
  "posts?"
3014
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3015
  "das páginas/posts individuais?"
3016
 
3017
+ #: admin/social_sharing.php:1934
3018
  msgid "How can I disable sharing on particular page/post?"
3019
  msgstr ""
3020
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3021
 
3022
+ #: admin/social_sharing.php:1935
3023
  msgid "How can I specify minimum sharing count for sharing networks?"
3024
  msgstr ""
3025
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3026
  "sociais?"
3027
 
3028
+ #: admin/social_sharing.php:1936
3029
  msgid "How to share specific page?"
3030
  msgstr "Como compartilhar página específica?"
3031
 
3032
+ #: admin/social_sharing.php:1937
3033
  msgid "How to integrate Google Analytics with sharing?"
3034
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3035
 
3036
+ #: admin/social_sharing.php:1938
3037
  msgid "How to customize the look of total share counts?"
3038
  msgstr ""
3039
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3040
 
3041
+ #: admin/social_sharing.php:1939
3042
  msgid "How to customize the look of individual share counts?"
3043
  msgstr ""
3044
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3045
 
3046
+ #: admin/social_sharing.php:1940
3047
  msgid "How to show Whatsapp icon only on mobile devices?"
3048
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3049
 
3050
+ #: admin/social_sharing.php:1941
3051
  msgid "How to hide arrow after floating sharing bar?"
3052
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3053
 
3054
+ #: admin/social_sharing.php:1942
3055
  #, fuzzy
3056
  msgid "Why is share count not getting updated?"
3057
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3103
  msgid "Remove"
3104
  msgstr "Remover"
3105
 
3106
+ #: helper.php:712
3107
  #, fuzzy
3108
  msgid "Social Account Linking"
3109
  msgstr ""
3110
  "Habilitar estar opção para exibir a conta social associada a página de "
3111
  "interface de perfil do BuddyPress"
3112
 
3113
+ #: helper.php:763
3114
  msgid "Disable Standard Social Sharing on this "
3115
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3116
 
3117
+ #: helper.php:768
3118
  msgid "Disable Floating Social Sharing on this "
3119
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3120
 
3121
+ #: helper.php:773
3122
  msgid "Disable Standard like buttons on this "
3123
  msgstr "Desabilitar o botão de like padrão neste(a) "
3124
 
3125
+ #: helper.php:778
3126
  msgid "Disable Floating like buttons on this "
3127
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3128
 
3129
+ #: helper.php:783
3130
  msgid "Disable Social Commenting on this "
3131
  msgstr "Desabilitar o Comentário Social neste(a) "
3132
 
3133
+ #: helper.php:792
3134
  msgid "Standard Sharing Interface"
3135
  msgstr "Interface Padrão de Compartilhamento"
3136
 
3137
+ #: helper.php:798 helper.php:817
3138
  msgid "Starting share count for "
3139
  msgstr "Iniciando contagem compartilhada para "
3140
 
3141
+ #: helper.php:811
3142
  msgid "Floating Sharing Interface"
3143
  msgstr "Interface de Compartilhamento Flutuante"
3144
 
3145
+ #: helper.php:907 super_socializer.php:2501
3146
  msgid "Social Avatar"
3147
  msgstr "Avatar Social"
3148
 
3149
+ #: helper.php:910 super_socializer.php:2512
3150
  msgid ""
3151
  "Do not fetch and update social avatar from my profile, next time I Social "
3152
  "Login"
3154
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3155
  "Autenticação Social"
3156
 
3157
+ #: helper.php:911 super_socializer.php:2516
3158
  msgid "Update social avatar, next time I Social Login"
3159
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3160
 
3161
+ #: helper.php:914
3162
  msgid "Small Avatar"
3163
  msgstr "Avatar Pequeno"
3164
 
3165
+ #: helper.php:918
3166
  msgid "Large Avatar"
3167
  msgstr "Avatar Grande"
3168
 
3169
+ #: helper.php:978 super_socializer.php:2069
3170
  msgid "Please verify your email address to login."
3171
  msgstr "Por favor verifique seu endereço de email no login."
3172
 
3173
+ #: helper.php:1015
3174
  msgid "Click to delete social profile data"
3175
  msgstr ""
3176
 
3177
+ #: helper.php:1044
3178
  #, fuzzy
3179
  msgid "Deleting"
3180
  msgstr "Configurações"
3181
 
3182
+ #: helper.php:1054
3183
  msgid "Deleted"
3184
  msgstr ""
3185
 
3186
+ #: helper.php:1056
3187
  msgid "Something bad happened"
3188
  msgstr ""
3189
 
3190
+ #: inc/shortcode.php:214 inc/widget.php:48
3191
  msgid "Log Out"
3192
  msgstr "Desautenticar"
3193
 
3194
+ #: inc/shortcode.php:296
3195
  msgid ""
3196
  "Enable Social Login from \"Basic Configuration\" section at \"Super "
3197
  "Socializer > Social Login\" page in admin panel"
3199
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3200
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3201
 
3202
+ #: inc/social_login.php:1035
3203
  #, fuzzy
3204
  msgid "Email"
3205
  msgstr "Opções de popup de email"
3206
 
3207
+ #: inc/social_login.php:1036
3208
  msgid "Confirm email"
3209
  msgstr ""
3210
 
3211
+ #: inc/social_login.php:1038
3212
  msgid "Save"
3213
  msgstr ""
3214
 
3215
+ #: inc/social_login.php:1039
3216
  msgid "Cancel"
3217
  msgstr ""
3218
 
3219
+ #: inc/social_login.php:1113
3220
  #, fuzzy
3221
  msgid "Email Verification"
3222
  msgstr "Habilitar verificação de email"
3223
 
3224
+ #: inc/social_login.php:1115
3225
  msgid ""
3226
  "Please click on the following link or paste it in browser to verify your "
3227
  "email"
3243
  msgid "Total Shares"
3244
  msgstr "Exibe total de compartilhamentos"
3245
 
3246
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3247
  #, fuzzy
3248
  msgid "Share"
3249
  msgstr "Posição do contador de compartilhamento"
3250
 
3251
+ #: inc/social_sharing.php:272 super_socializer.php:2179
3252
  #, fuzzy
3253
  msgid "Shares"
3254
  msgstr ""
3255
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3256
  "de compartilhamento"
3257
 
3258
+ #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3259
  msgid "Invalid request"
3260
  msgstr "Requisição inválida"
3261
 
3262
+ #: inc/social_sharing.php:978
3263
  msgid "Providers not selected"
3264
  msgstr "Provedor não selecionado"
3265
 
3277
  "deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro "
3278
  "do usuário no seu website"
3279
 
3280
+ #: inc/widget.php:72
3281
  msgid "Login with your Social Account"
3282
  msgstr ""
3283
 
3284
+ #: inc/widget.php:83
3285
  msgid ""
3286
  "Make sure Social Login is enabled at \"Super Socializer > Social Login\" "
3287
  "page."
3289
  "Tenha certeza que a Autenticação Social esteja habilitada na página \\"
3290
  "\"Super Socializer > Autenticação Social\\\"."
3291
 
3292
+ #: inc/widget.php:84
3293
  msgid "Title (before login):"
3294
  msgstr ""
3295
 
3296
+ #: inc/widget.php:86
3297
  msgid "Title (after login):"
3298
  msgstr ""
3299
 
3300
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3301
  msgid "Before widget content:"
3302
  msgstr "Antes do conteúdo do widget:"
3303
 
3304
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3305
  msgid "After widget content:"
3306
  msgstr "Depois do conteúdo do widget:"
3307
 
3308
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3309
+ #: inc/widget.php:782
3310
  msgid "Hide for logged in users:"
3311
  msgstr "Escondido para usuários autenticados:"
3312
 
3313
+ #: inc/widget.php:112
3314
  #, fuzzy
3315
  msgid ""
3316
  "Standard sharing widget. Let your website users share content on popular "
3320
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
3321
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3322
 
3323
+ #: inc/widget.php:253
3324
  #, fuzzy
3325
  msgid ""
3326
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3329
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
3330
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
3331
 
3332
+ #: inc/widget.php:254 inc/widget.php:604
3333
  msgid "Title:"
3334
  msgstr "Título:"
3335
 
3336
+ #: inc/widget.php:256 inc/widget.php:435
3337
  msgid "Show individual share counts:"
3338
  msgstr "Exibir contadores individuais de compartilhamento:"
3339
 
3340
+ #: inc/widget.php:258 inc/widget.php:437
3341
  msgid "Show total shares:"
3342
  msgstr "Exibir compartilhamentos totais:"
3343
 
3344
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3345
  msgid "Target Url:"
3346
  msgstr "Url de destino:"
3347
 
3348
+ #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3349
+ #, fuzzy
3350
+ msgid "Custom URL"
3351
+ msgstr "Url personalizada"
3352
+
3353
+ #: inc/widget.php:291
3354
  #, fuzzy
3355
  msgid ""
3356
  "Floating sharing widget. Let your website users share content on popular "
3360
  "website compartilharem conteúdo nas redes Sociais mais populares como "
3361
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3362
 
3363
+ #: inc/widget.php:434
3364
  #, fuzzy
3365
  msgid ""
3366
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3369
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
3370
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
3371
 
3372
+ #: inc/widget.php:450 inc/widget.php:763
3373
  msgid "Alignment"
3374
  msgstr "Alinhamento"
3375
 
3376
+ #: inc/widget.php:456 inc/widget.php:769
3377
  msgid "Left Offset"
3378
  msgstr "Ajuste à esquerda"
3379
 
3380
+ #: inc/widget.php:460 inc/widget.php:773
3381
  msgid "Right Offset"
3382
  msgstr "Ajuste à direita"
3383
 
3384
+ #: inc/widget.php:463 inc/widget.php:776
3385
  msgid "Top Offset"
3386
  msgstr "Ajuste à cima"
3387
 
3388
+ #: inc/widget.php:488
3389
  #, fuzzy
3390
  msgid ""
3391
  "Standard like buttons widget. Let your website users share/like content on "
3395
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
3396
  "Twitter, Tumblr, Google+ e muitas outras"
3397
 
3398
+ #: inc/widget.php:603
3399
  #, fuzzy
3400
  msgid ""
3401
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3404
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
3405
  "\"Super Socializer > Botões Like\\\""
3406
 
3407
+ #: inc/widget.php:637
3408
  #, fuzzy
3409
  msgid ""
3410
  "Floating like buttons widget. Let your website users share/like content on "
3414
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
3415
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3416
 
3417
+ #: inc/widget.php:754
3418
  #, fuzzy
3419
  msgid ""
3420
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3423
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
3424
  "\"Super Socializer > Botões Like\\\""
3425
 
3426
+ #: inc/widget.php:798
3427
  #, fuzzy
3428
  msgid "Super Socializer - Follow Icons"
3429
  msgstr "Super Socializer - Autenticação"
3430
 
3431
+ #: inc/widget.php:800
3432
  msgid "These icons link to your Social Media accounts"
3433
  msgstr ""
3434
 
3435
+ #: inc/widget.php:1037
3436
  msgid "Type:"
3437
  msgstr ""
3438
 
3439
+ #: inc/widget.php:1040
3440
  #, fuzzy
3441
  msgid "Standard"
3442
  msgstr "Opções de Interface Padrão"
3443
 
3444
+ #: inc/widget.php:1043
3445
  #, fuzzy
3446
  msgid "Floating"
3447
  msgstr "Habilitar botões like flutuantes"
3448
 
3449
+ #: inc/widget.php:1048
3450
  #, fuzzy
3451
  msgid "Top offset:"
3452
  msgstr "Ajuste acima"
3453
 
3454
+ #: inc/widget.php:1052
3455
  #, fuzzy
3456
  msgid "Alignment:"
3457
  msgstr "Alinhamento"
3458
 
3459
+ #: inc/widget.php:1070
3460
  #, fuzzy
3461
  msgid "Offset"
3462
  msgstr "Ajuste à cima"
3463
 
3464
+ #: inc/widget.php:1084
3465
  #, fuzzy
3466
  msgid "right"
3467
  msgstr "Direita"
3468
 
3469
+ #: inc/widget.php:1084
3470
  #, fuzzy
3471
  msgid "left"
3472
  msgstr "Esquerda"
3473
 
3474
+ #: inc/widget.php:1087
3475
  msgid "Auto-adjust according to the screen-width (responsive)"
3476
  msgstr ""
3477
 
3478
+ #: inc/widget.php:1091
3479
  #, fuzzy
3480
  msgid "Size of icons"
3481
  msgstr "Tamanho dos ícones de compartilhameto"
3482
 
3483
+ #: inc/widget.php:1093
3484
  #, fuzzy
3485
  msgid "Icon Shape"
3486
  msgstr "Forma"
3487
 
3488
+ #: inc/widget.php:1098
3489
  msgid "Apply icon color and background color from Theme Selection section:"
3490
  msgstr ""
3491
 
3492
+ #: inc/widget.php:1100
3493
  msgid "No"
3494
  msgstr ""
3495
 
3496
+ #: inc/widget.php:1101
3497
  #, fuzzy
3498
  msgid "Yes, Standard Interface Theme"
3499
  msgstr "Tema padrão da interface"
3500
 
3501
+ #: inc/widget.php:1102
3502
  #, fuzzy
3503
  msgid "Yes, Floating Interface Theme"
3504
  msgstr "Tema da inteface flutuante"
3505
 
3506
+ #: inc/widget.php:1104
3507
  #, fuzzy
3508
  msgid "Facebook URL:"
3509
  msgstr "Facebook App ID"
3510
 
3511
+ #: inc/widget.php:1107
3512
  #, fuzzy
3513
  msgid "Twitter URL:"
3514
  msgstr "Twitter"
3515
 
3516
+ #: inc/widget.php:1110
3517
  #, fuzzy
3518
  msgid "Parler URL:"
3519
  msgstr "Instagram"
3520
 
3521
+ #: inc/widget.php:1113
3522
  #, fuzzy
3523
  msgid "Instagram URL:"
3524
  msgstr "Instagram"
3525
 
3526
+ #: inc/widget.php:1116
3527
  msgid "Pinterest URL:"
3528
  msgstr ""
3529
 
3530
+ #: inc/widget.php:1119
3531
  msgid "Behance URL:"
3532
  msgstr ""
3533
 
3534
+ #: inc/widget.php:1122
3535
  msgid "Flickr URL:"
3536
  msgstr ""
3537
 
3538
+ #: inc/widget.php:1125
3539
  msgid "Foursquare URL:"
3540
  msgstr ""
3541
 
3542
+ #: inc/widget.php:1128
3543
  msgid "Github URL:"
3544
  msgstr ""
3545
 
3546
+ #: inc/widget.php:1131
3547
  #, fuzzy
3548
  msgid "LinkedIn URL:"
3549
  msgstr "LinkedIn"
3550
 
3551
+ #: inc/widget.php:1134
3552
  #, fuzzy
3553
  msgid "LinkedIn Company URL:"
3554
  msgstr "LinkedIn"
3555
 
3556
+ #: inc/widget.php:1137
3557
  msgid "Medium URL:"
3558
  msgstr ""
3559
 
3560
+ #: inc/widget.php:1140
3561
  msgid "MeWe URL:"
3562
  msgstr ""
3563
 
3564
+ #: inc/widget.php:1143
3565
  msgid "Odnoklassniki URL:"
3566
  msgstr ""
3567
 
3568
+ #: inc/widget.php:1146
3569
  msgid "Snapchat URL:"
3570
  msgstr ""
3571
 
3572
+ #: inc/widget.php:1149
3573
  #, fuzzy
3574
  msgid "Telegram URL:"
3575
  msgstr "Instagram"
3576
 
3577
+ #: inc/widget.php:1152
3578
  msgid "Tumblr URL:"
3579
  msgstr ""
3580
 
3581
+ #: inc/widget.php:1155
3582
  msgid "Vimeo URL:"
3583
  msgstr ""
3584
 
3585
+ #: inc/widget.php:1158
3586
  #, fuzzy
3587
  msgid "Vkontakte URL:"
3588
  msgstr "Vkontakte"
3589
 
3590
+ #: inc/widget.php:1161
3591
  #, fuzzy
3592
  msgid "Xing URL:"
3593
  msgstr "LinkedIn"
3594
 
3595
+ #: inc/widget.php:1164
3596
  msgid "Youtube URL:"
3597
  msgstr ""
3598
 
3599
+ #: inc/widget.php:1167
3600
  msgid "Youtube Channel URL:"
3601
  msgstr ""
3602
 
3603
+ #: inc/widget.php:1170
3604
  msgid "RSS Feed URL:"
3605
  msgstr ""
3606
 
3607
+ #: inc/widget.php:1173
3608
+ #, fuzzy
3609
+ msgid "Gab.com URL:"
3610
+ msgstr "Facebook App ID"
3611
+
3612
+ #: inc/widget.php:1176
3613
+ #, fuzzy
3614
+ msgid "Gettr.com URL:"
3615
+ msgstr "Twitter"
3616
+
3617
+ #: super_socializer.php:556
3618
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3619
  msgstr ""
3620
 
3621
+ #: super_socializer.php:1846
3622
  #, fuzzy
3623
  msgid ""
3624
  "cURL is not enabled at your website server. Please contact your website "
3627
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3628
  "que contatar o administrador do servidor do seu website para verificar isso."
3629
 
3630
+ #: super_socializer.php:1874
3631
  #, fuzzy, php-format
3632
  msgid ""
3633
  "Enter exactly the following url in <strong>Website</strong> option in your "
3637
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3638
  "%s)"
3639
 
3640
+ #: super_socializer.php:1877
3641
  #, fuzzy, php-format
3642
  msgid ""
3643
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3647
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3648
  "%s)"
3649
 
3650
+ #: super_socializer.php:1880
3651
  msgid ""
3652
  "Make sure cURL is enabled at your website server. You may need to contact "
3653
  "the server administrator of your website to verify this"
3655
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3656
  "que contatar o administrador do servidor do seu website para verificar isso."
3657
 
3658
+ #: super_socializer.php:2047
3659
  msgid "Search"
3660
  msgstr ""
3661
 
3662
+ #: super_socializer.php:2069
3663
  msgid "Your email has been verified. Now you can login to your account"
3664
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3665
 
3666
+ #: super_socializer.php:2073
3667
  msgid "Notification"
3668
  msgstr "Notificaçao"
3669
 
3670
+ #: super_socializer.php:2094
3671
  msgid "Please check your email inbox to complete the registration."
3672
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3673
 
3674
+ #: super_socializer.php:2163
3675
  msgid "Leave a reply"
3676
  msgstr "Deixe uma resposta"
3677
 
3678
+ #: super_socializer.php:2179
3679
  #, fuzzy
3680
  msgid "Link copied."
3681
  msgstr "LinkedIn"
3682
 
3683
+ #: super_socializer.php:2417
3684
  msgid "Super Socializer - General Options"
3685
  msgstr "Super Socializer - Opções Gerais"
3686
 
3687
+ #: super_socializer.php:2488
3688
  msgid ""
3689
  "I agree to my personal data being stored and used as per Privacy Policy and "
3690
  "Terms and Conditions"
3691
  msgstr ""
3692
 
3693
+ #: super_socializer.php:2492
3694
  msgid ""
3695
  "I revoke my consent to store and use my personal data. Kindly delete my "
3696
  "personal data saved in this website."
3697
  msgstr ""
3698
 
3699
+ #: super_socializer.php:2504
3700
  msgid "Small Avatar Url"
3701
  msgstr "Url para Avatar pequeno"
3702
 
3703
+ #: super_socializer.php:2508
3704
  msgid "Large Avatar Url"
3705
  msgstr "Url para Avatar Grande"
3706
 
3707
+ #: super_socializer.php:2610
3708
  msgid "Login with your Social ID"
3709
  msgstr ""
3710
 
3711
+ #: super_socializer.php:2611
3712
  msgid "Email you entered is already registered or invalid"
3713
  msgstr "Email fornecido já está registrado ou é inválido"
3714
 
3715
+ #: super_socializer.php:2618
3716
  msgid "Please enter a valid email address. You might be required to verify it"
3717
  msgstr ""
3718
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3719
  "confirmá-lo"
3720
 
3721
+ #: super_socializer.php:2622 super_socializer.php:3419
3722
  msgid "Link your social account to login to your account at this website"
3723
  msgstr "Associe sua conta social ao login de sua conta neste website"
3724
 
3725
+ #: super_socializer.php:2882
3726
  msgid "Thanks for installing Super Socializer plugin"
3727
  msgstr ""
3728
 
3729
+ #: super_socializer.php:2884
3730
  msgid "Configure the Plugin"
3731
  msgstr ""
3732
 
3733
+ #: super_socializer.php:2895
3734
  msgid ""
3735
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3736
  "current version of Super Socializer"
3737
  msgstr ""
3738
 
3739
+ #: super_socializer.php:2904
3740
+ msgid ""
3741
+ "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3742
+ "compatibility with the current version of Super Socializer"
3743
+ msgstr ""
3744
+
3745
+ #: super_socializer.php:2913
3746
  msgid ""
3747
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3748
  "compatibility with the current version of Super Socializer"
3749
  msgstr ""
3750
 
3751
+ #: super_socializer.php:2922
3752
  msgid ""
3753
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3754
  "version of Super Socializer"
3755
  msgstr ""
3756
 
3757
+ #: super_socializer.php:2931
3758
  msgid ""
3759
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3760
  "compatibility with the current version of Super Socializer"
3761
  msgstr ""
3762
 
3763
+ #: super_socializer.php:2940
3764
  msgid ""
3765
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3766
  "for compatibility with the current version of Super Socializer"
3767
  msgstr ""
3768
 
3769
+ #: super_socializer.php:2949
3770
  msgid ""
3771
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3772
  "with current version of Super Socializer"
3773
  msgstr ""
3774
 
3775
+ #: super_socializer.php:2960
3776
  #, php-format
3777
  msgid ""
3778
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3779
  msgstr ""
3780
 
3781
+ #: super_socializer.php:2969
3782
  #, php-format
3783
  msgid ""
3784
  "To continue using Instagram login create a new Instagram App as described <a "
3786
  "Instagram App Secret <a href=\"%s\">here</a>"
3787
  msgstr ""
3788
 
3789
+ #: super_socializer.php:2978 super_socializer.php:2987
3790
  #, php-format
3791
  msgid ""
3792
  "To continue using bitly url shortener, login to your bit.ly account and "
3795
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3796
  msgstr ""
3797
 
3798
+ #: super_socializer.php:3003
3799
  #, php-format
3800
  msgid ""
3801
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3802
  msgstr ""
3803
 
3804
+ #: super_socializer.php:3027
3805
  #, php-format
3806
  msgid ""
3807
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3809
  "target=\"_blank\">here</a>"
3810
  msgstr ""
3811
 
3812
+ #: super_socializer.php:3027 super_socializer.php:3052
3813
+ #: super_socializer.php:3077 super_socializer.php:3102
3814
+ #: super_socializer.php:3135 super_socializer.php:3163
3815
+ #: super_socializer.php:3190
3816
  msgid "Okay"
3817
  msgstr ""
3818
 
3819
+ #: super_socializer.php:3052
3820
  #, php-format
3821
  msgid ""
3822
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3824
  "\">here</a>"
3825
  msgstr ""
3826
 
3827
+ #: super_socializer.php:3077
3828
  #, php-format
3829
  msgid ""
3830
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3832
  "target=\"_blank\">here</a>"
3833
  msgstr ""
3834
 
3835
+ #: super_socializer.php:3102
3836
  #, php-format
3837
  msgid ""
3838
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3840
  "target=\"_blank\">here</a>"
3841
  msgstr ""
3842
 
3843
+ #: super_socializer.php:3113
3844
  #, php-format
3845
  msgid ""
3846
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3847
  msgstr ""
3848
 
3849
+ #: super_socializer.php:3135
3850
  #, php-format
3851
  msgid ""
3852
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3854
  "\"%s\" target=\"_blank\">here</a>"
3855
  msgstr ""
3856
 
3857
+ #: super_socializer.php:3163
3858
  #, php-format
3859
  msgid ""
3860
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3863
  "your website %s with them. No need to copy-paste any code from their website."
3864
  msgstr ""
3865
 
3866
+ #: super_socializer.php:3190
3867
  #, php-format
3868
  msgid ""
3869
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3871
  "\"%s\" target=\"_blank\">here</a>"
3872
  msgstr ""
3873
 
3874
+ #: super_socializer.php:3215
3875
  #, php-format
3876
  msgid ""
3877
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3879
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
+ #: super_socializer.php:3215 super_socializer.php:3242
3883
  msgid "Dismiss"
3884
  msgstr ""
3885
 
3886
+ #: super_socializer.php:3495
3887
  msgid ""
3888
  "Your browser is blocking some features of this website. Please follow the "
3889
  "instructions at {support_url} to unblock these."
3890
  msgstr ""
3891
 
 
 
 
 
 
 
3892
  #~ msgid "Dismiss this notice"
3893
  #~ msgstr "Dispense este aviso"
3894
 
3947
  #~ msgstr ""
3948
  #~ "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
3949
 
 
 
 
3950
  #~ msgid ""
3951
  #~ "Login to your bit.ly account and navigate to <a href=\"%s\" target="
3952
  #~ "\"_blank\">this link</a> to get bit.ly username"
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2022-02-25 16:27+0530\n"
6
- "PO-Revision-Date: 2022-02-25 16:27+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -19,21 +19,23 @@ msgstr ""
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
 
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
- #: admin/like_buttons.php:6 admin/like_buttons.php:784
23
- #: admin/social_commenting.php:5 admin/social_commenting.php:404
24
- #: admin/social_login.php:5 admin/social_login.php:1984
25
- #: admin/social_sharing.php:5 admin/social_sharing.php:1916
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
29
- "\"%s\" target=\"_blank\">here</a>"
 
 
30
  msgstr ""
31
  "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a "
32
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
33
  "Twitter."
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
- #: super_socializer.php:2386
37
  msgid "General Options"
38
  msgstr "Основные настройки"
39
 
@@ -80,22 +82,22 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
80
  msgstr ""
81
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
82
 
83
- #: admin/general_options.php:89 admin/like_buttons.php:780
84
- #: admin/social_commenting.php:400 admin/social_login.php:1980
85
- #: admin/social_sharing.php:1912 helper.php:920
86
  msgid "Save Changes"
87
  msgstr "Сохранить изменения"
88
 
89
- #: admin/general_options.php:103 admin/like_buttons.php:790
90
- #: admin/social_commenting.php:410 admin/social_login.php:1990
91
- #: admin/social_sharing.php:1922
92
  #, fuzzy
93
  msgid "Instagram Shoutout"
94
  msgstr "Instagram"
95
 
96
- #: admin/general_options.php:105 admin/like_buttons.php:792
97
- #: admin/social_commenting.php:412 admin/social_login.php:1992
98
- #: admin/social_sharing.php:1924
99
  msgid ""
100
  "If you can send (to hello@heateor.com) how this plugin is helping your "
101
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -119,38 +121,38 @@ msgid "Donate Now"
119
  msgstr "Пожертвовать"
120
 
121
  #: admin/help.php:23
 
 
 
 
122
  msgid "Plugin Demo"
123
  msgstr "Демо плагина"
124
 
125
- #: admin/help.php:29
126
  msgid "Translate Plugin"
127
  msgstr ""
128
 
129
- #: admin/help.php:35 admin/social_login.php:57
130
  #, fuzzy
131
  msgid "Customize Social Login Icons"
132
  msgstr "Параметры входа через соцсети"
133
 
134
- #: admin/help.php:41
135
  msgid "Integrate with Google Analytics"
136
  msgstr "Интеграция с Google Analytics"
137
 
138
- #: admin/help.php:47
139
  msgid "Boost sharing by awarding points"
140
  msgstr "Повысьте обмен, наградив точек"
141
 
142
- #: admin/help.php:53
143
  msgid "Award points for Social Login"
144
  msgstr "Премии пунктов для социального Логин"
145
 
146
- #: admin/help.php:59
147
  msgid "Other Add-ons"
148
  msgstr "Другие дополнения"
149
 
150
- #: admin/help.php:65
151
- msgid "Support Forum"
152
- msgstr "Форум поддержки"
153
-
154
  #: admin/help.php:70
155
  msgid "Need Help?"
156
  msgstr "Требуется помощь?"
@@ -204,34 +206,35 @@ msgstr ""
204
  "Панель управления кнопками Нравится. Должно быть включено чтобы активировать "
205
  "кнопки Нравится"
206
 
207
- #: admin/like_buttons.php:40 admin/social_sharing.php:53
208
  msgid "Standard Interface"
209
  msgstr "Стандартный интерфейс"
210
 
211
- #: admin/like_buttons.php:41 admin/social_sharing.php:54
212
  msgid "Floating Interface"
213
  msgstr "Плавающий интерфейс"
214
 
215
- #: admin/like_buttons.php:42 admin/social_sharing.php:55
 
216
  msgid "Miscellaneous"
217
  msgstr "Разное"
218
 
219
- #: admin/like_buttons.php:46 admin/social_sharing.php:59
220
  #, fuzzy
221
  msgid "3rd Party Integration"
222
  msgstr "XProfile интеграция"
223
 
224
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
225
  #: admin/social_login.php:45 admin/social_login.php:1946
226
- #: admin/social_sharing.php:63 admin/social_sharing.php:1837
227
- #: admin/social_sharing.php:1839
228
  msgid "Shortcode & Widget"
229
  msgstr "Шорткод и виджет"
230
 
231
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
232
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
233
  #: admin/social_login.php:46 admin/social_login.php:1960
234
- #: admin/social_sharing.php:65 admin/social_sharing.php:1870
235
  msgid "FAQ"
236
  msgstr "Часто задаваемые вопросы (FAQ)"
237
 
@@ -248,22 +251,24 @@ msgid "Master control to enable horizontal like buttons"
248
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
249
 
250
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
251
- #: admin/social_sharing.php:699 admin/social_sharing.php:1120
252
  msgid "Target Url"
253
  msgstr "Целевой URL:"
254
 
255
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
256
- #: admin/social_sharing.php:703 admin/social_sharing.php:1124
 
257
  msgid "Url of the webpage where icons are located (default)"
258
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
259
 
260
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
261
- #: admin/social_sharing.php:705 admin/social_sharing.php:1126
 
262
  msgid "Url of the homepage of your website"
263
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
264
 
265
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
266
- #: admin/social_sharing.php:707 admin/social_sharing.php:1128
267
  msgid "Custom url"
268
  msgstr "Пользовательская ссылка"
269
 
@@ -274,7 +279,7 @@ msgstr ""
274
  "Твитнуть"
275
 
276
  #: admin/like_buttons.php:105 admin/social_login.php:1231
277
- #: admin/social_login.php:1607 admin/social_sharing.php:721 inc/widget.php:1024
278
  msgid "Title"
279
  msgstr "Заголовок"
280
 
@@ -291,25 +296,25 @@ msgid "Select the providers for interface. Drag them to rearrange."
291
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
292
 
293
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
294
- #: admin/social_sharing.php:908 admin/social_sharing.php:1306
295
  msgid "Horizontal alignment"
296
  msgstr "Горизонтальное выравнивание"
297
 
298
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
299
- #: admin/social_sharing.php:339 admin/social_sharing.php:637
300
- #: admin/social_sharing.php:912 admin/social_sharing.php:1310
301
- #: inc/widget.php:447 inc/widget.php:759 inc/widget.php:1048
302
  msgid "Left"
303
  msgstr "Слева"
304
 
305
- #: admin/like_buttons.php:178 admin/social_sharing.php:913
306
  msgid "Center"
307
  msgstr "Центр"
308
 
309
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
310
- #: admin/social_sharing.php:343 admin/social_sharing.php:641
311
- #: admin/social_sharing.php:914 admin/social_sharing.php:1311
312
- #: inc/widget.php:448 inc/widget.php:760 inc/widget.php:1055
313
  msgid "Right"
314
  msgstr "Справа"
315
 
@@ -317,15 +322,15 @@ msgstr "Справа"
317
  msgid "Horizontal alignment of the interface"
318
  msgstr "Горизонтальное выравнивание интерфейса"
319
 
320
- #: admin/like_buttons.php:194 admin/social_sharing.php:929
321
  msgid "Position with respect to content"
322
  msgstr "Позиция относительно контента"
323
 
324
- #: admin/like_buttons.php:198 admin/social_sharing.php:933
325
  msgid "Top of the content"
326
  msgstr "Над содержимым"
327
 
328
- #: admin/like_buttons.php:200 admin/social_sharing.php:935
329
  msgid "Bottom of the content"
330
  msgstr "Под содержимым"
331
 
@@ -339,66 +344,66 @@ msgstr "Расположение интерфейса"
339
 
340
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
341
  #: admin/social_login.php:1548 admin/social_login.php:1577
342
- #: admin/social_sharing.php:953 admin/social_sharing.php:1385
343
  msgid "Homepage"
344
  msgstr "Главная"
345
 
346
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
347
- #: admin/social_sharing.php:955 admin/social_sharing.php:1387
348
  msgid "Posts"
349
  msgstr "Записи"
350
 
351
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
352
- #: admin/social_sharing.php:957 admin/social_sharing.php:1389
353
  msgid "Pages"
354
  msgstr "Страницы"
355
 
356
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
357
- #: admin/social_sharing.php:959 admin/social_sharing.php:1391
358
  msgid "Excerpts and Posts page"
359
  msgstr "Страницы анонсов и страниц"
360
 
361
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
362
- #: admin/social_sharing.php:961 admin/social_sharing.php:1393
363
  msgid "Category Archives"
364
  msgstr "Архивы категорий"
365
 
366
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
367
- #: admin/social_sharing.php:963 admin/social_sharing.php:1395
368
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
369
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
370
 
371
- #: admin/like_buttons.php:244 admin/social_sharing.php:979
372
  msgid "BuddyPress activity"
373
  msgstr "BuddyPress активность"
374
 
375
- #: admin/like_buttons.php:247 admin/social_sharing.php:981
376
  msgid "BuddyPress group (only at top of content)"
377
  msgstr "BuddyPress группы (только в верхней части контента)"
378
 
379
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
380
- #: admin/social_sharing.php:987 admin/social_sharing.php:1417
381
  msgid "BBPress forum"
382
  msgstr "BBPress форум"
383
 
384
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
385
- #: admin/social_sharing.php:990 admin/social_sharing.php:1420
386
  msgid "BBPress topic"
387
  msgstr "BBPress тема"
388
 
389
- #: admin/like_buttons.php:260 admin/social_sharing.php:993
390
  msgid "BBPress reply"
391
  msgstr "BBPress ответ"
392
 
393
- #: admin/like_buttons.php:267 admin/social_sharing.php:1000
394
  msgid "After individual product at WooCommerce Shop page"
395
  msgstr "После индивидуального продукта на странице магазина"
396
 
397
- #: admin/like_buttons.php:270 admin/social_sharing.php:1003
398
  msgid "WooCommerce Product Page"
399
  msgstr "Продукт Woocommerce"
400
 
401
- #: admin/like_buttons.php:273 admin/social_sharing.php:1006
402
  msgid "WooCommerce Thankyou Page"
403
  msgstr "WooCommerce страница благодарности"
404
 
@@ -419,9 +424,9 @@ msgid "Master control to enable vertical (floating) counter widget"
419
  msgstr ""
420
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
421
 
422
- #: admin/like_buttons.php:398 admin/social_sharing.php:291
423
- #: admin/social_sharing.php:590 admin/social_sharing.php:1289
424
- #: inc/widget.php:461 inc/widget.php:773
425
  msgid "Background Color"
426
  msgstr "Цвет фона"
427
 
@@ -437,7 +442,7 @@ msgstr ""
437
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
438
  "\" target=\"_blank\">здесь</a>"
439
 
440
- #: admin/like_buttons.php:436 admin/social_sharing.php:1327
441
  msgid "Left offset"
442
  msgstr "Смещение влево"
443
 
@@ -450,7 +455,7 @@ msgstr ""
450
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
451
  "отрицательным."
452
 
453
- #: admin/like_buttons.php:455 admin/social_sharing.php:1346
454
  msgid "Right offset"
455
  msgstr "Смещение вправо"
456
 
@@ -463,7 +468,7 @@ msgstr ""
463
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
464
  "отрицательным."
465
 
466
- #: admin/like_buttons.php:473 admin/social_sharing.php:1364
467
  msgid "Top offset"
468
  msgstr "Верхний отступ"
469
 
@@ -475,7 +480,7 @@ msgstr ""
475
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
476
  "и уменьшать по отношению к верху. "
477
 
478
- #: admin/like_buttons.php:518 admin/social_sharing.php:1409
479
  msgid "BuddyPress group"
480
  msgstr "BuddyPress группа"
481
 
@@ -493,7 +498,7 @@ msgstr ""
493
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
494
  "мобильных устройствах"
495
 
496
- #: admin/like_buttons.php:574 admin/social_sharing.php:1583
497
  msgid "Url shortener"
498
  msgstr "Укорачивание URL"
499
 
@@ -513,15 +518,15 @@ msgstr ""
513
  msgid "Enable bit.ly url shortener for tweet button"
514
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
515
 
516
- #: admin/like_buttons.php:606 admin/social_sharing.php:1615
517
  msgid "Master control to enable bit.ly url shortening for sharing"
518
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
519
 
520
- #: admin/like_buttons.php:613 admin/social_sharing.php:1622
521
  msgid "Bit.ly generic access token"
522
  msgstr ""
523
 
524
- #: admin/like_buttons.php:623 admin/social_sharing.php:1632
525
  #, php-format
526
  msgid ""
527
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -530,15 +535,15 @@ msgid ""
530
  "\">link</a>"
531
  msgstr ""
532
 
533
- #: admin/like_buttons.php:630 admin/social_sharing.php:1639
534
  msgid "Clear Bitly Cache"
535
  msgstr "Очистить Bitly кэш"
536
 
537
- #: admin/like_buttons.php:634 admin/social_sharing.php:1643
538
  msgid "ShortUrl cache cleared successfully."
539
  msgstr "ShortUrl кэш успешно очищен."
540
 
541
- #: admin/like_buttons.php:641 admin/social_sharing.php:1650
542
  msgid ""
543
  "Use this to delete short urls saved in database. Handy, if urls of your "
544
  "website have been changed but short urls are still being generated for old "
@@ -549,8 +554,8 @@ msgstr ""
549
  "адреса по-прежнему создаются для старых URL-адресов."
550
 
551
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
552
- #: admin/social_commenting.php:304 admin/social_sharing.php:1712
553
- #: admin/social_sharing.php:1717
554
  msgid "Language"
555
  msgstr "Язык"
556
 
@@ -593,11 +598,11 @@ msgstr ""
593
  "Используемое имя �
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-04-07 16:46+0530\n"
6
+ "PO-Revision-Date: 2022-04-07 16:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
 
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
+ #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
+ #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
+ #: admin/social_login.php:5 admin/social_login.php:1983
25
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1960
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
29
+ "\"%s\" target=\"_blank\">here</a> and help us continue the development of "
30
+ "this plugin by purchasing the premium add-ons and plugins <a href=\"%s\" "
31
+ "target=\"_blank\">here</a>"
32
  msgstr ""
33
  "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a "
34
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
35
  "Twitter."
36
 
37
  #: admin/general_options.php:15 admin/social_commenting.php:47
38
+ #: super_socializer.php:2417
39
  msgid "General Options"
40
  msgstr "Основные настройки"
41
 
82
  msgstr ""
83
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
84
 
85
+ #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1979
87
+ #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Сохранить изменения"
90
 
91
+ #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:1989
93
+ #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
+ #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:1991
100
+ #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
121
  msgstr "Пожертвовать"
122
 
123
  #: admin/help.php:23
124
+ msgid "Support Forum"
125
+ msgstr "Форум поддержки"
126
+
127
+ #: admin/help.php:29
128
  msgid "Plugin Demo"
129
  msgstr "Демо плагина"
130
 
131
+ #: admin/help.php:35
132
  msgid "Translate Plugin"
133
  msgstr ""
134
 
135
+ #: admin/help.php:41 admin/social_login.php:57
136
  #, fuzzy
137
  msgid "Customize Social Login Icons"
138
  msgstr "Параметры входа через соцсети"
139
 
140
+ #: admin/help.php:47
141
  msgid "Integrate with Google Analytics"
142
  msgstr "Интеграция с Google Analytics"
143
 
144
+ #: admin/help.php:53
145
  msgid "Boost sharing by awarding points"
146
  msgstr "Повысьте обмен, наградив точек"
147
 
148
+ #: admin/help.php:59
149
  msgid "Award points for Social Login"
150
  msgstr "Премии пунктов для социального Логин"
151
 
152
+ #: admin/help.php:65
153
  msgid "Other Add-ons"
154
  msgstr "Другие дополнения"
155
 
 
 
 
 
156
  #: admin/help.php:70
157
  msgid "Need Help?"
158
  msgstr "Требуется помощь?"
206
  "Панель управления кнопками Нравится. Должно быть включено чтобы активировать "
207
  "кнопки Нравится"
208
 
209
+ #: admin/like_buttons.php:40 admin/social_sharing.php:49
210
  msgid "Standard Interface"
211
  msgstr "Стандартный интерфейс"
212
 
213
+ #: admin/like_buttons.php:41 admin/social_sharing.php:50
214
  msgid "Floating Interface"
215
  msgstr "Плавающий интерфейс"
216
 
217
+ #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
+ #: admin/social_sharing.php:1603
219
  msgid "Miscellaneous"
220
  msgstr "Разное"
221
 
222
+ #: admin/like_buttons.php:46 admin/social_sharing.php:55
223
  #, fuzzy
224
  msgid "3rd Party Integration"
225
  msgstr "XProfile интеграция"
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
  #: admin/social_login.php:45 admin/social_login.php:1946
229
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1880
230
+ #: admin/social_sharing.php:1882
231
  msgid "Shortcode & Widget"
232
  msgstr "Шорткод и виджет"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
  #: admin/social_login.php:46 admin/social_login.php:1960
237
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1913
238
  msgid "FAQ"
239
  msgstr "Часто задаваемые вопросы (FAQ)"
240
 
251
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
252
 
253
  #: admin/like_buttons.php:83 admin/like_buttons.php:326
254
+ #: admin/social_sharing.php:695 admin/social_sharing.php:1140
255
  msgid "Target Url"
256
  msgstr "Целевой URL:"
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
+ #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
+ #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
+ #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
267
  msgid "Url of the homepage of your website"
268
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
269
 
270
  #: admin/like_buttons.php:91 admin/like_buttons.php:334
271
+ #: admin/social_sharing.php:703 admin/social_sharing.php:1148
272
  msgid "Custom url"
273
  msgstr "Пользовательская ссылка"
274
 
279
  "Твитнуть"
280
 
281
  #: admin/like_buttons.php:105 admin/social_login.php:1231
282
+ #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
283
  msgid "Title"
284
  msgstr "Заголовок"
285
 
296
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1326
300
  msgid "Horizontal alignment"
301
  msgstr "Горизонтальное выравнивание"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
+ #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1330
306
+ #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
307
  msgid "Left"
308
  msgstr "Слева"
309
 
310
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933
311
  msgid "Center"
312
  msgstr "Центр"
313
 
314
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
315
+ #: admin/social_sharing.php:339 admin/social_sharing.php:637
316
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1331
317
+ #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
318
  msgid "Right"
319
  msgstr "Справа"
320
 
322
  msgid "Horizontal alignment of the interface"
323
  msgstr "Горизонтальное выравнивание интерфейса"
324
 
325
+ #: admin/like_buttons.php:194 admin/social_sharing.php:949
326
  msgid "Position with respect to content"
327
  msgstr "Позиция относительно контента"
328
 
329
+ #: admin/like_buttons.php:198 admin/social_sharing.php:953
330
  msgid "Top of the content"
331
  msgstr "Над содержимым"
332
 
333
+ #: admin/like_buttons.php:200 admin/social_sharing.php:955
334
  msgid "Bottom of the content"
335
  msgstr "Под содержимым"
336
 
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1405
348
  msgid "Homepage"
349
  msgstr "Главная"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1407
353
  msgid "Posts"
354
  msgstr "Записи"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1409
358
  msgid "Pages"
359
  msgstr "Страницы"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1411
363
  msgid "Excerpts and Posts page"
364
  msgstr "Страницы анонсов и страниц"
365
 
366
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
367
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1413
368
  msgid "Category Archives"
369
  msgstr "Архивы категорий"
370
 
371
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
372
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1415
373
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
374
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
375
 
376
+ #: admin/like_buttons.php:244 admin/social_sharing.php:999
377
  msgid "BuddyPress activity"
378
  msgstr "BuddyPress активность"
379
 
380
+ #: admin/like_buttons.php:247 admin/social_sharing.php:1001
381
  msgid "BuddyPress group (only at top of content)"
382
  msgstr "BuddyPress группы (только в верхней части контента)"
383
 
384
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
385
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
386
  msgid "BBPress forum"
387
  msgstr "BBPress форум"
388
 
389
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
390
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
391
  msgid "BBPress topic"
392
  msgstr "BBPress тема"
393
 
394
+ #: admin/like_buttons.php:260 admin/social_sharing.php:1013
395
  msgid "BBPress reply"
396
  msgstr "BBPress ответ"
397
 
398
+ #: admin/like_buttons.php:267 admin/social_sharing.php:1020
399
  msgid "After individual product at WooCommerce Shop page"
400
  msgstr "После индивидуального продукта на странице магазина"
401
 
402
+ #: admin/like_buttons.php:270 admin/social_sharing.php:1023
403
  msgid "WooCommerce Product Page"
404
  msgstr "Продукт Woocommerce"
405
 
406
+ #: admin/like_buttons.php:273 admin/social_sharing.php:1026
407
  msgid "WooCommerce Thankyou Page"
408
  msgstr "WooCommerce страница благодарности"
409
 
424
  msgstr ""
425
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
426
 
427
+ #: admin/like_buttons.php:398 admin/social_sharing.php:287
428
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1309
429
+ #: inc/widget.php:466 inc/widget.php:779
430
  msgid "Background Color"
431
  msgstr "Цвет фона"
432
 
442
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
443
  "\" target=\"_blank\">здесь</a>"
444
 
445
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1347
446
  msgid "Left offset"
447
  msgstr "Смещение влево"
448
 
455
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
456
  "отрицательным."
457
 
458
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1366
459
  msgid "Right offset"
460
  msgstr "Смещение вправо"
461
 
468
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
469
  "отрицательным."
470
 
471
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1384
472
  msgid "Top offset"
473
  msgstr "Верхний отступ"
474
 
480
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
481
  "и уменьшать по отношению к верху. "
482
 
483
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1429
484
  msgid "BuddyPress group"
485
  msgstr "BuddyPress группа"
486
 
498
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
499
  "мобильных устройствах"
500
 
501
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1626
502
  msgid "Url shortener"
503
  msgstr "Укорачивание URL"
504
 
518
  msgid "Enable bit.ly url shortener for tweet button"
519
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
520
 
521
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1658
522
  msgid "Master control to enable bit.ly url shortening for sharing"
523
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
524
 
525
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1665
526
  msgid "Bit.ly generic access token"
527
  msgstr ""
528
 
529
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1675
530
  #, php-format
531
  msgid ""
532
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
535
  "\">link</a>"
536
  msgstr ""
537
 
538
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1682
539
  msgid "Clear Bitly Cache"
540
  msgstr "Очистить Bitly кэш"
541
 
542
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1686
543
  msgid "ShortUrl cache cleared successfully."
544
  msgstr "ShortUrl кэш успешно очищен."
545
 
546
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1693
547
  msgid ""
548
  "Use this to delete short urls saved in database. Handy, if urls of your "
549
  "website have been changed but short urls are still being generated for old "
554
  "адреса по-прежнему создаются для старых URL-адресов."
555
 
556
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
557
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1755
558
+ #: admin/social_sharing.php:1760
559
  msgid "Language"
560
  msgstr "Язык"
561
 
598
  "Используемое имя �