Version Description
- Okt 14, 2022 =
- Maintenance: Ensure compatibility with WordPress 6.
- Security improvement: Fixed the Authenticated (admin+) Stored Cross-Site Scripting (XSS) vulnerability.
- Security improvement: Processing of options has been improved. All data is now sanitized and validated before use.
- Security improvement: Prevent direct access to the "inc/php/options.php" file.
- Fixed: Prints a warning: "Warning: A non-numeric value encountered in /inc/php/enqueue.php on line 31".
- Fixed: Some options were not saved in the database due to the limitation of the PHP directive max_input_vars=1000.
- Maintenance: Processing of options has been improved. Direct retrieving of options from the database is replaced by the "_options" callback.
- Maintenance: Processing of options has been improved. The "_options" function has been rewritten.
- Maintenance: Processing of options has been improved. Explicit type definition technique is now used in variable declarations.
- Maintenance: The "inc/php/items-handler.php" file has been added.
- Maintenance: The "_get_items_all_slug" function has been added to the "inc/php/items-handler.php" file.
- Maintenance: The "get_media_pairs_media" function has been renamed to "get_items_media_pairs".
- Maintenance: The "get_media_pairs_additional" function has been renamed to "get_items_additional_pairs".
- Maintenance: The "_generator" function has been rewritten.
- Maintenance: The "_shortcode" function has been rewritten.
- Maintenance: The "_autoload" function has been rewritten.
- Maintenance: The contents of PHP files have been optimised; Code formatting and commenting improved.
- Maintenance: The "_test" function has been added to the "inc/php/options.php" file for development/testing purposes. It writes the options to a text file for the visualisation of options processing.
- Maintenance: Code formatting and commenting improved.
- Maintenance: The Support and Store tabs are disabled.
- Maintenance: The copyright date updated to support the 2022 year.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 5.0 |
Comparing to | |
See all releases |
Code changes from version 4.73 to 5.0
- inc/css/admin.css +1 -1
- inc/css/frontend.css +1 -1
- inc/js/admin.js +3 -2
- inc/php/controls.php +31 -28
- inc/php/core.php +1 -1
- inc/php/functional.php +63 -125
- inc/php/items-handler.php +97 -0
- inc/php/messages.php +1 -1
- inc/php/options.php +86 -28
- inc/php/page.php +3 -4
- inc/php/tabs/settings.php +4 -6
- inc/php/upgrade.php +2 -2
- inc/php/versioning.php +1 -1
- languages/social-media-buttons-toolbar-de_DE.mo +0 -0
- languages/social-media-buttons-toolbar-de_DE.po +33 -33
- languages/social-media-buttons-toolbar-es_ES.mo +0 -0
- languages/social-media-buttons-toolbar-es_ES.po +33 -33
- languages/social-media-buttons-toolbar-fr_FR.mo +0 -0
- languages/social-media-buttons-toolbar-fr_FR.po +33 -33
- languages/social-media-buttons-toolbar-nl_NL.mo +0 -0
- languages/social-media-buttons-toolbar-nl_NL.po +33 -33
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +33 -33
- languages/social-media-buttons-toolbar.pot +32 -32
- readme.txt +25 -2
- social-media-buttons-toolbar.php +4 -3
inc/css/admin.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2022 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
inc/css/frontend.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2022 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
inc/js/admin.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
@@ -20,7 +20,7 @@ jQuery(document).ready(function($) {
|
|
20 |
}
|
21 |
|
22 |
// Add a dynamic content to the plugin settings page. Needed for having an up to date banners
|
23 |
-
|
24 |
|
25 |
// Add questions and answers into spoilers and color them in different colors
|
26 |
$('.panel-group .panel').each(function(i) {
|
@@ -55,6 +55,7 @@ jQuery(document).ready(function($) {
|
|
55 |
$('#options-group-buttons .control-checkbox input').change(function() {
|
56 |
var this_class = $(this).parent('.control-checkbox').attr('id') + '-url';
|
57 |
$('#options-group-button-links .' + this_class).toggle();
|
|
|
58 |
});
|
59 |
|
60 |
// Live preview
|
4 |
* @package Social Media Follow Buttons Bar
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2022 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
20 |
}
|
21 |
|
22 |
// Add a dynamic content to the plugin settings page. Needed for having an up to date banners
|
23 |
+
//$('.include-tab-store').load('https://resources.spacexchimp.com/wordpress/plugins/dynamic-content/page.html');
|
24 |
|
25 |
// Add questions and answers into spoilers and color them in different colors
|
26 |
$('.panel-group .panel').each(function(i) {
|
55 |
$('#options-group-buttons .control-checkbox input').change(function() {
|
56 |
var this_class = $(this).parent('.control-checkbox').attr('id') + '-url';
|
57 |
$('#options-group-button-links .' + this_class).toggle();
|
58 |
+
$('#options-group-button-links .' + this_class + ' input').removeAttr('disabled');
|
59 |
});
|
60 |
|
61 |
// Live preview
|
inc/php/controls.php
CHANGED
@@ -35,9 +35,9 @@ function spacexchimp_p005_control_field( $name, $label, $help=null, $placeholder
|
|
35 |
// Put value of plugin constants into an array for easier access
|
36 |
$plugin = spacexchimp_p005_plugin();
|
37 |
|
38 |
-
//
|
39 |
-
$options =
|
40 |
-
$
|
41 |
|
42 |
// Generate a part of table
|
43 |
$out = "<tr>
|
@@ -49,7 +49,7 @@ function spacexchimp_p005_control_field( $name, $label, $help=null, $placeholder
|
|
49 |
type='text'
|
50 |
name='" . $plugin['settings'] . "_settings[$name]'
|
51 |
id='" . $plugin['settings'] . "_settings[$name]'
|
52 |
-
value='$
|
53 |
placeholder='$placeholder'
|
54 |
class='control-field $name'
|
55 |
>
|
@@ -71,10 +71,10 @@ function spacexchimp_p005_control_switch( $name, $label, $help=null ) {
|
|
71 |
// Put value of plugin constants into an array for easier access
|
72 |
$plugin = spacexchimp_p005_plugin();
|
73 |
|
74 |
-
//
|
75 |
-
$options =
|
76 |
-
$option =
|
77 |
-
$checked = ( $option
|
78 |
|
79 |
// Generate a part of table
|
80 |
$out = "<tr>
|
@@ -103,14 +103,14 @@ function spacexchimp_p005_control_switch( $name, $label, $help=null ) {
|
|
103 |
/**
|
104 |
* Generator of the number option for saving plugin settings to database
|
105 |
*/
|
106 |
-
function spacexchimp_p005_control_number( $name, $label, $help=null
|
107 |
|
108 |
// Put value of plugin constants into an array for easier access
|
109 |
$plugin = spacexchimp_p005_plugin();
|
110 |
|
111 |
-
//
|
112 |
-
$options =
|
113 |
-
$
|
114 |
|
115 |
// Generate a part of table
|
116 |
$out = "<tr>
|
@@ -128,7 +128,7 @@ function spacexchimp_p005_control_number( $name, $label, $help=null, $default=nu
|
|
128 |
type='number'
|
129 |
name='" . $plugin['settings'] . "_settings[$name]'
|
130 |
id='" . $plugin['settings'] . "_settings[$name]'
|
131 |
-
value='$
|
132 |
maxlength='4'
|
133 |
class='form-control text-center'
|
134 |
>
|
@@ -156,13 +156,14 @@ function spacexchimp_p005_control_link( $name, $label, $placeholder, $help, $lin
|
|
156 |
// Put value of plugin constants into an array for easier access
|
157 |
$plugin = spacexchimp_p005_plugin();
|
158 |
|
159 |
-
//
|
160 |
-
$options =
|
161 |
-
$
|
162 |
-
$display = !empty( $options['buttons-selected'][$name] ) ? '' : 'none';
|
|
|
163 |
|
164 |
// Generate a part of table
|
165 |
-
$link_out = !empty( $link ) ? "<a href='$link' target='_blank'>$label</a>" : "$label";
|
166 |
$out = "<tr class='media-$name-url' style='display: $display;'>
|
167 |
<th scope='row'>
|
168 |
$link_out
|
@@ -172,8 +173,9 @@ function spacexchimp_p005_control_link( $name, $label, $placeholder, $help, $lin
|
|
172 |
type='text'
|
173 |
name='" . $plugin['settings'] . "_settings[buttons-link][$name]'
|
174 |
size='50'
|
175 |
-
value='$
|
176 |
placeholder='$placeholder'
|
|
|
177 |
>
|
178 |
</td>
|
179 |
</tr>
|
@@ -196,11 +198,12 @@ function spacexchimp_p005_control_choice( $name, $items, $label, $help, $default
|
|
196 |
// Put value of plugin constants into an array for easier access
|
197 |
$plugin = spacexchimp_p005_plugin();
|
198 |
|
199 |
-
//
|
200 |
-
$options =
|
201 |
-
$option =
|
202 |
-
$list_item = '';
|
203 |
|
|
|
|
|
204 |
foreach ( $items as $item_key => $item_value ) {
|
205 |
if ( empty( $option ) AND $item_key == $default ) {
|
206 |
$selected = "checked='checked'";
|
@@ -252,13 +255,13 @@ function spacexchimp_p005_control_checkbox( $name, $items, $label, $help ) {
|
|
252 |
// Put value of plugin constants into an array for easier access
|
253 |
$plugin = spacexchimp_p005_plugin();
|
254 |
|
255 |
-
//
|
256 |
-
$options =
|
257 |
-
$list_item = '';
|
258 |
|
259 |
-
// Loop of elements
|
|
|
260 |
foreach ( $items as $item_key => $item_value ) {
|
261 |
-
$checked = !empty( $options[$name][$item_key] ) ? 'checked' : '';
|
262 |
$list_item .= "<li id='media-$item_key' class='control-checkbox'>
|
263 |
<input
|
264 |
type='checkbox'
|
35 |
// Put value of plugin constants into an array for easier access
|
36 |
$plugin = spacexchimp_p005_plugin();
|
37 |
|
38 |
+
// Put the value of the plugin options into an array for easier access
|
39 |
+
$options = spacexchimp_p005_options();
|
40 |
+
$option = $options[$name];
|
41 |
|
42 |
// Generate a part of table
|
43 |
$out = "<tr>
|
49 |
type='text'
|
50 |
name='" . $plugin['settings'] . "_settings[$name]'
|
51 |
id='" . $plugin['settings'] . "_settings[$name]'
|
52 |
+
value='$option'
|
53 |
placeholder='$placeholder'
|
54 |
class='control-field $name'
|
55 |
>
|
71 |
// Put value of plugin constants into an array for easier access
|
72 |
$plugin = spacexchimp_p005_plugin();
|
73 |
|
74 |
+
// Put the value of the plugin options into an array for easier access
|
75 |
+
$options = spacexchimp_p005_options();
|
76 |
+
$option = $options[$name];
|
77 |
+
$checked = ( $option === true ) ? "checked='checked'" : '';
|
78 |
|
79 |
// Generate a part of table
|
80 |
$out = "<tr>
|
103 |
/**
|
104 |
* Generator of the number option for saving plugin settings to database
|
105 |
*/
|
106 |
+
function spacexchimp_p005_control_number( $name, $label, $help=null ) {
|
107 |
|
108 |
// Put value of plugin constants into an array for easier access
|
109 |
$plugin = spacexchimp_p005_plugin();
|
110 |
|
111 |
+
// Put the value of the plugin options into an array for easier access
|
112 |
+
$options = spacexchimp_p005_options();
|
113 |
+
$option = $options[$name];
|
114 |
|
115 |
// Generate a part of table
|
116 |
$out = "<tr>
|
128 |
type='number'
|
129 |
name='" . $plugin['settings'] . "_settings[$name]'
|
130 |
id='" . $plugin['settings'] . "_settings[$name]'
|
131 |
+
value='$option'
|
132 |
maxlength='4'
|
133 |
class='form-control text-center'
|
134 |
>
|
156 |
// Put value of plugin constants into an array for easier access
|
157 |
$plugin = spacexchimp_p005_plugin();
|
158 |
|
159 |
+
// Put the value of the plugin options into an array for easier access
|
160 |
+
$options = spacexchimp_p005_options();
|
161 |
+
$option = $options['buttons-link'][$name];
|
162 |
+
$display = ! empty( $options['buttons-selected'][$name] ) ? '' : 'none';
|
163 |
+
$disabled = ! empty( $options['buttons-selected'][$name] ) ? '' : 'disabled'; // Required to bypass the limitation of the PHP directive max_input_vars=1000. This allows to avoid storing empty options.
|
164 |
|
165 |
// Generate a part of table
|
166 |
+
$link_out = ! empty( $link ) ? "<a href='$link' target='_blank'>$label</a>" : "$label";
|
167 |
$out = "<tr class='media-$name-url' style='display: $display;'>
|
168 |
<th scope='row'>
|
169 |
$link_out
|
173 |
type='text'
|
174 |
name='" . $plugin['settings'] . "_settings[buttons-link][$name]'
|
175 |
size='50'
|
176 |
+
value='$option'
|
177 |
placeholder='$placeholder'
|
178 |
+
$disabled
|
179 |
>
|
180 |
</td>
|
181 |
</tr>
|
198 |
// Put value of plugin constants into an array for easier access
|
199 |
$plugin = spacexchimp_p005_plugin();
|
200 |
|
201 |
+
// Put the value of the plugin options into an array for easier access
|
202 |
+
$options = spacexchimp_p005_options();
|
203 |
+
$option = $options[$name];
|
|
|
204 |
|
205 |
+
// Loop of elements
|
206 |
+
$list_item = '';
|
207 |
foreach ( $items as $item_key => $item_value ) {
|
208 |
if ( empty( $option ) AND $item_key == $default ) {
|
209 |
$selected = "checked='checked'";
|
255 |
// Put value of plugin constants into an array for easier access
|
256 |
$plugin = spacexchimp_p005_plugin();
|
257 |
|
258 |
+
// Put the value of the plugin options into an array for easier access
|
259 |
+
$options = spacexchimp_p005_options();
|
|
|
260 |
|
261 |
+
// Loop of elements
|
262 |
+
$list_item = '';
|
263 |
foreach ( $items as $item_key => $item_value ) {
|
264 |
+
$checked = ! empty( $options[$name][$item_key] ) ? 'checked' : '';
|
265 |
$list_item .= "<li id='media-$item_key' class='control-checkbox'>
|
266 |
<input
|
267 |
type='checkbox'
|
inc/php/core.php
CHANGED
@@ -147,7 +147,7 @@ function spacexchimp_p005_activation() {
|
|
147 |
}
|
148 |
|
149 |
// Get the activation date of the plugin from the database
|
150 |
-
$activation_date = !empty( $info['activation_date'] ) ? $info['activation_date'] : '';
|
151 |
|
152 |
if ( $activation_date == '' ) {
|
153 |
$info['activation_date'] = time();
|
147 |
}
|
148 |
|
149 |
// Get the activation date of the plugin from the database
|
150 |
+
$activation_date = ! empty( $info['activation_date'] ) ? $info['activation_date'] : '';
|
151 |
|
152 |
if ( $activation_date == '' ) {
|
153 |
$info['activation_date'] = time();
|
inc/php/functional.php
CHANGED
@@ -7,7 +7,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
7 |
|
8 |
/**
|
9 |
* Generate the buttons bar
|
10 |
-
* @return
|
11 |
*/
|
12 |
function spacexchimp_p005_generator() {
|
13 |
|
@@ -17,55 +17,66 @@ function spacexchimp_p005_generator() {
|
|
17 |
// Put the value of the plugin options into an array for easier access
|
18 |
$options = spacexchimp_p005_options();
|
19 |
|
20 |
-
// Declare variables
|
21 |
-
$selected = $options['buttons-selected'];
|
22 |
-
$links = $options['buttons-link'];
|
23 |
-
|
24 |
// Get the array with all buttons
|
25 |
$items = spacexchimp_p005_get_items_all();
|
26 |
|
27 |
-
//
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
|
34 |
-
//
|
35 |
-
|
36 |
-
$tooltips = 'data-toggle="tooltip"';
|
37 |
-
} else {
|
38 |
-
$tooltips = ''; // Empty value
|
39 |
-
}
|
40 |
|
41 |
-
// Generate buttons
|
42 |
-
$array[] = $options['caption'];
|
43 |
-
$array[] = '<ul class="sxc-follow-buttons">';
|
44 |
foreach ( $items as $item ) {
|
45 |
-
|
46 |
-
|
47 |
-
$
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
>
|
57 |
-
<img
|
58 |
-
src="' . $icon . '"
|
59 |
-
alt="' . $label . '"
|
60 |
-
/>
|
61 |
-
</a>
|
62 |
-
</li>';
|
63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
}
|
65 |
-
$array[] = '</ul>';
|
66 |
|
67 |
-
//
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
$js = "<script type='text/javascript'>
|
70 |
jQuery(document).ready(function($) {
|
71 |
|
@@ -74,16 +85,11 @@ function spacexchimp_p005_generator() {
|
|
74 |
|
75 |
});
|
76 |
</script>";
|
77 |
-
|
78 |
-
$js = '';
|
79 |
-
}
|
80 |
-
|
81 |
-
if ( count( $array ) > 0 ) {
|
82 |
-
array_push( $array, $js );
|
83 |
}
|
84 |
|
85 |
// Return the processed data
|
86 |
-
return $
|
87 |
}
|
88 |
|
89 |
/**
|
@@ -92,11 +98,11 @@ function spacexchimp_p005_generator() {
|
|
92 |
*/
|
93 |
function spacexchimp_p005_shortcode() {
|
94 |
|
|
|
|
|
|
|
95 |
// Return the processed data
|
96 |
-
return
|
97 |
-
PHP_EOL,
|
98 |
-
spacexchimp_p005_generator()
|
99 |
-
);
|
100 |
}
|
101 |
add_shortcode( 'smbtoolbar', 'spacexchimp_p005_shortcode' );
|
102 |
|
@@ -117,14 +123,18 @@ function spacexchimp_p005_autoload( $content ) {
|
|
117 |
// Put the value of the plugin options into an array for easier access
|
118 |
$options = spacexchimp_p005_options();
|
119 |
|
|
|
|
|
|
|
|
|
120 |
if ( is_single() ) {
|
121 |
-
if ( $
|
122 |
$content = $content . spacexchimp_p005_shortcode();
|
123 |
}
|
124 |
}
|
125 |
|
126 |
if ( is_page() ) {
|
127 |
-
if ( $
|
128 |
$content = $content . spacexchimp_p005_shortcode();
|
129 |
}
|
130 |
}
|
@@ -137,75 +147,3 @@ function spacexchimp_p005_autoload( $content ) {
|
|
137 |
* Inject the buttons bar into the website's frontend (content section)
|
138 |
*/
|
139 |
add_action( 'the_content', 'spacexchimp_p005_autoload' );
|
140 |
-
|
141 |
-
/**
|
142 |
-
* Callback for getting a list of all buttons
|
143 |
-
* @return array with the merged data of both arrays; '_get_items_media()' and '_get_items_additional()'
|
144 |
-
*/
|
145 |
-
function spacexchimp_p005_get_items_all() {
|
146 |
-
|
147 |
-
// Get all media options and declare variable
|
148 |
-
$array_1 = spacexchimp_p005_get_items_media();
|
149 |
-
$array_2 = spacexchimp_p005_get_items_additional();
|
150 |
-
|
151 |
-
// Merge two arrays
|
152 |
-
$array = array_merge( $array_1, $array_2 );
|
153 |
-
|
154 |
-
// Return the processed data
|
155 |
-
return $array;
|
156 |
-
}
|
157 |
-
|
158 |
-
/**
|
159 |
-
* Callback for getting a list of media buttons
|
160 |
-
* @return array of pairs "name" => "Name"
|
161 |
-
*/
|
162 |
-
function spacexchimp_p005_get_media_pairs_media() {
|
163 |
-
|
164 |
-
// Read all media options and declare variable
|
165 |
-
$items = spacexchimp_p005_get_items_media();
|
166 |
-
|
167 |
-
// Create an array with buttons name pairs 'name' => 'Name'
|
168 |
-
$array = array();
|
169 |
-
foreach ( $items as $item ) {
|
170 |
-
foreach ( $item as $item_key => $item_value ) {
|
171 |
-
if ( $item_key == 'slug' ) $slug = $item_value;
|
172 |
-
if ( $item_key == 'label' ) $label = $item_value;
|
173 |
-
}
|
174 |
-
$array[$slug] = $label;
|
175 |
-
}
|
176 |
-
|
177 |
-
// Rename some items
|
178 |
-
$array['youtube-gaming'] = ' YouTube G';
|
179 |
-
|
180 |
-
// Sort the media array in ascending order, according to the key name
|
181 |
-
if ( ! empty( $array ) ) ksort( $array );
|
182 |
-
|
183 |
-
// Return the processed data
|
184 |
-
return $array;
|
185 |
-
}
|
186 |
-
|
187 |
-
/**
|
188 |
-
* Callback for getting a list of additional media buttons
|
189 |
-
* @return array of pairs "name" => "Name"
|
190 |
-
*/
|
191 |
-
function spacexchimp_p005_get_media_pairs_additional() {
|
192 |
-
|
193 |
-
// Read all media options and declare variable
|
194 |
-
$items = spacexchimp_p005_get_items_additional();
|
195 |
-
|
196 |
-
// Create an array with buttons name pairs 'name' => 'Name'
|
197 |
-
$array = array();
|
198 |
-
foreach ( $items as $item ) {
|
199 |
-
foreach ( $item as $item_key => $item_value ) {
|
200 |
-
if ( $item_key == 'slug' ) $slug = $item_value;
|
201 |
-
if ( $item_key == 'label' ) $label = $item_value;
|
202 |
-
}
|
203 |
-
$array[$slug] = $label;
|
204 |
-
}
|
205 |
-
|
206 |
-
// Rename some items
|
207 |
-
$array['website'] = 'Website';
|
208 |
-
|
209 |
-
// Return the processed data
|
210 |
-
return $array;
|
211 |
-
}
|
7 |
|
8 |
/**
|
9 |
* Generate the buttons bar
|
10 |
+
* @return string
|
11 |
*/
|
12 |
function spacexchimp_p005_generator() {
|
13 |
|
17 |
// Put the value of the plugin options into an array for easier access
|
18 |
$options = spacexchimp_p005_options();
|
19 |
|
|
|
|
|
|
|
|
|
20 |
// Get the array with all buttons
|
21 |
$items = spacexchimp_p005_get_items_all();
|
22 |
|
23 |
+
// Declare variables
|
24 |
+
$selected_all = $options['buttons-selected'];
|
25 |
+
$links_all = $options['buttons-link'];
|
26 |
+
$caption = $options['caption'];
|
27 |
+
$target = ( $options['new_tab'] === true ) ? '_blank' : '_self';
|
28 |
+
$tooltips = $options['tooltips'];
|
29 |
+
$tooltips_html = ( $tooltips === true ) ? 'data-toggle="tooltip"' : '';
|
30 |
+
|
31 |
+
// Return if data is empty
|
32 |
+
if ( empty( $selected_all ) ) {
|
33 |
+
return;
|
34 |
}
|
35 |
|
36 |
+
// Prepare a variable for storing the processed data
|
37 |
+
$output = "";
|
|
|
|
|
|
|
|
|
38 |
|
|
|
|
|
|
|
39 |
foreach ( $items as $item ) {
|
40 |
+
|
41 |
+
// Prepare a variables for storing parts of the data
|
42 |
+
$slug = $item['slug'];
|
43 |
+
$label = $item['label'];
|
44 |
+
$link = $links_all[$slug];
|
45 |
+
$selected = $selected_all[$slug];
|
46 |
+
$icon = $plugin['url'] . "inc/img/social-media-icons/$slug.png";
|
47 |
+
|
48 |
+
// Skip if the snippet is disabled
|
49 |
+
if ( empty( $selected ) ) {
|
50 |
+
continue;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
}
|
52 |
+
|
53 |
+
// Prepare a variable for storing the processing data
|
54 |
+
$data_tmp = '<li class="sxc-follow-button">
|
55 |
+
<a
|
56 |
+
href="' . $link . '"
|
57 |
+
' . $tooltips_html . '
|
58 |
+
title="' . $label . '"
|
59 |
+
target="' . $target . '"
|
60 |
+
>
|
61 |
+
<img
|
62 |
+
src="' . $icon . '"
|
63 |
+
alt="' . $label . '"
|
64 |
+
/>
|
65 |
+
</a>
|
66 |
+
</li>';
|
67 |
+
|
68 |
+
// Add the processed data to the output
|
69 |
+
$output .= $data_tmp;
|
70 |
}
|
|
|
71 |
|
72 |
+
// Wrap the processed data
|
73 |
+
$output = '<ul class="sxc-follow-buttons">' . $output . '</ul>';
|
74 |
+
|
75 |
+
// Add caption to the processed data
|
76 |
+
$output = $caption . $output;
|
77 |
+
|
78 |
+
// Add script to the processed data
|
79 |
+
if ( $tooltips === true ) {
|
80 |
$js = "<script type='text/javascript'>
|
81 |
jQuery(document).ready(function($) {
|
82 |
|
85 |
|
86 |
});
|
87 |
</script>";
|
88 |
+
$output = $output . $js;
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
|
91 |
// Return the processed data
|
92 |
+
return $output;
|
93 |
}
|
94 |
|
95 |
/**
|
98 |
*/
|
99 |
function spacexchimp_p005_shortcode() {
|
100 |
|
101 |
+
// Prepare a variable for storing the processed data
|
102 |
+
$array = spacexchimp_p005_generator();
|
103 |
+
|
104 |
// Return the processed data
|
105 |
+
return $array;
|
|
|
|
|
|
|
106 |
}
|
107 |
add_shortcode( 'smbtoolbar', 'spacexchimp_p005_shortcode' );
|
108 |
|
123 |
// Put the value of the plugin options into an array for easier access
|
124 |
$options = spacexchimp_p005_options();
|
125 |
|
126 |
+
// Declare variables
|
127 |
+
$show_posts = $options['show_posts'];
|
128 |
+
$show_pages = $options['show_pages'];
|
129 |
+
|
130 |
if ( is_single() ) {
|
131 |
+
if ( $show_posts === true ) {
|
132 |
$content = $content . spacexchimp_p005_shortcode();
|
133 |
}
|
134 |
}
|
135 |
|
136 |
if ( is_page() ) {
|
137 |
+
if ( $show_pages === true ) {
|
138 |
$content = $content . spacexchimp_p005_shortcode();
|
139 |
}
|
140 |
}
|
147 |
* Inject the buttons bar into the website's frontend (content section)
|
148 |
*/
|
149 |
add_action( 'the_content', 'spacexchimp_p005_autoload' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/php/items-handler.php
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*/
|
6 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Callback for getting a list of all buttons
|
10 |
+
* @return array with the merged data of both arrays; '_get_items_media()' and '_get_items_additional()'
|
11 |
+
*/
|
12 |
+
function spacexchimp_p005_get_items_all() {
|
13 |
+
|
14 |
+
// Get all media options and declare variable
|
15 |
+
$array_1 = spacexchimp_p005_get_items_media();
|
16 |
+
$array_2 = spacexchimp_p005_get_items_additional();
|
17 |
+
|
18 |
+
// Merge two arrays
|
19 |
+
$array = array_merge( $array_1, $array_2 );
|
20 |
+
|
21 |
+
// Return the processed data
|
22 |
+
return $array;
|
23 |
+
}
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Callback for getting a list of media buttons
|
27 |
+
* @return array of pairs "key" => "slug"
|
28 |
+
*/
|
29 |
+
function spacexchimp_p005_get_items_all_slug() {
|
30 |
+
|
31 |
+
// Read all media options and declare variable
|
32 |
+
$array_input = spacexchimp_p005_get_items_all();
|
33 |
+
|
34 |
+
// Create an array with buttons name pairs "key" => "slug"
|
35 |
+
$array = array();
|
36 |
+
foreach ( $array_input as $item ) {
|
37 |
+
$array[] = $item['slug'];
|
38 |
+
}
|
39 |
+
|
40 |
+
// Return the processed data
|
41 |
+
return $array;
|
42 |
+
}
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Callback for getting a list of media buttons
|
46 |
+
* @return array of pairs "name" => "Name"
|
47 |
+
*/
|
48 |
+
function spacexchimp_p005_get_items_media_pairs() {
|
49 |
+
|
50 |
+
// Read all media options and declare variable
|
51 |
+
$items = spacexchimp_p005_get_items_media();
|
52 |
+
|
53 |
+
// Create an array with buttons name pairs 'name' => 'Name'
|
54 |
+
$array = array();
|
55 |
+
foreach ( $items as $item ) {
|
56 |
+
foreach ( $item as $item_key => $item_value ) {
|
57 |
+
if ( $item_key == 'slug' ) $slug = $item_value;
|
58 |
+
if ( $item_key == 'label' ) $label = $item_value;
|
59 |
+
}
|
60 |
+
$array[$slug] = $label;
|
61 |
+
}
|
62 |
+
|
63 |
+
// Rename some items
|
64 |
+
$array['youtube-gaming'] = ' YouTube G';
|
65 |
+
|
66 |
+
// Sort the media array in ascending order, according to the key name
|
67 |
+
if ( ! empty( $array ) ) ksort( $array );
|
68 |
+
|
69 |
+
// Return the processed data
|
70 |
+
return $array;
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Callback for getting a list of additional media buttons
|
75 |
+
* @return array of pairs "name" => "Name"
|
76 |
+
*/
|
77 |
+
function spacexchimp_p005_get_items_additional_pairs() {
|
78 |
+
|
79 |
+
// Read all media options and declare variable
|
80 |
+
$items = spacexchimp_p005_get_items_additional();
|
81 |
+
|
82 |
+
// Create an array with buttons name pairs 'name' => 'Name'
|
83 |
+
$array = array();
|
84 |
+
foreach ( $items as $item ) {
|
85 |
+
foreach ( $item as $item_key => $item_value ) {
|
86 |
+
if ( $item_key == 'slug' ) $slug = $item_value;
|
87 |
+
if ( $item_key == 'label' ) $label = $item_value;
|
88 |
+
}
|
89 |
+
$array[$slug] = $label;
|
90 |
+
}
|
91 |
+
|
92 |
+
// Rename some items
|
93 |
+
$array['website'] = 'Website';
|
94 |
+
|
95 |
+
// Return the processed data
|
96 |
+
return $array;
|
97 |
+
}
|
inc/php/messages.php
CHANGED
@@ -74,7 +74,7 @@ function spacexchimp_p005_message_error_version() {
|
|
74 |
|
75 |
// Retrieve options from database and declare variables
|
76 |
$info = get_option( $plugin['settings'] . '_service_info' );
|
77 |
-
$old_version = !empty( $info['old_version'] ) ? $info['old_version'] : '0';
|
78 |
|
79 |
// Exit if this is not the old version of the plugin
|
80 |
if ( $old_version != '1' ) {
|
74 |
|
75 |
// Retrieve options from database and declare variables
|
76 |
$info = get_option( $plugin['settings'] . '_service_info' );
|
77 |
+
$old_version = ! empty( $info['old_version'] ) ? $info['old_version'] : '0';
|
78 |
|
79 |
// Exit if this is not the old version of the plugin
|
80 |
if ( $old_version != '1' ) {
|
inc/php/options.php
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
/**
|
4 |
* Callback function that returns an array with the value of the plugin options
|
5 |
* @return array
|
@@ -9,46 +14,99 @@ function spacexchimp_p005_options() {
|
|
9 |
// Put value of plugin constants into an array for easier access
|
10 |
$plugin = spacexchimp_p005_plugin();
|
11 |
|
12 |
-
// Retrieve options from database
|
13 |
-
$
|
14 |
|
15 |
-
//
|
16 |
-
if ( ! is_array( $
|
17 |
-
$
|
18 |
}
|
19 |
|
20 |
-
//
|
21 |
-
$array = $options;
|
22 |
-
|
23 |
-
// Set default value if option is empty
|
24 |
$list = array(
|
25 |
-
'alignment' => 'center',
|
26 |
-
'buttons-link' => array(),
|
27 |
-
'buttons-selected' => array(),
|
28 |
-
'caption' => '',
|
29 |
-
'hidden_scrollto' => '0',
|
30 |
-
'icon-size' => '64',
|
31 |
-
'margin-right' => '10',
|
32 |
-
'new_tab' => '',
|
33 |
-
'show_pages' => '',
|
34 |
-
'show_posts' => '',
|
35 |
-
'tooltips' => '',
|
36 |
);
|
37 |
foreach ( $list as $name => $default ) {
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
// Sanitize data
|
42 |
-
$array['
|
43 |
-
$array['
|
44 |
-
$array['margin-right'] = esc_textarea( $options['margin-right'] );
|
45 |
|
46 |
// Modify data
|
47 |
-
|
48 |
-
$array['show_pages'] = ( $array['show_pages'] == 'on' || $array['show_pages'] == '1' || $array['show_pages'] == 'true' ) ? true : false;
|
49 |
-
$array['show_posts'] = ( $array['show_posts'] == 'on' || $array['show_posts'] == '1' || $array['show_posts'] == 'true' ) ? true : false;
|
50 |
-
$array['tooltips'] = ( $array['tooltips'] == 'on' || $array['tooltips'] == '1' || $array['tooltips'] == 'true' ) ? true : false;
|
51 |
|
52 |
// Return the processed data
|
53 |
return $array;
|
54 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<?php
|
2 |
|
3 |
+
/**
|
4 |
+
* Prevent Direct Access
|
5 |
+
*/
|
6 |
+
defined( 'ABSPATH' ) or die( "Restricted access!" );
|
7 |
+
|
8 |
/**
|
9 |
* Callback function that returns an array with the value of the plugin options
|
10 |
* @return array
|
14 |
// Put value of plugin constants into an array for easier access
|
15 |
$plugin = spacexchimp_p005_plugin();
|
16 |
|
17 |
+
// Retrieve the plugin options data from the database
|
18 |
+
$array = get_option( $plugin['settings'] . '_settings' );
|
19 |
|
20 |
+
// Fill in the "$array" variable if the plugin options data in the database is not exist
|
21 |
+
if ( ! is_array( $array ) ) {
|
22 |
+
$array = array();
|
23 |
}
|
24 |
|
25 |
+
// Prepare the plugin options data for use
|
|
|
|
|
|
|
26 |
$list = array(
|
27 |
+
'alignment' => (string) 'center', // _control_choice
|
28 |
+
'buttons-link' => array(), // _control_link
|
29 |
+
'buttons-selected' => array(), // _control_checkbox
|
30 |
+
'caption' => (string) '', // _control_field
|
31 |
+
'hidden_scrollto' => (integer) '0', // _control_hidden
|
32 |
+
'icon-size' => (integer) '64', // _control_number
|
33 |
+
'margin-right' => (integer) '10', // _control_number
|
34 |
+
'new_tab' => (boolean) '', // _control_switch
|
35 |
+
'show_pages' => (boolean) '', // _control_switch
|
36 |
+
'show_posts' => (boolean) '', // _control_switch
|
37 |
+
'tooltips' => (boolean) '', // _control_switch
|
38 |
);
|
39 |
foreach ( $list as $name => $default ) {
|
40 |
+
|
41 |
+
// Set default value if option is empty
|
42 |
+
$array[$name] = ! empty( $array[$name] ) ? $array[$name] : $default;
|
43 |
+
|
44 |
+
// Cast and validate by type of option
|
45 |
+
if ( is_string( $default ) === true ) {
|
46 |
+
$array[$name] = (string) $array[$name];
|
47 |
+
} elseif ( is_int( $default ) === true ) {
|
48 |
+
$array[$name] = (integer) $array[$name];
|
49 |
+
} elseif ( is_bool( $default ) === true ) {
|
50 |
+
$array[$name] = filter_var( $array[$name], FILTER_VALIDATE_BOOLEAN );
|
51 |
+
}
|
52 |
}
|
53 |
|
54 |
+
// Prepare the plugin sub-options data for use
|
55 |
+
$items = spacexchimp_p005_get_items_all_slug();
|
56 |
+
$array_sub_a = $array['buttons-selected'];
|
57 |
+
$array_sub_b = $array['buttons-link'];
|
58 |
+
foreach ( $items as $item ) {
|
59 |
+
|
60 |
+
// Set default value if sub-option is empty
|
61 |
+
$array_sub_a[$item] = ! empty( $array_sub_a[$item] ) ? $array_sub_a[$item] : '';
|
62 |
+
$array_sub_b[$item] = ! empty( $array_sub_b[$item] ) ? $array_sub_b[$item] : '';
|
63 |
+
|
64 |
+
// Cast and validate by type of sub-option
|
65 |
+
$array_sub_a[$item] = filter_var( $array_sub_a[$item], FILTER_VALIDATE_BOOLEAN );
|
66 |
+
$array_sub_b[$item] = (string) $array_sub_b[$item];
|
67 |
+
|
68 |
+
// Sanitize data
|
69 |
+
if ( $item == 'telephone' OR $item == 'email' OR $item == 'skype' ) {
|
70 |
+
$array_sub_b[$item] = esc_attr( $array_sub_b[$item] );
|
71 |
+
} else {
|
72 |
+
$array_sub_b[$item] = esc_url($array_sub_b[$item] );
|
73 |
+
}
|
74 |
+
}
|
75 |
+
$array['buttons-selected'] = $array_sub_a;
|
76 |
+
$array['buttons-link'] = $array_sub_b;
|
77 |
+
|
78 |
// Sanitize data
|
79 |
+
$array['alignment'] = sanitize_text_field( $array['alignment'] );
|
80 |
+
$array['caption'] = sanitize_text_field( $array['caption'] );
|
|
|
81 |
|
82 |
// Modify data
|
83 |
+
|
|
|
|
|
|
|
84 |
|
85 |
// Return the processed data
|
86 |
return $array;
|
87 |
}
|
88 |
+
|
89 |
+
/**
|
90 |
+
* Write the options to a text file for development/testing purposes
|
91 |
+
*/
|
92 |
+
function spacexchimp_p005_test() {
|
93 |
+
|
94 |
+
// Put value of plugin constants into an array for easier access
|
95 |
+
$plugin = spacexchimp_p005_plugin();
|
96 |
+
|
97 |
+
// Put the value of the plugin options into an array for easier access
|
98 |
+
$options = spacexchimp_p005_options();
|
99 |
+
|
100 |
+
// Prepare a variable for storing the processed data
|
101 |
+
$data = print_r( $options, true );
|
102 |
+
|
103 |
+
// Name and destination of the backup files
|
104 |
+
$date = date( 'm-d-Y_hia' );
|
105 |
+
$file_location_date = $plugin['path'] . '/test/' . $date . '.txt';
|
106 |
+
$file_location_last = $plugin['path'] . '/test/last.txt';
|
107 |
+
|
108 |
+
// Make two backup files
|
109 |
+
file_put_contents( $file_location_date, $data );
|
110 |
+
file_put_contents( $file_location_last, $data );
|
111 |
+
}
|
112 |
+
//spacexchimp_p005_test();
|
inc/php/page.php
CHANGED
@@ -43,8 +43,8 @@ function spacexchimp_p005_render_submenu_page() {
|
|
43 |
<li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Settings', $plugin['text'] ); ?></a></li>
|
44 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $plugin['text'] ); ?></a></li>
|
45 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $plugin['text'] ); ?></a></li>
|
46 |
-
<li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $plugin['text'] ); ?></a></li>
|
47 |
-
<li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $plugin['text'] ); ?></a></li>
|
48 |
</ul>
|
49 |
<!-- END-TABS NAVIGATION MENU -->
|
50 |
|
@@ -74,13 +74,12 @@ function spacexchimp_p005_render_submenu_page() {
|
|
74 |
|
75 |
<!-- TAB SUPPORT -->
|
76 |
<div class="tab-page fade" id="tab-support">
|
77 |
-
<?php require_once( $plugin['path'] . 'inc/php/tabs/support.php' ); ?>
|
78 |
</div>
|
79 |
<!-- END-TAB SUPPORT -->
|
80 |
|
81 |
<!-- TAB STORE -->
|
82 |
<div class="tab-page fade" id="tab-store">
|
83 |
-
<div class="include-tab-store"></div>
|
84 |
</div>
|
85 |
<!-- END-TAB STORE -->
|
86 |
|
43 |
<li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Settings', $plugin['text'] ); ?></a></li>
|
44 |
<li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', $plugin['text'] ); ?></a></li>
|
45 |
<li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', $plugin['text'] ); ?></a></li>
|
46 |
+
<!-- <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', $plugin['text'] ); ?></a></li> -->
|
47 |
+
<!-- <li><a href="#tab-store" data-toggle="tab"><?php _e( 'Store', $plugin['text'] ); ?></a></li> -->
|
48 |
</ul>
|
49 |
<!-- END-TABS NAVIGATION MENU -->
|
50 |
|
74 |
|
75 |
<!-- TAB SUPPORT -->
|
76 |
<div class="tab-page fade" id="tab-support">
|
|
|
77 |
</div>
|
78 |
<!-- END-TAB SUPPORT -->
|
79 |
|
80 |
<!-- TAB STORE -->
|
81 |
<div class="tab-page fade" id="tab-store">
|
82 |
+
<!-- <div class="include-tab-store"></div> -->
|
83 |
</div>
|
84 |
<!-- END-TAB STORE -->
|
85 |
|
inc/php/tabs/settings.php
CHANGED
@@ -29,14 +29,14 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
29 |
<p class="note"><?php _e( 'Here you can select the buttons that you want to have in your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
30 |
<table class="form-table">
|
31 |
<?php
|
32 |
-
$buttons_media =
|
33 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
34 |
$buttons_media,
|
35 |
__( 'Social media buttons', $plugin['text'] ),
|
36 |
__( 'Mark the desired buttons to add it to your social media follow buttons bar.', $plugin['text'] )
|
37 |
);
|
38 |
spacexchimp_p005_control_separator();
|
39 |
-
$buttons_additional =
|
40 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
41 |
$buttons_additional,
|
42 |
__( 'Additional buttons', $plugin['text'] ),
|
@@ -82,16 +82,14 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
82 |
<?php
|
83 |
spacexchimp_p005_control_number( 'icon-size',
|
84 |
__( 'Button size', $plugin['text'] ),
|
85 |
-
__( 'You can choose the size of the buttons (in pixels). Default is 64 pixels.', $plugin['text'] )
|
86 |
-
'64'
|
87 |
);
|
88 |
spacexchimp_p005_control_separator(
|
89 |
__( 'Positioning', $plugin['text'] )
|
90 |
);
|
91 |
spacexchimp_p005_control_number( 'margin-right',
|
92 |
__( 'Button margin', $plugin['text'] ),
|
93 |
-
__( 'You can choose the size of the space (in pixels) between each button. Default is 10 pixels.', $plugin['text'] )
|
94 |
-
'10'
|
95 |
);
|
96 |
spacexchimp_p005_control_choice( 'alignment',
|
97 |
array(
|
29 |
<p class="note"><?php _e( 'Here you can select the buttons that you want to have in your social media follow buttons bar.', $plugin['text'] ); ?></p>
|
30 |
<table class="form-table">
|
31 |
<?php
|
32 |
+
$buttons_media = spacexchimp_p005_get_items_media_pairs();
|
33 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
34 |
$buttons_media,
|
35 |
__( 'Social media buttons', $plugin['text'] ),
|
36 |
__( 'Mark the desired buttons to add it to your social media follow buttons bar.', $plugin['text'] )
|
37 |
);
|
38 |
spacexchimp_p005_control_separator();
|
39 |
+
$buttons_additional = spacexchimp_p005_get_items_additional_pairs();
|
40 |
spacexchimp_p005_control_checkbox( 'buttons-selected',
|
41 |
$buttons_additional,
|
42 |
__( 'Additional buttons', $plugin['text'] ),
|
82 |
<?php
|
83 |
spacexchimp_p005_control_number( 'icon-size',
|
84 |
__( 'Button size', $plugin['text'] ),
|
85 |
+
__( 'You can choose the size of the buttons (in pixels). Default is 64 pixels.', $plugin['text'] )
|
|
|
86 |
);
|
87 |
spacexchimp_p005_control_separator(
|
88 |
__( 'Positioning', $plugin['text'] )
|
89 |
);
|
90 |
spacexchimp_p005_control_number( 'margin-right',
|
91 |
__( 'Button margin', $plugin['text'] ),
|
92 |
+
__( 'You can choose the size of the space (in pixels) between each button. Default is 10 pixels.', $plugin['text'] )
|
|
|
93 |
);
|
94 |
spacexchimp_p005_control_choice( 'alignment',
|
95 |
array(
|
inc/php/upgrade.php
CHANGED
@@ -22,7 +22,7 @@ function spacexchimp_p005_upgrade_4_19() {
|
|
22 |
// Read plugin service info from the database
|
23 |
$service_info_old = get_option( $prefix_old . '_service_info' );
|
24 |
$service_info_current = get_option( $prefix_new . '_service_info' );
|
25 |
-
$upgrade_number_current = !empty( $service_info_current['upgrade'] ) ? $service_info_current['upgrade'] : '0000';
|
26 |
|
27 |
// Setting array with new data
|
28 |
$service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
|
@@ -71,7 +71,7 @@ function spacexchimp_p005_upgrade_4_36() {
|
|
71 |
// Read plugin service info from the database
|
72 |
$service_info = get_option( $prefix . '_service_info' );
|
73 |
$service_info = is_array( $service_info ) ? $service_info : array();
|
74 |
-
$upgrade_number_current = !empty( $service_info['upgrade'] ) ? $service_info['upgrade'] : '0000';
|
75 |
|
76 |
// Exit if the upgrade is not needed or already done
|
77 |
if ( $upgrade_number_current >= $upgrade_number_new ) return;
|
22 |
// Read plugin service info from the database
|
23 |
$service_info_old = get_option( $prefix_old . '_service_info' );
|
24 |
$service_info_current = get_option( $prefix_new . '_service_info' );
|
25 |
+
$upgrade_number_current = ! empty( $service_info_current['upgrade'] ) ? $service_info_current['upgrade'] : '0000';
|
26 |
|
27 |
// Setting array with new data
|
28 |
$service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
|
71 |
// Read plugin service info from the database
|
72 |
$service_info = get_option( $prefix . '_service_info' );
|
73 |
$service_info = is_array( $service_info ) ? $service_info : array();
|
74 |
+
$upgrade_number_current = ! empty( $service_info['upgrade'] ) ? $service_info['upgrade'] : '0000';
|
75 |
|
76 |
// Exit if the upgrade is not needed or already done
|
77 |
if ( $upgrade_number_current >= $upgrade_number_new ) return;
|
inc/php/versioning.php
CHANGED
@@ -27,7 +27,7 @@ function spacexchimp_p005_versioning() {
|
|
27 |
}
|
28 |
|
29 |
// Get the current plugin version number from the database
|
30 |
-
$version_db = !empty( $info['version'] ) ? $info['version'] : '0';
|
31 |
|
32 |
///////////////////////////////////////////////////////////////////
|
33 |
// FORMATTING NUMBERS //
|
27 |
}
|
28 |
|
29 |
// Get the current plugin version number from the database
|
30 |
+
$version_db = ! empty( $info['version'] ) ? $info['version'] : '0';
|
31 |
|
32 |
///////////////////////////////////////////////////////////////////
|
33 |
// FORMATTING NUMBERS //
|
languages/social-media-buttons-toolbar-de_DE.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-de_DE.po
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator: Arthur Gareginyan
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
-
"X-Generator: Poedit 3.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -103,7 +103,7 @@ msgstr "Verwendung"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Unterstützung"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Hilfe"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Spende mit PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Danke für Ihre Unterstützung!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Änderungen speichern"
|
529 |
|
@@ -571,99 +571,99 @@ msgstr "Icon Größe"
|
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Geben Sie die Größe der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
|
573 |
|
574 |
-
#: inc/php/tabs/settings.php:
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/tabs/settings.php:
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/tabs/settings.php:
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Geben Sie die Größe des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
|
585 |
|
586 |
-
#: inc/php/tabs/settings.php:
|
587 |
msgid "Left"
|
588 |
msgstr "Links"
|
589 |
|
590 |
-
#: inc/php/tabs/settings.php:
|
591 |
msgid "Center"
|
592 |
msgstr "Mittig"
|
593 |
|
594 |
-
#: inc/php/tabs/settings.php:
|
595 |
msgid "Right"
|
596 |
msgstr "Rechts"
|
597 |
|
598 |
-
#: inc/php/tabs/settings.php:
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/tabs/settings.php:
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/tabs/settings.php:
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/tabs/settings.php:
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Öffne in neuem Tab"
|
613 |
|
614 |
-
#: inc/php/tabs/settings.php:
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Links in einem neuen Tab/Fenster öffnen."
|
617 |
|
618 |
-
#: inc/php/tabs/settings.php:
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/tabs/settings.php:
|
623 |
msgid "Caption"
|
624 |
msgstr "Überschrift"
|
625 |
|
626 |
-
#: inc/php/tabs/settings.php:
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
|
629 |
|
630 |
-
#: inc/php/tabs/settings.php:
|
631 |
msgid "Tooltips"
|
632 |
msgstr "Tooltip"
|
633 |
|
634 |
-
#: inc/php/tabs/settings.php:
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "In Posts anzeigen"
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Auf Seiten anzeigen"
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Live preview"
|
664 |
msgstr "Live vorschau"
|
665 |
|
666 |
-
#: inc/php/tabs/settings.php:
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
|
669 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2022-10-14 22:57+0200\n"
|
7 |
+
"PO-Revision-Date: 2022-10-14 22:57+0200\n"
|
8 |
+
"Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
+
"X-Generator: Poedit 3.1.1\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
107 |
msgid "Support"
|
108 |
msgstr "Unterstützung"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Wenn Sie Fragen haben, lesen Sie bitte auch die Fragen im FAQ Bereich."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Spende mit PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Danke für Ihre Unterstützung!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Aber bitte bedenken Sie, dass dieses Plugin kostenlos ist. Es gibt kein Support Team, deshalb habe wir keine Möglichkeit jedem zu antworten."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
527 |
msgid "Save changes"
|
528 |
msgstr "Änderungen speichern"
|
529 |
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Geben Sie die Größe der Icons (in Pixeln) der \"social media follow buttons bar\" ein."
|
573 |
|
574 |
+
#: inc/php/tabs/settings.php:88
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/tabs/settings.php:91
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/php/tabs/settings.php:92
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Geben Sie die Größe des Zwischenraums (in Pixeln) zwischen den Icons der \"social media follow buttons bar\" ein."
|
585 |
|
586 |
+
#: inc/php/tabs/settings.php:96
|
587 |
msgid "Left"
|
588 |
msgstr "Links"
|
589 |
|
590 |
+
#: inc/php/tabs/settings.php:97
|
591 |
msgid "Center"
|
592 |
msgstr "Mittig"
|
593 |
|
594 |
+
#: inc/php/tabs/settings.php:98
|
595 |
msgid "Right"
|
596 |
msgstr "Rechts"
|
597 |
|
598 |
+
#: inc/php/tabs/settings.php:100
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: inc/php/tabs/settings.php:101
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: inc/php/tabs/settings.php:105
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/tabs/settings.php:108
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Öffne in neuem Tab"
|
613 |
|
614 |
+
#: inc/php/tabs/settings.php:109
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Links in einem neuen Tab/Fenster öffnen."
|
617 |
|
618 |
+
#: inc/php/tabs/settings.php:112
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: inc/php/tabs/settings.php:115
|
623 |
msgid "Caption"
|
624 |
msgstr "Überschrift"
|
625 |
|
626 |
+
#: inc/php/tabs/settings.php:116
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Fügen Sie die Überschrift zu Ihrer \"social media follow buttons bar\" hinzu. Diese wird vor der Toolbar angezeigt."
|
629 |
|
630 |
+
#: inc/php/tabs/settings.php:120
|
631 |
msgid "Tooltips"
|
632 |
msgstr "Tooltip"
|
633 |
|
634 |
+
#: inc/php/tabs/settings.php:121
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Aktivieren Sie einen Tooltip mit dem Namen des sozialen Netzwerks über jedem Button."
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:129
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:131
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: inc/php/tabs/settings.php:135
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "In Posts anzeigen"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:136
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:139
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Auf Seiten anzeigen"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:140
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:161
|
663 |
msgid "Live preview"
|
664 |
msgstr "Live vorschau"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:163
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Klicken Sie den Button \"Änderungen speichern\" um die Vorschau zu aktualisieren."
|
669 |
|
languages/social-media-buttons-toolbar-es_ES.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-es_ES.po
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator: Arthur Gareginyan
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
-
"X-Generator: Poedit 3.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -103,7 +103,7 @@ msgstr "Uso"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "Preguntas ?"
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Soporte"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Ayuda"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
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."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Donar con PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "¡Gracias por tu apoyo!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Puede hacer su pregunta en %s esta página %s."
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Guardar cambios"
|
529 |
|
@@ -571,99 +571,99 @@ msgstr "Tamaño de ícono"
|
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
|
573 |
|
574 |
-
#: inc/php/tabs/settings.php:
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/tabs/settings.php:
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/tabs/settings.php:
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
|
585 |
|
586 |
-
#: inc/php/tabs/settings.php:
|
587 |
msgid "Left"
|
588 |
msgstr "Izquierda"
|
589 |
|
590 |
-
#: inc/php/tabs/settings.php:
|
591 |
msgid "Center"
|
592 |
msgstr "Centro"
|
593 |
|
594 |
-
#: inc/php/tabs/settings.php:
|
595 |
msgid "Right"
|
596 |
msgstr "Derecha"
|
597 |
|
598 |
-
#: inc/php/tabs/settings.php:
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/tabs/settings.php:
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/tabs/settings.php:
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/tabs/settings.php:
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Abrir en una nueva pestaña"
|
613 |
|
614 |
-
#: inc/php/tabs/settings.php:
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Abrir enlaces en una nueva pestaña/ventana."
|
617 |
|
618 |
-
#: inc/php/tabs/settings.php:
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/tabs/settings.php:
|
623 |
msgid "Caption"
|
624 |
msgstr "Leyenda"
|
625 |
|
626 |
-
#: inc/php/tabs/settings.php:
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
|
629 |
|
630 |
-
#: inc/php/tabs/settings.php:
|
631 |
msgid "Tooltips"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: inc/php/tabs/settings.php:
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Mostrar en Entradas"
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Mostrar en Páginas"
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Live preview"
|
664 |
msgstr "Vista previa"
|
665 |
|
666 |
-
#: inc/php/tabs/settings.php:
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
|
669 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2022-10-14 22:58+0200\n"
|
7 |
+
"PO-Revision-Date: 2022-10-14 22:58+0200\n"
|
8 |
+
"Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
+
"X-Generator: Poedit 3.1.1\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "Preguntas ?"
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
107 |
msgid "Support"
|
108 |
msgstr "Soporte"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Si tiene alguna pregunta, lee la información en la sección de preguntas frecuentes."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
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."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Donar con PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "¡Gracias por tu apoyo!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Pero ten en cuenta que este complemento es gratuito, y no hay un equipo de soporte especial, así que no tenemos forma de responder a todos."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
527 |
msgid "Save changes"
|
528 |
msgstr "Guardar cambios"
|
529 |
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media."
|
573 |
|
574 |
+
#: inc/php/tabs/settings.php:88
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/tabs/settings.php:91
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/php/tabs/settings.php:92
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media."
|
585 |
|
586 |
+
#: inc/php/tabs/settings.php:96
|
587 |
msgid "Left"
|
588 |
msgstr "Izquierda"
|
589 |
|
590 |
+
#: inc/php/tabs/settings.php:97
|
591 |
msgid "Center"
|
592 |
msgstr "Centro"
|
593 |
|
594 |
+
#: inc/php/tabs/settings.php:98
|
595 |
msgid "Right"
|
596 |
msgstr "Derecha"
|
597 |
|
598 |
+
#: inc/php/tabs/settings.php:100
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: inc/php/tabs/settings.php:101
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: inc/php/tabs/settings.php:105
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/tabs/settings.php:108
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Abrir en una nueva pestaña"
|
613 |
|
614 |
+
#: inc/php/tabs/settings.php:109
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Abrir enlaces en una nueva pestaña/ventana."
|
617 |
|
618 |
+
#: inc/php/tabs/settings.php:112
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: inc/php/tabs/settings.php:115
|
623 |
msgid "Caption"
|
624 |
msgstr "Leyenda"
|
625 |
|
626 |
+
#: inc/php/tabs/settings.php:116
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de la barra de botones."
|
629 |
|
630 |
+
#: inc/php/tabs/settings.php:120
|
631 |
msgid "Tooltips"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: inc/php/tabs/settings.php:121
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:129
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:131
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: inc/php/tabs/settings.php:135
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Mostrar en Entradas"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:136
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:139
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Mostrar en Páginas"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:140
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:161
|
663 |
msgid "Live preview"
|
664 |
msgstr "Vista previa"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:163
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Has clic en el botón \"Guardar cambios\" para actualizar esta vista previa."
|
669 |
|
languages/social-media-buttons-toolbar-fr_FR.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-fr_FR.po
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator: Arthur Gareginyan
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
-
"X-Generator: Poedit 3.
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
@@ -102,7 +102,7 @@ msgstr "Utilisation"
|
|
102 |
msgid "F.A.Q."
|
103 |
msgstr "FAQ."
|
104 |
|
105 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
106 |
msgid "Support"
|
107 |
msgstr "Support"
|
108 |
|
@@ -130,16 +130,16 @@ msgstr "Aide"
|
|
130 |
msgid "If you have a question, please read the information in the FAQ section."
|
131 |
msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
|
132 |
|
133 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
134 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
135 |
msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
136 |
|
137 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
138 |
#: inc/php/tabs/support.php:25
|
139 |
msgid "Donate with PayPal"
|
140 |
msgstr "Faire un don avec PayPal"
|
141 |
|
142 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
143 |
msgid "Thanks for your support!"
|
144 |
msgstr "Merci pour votre soutien!"
|
145 |
|
@@ -522,7 +522,7 @@ msgstr "Vous pouvez poser votre question sur %s cette page %s."
|
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
526 |
msgid "Save changes"
|
527 |
msgstr "Enregistrer les modifications"
|
528 |
|
@@ -570,99 +570,99 @@ msgstr ""
|
|
570 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: inc/php/tabs/settings.php:
|
574 |
msgid "Positioning"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: inc/php/tabs/settings.php:
|
578 |
msgid "Button margin"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: inc/php/tabs/settings.php:
|
582 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: inc/php/tabs/settings.php:
|
586 |
msgid "Left"
|
587 |
msgstr "Gauche"
|
588 |
|
589 |
-
#: inc/php/tabs/settings.php:
|
590 |
msgid "Center"
|
591 |
msgstr "Centre"
|
592 |
|
593 |
-
#: inc/php/tabs/settings.php:
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: inc/php/tabs/settings.php:
|
598 |
msgid "Buttons bar alignment"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: inc/php/tabs/settings.php:
|
602 |
msgid "You can choose the alignment of the entire buttons bar."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/php/tabs/settings.php:
|
606 |
msgid "Links open method"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/php/tabs/settings.php:
|
610 |
msgid "Open in new tab"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/php/tabs/settings.php:
|
614 |
msgid "Open links in a new tab/window."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/php/tabs/settings.php:
|
618 |
msgid "Additional"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/php/tabs/settings.php:
|
622 |
msgid "Caption"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/php/tabs/settings.php:
|
626 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/php/tabs/settings.php:
|
630 |
msgid "Tooltips"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/php/tabs/settings.php:
|
634 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/php/tabs/settings.php:
|
638 |
msgid "Autoload"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/php/tabs/settings.php:
|
642 |
msgid "Here you can configure the autoload."
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: inc/php/tabs/settings.php:
|
646 |
msgid "Show on Posts"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/php/tabs/settings.php:
|
650 |
msgid "Automatically display the buttons bar below content on Posts."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/php/tabs/settings.php:
|
654 |
msgid "Show on Pages"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/php/tabs/settings.php:
|
658 |
msgid "Automatically display the buttons bar below content on Pages."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/php/tabs/settings.php:
|
662 |
msgid "Live preview"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: inc/php/tabs/settings.php:
|
666 |
msgid "Click the \"Save changes\" button to update this preview."
|
667 |
msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
|
668 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2022-10-14 22:58+0200\n"
|
7 |
+
"PO-Revision-Date: 2022-10-14 22:58+0200\n"
|
8 |
+
"Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
+
"X-Generator: Poedit 3.1.1\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
102 |
msgid "F.A.Q."
|
103 |
msgstr "FAQ."
|
104 |
|
105 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
106 |
msgid "Support"
|
107 |
msgstr "Support"
|
108 |
|
130 |
msgid "If you have a question, please read the information in the FAQ section."
|
131 |
msgstr "Si vous avez une question, veuillez lire les informations dans la section FAQ."
|
132 |
|
133 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
134 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
135 |
msgstr "Toute contribution même minime nous aident à couvrir nos frais et nous laisse plus de temps pour ajouter des fonctionnalités que les utilisateurs comme vous apprécient."
|
136 |
|
137 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
138 |
#: inc/php/tabs/support.php:25
|
139 |
msgid "Donate with PayPal"
|
140 |
msgstr "Faire un don avec PayPal"
|
141 |
|
142 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
143 |
msgid "Thanks for your support!"
|
144 |
msgstr "Merci pour votre soutien!"
|
145 |
|
522 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
526 |
msgid "Save changes"
|
527 |
msgstr "Enregistrer les modifications"
|
528 |
|
570 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: inc/php/tabs/settings.php:88
|
574 |
msgid "Positioning"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/php/tabs/settings.php:91
|
578 |
msgid "Button margin"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: inc/php/tabs/settings.php:92
|
582 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/php/tabs/settings.php:96
|
586 |
msgid "Left"
|
587 |
msgstr "Gauche"
|
588 |
|
589 |
+
#: inc/php/tabs/settings.php:97
|
590 |
msgid "Center"
|
591 |
msgstr "Centre"
|
592 |
|
593 |
+
#: inc/php/tabs/settings.php:98
|
594 |
msgid "Right"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/php/tabs/settings.php:100
|
598 |
msgid "Buttons bar alignment"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: inc/php/tabs/settings.php:101
|
602 |
msgid "You can choose the alignment of the entire buttons bar."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/php/tabs/settings.php:105
|
606 |
msgid "Links open method"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/php/tabs/settings.php:108
|
610 |
msgid "Open in new tab"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/php/tabs/settings.php:109
|
614 |
msgid "Open links in a new tab/window."
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/php/tabs/settings.php:112
|
618 |
msgid "Additional"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/php/tabs/settings.php:115
|
622 |
msgid "Caption"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/php/tabs/settings.php:116
|
626 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/php/tabs/settings.php:120
|
630 |
msgid "Tooltips"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: inc/php/tabs/settings.php:121
|
634 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/php/tabs/settings.php:129
|
638 |
msgid "Autoload"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/php/tabs/settings.php:131
|
642 |
msgid "Here you can configure the autoload."
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/php/tabs/settings.php:135
|
646 |
msgid "Show on Posts"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/php/tabs/settings.php:136
|
650 |
msgid "Automatically display the buttons bar below content on Posts."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/php/tabs/settings.php:139
|
654 |
msgid "Show on Pages"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/php/tabs/settings.php:140
|
658 |
msgid "Automatically display the buttons bar below content on Pages."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/php/tabs/settings.php:161
|
662 |
msgid "Live preview"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/php/tabs/settings.php:163
|
666 |
msgid "Click the \"Save changes\" button to update this preview."
|
667 |
msgstr "Cliquez sur le bouton \"Enregistrer les modifications\" pour mettre à jour cet aperçu."
|
668 |
|
languages/social-media-buttons-toolbar-nl_NL.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-nl_NL.po
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator: Arthur Gareginyan
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Generator: Poedit 3.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -103,7 +103,7 @@ msgstr "Gebruik"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Ondersteuning"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Helpen"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Doneer via PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Bedankt voor uw steun!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Je kunt je vraag op %s deze pagina %s stellen."
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Wijzigingen opslaan"
|
529 |
|
@@ -571,99 +571,99 @@ msgstr ""
|
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: inc/php/tabs/settings.php:
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/tabs/settings.php:
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/tabs/settings.php:
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: inc/php/tabs/settings.php:
|
587 |
msgid "Left"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: inc/php/tabs/settings.php:
|
591 |
msgid "Center"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: inc/php/tabs/settings.php:
|
595 |
msgid "Right"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: inc/php/tabs/settings.php:
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/tabs/settings.php:
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/tabs/settings.php:
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/tabs/settings.php:
|
611 |
msgid "Open in new tab"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: inc/php/tabs/settings.php:
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: inc/php/tabs/settings.php:
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/tabs/settings.php:
|
623 |
msgid "Caption"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: inc/php/tabs/settings.php:
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: inc/php/tabs/settings.php:
|
631 |
msgid "Tooltips"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: inc/php/tabs/settings.php:
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Show on Posts"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Show on Pages"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Live preview"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: inc/php/tabs/settings.php:
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr ""
|
669 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2022-10-14 22:58+0200\n"
|
7 |
+
"PO-Revision-Date: 2022-10-14 22:58+0200\n"
|
8 |
+
"Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Generator: Poedit 3.1.1\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
107 |
msgid "Support"
|
108 |
msgstr "Ondersteuning"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Als je een vraag hebt, lees dan de informatie in de FAQ-sectie."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Doneer via PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Bedankt voor uw steun!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Maar houd er rekening mee dat deze plug-in gratis is en er geen speciaal ondersteuningsteam is, dus we kunnen niet iedereen antwoorden."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
527 |
msgid "Save changes"
|
528 |
msgstr "Wijzigingen opslaan"
|
529 |
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: inc/php/tabs/settings.php:88
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/tabs/settings.php:91
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/php/tabs/settings.php:92
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: inc/php/tabs/settings.php:96
|
587 |
msgid "Left"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: inc/php/tabs/settings.php:97
|
591 |
msgid "Center"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: inc/php/tabs/settings.php:98
|
595 |
msgid "Right"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: inc/php/tabs/settings.php:100
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: inc/php/tabs/settings.php:101
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: inc/php/tabs/settings.php:105
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/tabs/settings.php:108
|
611 |
msgid "Open in new tab"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: inc/php/tabs/settings.php:109
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: inc/php/tabs/settings.php:112
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: inc/php/tabs/settings.php:115
|
623 |
msgid "Caption"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: inc/php/tabs/settings.php:116
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: inc/php/tabs/settings.php:120
|
631 |
msgid "Tooltips"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: inc/php/tabs/settings.php:121
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:129
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:131
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: inc/php/tabs/settings.php:135
|
647 |
msgid "Show on Posts"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:136
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:139
|
655 |
msgid "Show on Pages"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:140
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:161
|
663 |
msgid "Live preview"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:163
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr ""
|
669 |
|
languages/social-media-buttons-toolbar-ru_RU.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-ru_RU.po
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
-
"Last-Translator: Arthur Gareginyan
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
15 |
-
"X-Generator: Poedit 3.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -103,7 +103,7 @@ msgstr "Применение"
|
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
107 |
msgid "Support"
|
108 |
msgstr "Поддержка"
|
109 |
|
@@ -131,16 +131,16 @@ msgstr "Помощь"
|
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
133 |
|
134 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
137 |
|
138 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Пожертвовать через PayPal"
|
142 |
|
143 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Спасибо за вашу поддержку!"
|
146 |
|
@@ -523,7 +523,7 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
|
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
525 |
|
526 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
527 |
msgid "Save changes"
|
528 |
msgstr "Сохранить изменения"
|
529 |
|
@@ -571,99 +571,99 @@ msgstr "Размер иконки"
|
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
573 |
|
574 |
-
#: inc/php/tabs/settings.php:
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: inc/php/tabs/settings.php:
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/php/tabs/settings.php:
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
|
585 |
|
586 |
-
#: inc/php/tabs/settings.php:
|
587 |
msgid "Left"
|
588 |
msgstr "Слева"
|
589 |
|
590 |
-
#: inc/php/tabs/settings.php:
|
591 |
msgid "Center"
|
592 |
msgstr "По центру"
|
593 |
|
594 |
-
#: inc/php/tabs/settings.php:
|
595 |
msgid "Right"
|
596 |
msgstr "Справа"
|
597 |
|
598 |
-
#: inc/php/tabs/settings.php:
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: inc/php/tabs/settings.php:
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: inc/php/tabs/settings.php:
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: inc/php/tabs/settings.php:
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Открыть в новой вкладке"
|
613 |
|
614 |
-
#: inc/php/tabs/settings.php:
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Открывать ссылки в новом окне/вкладке."
|
617 |
|
618 |
-
#: inc/php/tabs/settings.php:
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: inc/php/tabs/settings.php:
|
623 |
msgid "Caption"
|
624 |
msgstr "Заголовок"
|
625 |
|
626 |
-
#: inc/php/tabs/settings.php:
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
|
629 |
|
630 |
-
#: inc/php/tabs/settings.php:
|
631 |
msgid "Tooltips"
|
632 |
msgstr "Подсказки"
|
633 |
|
634 |
-
#: inc/php/tabs/settings.php:
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
|
637 |
|
638 |
-
#: inc/php/tabs/settings.php:
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: inc/php/tabs/settings.php:
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: inc/php/tabs/settings.php:
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Показывать в записях"
|
649 |
|
650 |
-
#: inc/php/tabs/settings.php:
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: inc/php/tabs/settings.php:
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Показывать на страницах"
|
657 |
|
658 |
-
#: inc/php/tabs/settings.php:
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: inc/php/tabs/settings.php:
|
663 |
msgid "Live preview"
|
664 |
msgstr "Просмотр в реальном времени"
|
665 |
|
666 |
-
#: inc/php/tabs/settings.php:
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
669 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
6 |
+
"POT-Creation-Date: 2022-10-14 22:58+0200\n"
|
7 |
+
"PO-Revision-Date: 2022-10-14 22:58+0200\n"
|
8 |
+
"Last-Translator: Arthur Gareginyan <arthurgareginyan@gmail.com>\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
15 |
+
"X-Generator: Poedit 3.1.1\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
103 |
msgid "F.A.Q."
|
104 |
msgstr "F.A.Q."
|
105 |
|
106 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
107 |
msgid "Support"
|
108 |
msgstr "Поддержка"
|
109 |
|
131 |
msgid "If you have a question, please read the information in the FAQ section."
|
132 |
msgstr "Если у вас есть вопрос, пожалуйста ознакомьтесь с информацией в разделе FAQ."
|
133 |
|
134 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
135 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
136 |
msgstr "Каждый небольшой вклад помогает покрыть наши расходы и позволяет нам тратить больше времени на создание вещей, которыми могут наслаждаться удивительные люди, такие как вы."
|
137 |
|
138 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
139 |
#: inc/php/tabs/support.php:25
|
140 |
msgid "Donate with PayPal"
|
141 |
msgstr "Пожертвовать через PayPal"
|
142 |
|
143 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
144 |
msgid "Thanks for your support!"
|
145 |
msgstr "Спасибо за вашу поддержку!"
|
146 |
|
523 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
524 |
msgstr "Но имейте в виду, что этот плагин является бесплатным и без специальной поддержки, поэтому у нас нет возможности ответить на все вопросы."
|
525 |
|
526 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
527 |
msgid "Save changes"
|
528 |
msgstr "Сохранить изменения"
|
529 |
|
571 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
572 |
msgstr "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
|
573 |
|
574 |
+
#: inc/php/tabs/settings.php:88
|
575 |
msgid "Positioning"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: inc/php/tabs/settings.php:91
|
579 |
msgid "Button margin"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/php/tabs/settings.php:92
|
583 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
584 |
msgstr "Введите размер пробела (в пикселях) между значками в социальных сетях."
|
585 |
|
586 |
+
#: inc/php/tabs/settings.php:96
|
587 |
msgid "Left"
|
588 |
msgstr "Слева"
|
589 |
|
590 |
+
#: inc/php/tabs/settings.php:97
|
591 |
msgid "Center"
|
592 |
msgstr "По центру"
|
593 |
|
594 |
+
#: inc/php/tabs/settings.php:98
|
595 |
msgid "Right"
|
596 |
msgstr "Справа"
|
597 |
|
598 |
+
#: inc/php/tabs/settings.php:100
|
599 |
msgid "Buttons bar alignment"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: inc/php/tabs/settings.php:101
|
603 |
msgid "You can choose the alignment of the entire buttons bar."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: inc/php/tabs/settings.php:105
|
607 |
msgid "Links open method"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: inc/php/tabs/settings.php:108
|
611 |
msgid "Open in new tab"
|
612 |
msgstr "Открыть в новой вкладке"
|
613 |
|
614 |
+
#: inc/php/tabs/settings.php:109
|
615 |
msgid "Open links in a new tab/window."
|
616 |
msgstr "Открывать ссылки в новом окне/вкладке."
|
617 |
|
618 |
+
#: inc/php/tabs/settings.php:112
|
619 |
msgid "Additional"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: inc/php/tabs/settings.php:115
|
623 |
msgid "Caption"
|
624 |
msgstr "Заголовок"
|
625 |
|
626 |
+
#: inc/php/tabs/settings.php:116
|
627 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
628 |
msgstr "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает над панелью."
|
629 |
|
630 |
+
#: inc/php/tabs/settings.php:120
|
631 |
msgid "Tooltips"
|
632 |
msgstr "Подсказки"
|
633 |
|
634 |
+
#: inc/php/tabs/settings.php:121
|
635 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
636 |
msgstr "Включить всплывающие подсказки с именем социальных сетей над каждой кнопкой."
|
637 |
|
638 |
+
#: inc/php/tabs/settings.php:129
|
639 |
msgid "Autoload"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: inc/php/tabs/settings.php:131
|
643 |
msgid "Here you can configure the autoload."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: inc/php/tabs/settings.php:135
|
647 |
msgid "Show on Posts"
|
648 |
msgstr "Показывать в записях"
|
649 |
|
650 |
+
#: inc/php/tabs/settings.php:136
|
651 |
msgid "Automatically display the buttons bar below content on Posts."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: inc/php/tabs/settings.php:139
|
655 |
msgid "Show on Pages"
|
656 |
msgstr "Показывать на страницах"
|
657 |
|
658 |
+
#: inc/php/tabs/settings.php:140
|
659 |
msgid "Automatically display the buttons bar below content on Pages."
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: inc/php/tabs/settings.php:161
|
663 |
msgid "Live preview"
|
664 |
msgstr "Просмотр в реальном времени"
|
665 |
|
666 |
+
#: inc/php/tabs/settings.php:163
|
667 |
msgid "Click the \"Save changes\" button to update this preview."
|
668 |
msgstr "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
|
669 |
|
languages/social-media-buttons-toolbar.pot
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
#, fuzzy
|
2 |
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:
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"
|
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -101,7 +101,7 @@ msgstr ""
|
|
101 |
msgid "F.A.Q."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:
|
105 |
msgid "Support"
|
106 |
msgstr ""
|
107 |
|
@@ -129,16 +129,16 @@ msgstr ""
|
|
129 |
msgid "If you have a question, please read the information in the FAQ section."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:
|
133 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:
|
137 |
#: inc/php/tabs/support.php:25
|
138 |
msgid "Donate with PayPal"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:
|
142 |
msgid "Thanks for your support!"
|
143 |
msgstr ""
|
144 |
|
@@ -521,7 +521,7 @@ msgstr ""
|
|
521 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:
|
525 |
msgid "Save changes"
|
526 |
msgstr ""
|
527 |
|
@@ -569,99 +569,99 @@ msgstr ""
|
|
569 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: inc/php/tabs/settings.php:
|
573 |
msgid "Positioning"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: inc/php/tabs/settings.php:
|
577 |
msgid "Button margin"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: inc/php/tabs/settings.php:
|
581 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: inc/php/tabs/settings.php:
|
585 |
msgid "Left"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: inc/php/tabs/settings.php:
|
589 |
msgid "Center"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: inc/php/tabs/settings.php:
|
593 |
msgid "Right"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: inc/php/tabs/settings.php:
|
597 |
msgid "Buttons bar alignment"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: inc/php/tabs/settings.php:
|
601 |
msgid "You can choose the alignment of the entire buttons bar."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: inc/php/tabs/settings.php:
|
605 |
msgid "Links open method"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: inc/php/tabs/settings.php:
|
609 |
msgid "Open in new tab"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: inc/php/tabs/settings.php:
|
613 |
msgid "Open links in a new tab/window."
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: inc/php/tabs/settings.php:
|
617 |
msgid "Additional"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: inc/php/tabs/settings.php:
|
621 |
msgid "Caption"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: inc/php/tabs/settings.php:
|
625 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: inc/php/tabs/settings.php:
|
629 |
msgid "Tooltips"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: inc/php/tabs/settings.php:
|
633 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: inc/php/tabs/settings.php:
|
637 |
msgid "Autoload"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: inc/php/tabs/settings.php:
|
641 |
msgid "Here you can configure the autoload."
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: inc/php/tabs/settings.php:
|
645 |
msgid "Show on Posts"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: inc/php/tabs/settings.php:
|
649 |
msgid "Automatically display the buttons bar below content on Posts."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: inc/php/tabs/settings.php:
|
653 |
msgid "Show on Pages"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: inc/php/tabs/settings.php:
|
657 |
msgid "Automatically display the buttons bar below content on Pages."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: inc/php/tabs/settings.php:
|
661 |
msgid "Live preview"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: inc/php/tabs/settings.php:
|
665 |
msgid "Click the \"Save changes\" button to update this preview."
|
666 |
msgstr ""
|
667 |
|
1 |
#, fuzzy
|
2 |
msgid ""
|
3 |
msgstr ""
|
|
|
4 |
"Project-Id-Version: Social Media Follow Buttons Bar\n"
|
5 |
+
"POT-Creation-Date: 2022-10-14 22:58+0200\n"
|
6 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
13 |
+
"X-Generator: Poedit 3.1.1\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: social-media-buttons-toolbar.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
101 |
msgid "F.A.Q."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: inc/php/page.php:46 inc/php/sidebar.php:56 inc/php/tabs/settings.php:171
|
105 |
msgid "Support"
|
106 |
msgstr ""
|
107 |
|
129 |
msgid "If you have a question, please read the information in the FAQ section."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/php/sidebar.php:58 inc/php/tabs/settings.php:173
|
133 |
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/php/sidebar.php:63 inc/php/tabs/settings.php:178
|
137 |
#: inc/php/tabs/support.php:25
|
138 |
msgid "Donate with PayPal"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: inc/php/sidebar.php:65 inc/php/tabs/settings.php:180
|
142 |
msgid "Thanks for your support!"
|
143 |
msgstr ""
|
144 |
|
521 |
msgid "But please keep in mind that this plugin is free, and there is no a special support team, so we have no way to answer everyone."
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: inc/php/tabs/settings.php:22 inc/php/tabs/settings.php:156
|
525 |
msgid "Save changes"
|
526 |
msgstr ""
|
527 |
|
569 |
msgid "You can choose the size of the buttons (in pixels). Default is 64 pixels."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: inc/php/tabs/settings.php:88
|
573 |
msgid "Positioning"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: inc/php/tabs/settings.php:91
|
577 |
msgid "Button margin"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: inc/php/tabs/settings.php:92
|
581 |
msgid "You can choose the size of the space (in pixels) between each button. Default is 10 pixels."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: inc/php/tabs/settings.php:96
|
585 |
msgid "Left"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: inc/php/tabs/settings.php:97
|
589 |
msgid "Center"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: inc/php/tabs/settings.php:98
|
593 |
msgid "Right"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: inc/php/tabs/settings.php:100
|
597 |
msgid "Buttons bar alignment"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: inc/php/tabs/settings.php:101
|
601 |
msgid "You can choose the alignment of the entire buttons bar."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: inc/php/tabs/settings.php:105
|
605 |
msgid "Links open method"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: inc/php/tabs/settings.php:108
|
609 |
msgid "Open in new tab"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: inc/php/tabs/settings.php:109
|
613 |
msgid "Open links in a new tab/window."
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: inc/php/tabs/settings.php:112
|
617 |
msgid "Additional"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: inc/php/tabs/settings.php:115
|
621 |
msgid "Caption"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: inc/php/tabs/settings.php:116
|
625 |
msgid "Enter the caption to your social media follow buttons bar. It will be displayed above the buttons bar."
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: inc/php/tabs/settings.php:120
|
629 |
msgid "Tooltips"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: inc/php/tabs/settings.php:121
|
633 |
msgid "Enable tooltips with the name of social media that will be displayed next to each button."
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: inc/php/tabs/settings.php:129
|
637 |
msgid "Autoload"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: inc/php/tabs/settings.php:131
|
641 |
msgid "Here you can configure the autoload."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: inc/php/tabs/settings.php:135
|
645 |
msgid "Show on Posts"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: inc/php/tabs/settings.php:136
|
649 |
msgid "Automatically display the buttons bar below content on Posts."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: inc/php/tabs/settings.php:139
|
653 |
msgid "Show on Pages"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: inc/php/tabs/settings.php:140
|
657 |
msgid "Automatically display the buttons bar below content on Pages."
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: inc/php/tabs/settings.php:161
|
661 |
msgid "Live preview"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: inc/php/tabs/settings.php:163
|
665 |
msgid "Click the \"Save changes\" button to update this preview."
|
666 |
msgstr ""
|
667 |
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: Arthur Gareginyan
|
|
3 |
Tags: tiktok, likee, qzone, snapchat, twitch, icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, flickr, twitter, google plus, youtube, google-play, telegram, patreon, imdb, bloglovin, kompoz, steam, beam, discord, ebay, etsy
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 4.9
|
6 |
-
Tested up to:
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag:
|
9 |
License: GPL3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -338,6 +338,29 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
338 |
|
339 |
== Changelog ==
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
= 4.73 - Sep 6, 2021 =
|
342 |
* Fixed: Strange behavior of the toggle switches (ON/OFF buttons) on the plugin settings page. (Thanks to Werner Krauß)
|
343 |
|
3 |
Tags: tiktok, likee, qzone, snapchat, twitch, icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, flickr, twitter, google plus, youtube, google-play, telegram, patreon, imdb, bloglovin, kompoz, steam, beam, discord, ebay, etsy
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 4.9
|
6 |
+
Tested up to: 6.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 5.0
|
9 |
License: GPL3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
338 |
|
339 |
== Changelog ==
|
340 |
|
341 |
+
= 5.0 - Okt 14, 2022 =
|
342 |
+
* Maintenance: Ensure compatibility with WordPress 6.
|
343 |
+
* Security improvement: Fixed the Authenticated (admin+) Stored Cross-Site Scripting (XSS) vulnerability.
|
344 |
+
* Security improvement: Processing of options has been improved. All data is now sanitized and validated before use.
|
345 |
+
* Security improvement: Prevent direct access to the "inc/php/options.php" file.
|
346 |
+
* Fixed: Prints a warning: "Warning: A non-numeric value encountered in /inc/php/enqueue.php on line 31".
|
347 |
+
* Fixed: Some options were not saved in the database due to the limitation of the PHP directive max_input_vars=1000.
|
348 |
+
* Maintenance: Processing of options has been improved. Direct retrieving of options from the database is replaced by the "_options" callback.
|
349 |
+
* Maintenance: Processing of options has been improved. The "_options" function has been rewritten.
|
350 |
+
* Maintenance: Processing of options has been improved. Explicit type definition technique is now used in variable declarations.
|
351 |
+
* Maintenance: The "inc/php/items-handler.php" file has been added.
|
352 |
+
* Maintenance: The "_get_items_all_slug" function has been added to the "inc/php/items-handler.php" file.
|
353 |
+
* Maintenance: The "_get_media_pairs_media" function has been renamed to "_get_items_media_pairs".
|
354 |
+
* Maintenance: The "_get_media_pairs_additional" function has been renamed to "_get_items_additional_pairs".
|
355 |
+
* Maintenance: The "_generator" function has been rewritten.
|
356 |
+
* Maintenance: The "_shortcode" function has been rewritten.
|
357 |
+
* Maintenance: The "_autoload" function has been rewritten.
|
358 |
+
* Maintenance: The contents of PHP files have been optimised; Code formatting and commenting improved.
|
359 |
+
* Maintenance: The "_test" function has been added to the "inc/php/options.php" file for development/testing purposes. It writes the options to a text file for the visualisation of options processing.
|
360 |
+
* Maintenance: Code formatting and commenting improved.
|
361 |
+
* Maintenance: The Support and Store tabs are disabled.
|
362 |
+
* Maintenance: The copyright date updated to support the 2022 year.
|
363 |
+
|
364 |
= 4.73 - Sep 6, 2021 =
|
365 |
* Fixed: Strange behavior of the toggle switches (ON/OFF buttons) on the plugin settings page. (Thanks to Werner Krauß)
|
366 |
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version:
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
-
* Copyright 2015-
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
@@ -96,11 +96,12 @@ $plugin = spacexchimp_p005_plugin();
|
|
96 |
* Load the plugin modules
|
97 |
*/
|
98 |
require_once( $plugin['path'] . 'inc/php/core.php' );
|
|
|
|
|
99 |
require_once( $plugin['path'] . 'inc/php/options.php' );
|
100 |
require_once( $plugin['path'] . 'inc/php/upgrade.php' );
|
101 |
require_once( $plugin['path'] . 'inc/php/versioning.php' );
|
102 |
require_once( $plugin['path'] . 'inc/php/enqueue.php' );
|
103 |
-
require_once( $plugin['path'] . 'inc/php/items.php' );
|
104 |
require_once( $plugin['path'] . 'inc/php/functional.php' );
|
105 |
require_once( $plugin['path'] . 'inc/php/controls.php' );
|
106 |
require_once( $plugin['path'] . 'inc/php/page.php' );
|
5 |
* Description: Easily and safely add a smart bar with social media follow buttons (not share, only link to your profiles) to any place (post content, page content, widget, sidebar, header, footer) of your WordPress website.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 5.0
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
+
* Copyright 2015-2022 Space X-Chimp ( website : https://www.spacexchimp.com )
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
96 |
* Load the plugin modules
|
97 |
*/
|
98 |
require_once( $plugin['path'] . 'inc/php/core.php' );
|
99 |
+
require_once( $plugin['path'] . 'inc/php/items.php' );
|
100 |
+
require_once( $plugin['path'] . 'inc/php/items-handler.php' );
|
101 |
require_once( $plugin['path'] . 'inc/php/options.php' );
|
102 |
require_once( $plugin['path'] . 'inc/php/upgrade.php' );
|
103 |
require_once( $plugin['path'] . 'inc/php/versioning.php' );
|
104 |
require_once( $plugin['path'] . 'inc/php/enqueue.php' );
|
|
|
105 |
require_once( $plugin['path'] . 'inc/php/functional.php' );
|
106 |
require_once( $plugin['path'] . 'inc/php/controls.php' );
|
107 |
require_once( $plugin['path'] . 'inc/php/page.php' );
|