Social Media Follow Buttons Bar - Version 4.33

Version Description

  • The 'list.php' file replaced with the 'items.php'.
  • Added callback function for getting a list of all buttons.
  • The 'smbt-social-icons' class renamed to 'sxc-follow-buttons'.
  • CSS code in the file 'admin.css' is optimized.
  • CSS code in the file 'frontend.css' is optimized.
  • The '_tollbar()' function is improved.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 4.33
Comparing to
See all releases

Code changes from version 4.32 to 4.33

inc/css/admin.css CHANGED
@@ -31,7 +31,8 @@ h2 {
31
  text-align: center;
32
  text-transform: uppercase;
33
  text-rendering: optimizeLegibility;
34
- text-shadow: 0 -1px 0 #fff,
 
35
  0 1px 0 #2e2e2e,
36
  0 2px 0 #2a2a2a,
37
  0 3px 0 #262626,
@@ -40,7 +41,7 @@ h2 {
40
  0 6px 0 #1a1a1a,
41
  0 7px 0 #161616,
42
  0 8px 0 #121212,
43
- 0 22px 30px #000000;
44
  letter-spacing: 0.1em;
45
  line-height: 50px !important;
46
  overflow: hidden;
@@ -153,7 +154,7 @@ h2 .version {
153
  -moz-border-radius: 0.3rem;
154
  border-radius: 0.3rem;
155
  }
156
- .tabs-nav:after {
157
  content: '';
158
  display: block;
159
  height: 0;
@@ -171,7 +172,7 @@ h2 .version {
171
  -moz-border-radius: 3px 0 0 3px;
172
  border-radius: 3px 0 0 3px;
173
  }
174
- .tabs-nav li.active:before {
175
  position: absolute;
176
  content: '';
177
  top: 0;
@@ -180,7 +181,7 @@ h2 .version {
180
  width: 1px;
181
  background: #f2f2f2;
182
  }
183
- .tabs-nav li.active:after {
184
  background-color: #f2f2f2;
185
  position: absolute;
186
  content: '';
@@ -295,21 +296,21 @@ h2 .version {
295
  text-decoration: none;
296
  }
297
  .panel-title,
298
- .panel-title:before,
299
- .panel-body:before {
300
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
301
  font-size: 16px;
302
  font-weight: 400;
303
  color: #6d6d6d;
304
  text-shadow: 1px 1px 0 #fff;
305
  }
306
- .panel-title:before {
307
  content: "Q.";
308
  display: inline-block;
309
  color: red;
310
  padding-right: 8px;
311
  }
312
- .panel-title:after {
313
  content: "\25BC";
314
  float: right;
315
  margin: 0;
@@ -321,7 +322,7 @@ h2 .version {
321
  .panel-title > div {
322
  display: inline;
323
  }
324
- .panel-body:before {
325
  content: "A.";
326
  display: inline-block;
327
  color: #00a5e2;
@@ -398,24 +399,24 @@ h2 .version {
398
  -webkit-border-radius: 3px !important;
399
  -moz-border-radius: 3px !important;
400
  border-radius: 3px !important;
401
- background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
402
- background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
403
- background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
404
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
405
- background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
406
- background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
407
  }
408
  .button-labeled:hover,
409
  .button-labeled:focus {
410
  color: #32689a;
411
  background-position: 0;
412
  background-color: transparent;
413
- background-image: -moz-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
414
- background-image: -ms-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
415
- background-image: -o-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
416
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), color-stop(49%, rgba(255,255,255,.15)), color-stop(51%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
417
- background-image: -webkit-linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
418
- background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
419
  }
420
  .button-labeled .btn-label {
421
  position: relative;
@@ -469,7 +470,7 @@ h2 .version {
469
  .wp-color-result {
470
  height: 30px;
471
  }
472
- .wp-color-result:after {
473
  line-height: 28px;
474
  }
475
 
31
  text-align: center;
32
  text-transform: uppercase;
33
  text-rendering: optimizeLegibility;
34
+ text-shadow:
35
+ 0 -1px 0 #fff,
36
  0 1px 0 #2e2e2e,
37
  0 2px 0 #2a2a2a,
38
  0 3px 0 #262626,
41
  0 6px 0 #1a1a1a,
42
  0 7px 0 #161616,
43
  0 8px 0 #121212,
44
+ 0 22px 30px #000;
45
  letter-spacing: 0.1em;
46
  line-height: 50px !important;
47
  overflow: hidden;
154
  -moz-border-radius: 0.3rem;
155
  border-radius: 0.3rem;
156
  }
157
+ .tabs-nav::after {
158
  content: '';
159
  display: block;
160
  height: 0;
172
  -moz-border-radius: 3px 0 0 3px;
173
  border-radius: 3px 0 0 3px;
174
  }
175
+ .tabs-nav li.active::before {
176
  position: absolute;
177
  content: '';
178
  top: 0;
181
  width: 1px;
182
  background: #f2f2f2;
183
  }
184
+ .tabs-nav li.active::after {
185
  background-color: #f2f2f2;
186
  position: absolute;
187
  content: '';
296
  text-decoration: none;
297
  }
298
  .panel-title,
299
+ .panel-title::before,
300
+ .panel-body::before {
301
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
302
  font-size: 16px;
303
  font-weight: 400;
304
  color: #6d6d6d;
305
  text-shadow: 1px 1px 0 #fff;
306
  }
307
+ .panel-title::before {
308
  content: "Q.";
309
  display: inline-block;
310
  color: red;
311
  padding-right: 8px;
312
  }
313
+ .panel-title::after {
314
  content: "\25BC";
315
  float: right;
316
  margin: 0;
322
  .panel-title > div {
323
  display: inline;
324
  }
325
+ .panel-body::before {
326
  content: "A.";
327
  display: inline-block;
328
  color: #00a5e2;
399
  -webkit-border-radius: 3px !important;
400
  -moz-border-radius: 3px !important;
401
  border-radius: 3px !important;
402
+ background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
403
+ background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
404
+ background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
405
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
406
+ background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
407
+ background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
408
  }
409
  .button-labeled:hover,
410
  .button-labeled:focus {
411
  color: #32689a;
412
  background-position: 0;
413
  background-color: transparent;
414
+ background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
415
+ background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
416
+ background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
417
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
418
+ background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
419
+ background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
420
  }
421
  .button-labeled .btn-label {
422
  position: relative;
470
  .wp-color-result {
471
  height: 30px;
472
  }
473
+ .wp-color-result::after {
474
  line-height: 28px;
475
  }
476
 
inc/css/frontend.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- * WP plugin Social Media Follow Buttons Bar by Space X-Chimp ( https://www.spacexchimp.com ).
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @author Arthur Gareginyan
@@ -8,9 +8,10 @@
8
  */
9
 
10
 
11
- .smbt-social-icons li {
12
- margin: 0px !important;
13
- padding: 0px !important;
 
14
  background-image: none !important;
15
  display: inline-block !important;
16
  border-bottom: 0 !important;
@@ -18,21 +19,21 @@
18
  -webkit-user-select: none;
19
  -moz-user-select: none;
20
  }
21
- .smbt-social-icons li:before {
22
  content: "" !important;
23
  content: none !important;
24
  }
25
- .smbt-social-icons li:after {
26
  content: "" !important;
27
  content: none !important;
28
  }
29
- .smbt-social-icons li a {
30
  border-bottom: 0 !important;
31
  display: inline !important;
32
  box-shadow: none !important;
33
  }
34
- .smbt-social-icons li img {
35
- margin: 0px !important;
36
- padding: 0px !important;
37
  vertical-align: top;
38
  }
1
  /*
2
+ * WordPress plugin Social Media Follow Buttons Bar by Space X-Chimp ( https://www.spacexchimp.com ).
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @author Arthur Gareginyan
8
  */
9
 
10
 
11
+ /* Reset styles to default for la and a elements */
12
+ .sxc-follow-buttons li {
13
+ margin: 0 !important;
14
+ padding: 0 !important;
15
  background-image: none !important;
16
  display: inline-block !important;
17
  border-bottom: 0 !important;
19
  -webkit-user-select: none;
20
  -moz-user-select: none;
21
  }
22
+ .sxc-follow-buttons li::before {
23
  content: "" !important;
24
  content: none !important;
25
  }
26
+ .sxc-follow-buttons li::after {
27
  content: "" !important;
28
  content: none !important;
29
  }
30
+ .sxc-follow-buttons li a {
31
  border-bottom: 0 !important;
32
  display: inline !important;
33
  box-shadow: none !important;
34
  }
35
+ .sxc-follow-buttons li img {
36
+ margin: 0 !important;
37
+ padding: 0 !important;
38
  vertical-align: top;
39
  }
inc/js/admin.js CHANGED
@@ -55,7 +55,7 @@ jQuery(document).ready(function($) {
55
  $('.new_tab').on('change', function() {
56
  var val = $(this).val();
57
  var position = $(this).next().children().hasClass('btn-success');
58
- $('#preview .smbt-social-icons a').each(function( index ) {
59
  if (position === true) {
60
  $(this).attr('target','_blank');
61
  } else {
@@ -66,7 +66,7 @@ jQuery(document).ready(function($) {
66
  $('.tooltips').on('change', function() {
67
  var val = $(this).val();
68
  var position = $(this).next().children().hasClass('btn-success');
69
- $('#preview .smbt-social-icons a').each(function( index ) {
70
  var text = '';
71
  if (position === true) {
72
  text = $(this).attr('title');
@@ -85,7 +85,7 @@ jQuery(document).ready(function($) {
85
  var margin = $('.margin-right input').val() / 2 || '5';
86
  icon_size = 'width:' + icon_size + 'px !important; height:' + icon_size + 'px !important;';
87
  margin = 'margin:' + margin + 'px !important;';
88
- $('#preview .smbt-social-icons img').attr('style',icon_size + margin);
89
  }
90
  $('.icon-size input').change(function() {
91
  LiveInlineStyles();
@@ -96,7 +96,7 @@ jQuery(document).ready(function($) {
96
  $('.alignment').change(function() {
97
  var alignment = $('input[type=radio]:checked', '.alignment').val() || 'center';
98
  alignment = 'text-align:' + alignment + ' !important;';
99
- $('#preview .smbt-social-icons').attr('style',alignment);
100
  });
101
 
102
  });
55
  $('.new_tab').on('change', function() {
56
  var val = $(this).val();
57
  var position = $(this).next().children().hasClass('btn-success');
58
+ $('#preview .sxc-follow-buttons a').each(function( index ) {
59
  if (position === true) {
60
  $(this).attr('target','_blank');
61
  } else {
66
  $('.tooltips').on('change', function() {
67
  var val = $(this).val();
68
  var position = $(this).next().children().hasClass('btn-success');
69
+ $('#preview .sxc-follow-buttons a').each(function( index ) {
70
  var text = '';
71
  if (position === true) {
72
  text = $(this).attr('title');
85
  var margin = $('.margin-right input').val() / 2 || '5';
86
  icon_size = 'width:' + icon_size + 'px !important; height:' + icon_size + 'px !important;';
87
  margin = 'margin:' + margin + 'px !important;';
88
+ $('#preview .sxc-follow-buttons img').attr('style',icon_size + margin);
89
  }
90
  $('.icon-size input').change(function() {
91
  LiveInlineStyles();
96
  $('.alignment').change(function() {
97
  var alignment = $('input[type=radio]:checked', '.alignment').val() || 'center';
98
  alignment = 'text-align:' + alignment + ' !important;';
99
+ $('#preview .sxc-follow-buttons').attr('style',alignment);
100
  });
101
 
102
  });
inc/php/core.php CHANGED
@@ -16,7 +16,7 @@ add_action( 'init', 'spacexchimp_p005_textdomain' );
16
  /**
17
  * Print direct link to plugin admin page
18
  *
19
- * Fetches array of links generated by WP Plugin admin page ( Deactivate | Edit )
20
  * and inserts a link to the plugin admin page
21
  */
22
  function spacexchimp_p005_settings_link( $links ) {
16
  /**
17
  * Print direct link to plugin admin page
18
  *
19
+ * Fetches array of links generated by WordPress Plugin admin page ( Deactivate | Edit )
20
  * and inserts a link to the plugin admin page
21
  */
22
  function spacexchimp_p005_settings_link( $links ) {
inc/php/enqueue.php CHANGED
@@ -26,10 +26,10 @@ function spacexchimp_p005_load_scripts_base( $options ) {
26
  $margin = !empty( $options['margin-right'] ) ? esc_textarea( $options['margin-right'] ) : '10';
27
  $alignment = !empty( $options['alignment'] ) ? $options['alignment'] : 'center';
28
  $custom_css = "
29
- .smbt-social-icons {
30
  text-align: " . $alignment . " !important;
31
  }
32
- .smbt-social-icons li img {
33
  width: " . $icon_size . "px !important;
34
  height: " . $icon_size . "px !important;
35
  margin: " . ( $margin / 2 ) . "px !important;
26
  $margin = !empty( $options['margin-right'] ) ? esc_textarea( $options['margin-right'] ) : '10';
27
  $alignment = !empty( $options['alignment'] ) ? $options['alignment'] : 'center';
28
  $custom_css = "
29
+ .sxc-follow-buttons {
30
  text-align: " . $alignment . " !important;
31
  }
32
+ .sxc-follow-buttons li img {
33
  width: " . $icon_size . "px !important;
34
  height: " . $icon_size . "px !important;
35
  margin: " . ( $margin / 2 ) . "px !important;
inc/php/functional.php CHANGED
@@ -14,17 +14,18 @@ function spacexchimp_p005_tollbar() {
14
  $options = get_option( SPACEXCHIMP_P005_SETTINGS . '_settings' );
15
  $media = !empty( $options['media'] ) ? $options['media'] : array();
16
 
17
- // Open link in new tab
18
  $new_tab = !empty( $options['new_tab'] ) ? 'target="blank"' : '';
19
 
20
- // Enable Tolltips
21
  $tooltips = !empty( $options['tooltips'] ) ? 'data-toggle="tooltip"' : '';
22
 
23
- // Add a caption above of buttons
24
  $caption = !empty( $options['caption'] ) ? esc_textarea( $options['caption'] ) : '';
25
 
26
  // Generate buttons
27
- $toolbar_arr[] = '<ul class="smbt-social-icons">';
 
28
  if ( !empty( $media ) ) {
29
  foreach ( $media as $name ) {
30
  $slug = !empty( $name['slug'] ) ? $name['slug'] : '';
@@ -65,7 +66,6 @@ function spacexchimp_p005_tollbar() {
65
  }
66
 
67
  if ( count( $toolbar_arr ) > 0 ) {
68
- array_unshift( $toolbar_arr, $caption );
69
  array_push( $toolbar_arr, $js );
70
  }
71
 
@@ -109,3 +109,21 @@ function spacexchimp_p005_addContent( $content ) {
109
  return $content;
110
  }
111
  add_action( 'the_content', 'spacexchimp_p005_addContent' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  $options = get_option( SPACEXCHIMP_P005_SETTINGS . '_settings' );
15
  $media = !empty( $options['media'] ) ? $options['media'] : array();
16
 
17
+ // Generate open window code
18
  $new_tab = !empty( $options['new_tab'] ) ? 'target="blank"' : '';
19
 
20
+ // Generate Tolltips
21
  $tooltips = !empty( $options['tooltips'] ) ? 'data-toggle="tooltip"' : '';
22
 
23
+ // Generate caption
24
  $caption = !empty( $options['caption'] ) ? esc_textarea( $options['caption'] ) : '';
25
 
26
  // Generate buttons
27
+ $toolbar_arr[] = $caption;
28
+ $toolbar_arr[] = '<ul class="sxc-follow-buttons">';
29
  if ( !empty( $media ) ) {
30
  foreach ( $media as $name ) {
31
  $slug = !empty( $name['slug'] ) ? $name['slug'] : '';
66
  }
67
 
68
  if ( count( $toolbar_arr ) > 0 ) {
 
69
  array_push( $toolbar_arr, $js );
70
  }
71
 
109
  return $content;
110
  }
111
  add_action( 'the_content', 'spacexchimp_p005_addContent' );
112
+
113
+ /**
114
+ * Callback for getting a list of all buttons
115
+ * @return array with the merged data of both arrays; '_get_items_media()' and '_get_items_additional()'
116
+ */
117
+ function spacexchimp_p005_get_items_all() {
118
+
119
+ // Get all media options and declare variable
120
+ $array_1 = spacexchimp_p005_get_items_media();
121
+ $array_2 = spacexchimp_p005_get_items_additional();
122
+
123
+ // Merge two arrays
124
+ $array = array_merge( $array_1, $array_2 );
125
+
126
+ // Return the content of array
127
+ return $array;
128
+
129
+ }
inc/php/items.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php /** * Prevent Direct Access */ defined( 'ABSPATH' ) or die( "Restricted access!" ); /** * Callback for getting a list of items * @return array (multilevel array) */ function spacexchimp_p005_get_items_media() { $text = SPACEXCHIMP_P005_TEXT; return array( array( 'slug' => 'facebook', 'label' => 'Facebook', 'placeholder' => 'https://www.facebook.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook' ), 'link' => '//www.facebook.com' ), array( 'slug' => 'facebook-group', 'label' => 'Facebook Group', 'placeholder' => 'https://www.facebook.com/groups/YourGroupnameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook Group' ), 'link' => '//www.facebook.com' ), array( 'slug' => 'twitter', 'label' => 'Twitter', 'placeholder' => 'https://twitter.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitter' ), 'link' => '//twitter.com' ), array( 'slug' => 'instagram', 'label' => 'Instagram', 'placeholder' => 'https://instagram.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Instagram' ), 'link' => '//instagram.com' ), array( 'slug' => 'google-plus', 'label' => 'Google+', 'placeholder' => 'https://plus.google.com/u/0/+YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google+' ), 'link' => '//plus.google.com' ), array( 'slug' => 'youtube', 'label' => 'YouTube', 'placeholder' => 'https://www.youtube.com/channel/YourChannelIdentifierHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube' ), 'link' => '//www.youtube.com' ), array( 'slug' => 'youtube-gaming', 'label' => 'YouTube Gaming', 'placeholder' => 'https://gaming.youtube.com/channel/YourChannelIdentifierHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube Gaming' ), 'link' => '//gaming.youtube.com' ), array( 'slug' => 'google-play', 'label' => 'Google Play', 'placeholder' => 'https://play.google.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google Play' ), 'link' => '//play.google.com' ), array( 'slug' => 'itunes', 'label' => 'iTunes', 'placeholder' => 'https://www.apple.com/itunes/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes' ), 'link' => '//www.apple.com/itunes' ), array( 'slug' => 'itunes-podcasts', 'label' => 'iTunes Podcasts', 'placeholder' => 'https://www.apple.com/itunes/podcasts/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes Podcasts' ), 'link' => '//www.apple.com/itunes/podcasts' ), array( 'slug' => 'apple-music', 'label' => 'Apple Music', 'placeholder' => 'https://www.apple.com/lae/music/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Apple Music' ), 'link' => '//www.apple.com/lae/music' ), array( 'slug' => 'periscope', 'label' => 'Periscope', 'placeholder' => 'https://www.periscope.tv/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Periscope' ), 'link' => '//www.periscope.tv' ), array( 'slug' => 'vimeo', 'label' => 'Vimeo', 'placeholder' => 'https://vimeo.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Vimeo' ), 'link' => '//vimeo.com' ), array( 'slug' => 'blogger', 'label' => 'Blogger', 'placeholder' => 'https://YourBlogNameHere.blogspot.com', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Blogger' ), 'link' => '//www.blogger.com' ), array( 'slug' => 'buzzsprout', 'label' => 'Buzzsprout', 'placeholder' => 'https://www.buzzsprout.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Buzzsprout' ), 'link' => '//www.buzzsprout.com' ), array( 'slug' => 'livejournal', 'label' => 'LiveJournal', 'placeholder' => 'https://YourUsernameHere.livejournal.com', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'LiveJournal' ), 'link' => '//www.livejournal.com' ), array( 'slug' => 'reddit', 'label' => 'Reddit', 'placeholder' => 'https://www.reddit.com/user/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Reddit' ), 'link' => '//www.reddit.com' ), array( 'slug' => 'linkedin', 'label' => 'LinkedIn', 'placeholder' => 'https://linkedin.com/in/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'LinkedIn' ), 'link' => '//linkedin.com' ), array( 'slug' => 'diaspora', 'label' => 'Diaspora', 'placeholder' => 'https://diasporafoundation.org/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Diaspora' ), 'link' => '//diasporafoundation.org' ), array( 'slug' => 'deviantart', 'label' => 'DeviantArt', 'placeholder' => 'https://www.deviantart.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'DeviantArt' ), 'link' => '//www.deviantart.com' ), array( 'slug' => 'xing', 'label' => 'XING', 'placeholder' => 'https://www.xing.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'XING' ), 'link' => '//www.xing.com' ), array( 'slug' => 'pinterest', 'label' => 'Pinterest', 'placeholder' => 'https://www.pinterest.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Pinterest' ), 'link' => '//www.pinterest.com' ), array( 'slug' => 'flickr', 'label' => 'Flickr', 'placeholder' => 'https://www.flickr.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flickr' ), 'link' => '//www.flickr.com' ), array( 'slug' => 'tumblr', 'label' => 'Tumblr', 'placeholder' => 'https://www.tumblr.com/blog/YourBlogNameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Tumblr' ), 'link' => '//www.tumblr.com' ), array( 'slug' => 'snapchat', 'label' => 'Snapchat', 'placeholder' => 'https://www.snapchat.com/add/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Snapchat' ), 'link' => '//www.snapchat.com' ), array( 'slug' => 'twitch', 'label' => 'Twitch', 'placeholder' => 'https://www.twitch.tv/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitch' ), 'link' => '//www.twitch.tv' ), array( 'slug' => 'patreon', 'label' => 'Patreon', 'placeholder' => 'https://www.patreon.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Patreon' ), 'link' => '//www.patreon.com' ), array( 'slug' => 'imdb', 'label' => 'IMDb', 'placeholder' => 'https://www.imdb.com/name/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'IMDb' ), 'link' => '//www.imdb.com' ), array( 'slug' => 'soundcloud', 'label' => 'SoundCloud', 'placeholder' => 'https://soundcloud.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundCloud' ), 'link' => '//soundcloud.com' ), array( 'slug' => 'plugdj', 'label' => 'Plug.dj', 'placeholder' => 'https://plug.dj/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Plug.dj' ), 'link' => '//plug.dj' ), array( 'slug' => 'spotify', 'label' => 'Spotify', 'placeholder' => 'https://open.spotify.com/user/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Spotify' ), 'link' => '//www.spotify.com' ), array( 'slug' => 'bandcamp', 'label' => 'Bandcamp', 'placeholder' => 'https://bandcamp.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bandcamp' ), 'link' => '//bandcamp.com' ), array( 'slug' => 'dloky', 'label' => 'Dloky', 'placeholder' => 'https://dloky.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Dloky' ), 'link' => '//dloky.com' ), array( 'slug' => 'amazon', 'label' => 'Amazon', 'placeholder' => 'https://www.amazon.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Amazon' ), 'link' => '//www.amazon.com' ), array( 'slug' => 'bookbub', 'label' => 'BookBub', 'placeholder' => 'https://www.bookbub.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'BookBub' ), 'link' => '//www.bookbub.com' ), array( 'slug' => 'goodreads', 'label' => 'Goodreads', 'placeholder' => 'https://www.goodreads.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Goodreads' ), 'link' => '//www.goodreads.com' ), array( 'slug' => 'meetvibe', 'label' => 'MeetVibe', 'placeholder' => 'https://meetvibe.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'MeetVibe' ), 'link' => '//meetvibe.com' ), array( 'slug' => 'meetup', 'label' => 'Meetup', 'placeholder' => 'https://www.meetup.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Meetup' ), 'link' => '//www.meetup.com' ), array( 'slug' => 'steam', 'label' => 'Steam', 'placeholder' => 'https://store.steampowered.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steam' ), 'link' => '//store.steampowered.com' ), array( 'slug' => 'mixer', 'label' => 'Mixer', 'placeholder' => 'https://mixer.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mixer' ), 'link' => '//mixer.com' ), array( 'slug' => 'discord', 'label' => 'Discord', 'placeholder' => 'https://discordapp.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Discord' ), 'link' => '//discordapp.com' ), array( 'slug' => 'yelp', 'label' => 'Yelp', 'placeholder' => 'https://www.yelp.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yelp' ), 'link' => '//www.yelp.com' ), array( 'slug' => 'stumbleupon', 'label' => 'StumbleUpon', 'placeholder' => 'https://www.stumbleupon.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'StumbleUpon' ), 'link' => '//www.stumbleupon.com' ), array( 'slug' => 'bloglovin', 'label' => 'Bloglovin', 'placeholder' => 'https://www.bloglovin.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bloglovin' ), 'link' => '//www.bloglovin.com' ), array( 'slug' => 'whatsapp', 'label' => 'WhatsApp', 'placeholder' => 'https://www.whatsapp.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'WhatsApp' ), 'link' => '//www.whatsapp.com' ), array( 'slug' => 'medium', 'label' => 'Medium', 'placeholder' => 'https://medium.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Medium' ), 'link' => '//medium.com' ), array( 'slug' => '500px', 'label' => '500px', 'placeholder' => 'https://500px.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), '500px' ), 'link' => '//500px.com' ), array( 'slug' => 'behance', 'label' => 'Behance', 'placeholder' => 'https://www.behance.net/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Behance' ), 'link' => '//www.behance.net' ), array( 'slug' => 'polyvore', 'label' => 'Polyvore', 'placeholder' => 'https://www.polyvore.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Polyvore' ), 'link' => '//www.polyvore.com' ), array( 'slug' => 'yellowpages', 'label' => 'Yellow Pages', 'placeholder' => 'https://www.yellowpages.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yellow Pages' ), 'link' => '//www.yellowpages.com' ), array( 'slug' => 'line', 'label' => 'LINE', 'placeholder' => 'https://line.me/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'LINE' ), 'link' => '//line.me' ), array( 'slug' => 'itch', 'label' => 'itch', 'placeholder' => 'https://itch.io/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'itch' ), 'link' => '//itch.io' ), array( 'slug' => 'mastodon', 'label' => 'Mastodon', 'placeholder' => 'https://mastodon.social/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mastodon' ), 'link' => '//mastodon.social' ), array( 'slug' => 'remind', 'label' => 'Remind', 'placeholder' => 'https://www.remind.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Remind' ), 'link' => '//www.remind.com' ), array( 'slug' => 'trademe', 'label' => 'Trade Me', 'placeholder' => 'https://www.trademe.co.nz/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trade Me' ), 'link' => '//www.trademe.co.nz' ), array( 'slug' => 'vsco', 'label' => 'VSCO', 'placeholder' => 'https://vsco.co/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'VSCO' ), 'link' => '//vsco.co' ), array( 'slug' => 'hireology', 'label' => 'Hireology', 'placeholder' => 'https://hireology.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hireology' ), 'link' => '//hireology.com' ), array( 'slug' => 'kompoz', 'label' => 'Kompoz', 'placeholder' => 'https://www.kompoz.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Kompoz' ), 'link' => '//www.kompoz.com' ), array( 'slug' => 'soundblend', 'label' => 'SoundBlend', 'placeholder' => 'https://www.soundblend.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundBlend' ), 'link' => '//www.soundblend.com' ), array( 'slug' => 'vkontakte', 'label' => 'VKontakte', 'placeholder' => 'https://vk.com/id_YourIdentifierHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'VKontakte' ), 'link' => '//vk.com' ), array( 'slug' => 'odnoklassniki', 'label' => 'Odnoklassniki', 'placeholder' => 'https://ok.ru/profile/YourIdentifierHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Odnoklassniki' ), 'link' => '//ok.ru' ), array( 'slug' => 'telegram', 'label' => 'Telegram', 'placeholder' => 'https://telegram.me/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Telegram' ), 'link' => '//telegram.org' ), array( 'slug' => 'github', 'label' => 'GitHub', 'placeholder' => 'https://github.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'GitHub' ), 'link' => '//github.com' ), array( 'slug' => 'wordpress', 'label' => 'WordPress', 'placeholder' => 'https://profiles.wordpress.org/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'WordPress' ), 'link' => '//wordpress.org' ), array( 'slug' => 'codepen', 'label' => 'CodePen', 'placeholder' => 'http://codepen.io/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'CodePen' ), 'link' => '//codepen.io' ), array( 'slug' => 'askfm', 'label' => 'ASKfm', 'placeholder' => 'https://ask.fm/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'ASKfm' ), 'link' => '//ask.fm' ), array( 'slug' => 'ebay', 'label' => 'eBay', 'placeholder' => 'https://www.ebay.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'eBay' ), 'link' => '//www.ebay.com' ), array( 'slug' => 'hangouts', 'label' => 'Hangouts', 'placeholder' => 'https://hangouts.google.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hangouts' ), 'link' => '//hangouts.google.com' ), array( 'slug' => 'houzz', 'label' => 'Houzz', 'placeholder' => 'https://www.houzz.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Houzz' ), 'link' => '//www.houzz.com' ), array( 'slug' => 'quora', 'label' => 'Quora', 'placeholder' => 'https://www.quora.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Quora' ), 'link' => '//www.quora.com' ), array( 'slug' => 'steemit', 'label' => 'Steemit', 'placeholder' => 'https://steemit.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steemit' ), 'link' => '//steemit.com' ), array( 'slug' => 'theartstack', 'label' => 'ArtStack', 'placeholder' => 'https://theartstack.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'ArtStack' ), 'link' => '//theartstack.com' ), array( 'slug' => 'theknot', 'label' => 'The Knot', 'placeholder' => 'https://www.theknot.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'The Knot' ), 'link' => '//www.theknot.com' ), array( 'slug' => 'viber', 'label' => 'Viber', 'placeholder' => 'https://www.viber.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Viber' ), 'link' => '//www.viber.com' ), array( 'slug' => 'etsy', 'label' => 'Etsy', 'placeholder' => 'https://www.etsy.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Etsy' ), 'link' => '//www.etsy.com' ), array( 'slug' => 'tripadvisor', 'label' => 'Trip Advisor', 'placeholder' => 'https://www.tripadvisor.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trip Advisor' ), 'link' => '//www.tripadvisor.com' ), array( 'slug' => 'stackoverflow', 'label' => 'Stack Overflow', 'placeholder' => 'https://stackoverflow.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Overflow' ), 'link' => '//stackoverflow.com' ), array( 'slug' => 'stackexchange', 'label' => 'Stack Exchange', 'placeholder' => 'https://stackexchange.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Exchange' ), 'link' => '//stackexchange.com' ), array( 'slug' => 'bitbucket', 'label' => 'Bitbucket', 'placeholder' => 'https://bitbucket.org/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bitbucket' ), 'link' => '//bitbucket.org' ), array( 'slug' => 'dailypaintworks', 'label' => 'Daily Paintworks', 'placeholder' => 'https://www.dailypaintworks.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Daily Paintworks' ), 'link' => '//www.dailypaintworks.com' ), array( 'slug' => 'flipboard', 'label' => 'Flipboard', 'placeholder' => 'https://flipboard.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flipboard' ), 'link' => '//flipboard.com' ), array( 'slug' => 'feedsfloor', 'label' => 'FeedsFloor', 'placeholder' => 'https://www.feedsfloor.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'FeedsFloor' ), 'link' => '//www.feedsfloor.com' ), array( 'slug' => 'gab', 'label' => 'Gab', 'placeholder' => 'https://gab.ai/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Gab' ), 'link' => '//gab.ai' ), array( 'slug' => 'minds', 'label' => 'Minds', 'placeholder' => 'https://www.minds.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Minds' ), 'link' => '//www.minds.com' ), array( 'slug' => 'wattpad', 'label' => 'Wattpad', 'placeholder' => 'https://www.wattpad.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Wattpad' ), 'link' => '//www.wattpad.com' ), array( 'slug' => 'about-me', 'label' => 'about.me', 'placeholder' => 'https://about.me/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'about.me' ), 'link' => '//about.me' ), array( 'slug' => 'stitcher', 'label' => 'Stitcher', 'placeholder' => 'https://www.stitcher.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stitcher' ), 'link' => '//www.stitcher.com' ), array( 'slug' => 'strava', 'label' => 'Strava', 'placeholder' => 'https://www.strava.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Strava' ), 'link' => '//www.strava.com' ), array( 'slug' => 'wechat', 'label' => 'WeChat', 'placeholder' => 'https://www.wechat.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'WeChat' ), 'link' => '//www.wechat.com' ), array( 'slug' => 'weibo', 'label' => 'Weibo', 'placeholder' => 'https://weibo.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Weibo' ), 'link' => '//weibo.com' ), array( 'slug' => 'untappd', 'label' => 'Untappd', 'placeholder' => 'https://untappd.com/user/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Untappd' ), 'link' => '//untappd.com' ), array( 'slug' => 'tunein', 'label' => 'TuneIn', 'placeholder' => 'https://tunein.com/radio/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'TuneIn' ), 'link' => '//tunein.com' ), array( 'slug' => 'iheart', 'label' => 'iHeart', 'placeholder' => 'https://www.iheart.com/podcast/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'iHeart' ), 'link' => '//www.iheart.com' ), array( 'slug' => 'blackberry-world', 'label' => 'BlackBerry World', 'placeholder' => 'https://appworld.blackberry.com/webstore/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'BlackBerry World' ), 'link' => '//appworld.blackberry.com/webstore/' ), array( 'slug' => 'livestream', 'label' => 'Livestream', 'placeholder' => 'https://livestream.com/YourUsernameHere', 'help' => sprintf( __( 'Enter the link to your %s profile page', $text ), 'Livestream' ), 'link' => '//livestream.com' ) ); } /** * Callback for getting a list of items * @return array (multilevel array) */ function spacexchimp_p005_get_items_additional() { $text = SPACEXCHIMP_P005_TEXT; return array( array( 'slug' => 'skype', 'label' => 'Skype', 'placeholder' => 'skype:YourUsernameHere?call', 'help' => __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', $text ), 'link' => '//www.skype.com' ), array( 'slug' => 'telephone', 'label' => 'Telephone', 'placeholder' => 'tel://1-555-555-5555', 'help' => __( 'Enter your telephone number with prefix <b>tel://</b>', $text ), 'link' => '' ), array( 'slug' => 'email', 'label' => 'Email', 'placeholder' => 'mailto:YourUsernameHere@gmail.com', 'help' => __( 'Enter your email address with prefix <b>mailto:</b>', $text ), 'link' => '' ), array( 'slug' => 'website', 'label' => 'Personal website', 'placeholder' => 'https://www.arthurgareginyan.com', 'help' => __( 'Enter the link to your personal website', $text ), 'link' => '' ), array( 'slug' => 'rss-feed', 'label' => 'RSS Feed', 'placeholder' => 'http://YourDomainNameHere.com/feed', 'help' => __( 'Enter the link to your RSS Feed', $text ), 'link' => '' ) ); }
inc/php/list.php DELETED
@@ -1 +0,0 @@
1
- <?php /** * Prevent Direct Access */ defined( 'ABSPATH' ) or die( "Restricted access!" ); /** * List of social media and additional contact options */ spacexchimp_p005_control_link( 'facebook', 'Facebook', 'https://www.facebook.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook' ), '//www.facebook.com' ); spacexchimp_p005_control_link( 'facebook-group', 'Facebook Group', 'https://www.facebook.com/groups/YourGroupnameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Facebook Group' ), '//www.facebook.com' ); spacexchimp_p005_control_link( 'twitter', 'Twitter', 'https://twitter.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitter' ), '//twitter.com' ); spacexchimp_p005_control_link( 'instagram', 'Instagram', 'http://instagram.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Instagram' ), '//instagram.com' ); spacexchimp_p005_control_link( 'google-plus', 'Google+', 'https://plus.google.com/u/0/+YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google+' ), '//plus.google.com' ); spacexchimp_p005_control_link( 'youtube', 'YouTube', 'https://www.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube' ), '//www.youtube.com' ); spacexchimp_p005_control_link( 'youtube-gaming', 'YouTube Gaming', 'https://gaming.youtube.com/channel/YourChannelIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'YouTube Gaming' ), '//gaming.youtube.com' ); spacexchimp_p005_control_link( 'google-play', 'Google Play', 'https://play.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Google Play' ), '//play.google.com' ); spacexchimp_p005_control_link( 'itunes', 'iTunes', 'https://www.apple.com/itunes/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes' ), '//www.apple.com/itunes' ); spacexchimp_p005_control_link( 'itunes-podcasts', 'iTunes Podcasts', 'https://www.apple.com/itunes/podcasts/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iTunes Podcasts' ), '//www.apple.com/itunes/podcasts' ); spacexchimp_p005_control_link( 'apple-music', 'Apple Music', 'https://www.apple.com/lae/music/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Apple Music' ), '//www.apple.com/lae/music' ); spacexchimp_p005_control_link( 'periscope', 'Periscope', 'https://www.periscope.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Periscope' ), '//www.periscope.tv' ); spacexchimp_p005_control_link( 'vimeo', 'Vimeo', 'https://vimeo.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Vimeo' ), '//vimeo.com' ); spacexchimp_p005_control_link( 'blogger', 'Blogger', 'http://YourBlogNameHere.blogspot.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Blogger' ), '//www.blogger.com' ); spacexchimp_p005_control_link( 'buzzsprout', 'Buzzsprout', 'https://www.buzzsprout.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Buzzsprout' ), '//www.buzzsprout.com' ); spacexchimp_p005_control_link( 'livejournal', 'LiveJournal', 'http://YourUsernameHere.livejournal.com', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LiveJournal' ), '//www.livejournal.com' ); spacexchimp_p005_control_link( 'reddit', 'Reddit', 'https://www.reddit.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Reddit' ), '//www.reddit.com' ); spacexchimp_p005_control_link( 'linkedin', 'LinkedIn', 'https://linkedin.com/in/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LinkedIn' ), '//linkedin.com' ); spacexchimp_p005_control_link( 'diaspora', 'Diaspora', 'https://diasporafoundation.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Diaspora' ), '//diasporafoundation.org' ); spacexchimp_p005_control_link( 'deviantart', 'DeviantArt', 'http://www.deviantart.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'DeviantArt' ), '//www.deviantart.com' ); spacexchimp_p005_control_link( 'xing', 'XING', 'https://www.xing.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'XING' ), '//www.xing.com' ); spacexchimp_p005_control_link( 'pinterest', 'Pinterest', 'https://www.pinterest.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Pinterest' ), '//www.pinterest.com' ); spacexchimp_p005_control_link( 'flickr', 'Flickr', 'https://www.flickr.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flickr' ), '//www.flickr.com' ); spacexchimp_p005_control_link( 'tumblr', 'Tumblr', 'https://www.tumblr.com/blog/YourBlogNameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Tumblr' ), '//www.tumblr.com' ); spacexchimp_p005_control_link( 'snapchat', 'Snapchat', 'https://www.snapchat.com/add/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Snapchat' ), '//www.snapchat.com' ); spacexchimp_p005_control_link( 'twitch', 'Twitch', 'https://www.twitch.tv/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Twitch' ), '//www.twitch.tv' ); spacexchimp_p005_control_link( 'patreon', 'Patreon', 'https://www.patreon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Patreon' ), '//www.patreon.com' ); spacexchimp_p005_control_link( 'imdb', 'IMDb', 'http://www.imdb.com/name/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'IMDb' ), '//www.imdb.com' ); spacexchimp_p005_control_link( 'soundcloud', 'SoundCloud', 'https://soundcloud.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundCloud' ), '//soundcloud.com' ); spacexchimp_p005_control_link( 'plugdj', 'Plug.dj', 'https://plug.dj/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Plug.dj' ), '//plug.dj' ); spacexchimp_p005_control_link( 'spotify', 'Spotify', 'http://open.spotify.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Spotify' ), '//www.spotify.com' ); spacexchimp_p005_control_link( 'bandcamp', 'Bandcamp', 'https://bandcamp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bandcamp' ), '//bandcamp.com' ); spacexchimp_p005_control_link( 'dloky', 'Dloky', 'https://dloky.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Dloky' ), '//dloky.com' ); spacexchimp_p005_control_link( 'amazon', 'Amazon', 'https://www.amazon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Amazon' ), '//www.amazon.com' ); spacexchimp_p005_control_link( 'bookbub', 'BookBub', 'https://www.bookbub.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'BookBub' ), '//www.bookbub.com' ); spacexchimp_p005_control_link( 'goodreads', 'Goodreads', 'https://www.goodreads.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Goodreads' ), '//www.goodreads.com' ); spacexchimp_p005_control_link( 'meetvibe', 'MeetVibe', 'https://meetvibe.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'MeetVibe' ), '//meetvibe.com' ); spacexchimp_p005_control_link( 'meetup', 'Meetup', 'https://www.meetup.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Meetup' ), '//www.meetup.com' ); spacexchimp_p005_control_link( 'steam', 'Steam', 'http://store.steampowered.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steam' ), '//store.steampowered.com' ); spacexchimp_p005_control_link( 'mixer', 'Mixer', 'https://mixer.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mixer' ), '//mixer.com' ); spacexchimp_p005_control_link( 'discord', 'Discord', 'https://discordapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Discord' ), '//discordapp.com' ); spacexchimp_p005_control_link( 'yelp', 'Yelp', 'https://www.yelp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yelp' ), '//www.yelp.com' ); spacexchimp_p005_control_link( 'stumbleupon', 'StumbleUpon', 'http://www.stumbleupon.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'StumbleUpon' ), '//www.stumbleupon.com' ); spacexchimp_p005_control_link( 'bloglovin', 'Bloglovin', 'https://www.bloglovin.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bloglovin' ), '//www.bloglovin.com' ); spacexchimp_p005_control_link( 'whatsapp', 'WhatsApp', 'https://www.whatsapp.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WhatsApp' ), '//www.whatsapp.com' ); spacexchimp_p005_control_link( 'medium', 'Medium', 'https://medium.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Medium' ), '//medium.com' ); spacexchimp_p005_control_link( '500px', '500px', 'https://500px.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), '500px' ), '//500px.com' ); spacexchimp_p005_control_link( 'behance', 'Behance', 'https://www.behance.net/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Behance' ), '//www.behance.net' ); spacexchimp_p005_control_link( 'polyvore', 'Polyvore', 'http://www.polyvore.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Polyvore' ), '//www.polyvore.com' ); spacexchimp_p005_control_link( 'yellowpages', 'Yellow Pages', 'https://www.yellowpages.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Yellow Pages' ), '//www.yellowpages.com' ); spacexchimp_p005_control_link( 'line', 'LINE', 'https://line.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'LINE' ), '//line.me' ); spacexchimp_p005_control_link( 'itch', 'itch', 'https://itch.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'itch' ), '//itch.io' ); spacexchimp_p005_control_link( 'mastodon', 'Mastodon', 'https://mastodon.social/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Mastodon' ), '//mastodon.social' ); spacexchimp_p005_control_link( 'remind', 'Remind', 'https://www.remind.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Remind' ), '//www.remind.com' ); spacexchimp_p005_control_link( 'trademe', 'Trade Me', 'https://www.trademe.co.nz/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trade Me' ), '//www.trademe.co.nz' ); spacexchimp_p005_control_link( 'vsco', 'VSCO', 'https://vsco.co/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VSCO' ), '//vsco.co' ); spacexchimp_p005_control_link( 'hireology', 'Hireology', 'https://hireology.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hireology' ), '//hireology.com' ); spacexchimp_p005_control_link( 'kompoz', 'Kompoz', 'https://www.kompoz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Kompoz' ), '//www.kompoz.com' ); spacexchimp_p005_control_link( 'soundblend', 'SoundBlend', 'https://www.soundblend.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'SoundBlend' ), '//www.soundblend.com' ); spacexchimp_p005_control_link( 'vkontakte', 'VKontakte', 'https://vk.com/id_YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'VKontakte' ), '//vk.com' ); spacexchimp_p005_control_link( 'odnoklassniki', 'Odnoklassniki', 'https://ok.ru/profile/YourIdentifierHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Odnoklassniki' ), '//ok.ru' ); spacexchimp_p005_control_link( 'telegram', 'Telegram', 'https://telegram.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Telegram' ), '//telegram.org' ); spacexchimp_p005_control_link( 'github', 'GitHub', 'https://github.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'GitHub' ), '//github.com' ); spacexchimp_p005_control_link( 'wordpress', 'WordPress', 'https://profiles.wordpress.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WordPress' ), '//wordpress.org' ); spacexchimp_p005_control_link( 'codepen', 'CodePen', 'http://codepen.io/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'CodePen' ), '//codepen.io' ); spacexchimp_p005_control_link( 'askfm', 'ASKfm', 'https://ask.fm/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ASKfm' ), '//ask.fm' ); spacexchimp_p005_control_link( 'ebay', 'eBay', 'https://www.ebay.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'eBay' ), '//www.ebay.com' ); spacexchimp_p005_control_link( 'hangouts', 'Hangouts', 'https://hangouts.google.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Hangouts' ), '//hangouts.google.com' ); spacexchimp_p005_control_link( 'houzz', 'Houzz', 'https://www.houzz.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Houzz' ), '//www.houzz.com' ); spacexchimp_p005_control_link( 'quora', 'Quora', 'https://www.quora.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Quora' ), '//www.quora.com' ); spacexchimp_p005_control_link( 'steemit', 'Steemit', 'https://steemit.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Steemit' ), '//steemit.com' ); spacexchimp_p005_control_link( 'theartstack', 'ArtStack', 'https://theartstack.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'ArtStack' ), '//theartstack.com' ); spacexchimp_p005_control_link( 'theknot', 'The Knot', 'https://www.theknot.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'The Knot' ), '//www.theknot.com' ); spacexchimp_p005_control_link( 'viber', 'Viber', 'https://www.viber.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Viber' ), '//www.viber.com' ); spacexchimp_p005_control_link( 'etsy', 'Etsy', 'https://www.etsy.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Etsy' ), '//www.etsy.com' ); spacexchimp_p005_control_link( 'tripadvisor', 'Trip Advisor', 'https://www.tripadvisor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Trip Advisor' ), '//www.tripadvisor.com' ); spacexchimp_p005_control_link( 'stackoverflow', 'Stack Overflow', 'https://stackoverflow.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Overflow' ), '//stackoverflow.com' ); spacexchimp_p005_control_link( 'stackexchange', 'Stack Exchange', 'https://stackexchange.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stack Exchange' ), '//stackexchange.com' ); spacexchimp_p005_control_link( 'bitbucket', 'Bitbucket', 'https://bitbucket.org/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Bitbucket' ), '//bitbucket.org' ); spacexchimp_p005_control_link( 'dailypaintworks', 'Daily Paintworks', 'https://www.dailypaintworks.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Daily Paintworks' ), '//www.dailypaintworks.com' ); spacexchimp_p005_control_link( 'flipboard', 'Flipboard', 'https://flipboard.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Flipboard' ), '//flipboard.com' ); spacexchimp_p005_control_link( 'feedsfloor', 'FeedsFloor', 'https://www.feedsfloor.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'FeedsFloor' ), '//www.feedsfloor.com' ); spacexchimp_p005_control_link( 'gab', 'Gab', 'https://gab.ai/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Gab' ), '//gab.ai' ); spacexchimp_p005_control_link( 'minds', 'Minds', 'https://www.minds.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Minds' ), '//www.minds.com' ); spacexchimp_p005_control_link( 'wattpad', 'Wattpad', 'https://www.wattpad.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Wattpad' ), '//www.wattpad.com' ); spacexchimp_p005_control_link( 'about-me', 'about.me', 'https://about.me/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'about.me' ), '//about.me' ); spacexchimp_p005_control_link( 'stitcher', 'Stitcher', 'https://www.stitcher.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Stitcher' ), '//www.stitcher.com' ); spacexchimp_p005_control_link( 'strava', 'Strava', 'https://www.strava.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Strava' ), '//www.strava.com' ); spacexchimp_p005_control_link( 'wechat', 'WeChat', 'https://www.wechat.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'WeChat' ), '//www.wechat.com' ); spacexchimp_p005_control_link( 'weibo', 'Weibo', 'https://weibo.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Weibo' ), '//weibo.com' ); spacexchimp_p005_control_link( 'untappd', 'Untappd', 'https://untappd.com/user/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Untappd' ), '//untappd.com' ); spacexchimp_p005_control_link( 'tunein', 'TuneIn', 'https://tunein.com/radio/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'TuneIn' ), '//tunein.com' ); spacexchimp_p005_control_link( 'iheart', 'iHeart', 'https://www.iheart.com/podcast/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'iHeart' ), '//www.iheart.com' ); spacexchimp_p005_control_link( 'blackberry-world', 'BlackBerry World', 'https://appworld.blackberry.com/webstore/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'BlackBerry World' ), '//appworld.blackberry.com/webstore/' ); spacexchimp_p005_control_link( 'livestream', 'Livestream', 'https://livestream.com/YourUsernameHere', sprintf( __( 'Enter the link to your %s profile page', $text ), 'Livestream' ), '//livestream.com' ); spacexchimp_p005_control_link( 'skype', 'Skype', 'skype:YourUsernameHere?call', __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', $text ), '//www.skype.com' ); spacexchimp_p005_control_link( 'website', 'Personal website', 'https://www.arthurgareginyan.com', __( 'Enter the link to your personal website', $text ), '' ); spacexchimp_p005_control_link( 'email', 'Email', 'mailto:YourUsernameHere@gmail.com', __( 'Enter your email address with prefix <b>mailto:</b>', $text ), '' ); spacexchimp_p005_control_link( 'telephone', 'Telephone', 'tel://1-555-555-5555', __( 'Enter your telephone number with prefix <b>tel://</b>', $text ), '' ); spacexchimp_p005_control_link( 'rss-feed', 'RSS Feed', 'http://YourDomainNameHere.com/feed', __( 'Enter the link to your RSS Feed', $text ), '' );
 
inc/php/page.php CHANGED
@@ -70,7 +70,7 @@ function spacexchimp_p005_render_submenu_page() {
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
71
  <li><?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons"). Just choose the one that is more suitable for your case.', $text ); ?><br><br>
72
  <p><?php _e( '<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click the "Save changes" button.', $text ); ?></p>
73
- <p><?php _e( '<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:', $text ); ?></p>
74
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
75
  <p><?php _e( '<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $text ); ?></p>
76
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
70
  <li><?php _e( 'Click the "Save changes" button.', $text ); ?></li>
71
  <li><?php _e( 'Now you have several methods for display the social media follow buttons bar (further just "buttons"). Just choose the one that is more suitable for your case.', $text ); ?><br><br>
72
  <p><?php _e( '<b>A)</b> For display the buttons below a content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click the "Save changes" button.', $text ); ?></p>
73
+ <p><?php _e( '<b>B)</b> For add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:', $text ); ?></p>
74
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
75
  <p><?php _e( '<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', $text ); ?></p>
76
  <p><?php highlight_string('[smbtoolbar]'); ?></p>
inc/php/settings.php CHANGED
@@ -26,7 +26,24 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
26
  <div class="inside">
27
  <p class="note"><?php _e( 'Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don\'t want to use any of the following buttons, you can not fill them and then they do not appear.', $text ); ?></p>
28
  <table class="form-table">
29
- <?php require_once( SPACEXCHIMP_P005_PATH . 'inc/php/list.php' ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  </table>
31
  </div>
32
  </div>
26
  <div class="inside">
27
  <p class="note"><?php _e( 'Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don\'t want to use any of the following buttons, you can not fill them and then they do not appear.', $text ); ?></p>
28
  <table class="form-table">
29
+ <?php
30
+ $items_all = spacexchimp_p005_get_items_all();
31
+ foreach ( $items_all as $item ) {
32
+ foreach ( $item as $item_key => $item_value ) {
33
+ if ( $item_key == 'slug' ) $slug = $item_value;
34
+ if ( $item_key == 'label' ) $label = $item_value;
35
+ if ( $item_key == 'placeholder' ) $placeholder = $item_value;
36
+ if ( $item_key == 'help' ) $help = $item_value;
37
+ if ( $item_key == 'link' ) $link = $item_value;
38
+ }
39
+ spacexchimp_p005_control_link( $slug,
40
+ $label,
41
+ $placeholder,
42
+ $help,
43
+ $link
44
+ );
45
+ }
46
+ ?>
47
  </table>
48
  </div>
49
  </div>
languages/social-media-buttons-toolbar-de_DE.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-de_DE.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2018-04-20 01:36+0300\n"
7
- "PO-Revision-Date: 2018-04-20 01:36+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
@@ -32,28 +32,28 @@ msgstr "Spende"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Social Media Follow Buttons"
34
 
35
- #: inc/php/list.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Geben Sie den Link zu Ihrer %s Profil Seite ein"
39
 
40
- #: inc/php/list.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Geben Sie Ihren Skype Namen mit Prefix <b>skype:</b> und suffix <b>?call</b>, oder <b>?add</b>, oder <b>?chat</b>, oder <b>?userinfo</b> für Ihr Profil ein"
43
 
44
- #: inc/php/list.php:1
45
- msgid "Enter the link to your personal website"
46
- msgstr "Link zu Ihrer persönlichen Webseite"
47
 
48
- #: inc/php/list.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Geben Sie Ihre Email Adresse mit dem Prefix <b>mailto:</b> ein"
51
 
52
- #: inc/php/list.php:1
53
- msgid "Enter your telephone number with prefix <b>tel://</b>"
54
- msgstr "Geben Sie Ihre Telefonnummer mit dem Prefix <b>tel://</b> ein"
55
 
56
- #: inc/php/list.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Geben Sie den Link zu Ihrem RSS Feed ein"
59
 
@@ -91,7 +91,7 @@ msgstr "Verwendung"
91
  msgid "F.A.Q."
92
  msgstr "F.A.Q."
93
 
94
- #: inc/php/page.php:46 inc/php/settings.php:97 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Support"
97
 
@@ -132,7 +132,7 @@ msgid "<b>A)</b> For display the buttons below a content on every Posts or/and P
132
  msgstr "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern\"."
133
 
134
  #: inc/php/page.php:73
135
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
136
  msgstr "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen Sie den folgenden Shortcode:"
137
 
138
  #: inc/php/page.php:75
@@ -289,7 +289,7 @@ msgstr ""
289
  msgid "Support Me"
290
  msgstr "Unterstützen Sie mich"
291
 
292
- #: inc/php/page.php:204 inc/php/settings.php:104 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Spende mit PayPal"
295
 
@@ -314,7 +314,7 @@ msgstr "Wenn Ihnen meine Arbeit gefällt, können Sie mir gerne einen Kaffee kau
314
  msgid "Thank you for your support!"
315
  msgstr "Danke für Ihre Unterstützung!"
316
 
317
- #: inc/php/settings.php:21 inc/php/settings.php:86
318
  msgid "Save changes"
319
  msgstr "Änderungen speichern"
320
 
@@ -326,103 +326,103 @@ msgstr "Buttons"
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Füllen die benötigten Felder aus, um einen Button zu erzeugen. Die Buttons des sozialen Netzwerkes leiten Sie direkt auf die Profilseite. Wenn Sie die Felder leer lassen, erscheinen diese sozialen Netzwerke auch nicht als Button."
328
 
329
- #: inc/php/settings.php:35
330
  msgid "Display options"
331
  msgstr "Anzeigeoptionen"
332
 
333
- #: inc/php/settings.php:37
334
  msgid "There you can configure this plugin."
335
  msgstr "Hier können Sie das Plugin konfigurieren."
336
 
337
- #: inc/php/settings.php:41
338
  msgid "Show on Posts"
339
  msgstr "In Posts anzeigen"
340
 
341
- #: inc/php/settings.php:42
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr "Die Toolbar automatisch unterhalb des Inhalts von Posts anzeigen."
344
 
345
- #: inc/php/settings.php:45
346
  msgid "Show on Pages"
347
  msgstr "Auf Seiten anzeigen"
348
 
349
- #: inc/php/settings.php:46
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr "Die Toolbar automatisch unterhalb des Inhalts von Seiten anzeigen."
352
 
353
- #: inc/php/settings.php:49
354
  msgid "Open in new tab"
355
  msgstr "Öffne in neuem Tab"
356
 
357
- #: inc/php/settings.php:50
358
  msgid "Open link in a new tab/window."
359
  msgstr "Link in einem neuen Tab/Fenster öffnen."
360
 
361
- #: inc/php/settings.php:53
362
  msgid "Tooltips"
363
  msgstr "Tooltip"
364
 
365
- #: inc/php/settings.php:54
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
368
 
369
- #: inc/php/settings.php:57
370
  msgid "Icon size"
371
  msgstr "Icon Grösse"
372
 
373
- #: inc/php/settings.php:58
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Geben Sie die Grösse der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
376
 
377
- #: inc/php/settings.php:62
378
  msgid "Margin"
379
  msgstr "Rand"
380
 
381
- #: inc/php/settings.php:63
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Geben Sie die Grösse des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
384
 
385
- #: inc/php/settings.php:68
386
  msgid "Left"
387
  msgstr "Links"
388
 
389
- #: inc/php/settings.php:69
390
  msgid "Center"
391
  msgstr "Mittig"
392
 
393
- #: inc/php/settings.php:70
394
  msgid "Right"
395
  msgstr "Rechts"
396
 
397
- #: inc/php/settings.php:72
398
  msgid "Alignment"
399
  msgstr "Ausrichtung"
400
 
401
- #: inc/php/settings.php:73
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr "Wählen Sie die Ausrichtung der buttons bar."
404
 
405
- #: inc/php/settings.php:77
406
  msgid "Caption"
407
  msgstr "Überschrift"
408
 
409
- #: inc/php/settings.php:78
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
412
 
413
- #: inc/php/settings.php:89
414
  msgid "Live Preview"
415
  msgstr "Live Vorschau"
416
 
417
- #: inc/php/settings.php:91
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
420
 
421
- #: inc/php/settings.php:99 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
424
 
425
- #: inc/php/settings.php:106 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "Danke für Ihre Unterstützung!"
428
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-05-03 19:30+0300\n"
7
+ "PO-Revision-Date: 2018-05-03 19:30+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: German\n"
10
  "Language: de_DE\n"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Social Media Follow Buttons"
34
 
35
+ #: inc/php/items.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Geben Sie den Link zu Ihrer %s Profil Seite ein"
39
 
40
+ #: inc/php/items.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Geben Sie Ihren Skype Namen mit Prefix <b>skype:</b> und suffix <b>?call</b>, oder <b>?add</b>, oder <b>?chat</b>, oder <b>?userinfo</b> für Ihr Profil ein"
43
 
44
+ #: inc/php/items.php:1
45
+ msgid "Enter your telephone number with prefix <b>tel://</b>"
46
+ msgstr "Geben Sie Ihre Telefonnummer mit dem Prefix <b>tel://</b> ein"
47
 
48
+ #: inc/php/items.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Geben Sie Ihre Email Adresse mit dem Prefix <b>mailto:</b> ein"
51
 
52
+ #: inc/php/items.php:1
53
+ msgid "Enter the link to your personal website"
54
+ msgstr "Link zu Ihrer persönlichen Webseite"
55
 
56
+ #: inc/php/items.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Geben Sie den Link zu Ihrem RSS Feed ein"
59
 
91
  msgid "F.A.Q."
92
  msgstr "F.A.Q."
93
 
94
+ #: inc/php/page.php:46 inc/php/settings.php:114 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Support"
97
 
132
  msgstr "<b>A)</b> Um die Buttons unterhalb eines Contents bei jedem Post und/oder Seite anzuzeigen, wählen Sie die Checkbox \"Zeige in Posts\" und/oder \"Zeige auf Seiten im Bereich \"Anzeigeoptionen\", dann klicken Sie den Button \"Änderungen speichern\"."
133
 
134
  #: inc/php/page.php:73
135
+ msgid "<b>B)</b> For add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
136
  msgstr "<b>B)</b> Um die Buttons innerhalb eines Posts/einer Seite anzuzeigen, benutzen Sie den folgenden Shortcode:"
137
 
138
  #: inc/php/page.php:75
289
  msgid "Support Me"
290
  msgstr "Unterstützen Sie mich"
291
 
292
+ #: inc/php/page.php:204 inc/php/settings.php:121 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Spende mit PayPal"
295
 
314
  msgid "Thank you for your support!"
315
  msgstr "Danke für Ihre Unterstützung!"
316
 
317
+ #: inc/php/settings.php:21 inc/php/settings.php:103
318
  msgid "Save changes"
319
  msgstr "Änderungen speichern"
320
 
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Füllen die benötigten Felder aus, um einen Button zu erzeugen. Die Buttons des sozialen Netzwerkes leiten Sie direkt auf die Profilseite. Wenn Sie die Felder leer lassen, erscheinen diese sozialen Netzwerke auch nicht als Button."
328
 
329
+ #: inc/php/settings.php:52
330
  msgid "Display options"
331
  msgstr "Anzeigeoptionen"
332
 
333
+ #: inc/php/settings.php:54
334
  msgid "There you can configure this plugin."
335
  msgstr "Hier können Sie das Plugin konfigurieren."
336
 
337
+ #: inc/php/settings.php:58
338
  msgid "Show on Posts"
339
  msgstr "In Posts anzeigen"
340
 
341
+ #: inc/php/settings.php:59
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr "Die Toolbar automatisch unterhalb des Inhalts von Posts anzeigen."
344
 
345
+ #: inc/php/settings.php:62
346
  msgid "Show on Pages"
347
  msgstr "Auf Seiten anzeigen"
348
 
349
+ #: inc/php/settings.php:63
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr "Die Toolbar automatisch unterhalb des Inhalts von Seiten anzeigen."
352
 
353
+ #: inc/php/settings.php:66
354
  msgid "Open in new tab"
355
  msgstr "Öffne in neuem Tab"
356
 
357
+ #: inc/php/settings.php:67
358
  msgid "Open link in a new tab/window."
359
  msgstr "Link in einem neuen Tab/Fenster öffnen."
360
 
361
+ #: inc/php/settings.php:70
362
  msgid "Tooltips"
363
  msgstr "Tooltip"
364
 
365
+ #: inc/php/settings.php:71
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
368
 
369
+ #: inc/php/settings.php:74
370
  msgid "Icon size"
371
  msgstr "Icon Grösse"
372
 
373
+ #: inc/php/settings.php:75
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Geben Sie die Grösse der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
376
 
377
+ #: inc/php/settings.php:79
378
  msgid "Margin"
379
  msgstr "Rand"
380
 
381
+ #: inc/php/settings.php:80
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Geben Sie die Grösse des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
384
 
385
+ #: inc/php/settings.php:85
386
  msgid "Left"
387
  msgstr "Links"
388
 
389
+ #: inc/php/settings.php:86
390
  msgid "Center"
391
  msgstr "Mittig"
392
 
393
+ #: inc/php/settings.php:87
394
  msgid "Right"
395
  msgstr "Rechts"
396
 
397
+ #: inc/php/settings.php:89
398
  msgid "Alignment"
399
  msgstr "Ausrichtung"
400
 
401
+ #: inc/php/settings.php:90
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr "Wählen Sie die Ausrichtung der buttons bar."
404
 
405
+ #: inc/php/settings.php:94
406
  msgid "Caption"
407
  msgstr "Überschrift"
408
 
409
+ #: inc/php/settings.php:95
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
412
 
413
+ #: inc/php/settings.php:106
414
  msgid "Live Preview"
415
  msgstr "Live Vorschau"
416
 
417
+ #: inc/php/settings.php:108
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
420
 
421
+ #: inc/php/settings.php:116 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Ich bin ein unabhängiger Entwickler ohne regelmäßiges Einkommen. Jeder kleine Beitrag trägt dazu bei, meine Kosten zu decken und ich kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
424
 
425
+ #: inc/php/settings.php:123 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "Danke für Ihre Unterstützung!"
428
 
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2018-04-20 01:36+0300\n"
7
- "PO-Revision-Date: 2018-04-20 01:36+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
@@ -32,28 +32,28 @@ msgstr "Donar"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Social Media Follow Buttons"
34
 
35
- #: inc/php/list.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Ingresa el enlace a tu página de perfil de %s"
39
 
40
- #: inc/php/list.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
43
 
44
- #: inc/php/list.php:1
45
- msgid "Enter the link to your personal website"
46
- msgstr "Ingresa el enlace a tu sitio web personal"
47
 
48
- #: inc/php/list.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
51
 
52
- #: inc/php/list.php:1
53
- msgid "Enter your telephone number with prefix <b>tel://</b>"
54
- msgstr ""
55
 
56
- #: inc/php/list.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Ingresa el enlace a tu Feed de RSS"
59
 
@@ -91,7 +91,7 @@ msgstr "Uso"
91
  msgid "F.A.Q."
92
  msgstr "Preguntas ?"
93
 
94
- #: inc/php/page.php:46 inc/php/settings.php:97 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Soporte"
97
 
@@ -132,7 +132,7 @@ msgid "<b>A)</b> For display the buttons below a content on every Posts or/and P
132
  msgstr ""
133
 
134
  #: inc/php/page.php:73
135
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
136
  msgstr "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/Páginas de Wordpress usa el siguiente shortcode:"
137
 
138
  #: inc/php/page.php:75
@@ -289,7 +289,7 @@ msgstr "Puede hacer tu pregunta en %s esta página %s. Pero ten en cuenta que es
289
  msgid "Support Me"
290
  msgstr "Apoyarme!"
291
 
292
- #: inc/php/page.php:204 inc/php/settings.php:104 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Donar con PayPal"
295
 
@@ -314,7 +314,7 @@ msgstr "Si aprecias mi trabajo, puedes comprarme un café!"
314
  msgid "Thank you for your support!"
315
  msgstr "¡Gracias por tu apoyo!"
316
 
317
- #: inc/php/settings.php:21 inc/php/settings.php:86
318
  msgid "Save changes"
319
  msgstr "Guardar las modificaciones"
320
 
@@ -326,103 +326,103 @@ msgstr "Botones"
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Sólo llena los campos requeridos para hacer los botones. Los botones de cada red social conducirán directamente a tu página de perfil en esa red. Si no quieres usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
328
 
329
- #: inc/php/settings.php:35
330
  msgid "Display options"
331
  msgstr "Opciones de presentación"
332
 
333
- #: inc/php/settings.php:37
334
  msgid "There you can configure this plugin."
335
  msgstr "Aquí puedes configurar este complemento."
336
 
337
- #: inc/php/settings.php:41
338
  msgid "Show on Posts"
339
  msgstr "Mostrar en Entradas"
340
 
341
- #: inc/php/settings.php:42
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr ""
344
 
345
- #: inc/php/settings.php:45
346
  msgid "Show on Pages"
347
  msgstr "Mostrar en Páginas"
348
 
349
- #: inc/php/settings.php:46
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr ""
352
 
353
- #: inc/php/settings.php:49
354
  msgid "Open in new tab"
355
  msgstr "Abrir en una nueva pestaña"
356
 
357
- #: inc/php/settings.php:50
358
  msgid "Open link in a new tab/window."
359
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
360
 
361
- #: inc/php/settings.php:53
362
  msgid "Tooltips"
363
  msgstr ""
364
 
365
- #: inc/php/settings.php:54
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr ""
368
 
369
- #: inc/php/settings.php:57
370
  msgid "Icon size"
371
  msgstr "Tamaño de ícono"
372
 
373
- #: inc/php/settings.php:58
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
376
 
377
- #: inc/php/settings.php:62
378
  msgid "Margin"
379
  msgstr "Margen"
380
 
381
- #: inc/php/settings.php:63
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
384
 
385
- #: inc/php/settings.php:68
386
  msgid "Left"
387
  msgstr "Izquierda"
388
 
389
- #: inc/php/settings.php:69
390
  msgid "Center"
391
  msgstr "Centro"
392
 
393
- #: inc/php/settings.php:70
394
  msgid "Right"
395
  msgstr "Derecha"
396
 
397
- #: inc/php/settings.php:72
398
  msgid "Alignment"
399
  msgstr "Alineación"
400
 
401
- #: inc/php/settings.php:73
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr ""
404
 
405
- #: inc/php/settings.php:77
406
  msgid "Caption"
407
  msgstr "Leyenda"
408
 
409
- #: inc/php/settings.php:78
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
412
 
413
- #: inc/php/settings.php:89
414
  msgid "Live Preview"
415
  msgstr "Vista Previa"
416
 
417
- #: inc/php/settings.php:91
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Has clic en el botón \"Guardar Cambios\" para actualizar esta vista previa."
420
 
421
- #: inc/php/settings.php:99 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
424
 
425
- #: inc/php/settings.php:106 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "¡Gracias por tu apoyo!"
428
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-05-03 19:30+0300\n"
7
+ "PO-Revision-Date: 2018-05-03 19:30+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Spanish\n"
10
  "Language: es_ES\n"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Social Media Follow Buttons"
34
 
35
+ #: inc/php/items.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Ingresa el enlace a tu página de perfil de %s"
39
 
40
+ #: inc/php/items.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
43
 
44
+ #: inc/php/items.php:1
45
+ msgid "Enter your telephone number with prefix <b>tel://</b>"
46
+ msgstr ""
47
 
48
+ #: inc/php/items.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
51
 
52
+ #: inc/php/items.php:1
53
+ msgid "Enter the link to your personal website"
54
+ msgstr "Ingresa el enlace a tu sitio web personal"
55
 
56
+ #: inc/php/items.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Ingresa el enlace a tu Feed de RSS"
59
 
91
  msgid "F.A.Q."
92
  msgstr "Preguntas ?"
93
 
94
+ #: inc/php/page.php:46 inc/php/settings.php:114 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Soporte"
97
 
132
  msgstr ""
133
 
134
  #: inc/php/page.php:73
135
+ msgid "<b>B)</b> For add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
136
  msgstr "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/Páginas de Wordpress usa el siguiente shortcode:"
137
 
138
  #: inc/php/page.php:75
289
  msgid "Support Me"
290
  msgstr "Apoyarme!"
291
 
292
+ #: inc/php/page.php:204 inc/php/settings.php:121 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Donar con PayPal"
295
 
314
  msgid "Thank you for your support!"
315
  msgstr "¡Gracias por tu apoyo!"
316
 
317
+ #: inc/php/settings.php:21 inc/php/settings.php:103
318
  msgid "Save changes"
319
  msgstr "Guardar las modificaciones"
320
 
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Sólo llena los campos requeridos para hacer los botones. Los botones de cada red social conducirán directamente a tu página de perfil en esa red. Si no quieres usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
328
 
329
+ #: inc/php/settings.php:52
330
  msgid "Display options"
331
  msgstr "Opciones de presentación"
332
 
333
+ #: inc/php/settings.php:54
334
  msgid "There you can configure this plugin."
335
  msgstr "Aquí puedes configurar este complemento."
336
 
337
+ #: inc/php/settings.php:58
338
  msgid "Show on Posts"
339
  msgstr "Mostrar en Entradas"
340
 
341
+ #: inc/php/settings.php:59
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr ""
344
 
345
+ #: inc/php/settings.php:62
346
  msgid "Show on Pages"
347
  msgstr "Mostrar en Páginas"
348
 
349
+ #: inc/php/settings.php:63
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr ""
352
 
353
+ #: inc/php/settings.php:66
354
  msgid "Open in new tab"
355
  msgstr "Abrir en una nueva pestaña"
356
 
357
+ #: inc/php/settings.php:67
358
  msgid "Open link in a new tab/window."
359
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
360
 
361
+ #: inc/php/settings.php:70
362
  msgid "Tooltips"
363
  msgstr ""
364
 
365
+ #: inc/php/settings.php:71
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr ""
368
 
369
+ #: inc/php/settings.php:74
370
  msgid "Icon size"
371
  msgstr "Tamaño de ícono"
372
 
373
+ #: inc/php/settings.php:75
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
376
 
377
+ #: inc/php/settings.php:79
378
  msgid "Margin"
379
  msgstr "Margen"
380
 
381
+ #: inc/php/settings.php:80
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
384
 
385
+ #: inc/php/settings.php:85
386
  msgid "Left"
387
  msgstr "Izquierda"
388
 
389
+ #: inc/php/settings.php:86
390
  msgid "Center"
391
  msgstr "Centro"
392
 
393
+ #: inc/php/settings.php:87
394
  msgid "Right"
395
  msgstr "Derecha"
396
 
397
+ #: inc/php/settings.php:89
398
  msgid "Alignment"
399
  msgstr "Alineación"
400
 
401
+ #: inc/php/settings.php:90
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr ""
404
 
405
+ #: inc/php/settings.php:94
406
  msgid "Caption"
407
  msgstr "Leyenda"
408
 
409
+ #: inc/php/settings.php:95
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
412
 
413
+ #: inc/php/settings.php:106
414
  msgid "Live Preview"
415
  msgstr "Vista Previa"
416
 
417
+ #: inc/php/settings.php:108
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Has clic en el botón \"Guardar Cambios\" para actualizar esta vista previa."
420
 
421
+ #: inc/php/settings.php:116 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
424
 
425
+ #: inc/php/settings.php:123 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "¡Gracias por tu apoyo!"
428
 
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2018-04-20 01:37+0300\n"
7
- "PO-Revision-Date: 2018-04-20 01:37+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
@@ -32,28 +32,28 @@ msgstr "Поддержать"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Социальные Медиа Кнопки Следования"
34
 
35
- #: inc/php/list.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Введите ссылку на вашу страницу профиля %s"
39
 
40
- #: inc/php/list.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра профиля"
43
 
44
- #: inc/php/list.php:1
45
- msgid "Enter the link to your personal website"
46
- msgstr "Введите ссылку на ваш персональный сайт"
47
 
48
- #: inc/php/list.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
51
 
52
- #: inc/php/list.php:1
53
- msgid "Enter your telephone number with prefix <b>tel://</b>"
54
- msgstr "Введите номер телефона с префиксом <b>tel://</b>"
55
 
56
- #: inc/php/list.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Введите ссылку на ваш RSS поток"
59
 
@@ -91,7 +91,7 @@ msgstr "Применение"
91
  msgid "F.A.Q."
92
  msgstr "F.A.Q."
93
 
94
- #: inc/php/page.php:46 inc/php/settings.php:97 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Поддержка"
97
 
@@ -132,8 +132,8 @@ msgid "<b>A)</b> For display the buttons below a content on every Posts or/and P
132
  msgstr "<b>А)</b> Для отображения кнопок ниже содержимого на каждой странице или/и страницах, просто установите флажок “Показывать в записях” или/и “Показывать на страницах” в разделе “Настройки отображения”, затем нажмите кнопку “Сохранить изменения”."
133
 
134
  #: inc/php/page.php:73
135
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
136
- msgstr "<b>Б)</b> Для добавления кнопок внутри сообщения из редактора WP Post/Page используйте следующий короткий код:"
137
 
138
  #: inc/php/page.php:75
139
  msgid "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
@@ -289,7 +289,7 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
289
  msgid "Support Me"
290
  msgstr "Поддержать меня"
291
 
292
- #: inc/php/page.php:204 inc/php/settings.php:104 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Пожертвовать через PayPal"
295
 
@@ -314,7 +314,7 @@ msgstr "Если вы цените мою работу, то вы можете
314
  msgid "Thank you for your support!"
315
  msgstr "Спасибо за вашу поддержку!"
316
 
317
- #: inc/php/settings.php:21 inc/php/settings.php:86
318
  msgid "Save changes"
319
  msgstr "Сохранить изменения"
320
 
@@ -326,103 +326,103 @@ msgstr "Кнопки"
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Просто заполните необходимые поля, чтобы создать кнопки. Кнопки социальных медиа будут вести непосредственно к вашим страницам профиля. Если вы не хотите использовать любой из следующих кнопок, то вы можете не заполнить их и тогда они не появятся."
328
 
329
- #: inc/php/settings.php:35
330
  msgid "Display options"
331
  msgstr "Настройки отображения"
332
 
333
- #: inc/php/settings.php:37
334
  msgid "There you can configure this plugin."
335
  msgstr "Здесь вы можете настроить этот плагин."
336
 
337
- #: inc/php/settings.php:41
338
  msgid "Show on Posts"
339
  msgstr "Показывать в записях"
340
 
341
- #: inc/php/settings.php:42
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr "Автоматически отображать панель инструментов под содержимым сообщений."
344
 
345
- #: inc/php/settings.php:45
346
  msgid "Show on Pages"
347
  msgstr "Показывать на страницах"
348
 
349
- #: inc/php/settings.php:46
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr "Автоматически отображать панель инструментов ниже содержимого на страницах."
352
 
353
- #: inc/php/settings.php:49
354
  msgid "Open in new tab"
355
  msgstr "Открыть в новой вкладке"
356
 
357
- #: inc/php/settings.php:50
358
  msgid "Open link in a new tab/window."
359
  msgstr "Открыть ссылку в новом окне/вкладке."
360
 
361
- #: inc/php/settings.php:53
362
  msgid "Tooltips"
363
  msgstr "Подсказки"
364
 
365
- #: inc/php/settings.php:54
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr "Включите всплывающие подсказки с именем социальных сетей над каждой кнопкой."
368
 
369
- #: inc/php/settings.php:57
370
  msgid "Icon size"
371
  msgstr "Размер иконки"
372
 
373
- #: inc/php/settings.php:58
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
376
 
377
- #: inc/php/settings.php:62
378
  msgid "Margin"
379
  msgstr "Отступ"
380
 
381
- #: inc/php/settings.php:63
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
384
 
385
- #: inc/php/settings.php:68
386
  msgid "Left"
387
  msgstr "Слева"
388
 
389
- #: inc/php/settings.php:69
390
  msgid "Center"
391
  msgstr "По центру"
392
 
393
- #: inc/php/settings.php:70
394
  msgid "Right"
395
  msgstr "Справа"
396
 
397
- #: inc/php/settings.php:72
398
  msgid "Alignment"
399
  msgstr "Выравнивание"
400
 
401
- #: inc/php/settings.php:73
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr "Вы можете выбрать выравнивание кнопок социальных медиа."
404
 
405
- #: inc/php/settings.php:77
406
  msgid "Caption"
407
  msgstr "Заголовок"
408
 
409
- #: inc/php/settings.php:78
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
412
 
413
- #: inc/php/settings.php:89
414
  msgid "Live Preview"
415
  msgstr "Просмотр в реальном времени"
416
 
417
- #: inc/php/settings.php:91
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
420
 
421
- #: inc/php/settings.php:99 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
424
 
425
- #: inc/php/settings.php:106 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "Спасибо за вашу поддержку!"
428
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-05-03 19:31+0300\n"
7
+ "PO-Revision-Date: 2018-05-03 19:31+0300\n"
8
  "Last-Translator: Arthur Gareginyan\n"
9
  "Language-Team: Russian\n"
10
  "Language: ru_RU\n"
32
  msgid "Social Media Follow Buttons"
33
  msgstr "Социальные Медиа Кнопки Следования"
34
 
35
+ #: inc/php/items.php:1
36
  #, php-format
37
  msgid "Enter the link to your %s profile page"
38
  msgstr "Введите ссылку на вашу страницу профиля %s"
39
 
40
+ #: inc/php/items.php:1
41
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
42
  msgstr "Введите свое имя в Skype с приставкой <b>skype:</b> и суффиксом <b>?call</b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра профиля"
43
 
44
+ #: inc/php/items.php:1
45
+ msgid "Enter your telephone number with prefix <b>tel://</b>"
46
+ msgstr "Введите номер телефона с префиксом <b>tel://</b>"
47
 
48
+ #: inc/php/items.php:1
49
  msgid "Enter your email address with prefix <b>mailto:</b>"
50
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
51
 
52
+ #: inc/php/items.php:1
53
+ msgid "Enter the link to your personal website"
54
+ msgstr "Введите ссылку на ваш персональный сайт"
55
 
56
+ #: inc/php/items.php:1
57
  msgid "Enter the link to your RSS Feed"
58
  msgstr "Введите ссылку на ваш RSS поток"
59
 
91
  msgid "F.A.Q."
92
  msgstr "F.A.Q."
93
 
94
+ #: inc/php/page.php:46 inc/php/settings.php:114 inc/php/sidebar.php:30
95
  msgid "Support"
96
  msgstr "Поддержка"
97
 
132
  msgstr "<b>А)</b> Для отображения кнопок ниже содержимого на каждой странице или/и страницах, просто установите флажок “Показывать в записях” или/и “Показывать на страницах” в разделе “Настройки отображения”, затем нажмите кнопку “Сохранить изменения”."
133
 
134
  #: inc/php/page.php:73
135
+ msgid "<b>B)</b> For add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
136
+ msgstr "<b>Б)</b> Для добавления кнопок внутри сообщения из редактора WordPress Post/Page используйте следующий короткий код:"
137
 
138
  #: inc/php/page.php:75
139
  msgid "<b>C)</b> For add the buttons to the widget area (in sidebar, footer etc.) use the \"Text\" widget and add inside it the following shortcode:"
289
  msgid "Support Me"
290
  msgstr "Поддержать меня"
291
 
292
+ #: inc/php/page.php:204 inc/php/settings.php:121 inc/php/sidebar.php:37
293
  msgid "Donate with PayPal"
294
  msgstr "Пожертвовать через PayPal"
295
 
314
  msgid "Thank you for your support!"
315
  msgstr "Спасибо за вашу поддержку!"
316
 
317
+ #: inc/php/settings.php:21 inc/php/settings.php:103
318
  msgid "Save changes"
319
  msgstr "Сохранить изменения"
320
 
326
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
327
  msgstr "Просто заполните необходимые поля, чтобы создать кнопки. Кнопки социальных медиа будут вести непосредственно к вашим страницам профиля. Если вы не хотите использовать любой из следующих кнопок, то вы можете не заполнить их и тогда они не появятся."
328
 
329
+ #: inc/php/settings.php:52
330
  msgid "Display options"
331
  msgstr "Настройки отображения"
332
 
333
+ #: inc/php/settings.php:54
334
  msgid "There you can configure this plugin."
335
  msgstr "Здесь вы можете настроить этот плагин."
336
 
337
+ #: inc/php/settings.php:58
338
  msgid "Show on Posts"
339
  msgstr "Показывать в записях"
340
 
341
+ #: inc/php/settings.php:59
342
  msgid "Automatically display toolbar below content on Posts."
343
  msgstr "Автоматически отображать панель инструментов под содержимым сообщений."
344
 
345
+ #: inc/php/settings.php:62
346
  msgid "Show on Pages"
347
  msgstr "Показывать на страницах"
348
 
349
+ #: inc/php/settings.php:63
350
  msgid "Automatically display toolbar below content on Pages."
351
  msgstr "Автоматически отображать панель инструментов ниже содержимого на страницах."
352
 
353
+ #: inc/php/settings.php:66
354
  msgid "Open in new tab"
355
  msgstr "Открыть в новой вкладке"
356
 
357
+ #: inc/php/settings.php:67
358
  msgid "Open link in a new tab/window."
359
  msgstr "Открыть ссылку в новом окне/вкладке."
360
 
361
+ #: inc/php/settings.php:70
362
  msgid "Tooltips"
363
  msgstr "Подсказки"
364
 
365
+ #: inc/php/settings.php:71
366
  msgid "Enable a tooltips with name of the social media above every button."
367
  msgstr "Включите всплывающие подсказки с именем социальных сетей над каждой кнопкой."
368
 
369
+ #: inc/php/settings.php:74
370
  msgid "Icon size"
371
  msgstr "Размер иконки"
372
 
373
+ #: inc/php/settings.php:75
374
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
375
  msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
376
 
377
+ #: inc/php/settings.php:79
378
  msgid "Margin"
379
  msgstr "Отступ"
380
 
381
+ #: inc/php/settings.php:80
382
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
383
  msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
384
 
385
+ #: inc/php/settings.php:85
386
  msgid "Left"
387
  msgstr "Слева"
388
 
389
+ #: inc/php/settings.php:86
390
  msgid "Center"
391
  msgstr "По центру"
392
 
393
+ #: inc/php/settings.php:87
394
  msgid "Right"
395
  msgstr "Справа"
396
 
397
+ #: inc/php/settings.php:89
398
  msgid "Alignment"
399
  msgstr "Выравнивание"
400
 
401
+ #: inc/php/settings.php:90
402
  msgid "You can choose the alignment of the buttons bar."
403
  msgstr "Вы можете выбрать выравнивание кнопок социальных медиа."
404
 
405
+ #: inc/php/settings.php:94
406
  msgid "Caption"
407
  msgstr "Заголовок"
408
 
409
+ #: inc/php/settings.php:95
410
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
411
  msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
412
 
413
+ #: inc/php/settings.php:106
414
  msgid "Live Preview"
415
  msgstr "Просмотр в реальном времени"
416
 
417
+ #: inc/php/settings.php:108
418
  msgid "Click the \"Save changes\" button to update this preview."
419
  msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
420
 
421
+ #: inc/php/settings.php:116 inc/php/sidebar.php:32
422
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
423
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
424
 
425
+ #: inc/php/settings.php:123 inc/php/sidebar.php:39
426
  msgid "Thanks for your support!"
427
  msgstr "Спасибо за вашу поддержку!"
428
 
languages/social-media-buttons-toolbar.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
- "POT-Creation-Date: 2018-04-20 01:16+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -30,28 +30,28 @@ msgstr ""
30
  msgid "Social Media Follow Buttons"
31
  msgstr ""
32
 
33
- #: inc/php/list.php:1
34
  #, php-format
35
  msgid "Enter the link to your %s profile page"
36
  msgstr ""
37
 
38
- #: inc/php/list.php:1
39
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
40
  msgstr ""
41
 
42
- #: inc/php/list.php:1
43
- msgid "Enter the link to your personal website"
44
  msgstr ""
45
 
46
- #: inc/php/list.php:1
47
  msgid "Enter your email address with prefix <b>mailto:</b>"
48
  msgstr ""
49
 
50
- #: inc/php/list.php:1
51
- msgid "Enter your telephone number with prefix <b>tel://</b>"
52
  msgstr ""
53
 
54
- #: inc/php/list.php:1
55
  msgid "Enter the link to your RSS Feed"
56
  msgstr ""
57
 
@@ -89,7 +89,7 @@ msgstr ""
89
  msgid "F.A.Q."
90
  msgstr ""
91
 
92
- #: inc/php/page.php:46 inc/php/settings.php:97 inc/php/sidebar.php:30
93
  msgid "Support"
94
  msgstr ""
95
 
@@ -130,7 +130,7 @@ msgid "<b>A)</b> For display the buttons below a content on every Posts or/and P
130
  msgstr ""
131
 
132
  #: inc/php/page.php:73
133
- msgid "<b>B)</b> For add the buttons inside a post from WP Post/Page Editor use the following shortcode:"
134
  msgstr ""
135
 
136
  #: inc/php/page.php:75
@@ -287,7 +287,7 @@ msgstr ""
287
  msgid "Support Me"
288
  msgstr ""
289
 
290
- #: inc/php/page.php:204 inc/php/settings.php:104 inc/php/sidebar.php:37
291
  msgid "Donate with PayPal"
292
  msgstr ""
293
 
@@ -312,7 +312,7 @@ msgstr ""
312
  msgid "Thank you for your support!"
313
  msgstr ""
314
 
315
- #: inc/php/settings.php:21 inc/php/settings.php:86
316
  msgid "Save changes"
317
  msgstr ""
318
 
@@ -324,103 +324,103 @@ msgstr ""
324
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
325
  msgstr ""
326
 
327
- #: inc/php/settings.php:35
328
  msgid "Display options"
329
  msgstr ""
330
 
331
- #: inc/php/settings.php:37
332
  msgid "There you can configure this plugin."
333
  msgstr ""
334
 
335
- #: inc/php/settings.php:41
336
  msgid "Show on Posts"
337
  msgstr ""
338
 
339
- #: inc/php/settings.php:42
340
  msgid "Automatically display toolbar below content on Posts."
341
  msgstr ""
342
 
343
- #: inc/php/settings.php:45
344
  msgid "Show on Pages"
345
  msgstr ""
346
 
347
- #: inc/php/settings.php:46
348
  msgid "Automatically display toolbar below content on Pages."
349
  msgstr ""
350
 
351
- #: inc/php/settings.php:49
352
  msgid "Open in new tab"
353
  msgstr ""
354
 
355
- #: inc/php/settings.php:50
356
  msgid "Open link in a new tab/window."
357
  msgstr ""
358
 
359
- #: inc/php/settings.php:53
360
  msgid "Tooltips"
361
  msgstr ""
362
 
363
- #: inc/php/settings.php:54
364
  msgid "Enable a tooltips with name of the social media above every button."
365
  msgstr ""
366
 
367
- #: inc/php/settings.php:57
368
  msgid "Icon size"
369
  msgstr ""
370
 
371
- #: inc/php/settings.php:58
372
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
373
  msgstr ""
374
 
375
- #: inc/php/settings.php:62
376
  msgid "Margin"
377
  msgstr ""
378
 
379
- #: inc/php/settings.php:63
380
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
381
  msgstr ""
382
 
383
- #: inc/php/settings.php:68
384
  msgid "Left"
385
  msgstr ""
386
 
387
- #: inc/php/settings.php:69
388
  msgid "Center"
389
  msgstr ""
390
 
391
- #: inc/php/settings.php:70
392
  msgid "Right"
393
  msgstr ""
394
 
395
- #: inc/php/settings.php:72
396
  msgid "Alignment"
397
  msgstr ""
398
 
399
- #: inc/php/settings.php:73
400
  msgid "You can choose the alignment of the buttons bar."
401
  msgstr ""
402
 
403
- #: inc/php/settings.php:77
404
  msgid "Caption"
405
  msgstr ""
406
 
407
- #: inc/php/settings.php:78
408
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
409
  msgstr ""
410
 
411
- #: inc/php/settings.php:89
412
  msgid "Live Preview"
413
  msgstr ""
414
 
415
- #: inc/php/settings.php:91
416
  msgid "Click the \"Save changes\" button to update this preview."
417
  msgstr ""
418
 
419
- #: inc/php/settings.php:99 inc/php/sidebar.php:32
420
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
421
  msgstr ""
422
 
423
- #: inc/php/settings.php:106 inc/php/sidebar.php:39
424
  msgid "Thanks for your support!"
425
  msgstr ""
426
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Follow Buttons Bar\n"
6
+ "POT-Creation-Date: 2018-05-03 19:31+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
30
  msgid "Social Media Follow Buttons"
31
  msgstr ""
32
 
33
+ #: inc/php/items.php:1
34
  #, php-format
35
  msgid "Enter the link to your %s profile page"
36
  msgstr ""
37
 
38
+ #: inc/php/items.php:1
39
  msgid "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
40
  msgstr ""
41
 
42
+ #: inc/php/items.php:1
43
+ msgid "Enter your telephone number with prefix <b>tel://</b>"
44
  msgstr ""
45
 
46
+ #: inc/php/items.php:1
47
  msgid "Enter your email address with prefix <b>mailto:</b>"
48
  msgstr ""
49
 
50
+ #: inc/php/items.php:1
51
+ msgid "Enter the link to your personal website"
52
  msgstr ""
53
 
54
+ #: inc/php/items.php:1
55
  msgid "Enter the link to your RSS Feed"
56
  msgstr ""
57
 
89
  msgid "F.A.Q."
90
  msgstr ""
91
 
92
+ #: inc/php/page.php:46 inc/php/settings.php:114 inc/php/sidebar.php:30
93
  msgid "Support"
94
  msgstr ""
95
 
130
  msgstr ""
131
 
132
  #: inc/php/page.php:73
133
+ msgid "<b>B)</b> For add the buttons inside a post from WordPress Post/Page Editor use the following shortcode:"
134
  msgstr ""
135
 
136
  #: inc/php/page.php:75
287
  msgid "Support Me"
288
  msgstr ""
289
 
290
+ #: inc/php/page.php:204 inc/php/settings.php:121 inc/php/sidebar.php:37
291
  msgid "Donate with PayPal"
292
  msgstr ""
293
 
312
  msgid "Thank you for your support!"
313
  msgstr ""
314
 
315
+ #: inc/php/settings.php:21 inc/php/settings.php:103
316
  msgid "Save changes"
317
  msgstr ""
318
 
324
  msgid "Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don't want to use any of the following buttons, you can not fill them and then they do not appear."
325
  msgstr ""
326
 
327
+ #: inc/php/settings.php:52
328
  msgid "Display options"
329
  msgstr ""
330
 
331
+ #: inc/php/settings.php:54
332
  msgid "There you can configure this plugin."
333
  msgstr ""
334
 
335
+ #: inc/php/settings.php:58
336
  msgid "Show on Posts"
337
  msgstr ""
338
 
339
+ #: inc/php/settings.php:59
340
  msgid "Automatically display toolbar below content on Posts."
341
  msgstr ""
342
 
343
+ #: inc/php/settings.php:62
344
  msgid "Show on Pages"
345
  msgstr ""
346
 
347
+ #: inc/php/settings.php:63
348
  msgid "Automatically display toolbar below content on Pages."
349
  msgstr ""
350
 
351
+ #: inc/php/settings.php:66
352
  msgid "Open in new tab"
353
  msgstr ""
354
 
355
+ #: inc/php/settings.php:67
356
  msgid "Open link in a new tab/window."
357
  msgstr ""
358
 
359
+ #: inc/php/settings.php:70
360
  msgid "Tooltips"
361
  msgstr ""
362
 
363
+ #: inc/php/settings.php:71
364
  msgid "Enable a tooltips with name of the social media above every button."
365
  msgstr ""
366
 
367
+ #: inc/php/settings.php:74
368
  msgid "Icon size"
369
  msgstr ""
370
 
371
+ #: inc/php/settings.php:75
372
  msgid "Enter the size of icons (in pixels) in your social media follow buttons bar."
373
  msgstr ""
374
 
375
+ #: inc/php/settings.php:79
376
  msgid "Margin"
377
  msgstr ""
378
 
379
+ #: inc/php/settings.php:80
380
  msgid "Enter the size of space (in pixels) between icons in your social media follow buttons bar."
381
  msgstr ""
382
 
383
+ #: inc/php/settings.php:85
384
  msgid "Left"
385
  msgstr ""
386
 
387
+ #: inc/php/settings.php:86
388
  msgid "Center"
389
  msgstr ""
390
 
391
+ #: inc/php/settings.php:87
392
  msgid "Right"
393
  msgstr ""
394
 
395
+ #: inc/php/settings.php:89
396
  msgid "Alignment"
397
  msgstr ""
398
 
399
+ #: inc/php/settings.php:90
400
  msgid "You can choose the alignment of the buttons bar."
401
  msgstr ""
402
 
403
+ #: inc/php/settings.php:94
404
  msgid "Caption"
405
  msgstr ""
406
 
407
+ #: inc/php/settings.php:95
408
  msgid "Enter the caption to your social media follow buttons bar. It will be displays before the toolbar."
409
  msgstr ""
410
 
411
+ #: inc/php/settings.php:106
412
  msgid "Live Preview"
413
  msgstr ""
414
 
415
+ #: inc/php/settings.php:108
416
  msgid "Click the \"Save changes\" button to update this preview."
417
  msgstr ""
418
 
419
+ #: inc/php/settings.php:116 inc/php/sidebar.php:32
420
  msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
421
  msgstr ""
422
 
423
+ #: inc/php/settings.php:123 inc/php/sidebar.php:39
424
  msgid "Thanks for your support!"
425
  msgstr ""
426
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: icon, icon set, button, social, media, social button, social media, social
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.32
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -279,6 +279,14 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
 
 
 
282
  = 4.32 =
283
  * Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
284
  * Fixed information stored in the header of the translation files.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.33
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
279
 
280
  == Changelog ==
281
 
282
+ = 4.33 =
283
+ * The 'list.php' file replaced with the 'items.php'.
284
+ * Added callback function for getting a list of all buttons.
285
+ * The 'smbt-social-icons' class renamed to 'sxc-follow-buttons'.
286
+ * CSS code in the file 'admin.css' is optimized.
287
+ * CSS code in the file 'frontend.css' is optimized.
288
+ * The '_tollbar()' function is improved.
289
+
290
  = 4.32 =
291
  * Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
292
  * Fixed information stored in the header of the translation files.
social-media-buttons-toolbar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.32
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
@@ -73,6 +73,7 @@ require_once( SPACEXCHIMP_P005_PATH . 'inc/php/core.php' );
73
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/upgrade.php' );
74
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/versioning.php' );
75
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/enqueue.php' );
 
76
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/functional.php' );
77
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/controls.php' );
78
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/page.php' );
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.33
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
73
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/upgrade.php' );
74
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/versioning.php' );
75
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/enqueue.php' );
76
+ require_once( SPACEXCHIMP_P005_PATH . 'inc/php/items.php' );
77
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/functional.php' );
78
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/controls.php' );
79
  require_once( SPACEXCHIMP_P005_PATH . 'inc/php/page.php' );