Version Description
- 2022-02-18 =
- Bugfix: Typo in Settings.
- Enhancement: Code optimization.
- Enhancement: Update the POT file.
- Compatibility: Compatible with WordPress 5.9
- Compatibility: Compatible with PHP 8.0.13
Download this release
Release Info
| Developer | hiddenpearls |
| Plugin | |
| Version | 4.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 4.0.0 to 4.0.1
- assets/css/admin.css +15 -15
- classes/ssb-admin.php +9 -5
- classes/ssb-logs.php +1 -1
- classes/ssb-settings-strucutre.php +6 -6
- classes/ssb-settings.php +4 -4
- inc/upgrade-routine.php +2 -2
- lang/simple-social-buttons.pot +83 -60
- readme.txt +11 -4
- simple-social-buttons.php +3 -3
assets/css/admin.css
CHANGED
|
@@ -943,18 +943,18 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
| 943 |
|
| 944 |
}
|
| 945 |
|
| 946 |
-
.simplesocial-
|
| 947 |
font-size: 0;
|
| 948 |
margin: 0 -20px;
|
| 949 |
}
|
| 950 |
|
| 951 |
-
.simplesocial-
|
| 952 |
width: 20%;
|
| 953 |
display: inline-block;
|
| 954 |
padding: 0 20px;
|
| 955 |
}
|
| 956 |
|
| 957 |
-
.simplesocial-
|
| 958 |
font-weight: 600;
|
| 959 |
font-size: 14px;
|
| 960 |
color: #444;
|
|
@@ -966,15 +966,15 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
| 966 |
margin-bottom: 40px;
|
| 967 |
}
|
| 968 |
|
| 969 |
-
.simplesocial-
|
| 970 |
border: 1px solid #0085ba;
|
| 971 |
}
|
| 972 |
|
| 973 |
-
.simplesocial-
|
| 974 |
position: relative;
|
| 975 |
}
|
| 976 |
|
| 977 |
-
.simplesocial-
|
| 978 |
position: absolute;
|
| 979 |
top: 50%;
|
| 980 |
left: 50%;
|
|
@@ -1183,11 +1183,11 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
| 1183 |
right: 0;
|
| 1184 |
}
|
| 1185 |
|
| 1186 |
-
.simplesocial-
|
| 1187 |
display: none;
|
| 1188 |
}
|
| 1189 |
|
| 1190 |
-
.simplesocial-
|
| 1191 |
position: absolute;
|
| 1192 |
top: 100%;
|
| 1193 |
left: 50%;
|
|
@@ -1200,12 +1200,12 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
| 1200 |
border: 1px solid #b4b9be;
|
| 1201 |
}
|
| 1202 |
|
| 1203 |
-
.simplesocial-
|
| 1204 |
background: #0085ba;
|
| 1205 |
border-color: #0085ba;
|
| 1206 |
}
|
| 1207 |
|
| 1208 |
-
.simplesocial-
|
| 1209 |
content: "";
|
| 1210 |
width: 10px;
|
| 1211 |
height: 2px;
|
|
@@ -1219,7 +1219,7 @@ div.inside div.simplesocialbuttons-nav li a {
|
|
| 1219 |
z-index: 100;
|
| 1220 |
}
|
| 1221 |
|
| 1222 |
-
.simplesocial-
|
| 1223 |
content: "";
|
| 1224 |
width: 5px;
|
| 1225 |
height: 2px;
|
|
@@ -1849,7 +1849,7 @@ div.inside .simplesocial-form-section ul.options li {
|
|
| 1849 |
}
|
| 1850 |
|
| 1851 |
@media screen and (max-width: 1500px) {
|
| 1852 |
-
.simplesocial-
|
| 1853 |
width: 33.333%;
|
| 1854 |
}
|
| 1855 |
}
|
|
@@ -1861,7 +1861,7 @@ div.inside .simplesocial-form-section ul.options li {
|
|
| 1861 |
}
|
| 1862 |
|
| 1863 |
@media screen and (max-width: 1100px) {
|
| 1864 |
-
.simplesocial-
|
| 1865 |
width: 50%;
|
| 1866 |
}
|
| 1867 |
}
|
|
@@ -1890,12 +1890,12 @@ div.inside .simplesocial-form-section ul.options li {
|
|
| 1890 |
}
|
| 1891 |
|
| 1892 |
@media screen and (max-width: 480px) {
|
| 1893 |
-
.simplesocial-
|
| 1894 |
width: 100%;
|
| 1895 |
max-width: 300px;
|
| 1896 |
}
|
| 1897 |
|
| 1898 |
-
.simplesocial-
|
| 1899 |
text-align: center;
|
| 1900 |
}
|
| 1901 |
|
| 943 |
|
| 944 |
}
|
| 945 |
|
| 946 |
+
.simplesocial-position-outer-wrapper {
|
| 947 |
font-size: 0;
|
| 948 |
margin: 0 -20px;
|
| 949 |
}
|
| 950 |
|
| 951 |
+
.simplesocial-position-outer {
|
| 952 |
width: 20%;
|
| 953 |
display: inline-block;
|
| 954 |
padding: 0 20px;
|
| 955 |
}
|
| 956 |
|
| 957 |
+
.simplesocial-position-outer label {
|
| 958 |
font-weight: 600;
|
| 959 |
font-size: 14px;
|
| 960 |
color: #444;
|
| 966 |
margin-bottom: 40px;
|
| 967 |
}
|
| 968 |
|
| 969 |
+
.simplesocial-position-outer label.social-active {
|
| 970 |
border: 1px solid #0085ba;
|
| 971 |
}
|
| 972 |
|
| 973 |
+
.simplesocial-position-outer label.simplesocial-popup {
|
| 974 |
position: relative;
|
| 975 |
}
|
| 976 |
|
| 977 |
+
.simplesocial-position-outer label.simplesocial-popup .simplesocial-highlight {
|
| 978 |
position: absolute;
|
| 979 |
top: 50%;
|
| 980 |
left: 50%;
|
| 1183 |
right: 0;
|
| 1184 |
}
|
| 1185 |
|
| 1186 |
+
.simplesocial-position-box input[type="checkbox"] {
|
| 1187 |
display: none;
|
| 1188 |
}
|
| 1189 |
|
| 1190 |
+
.simplesocial-position-box input[type="checkbox"] + .checkbox {
|
| 1191 |
position: absolute;
|
| 1192 |
top: 100%;
|
| 1193 |
left: 50%;
|
| 1200 |
border: 1px solid #b4b9be;
|
| 1201 |
}
|
| 1202 |
|
| 1203 |
+
.simplesocial-position-box input[type=checkbox]:checked + .checkbox {
|
| 1204 |
background: #0085ba;
|
| 1205 |
border-color: #0085ba;
|
| 1206 |
}
|
| 1207 |
|
| 1208 |
+
.simplesocial-position-box input[type=checkbox]:checked + .checkbox:before {
|
| 1209 |
content: "";
|
| 1210 |
width: 10px;
|
| 1211 |
height: 2px;
|
| 1219 |
z-index: 100;
|
| 1220 |
}
|
| 1221 |
|
| 1222 |
+
.simplesocial-position-box input[type=checkbox]:checked + .checkbox:after {
|
| 1223 |
content: "";
|
| 1224 |
width: 5px;
|
| 1225 |
height: 2px;
|
| 1849 |
}
|
| 1850 |
|
| 1851 |
@media screen and (max-width: 1500px) {
|
| 1852 |
+
.simplesocial-position-outer {
|
| 1853 |
width: 33.333%;
|
| 1854 |
}
|
| 1855 |
}
|
| 1861 |
}
|
| 1862 |
|
| 1863 |
@media screen and (max-width: 1100px) {
|
| 1864 |
+
.simplesocial-position-outer {
|
| 1865 |
width: 50%;
|
| 1866 |
}
|
| 1867 |
}
|
| 1890 |
}
|
| 1891 |
|
| 1892 |
@media screen and (max-width: 480px) {
|
| 1893 |
+
.simplesocial-position-outer {
|
| 1894 |
width: 100%;
|
| 1895 |
max-width: 300px;
|
| 1896 |
}
|
| 1897 |
|
| 1898 |
+
.simplesocial-position-outer-wrapper {
|
| 1899 |
text-align: center;
|
| 1900 |
}
|
| 1901 |
|
classes/ssb-admin.php
CHANGED
|
@@ -88,12 +88,16 @@ if ( ! class_exists( 'SimpleSocialButtonsPR_Admin' ) ) :
|
|
| 88 |
$postType = get_post_type( $postId );
|
| 89 |
$ssb_positions = get_option( 'ssb_positions' );
|
| 90 |
$selected_post_type = array();
|
| 91 |
-
foreach ( $ssb_positions['position'] as $key => $value ) {
|
| 92 |
-
$options = get_option( 'ssb_' . $value );
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
}
|
| 99 |
}
|
| 88 |
$postType = get_post_type( $postId );
|
| 89 |
$ssb_positions = get_option( 'ssb_positions' );
|
| 90 |
$selected_post_type = array();
|
|
|
|
|
|
|
| 91 |
|
| 92 |
+
// Check if a SSB position is selected or not.
|
| 93 |
+
if ( isset( $ssb_positions['position'] ) && ! empty( $ssb_positions['position'] ) ) {
|
| 94 |
+
foreach ( $ssb_positions['position'] as $key => $value ) {
|
| 95 |
+
$options = get_option( 'ssb_' . $value );
|
| 96 |
+
|
| 97 |
+
if ( isset( $options['posts'] ) && ! empty( $options['posts'] ) ) {
|
| 98 |
+
foreach ( $options['posts'] as $allow_post_type ) {
|
| 99 |
+
$selected_post_type[ $allow_post_type ] = $allow_post_type;
|
| 100 |
+
}
|
| 101 |
}
|
| 102 |
}
|
| 103 |
}
|
classes/ssb-logs.php
CHANGED
|
@@ -51,7 +51,7 @@ class Ssb_Logs_Info {
|
|
| 51 |
$html .= 'Plugin Version: ' . SSB_VERSION . "\n";
|
| 52 |
$html .= 'Social Networks: ' . $networks_option['icon_selection'] . "\n";
|
| 53 |
$html .= 'Social Buttons Designs: ' . $theme_option['icon_style'] . "\n";
|
| 54 |
-
$html .= 'Social Buttons
|
| 55 |
$html .= 'Sidebar: ' . print_r( $sidebar_option, true ) . "\n";
|
| 56 |
$html .= 'InLine: ' . print_r( $inline_option, true ) . "\n";
|
| 57 |
$html .= 'Media: ' . print_r( $media_option, true ) . "\n";
|
| 51 |
$html .= 'Plugin Version: ' . SSB_VERSION . "\n";
|
| 52 |
$html .= 'Social Networks: ' . $networks_option['icon_selection'] . "\n";
|
| 53 |
$html .= 'Social Buttons Designs: ' . $theme_option['icon_style'] . "\n";
|
| 54 |
+
$html .= 'Social Buttons Positions: ' . print_r( $position_option['position'], true ) . "\n";
|
| 55 |
$html .= 'Sidebar: ' . print_r( $sidebar_option, true ) . "\n";
|
| 56 |
$html .= 'InLine: ' . print_r( $inline_option, true ) . "\n";
|
| 57 |
$html .= 'Media: ' . print_r( $media_option, true ) . "\n";
|
classes/ssb-settings-strucutre.php
CHANGED
|
@@ -229,12 +229,12 @@ if ( ! class_exists( 'Ssb_Settings_Structure' ) ) :
|
|
| 229 |
|
| 230 |
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
| 231 |
?>
|
| 232 |
-
<div class="simplesocial-
|
| 233 |
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ); ?>
|
| 234 |
<?php foreach ( $args['options'] as $key => $label ) : ?>
|
| 235 |
<?php $checked = isset( $value[ $key ] ) ? $value[ $key ] : '0'; ?>
|
| 236 |
-
<div class="simplesocial-
|
| 237 |
-
<label class="simplesocial-
|
| 238 |
<span class="simplesocial-fb-sharehd-line"><?php echo $label; ?></span>
|
| 239 |
<span class="simplesocial-blue-box">
|
| 240 |
<span class="simplesocial-highlight">
|
|
@@ -306,7 +306,7 @@ if ( ! class_exists( 'Ssb_Settings_Structure' ) ) :
|
|
| 306 |
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
| 307 |
$html = '<fieldset>';
|
| 308 |
?>
|
| 309 |
-
<h4
|
| 310 |
<div class="simplesocial-inline-form-section">
|
| 311 |
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ); ?>
|
| 312 |
<?php
|
|
@@ -1221,7 +1221,7 @@ if ( ! class_exists( 'Ssb_Settings_Structure' ) ) :
|
|
| 1221 |
$(this).addClass('social-active').parent().siblings().find('.simplesocialbuttons-style').removeClass('social-active');
|
| 1222 |
$(this).find('input[type="radio"]').prop('checked', true);
|
| 1223 |
});
|
| 1224 |
-
$('.simplesocial-
|
| 1225 |
var el = $(this);
|
| 1226 |
var target = $(this).children('input[type="checkbox"]').val();
|
| 1227 |
if($(this).children('input[type="checkbox"]').is(':checked')){
|
|
@@ -1234,7 +1234,7 @@ if ( ! class_exists( 'Ssb_Settings_Structure' ) ) :
|
|
| 1234 |
$(this).find('.shadow').addClass('animated');
|
| 1235 |
setTimeout(function(){ el.find('.shadow').removeClass('animated'); }, 400);
|
| 1236 |
});
|
| 1237 |
-
$('.simplesocial-
|
| 1238 |
var el = $(this);
|
| 1239 |
var target = $(this).children('input[type="checkbox"]').val();
|
| 1240 |
if($(this).children('input[type="checkbox"]').is(':checked')){
|
| 229 |
|
| 230 |
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
| 231 |
?>
|
| 232 |
+
<div class="simplesocial-position-outer-wrapper">
|
| 233 |
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ); ?>
|
| 234 |
<?php foreach ( $args['options'] as $key => $label ) : ?>
|
| 235 |
<?php $checked = isset( $value[ $key ] ) ? $value[ $key ] : '0'; ?>
|
| 236 |
+
<div class="simplesocial-position-outer">
|
| 237 |
+
<label class="simplesocial-position-box simplesocial-<?php echo $key; ?>">
|
| 238 |
<span class="simplesocial-fb-sharehd-line"><?php echo $label; ?></span>
|
| 239 |
<span class="simplesocial-blue-box">
|
| 240 |
<span class="simplesocial-highlight">
|
| 306 |
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
| 307 |
$html = '<fieldset>';
|
| 308 |
?>
|
| 309 |
+
<h4><?php esc_html_e( 'Post Type Settings', 'simplesocialbuttons' ); ?></h4>
|
| 310 |
<div class="simplesocial-inline-form-section">
|
| 311 |
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ); ?>
|
| 312 |
<?php
|
| 1221 |
$(this).addClass('social-active').parent().siblings().find('.simplesocialbuttons-style').removeClass('social-active');
|
| 1222 |
$(this).find('input[type="radio"]').prop('checked', true);
|
| 1223 |
});
|
| 1224 |
+
$('.simplesocial-position-box').on('click',function(){
|
| 1225 |
var el = $(this);
|
| 1226 |
var target = $(this).children('input[type="checkbox"]').val();
|
| 1227 |
if($(this).children('input[type="checkbox"]').is(':checked')){
|
| 1234 |
$(this).find('.shadow').addClass('animated');
|
| 1235 |
setTimeout(function(){ el.find('.shadow').removeClass('animated'); }, 400);
|
| 1236 |
});
|
| 1237 |
+
$('.simplesocial-position-box').each(function(){
|
| 1238 |
var el = $(this);
|
| 1239 |
var target = $(this).children('input[type="checkbox"]').val();
|
| 1240 |
if($(this).children('input[type="checkbox"]').is(':checked')){
|
classes/ssb-settings.php
CHANGED
|
@@ -49,7 +49,7 @@ class Ssb_Settings {
|
|
| 49 |
),
|
| 50 |
array(
|
| 51 |
'id' => 'ssb_positions',
|
| 52 |
-
'title' => __( 'Social Buttons
|
| 53 |
'priority' => '20',
|
| 54 |
),
|
| 55 |
array(
|
|
@@ -195,7 +195,7 @@ class Ssb_Settings {
|
|
| 195 |
),
|
| 196 |
array(
|
| 197 |
'name' => 'posts',
|
| 198 |
-
'label' => __( 'Post
|
| 199 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 200 |
'type' => 'ssb_post_types',
|
| 201 |
'default' => array(
|
|
@@ -325,7 +325,7 @@ class Ssb_Settings {
|
|
| 325 |
),
|
| 326 |
array(
|
| 327 |
'name' => 'posts',
|
| 328 |
-
'label' => __( 'Post
|
| 329 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 330 |
'type' => 'ssb_post_types',
|
| 331 |
'default' => array(
|
|
@@ -372,7 +372,7 @@ class Ssb_Settings {
|
|
| 372 |
'ssb_positions' => array(
|
| 373 |
array(
|
| 374 |
'name' => 'position',
|
| 375 |
-
'label' => __( '
|
| 376 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 377 |
'type' => 'position',
|
| 378 |
'default' => 'inline',
|
| 49 |
),
|
| 50 |
array(
|
| 51 |
'id' => 'ssb_positions',
|
| 52 |
+
'title' => __( 'Social Buttons Positions', 'simple-social-buttons' ),
|
| 53 |
'priority' => '20',
|
| 54 |
),
|
| 55 |
array(
|
| 195 |
),
|
| 196 |
array(
|
| 197 |
'name' => 'posts',
|
| 198 |
+
'label' => __( 'Post Type Settings', 'simple-social-buttons' ),
|
| 199 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 200 |
'type' => 'ssb_post_types',
|
| 201 |
'default' => array(
|
| 325 |
),
|
| 326 |
array(
|
| 327 |
'name' => 'posts',
|
| 328 |
+
'label' => __( 'Post Type Settings', 'simple-social-buttons' ),
|
| 329 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 330 |
'type' => 'ssb_post_types',
|
| 331 |
'default' => array(
|
| 372 |
'ssb_positions' => array(
|
| 373 |
array(
|
| 374 |
'name' => 'position',
|
| 375 |
+
'label' => __( 'Positions', 'simple-social-buttons' ),
|
| 376 |
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
| 377 |
'type' => 'position',
|
| 378 |
'default' => 'inline',
|
inc/upgrade-routine.php
CHANGED
|
@@ -76,12 +76,12 @@ function ssb_upgrade_routine_2() {
|
|
| 76 |
update_option( 'ssb_inline', $_default_inline );
|
| 77 |
// End of Inline Icons.
|
| 78 |
|
| 79 |
-
$
|
| 80 |
'position' => array(
|
| 81 |
'inline' => 'inline',
|
| 82 |
),
|
| 83 |
);
|
| 84 |
-
update_option( 'ssb_positions', $
|
| 85 |
|
| 86 |
$_default_theme = array(
|
| 87 |
'icon_style' => 'sm-round',
|
| 76 |
update_option( 'ssb_inline', $_default_inline );
|
| 77 |
// End of Inline Icons.
|
| 78 |
|
| 79 |
+
$_default_position = array(
|
| 80 |
'position' => array(
|
| 81 |
'inline' => 'inline',
|
| 82 |
),
|
| 83 |
);
|
| 84 |
+
update_option( 'ssb_positions', $_default_position );
|
| 85 |
|
| 86 |
$_default_theme = array(
|
| 87 |
'icon_style' => 'sm-round',
|
lang/simple-social-buttons.pot
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
#, fuzzy
|
| 2 |
msgid ""
|
| 3 |
msgstr ""
|
| 4 |
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
| 5 |
"Project-Id-Version: Simple Social Buttons\n"
|
| 6 |
-
"POT-Creation-Date:
|
| 7 |
"PO-Revision-Date: 2017-10-28 11:17+0500\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-Flags-xgettext: --add-comments=translators:\n"
|
| 16 |
"X-Poedit-WPHeader: simple-social-buttons.php\n"
|
|
@@ -21,53 +21,58 @@ msgstr ""
|
|
| 21 |
"X-Poedit-SearchPath-0: .\n"
|
| 22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
| 23 |
|
| 24 |
-
#: classes/ssb-admin.php:
|
| 25 |
msgid "SSB Settings"
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
-
#: classes/ssb-admin.php:
|
| 29 |
msgid "Hide Simple Social Buttons"
|
| 30 |
msgstr ""
|
| 31 |
|
| 32 |
-
#: classes/ssb-admin.php:
|
| 33 |
msgid "Leave A Review?"
|
| 34 |
msgstr ""
|
| 35 |
|
| 36 |
-
#: classes/ssb-admin.php:
|
| 37 |
msgid ""
|
| 38 |
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
| 39 |
"leaving us a review on WordPress.org?"
|
| 40 |
msgstr ""
|
| 41 |
|
| 42 |
-
#: classes/ssb-admin.php:
|
| 43 |
msgid "Sure! I'd love to!"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
-
#: classes/ssb-admin.php:
|
| 47 |
msgid "I've already left a review"
|
| 48 |
msgstr ""
|
| 49 |
|
| 50 |
-
#: classes/ssb-admin.php:
|
| 51 |
msgid "Maybe Later"
|
| 52 |
msgstr ""
|
| 53 |
|
| 54 |
-
#: classes/ssb-admin.php:
|
| 55 |
msgid "Never show again"
|
| 56 |
msgstr ""
|
| 57 |
|
| 58 |
-
#: classes/ssb-admin.php:
|
| 59 |
msgid "Vote!"
|
| 60 |
msgstr ""
|
| 61 |
|
| 62 |
-
#: classes/ssb-admin.php:
|
| 63 |
msgid "Rate"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
-
#: classes/ssb-settings-strucutre.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
msgid "makes Social Sharing easy for everyone"
|
| 68 |
msgstr ""
|
| 69 |
|
| 70 |
-
#: classes/ssb-settings-strucutre.php:
|
| 71 |
msgid ""
|
| 72 |
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
| 73 |
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
|
@@ -79,62 +84,68 @@ msgid ""
|
|
| 79 |
"social sharing plugin ever for Everyone."
|
| 80 |
msgstr ""
|
| 81 |
|
| 82 |
-
#: classes/ssb-settings-strucutre.php:
|
| 83 |
msgid "Spread the Word"
|
| 84 |
msgstr ""
|
| 85 |
|
| 86 |
-
#: classes/ssb-settings-strucutre.php:
|
| 87 |
msgid "Share on Twitter"
|
| 88 |
msgstr ""
|
| 89 |
|
| 90 |
-
#: classes/ssb-settings-strucutre.php:
|
| 91 |
msgid "Share on Facebook"
|
| 92 |
msgstr ""
|
| 93 |
|
| 94 |
-
#: classes/ssb-settings-strucutre.php:
|
| 95 |
msgid "Rate on WordPress.org"
|
| 96 |
msgstr ""
|
| 97 |
|
| 98 |
-
#: classes/ssb-settings-strucutre.php:
|
| 99 |
msgid "Subscribe Newsletter"
|
| 100 |
msgstr ""
|
| 101 |
|
| 102 |
-
#: classes/ssb-settings-strucutre.php:
|
| 103 |
msgid "Email"
|
| 104 |
msgstr ""
|
| 105 |
|
| 106 |
-
#: classes/ssb-settings-strucutre.php:
|
| 107 |
msgid "Name"
|
| 108 |
msgstr ""
|
| 109 |
|
| 110 |
-
#: classes/ssb-settings-strucutre.php:
|
| 111 |
msgid "Recommended Plugins"
|
| 112 |
msgstr ""
|
| 113 |
|
| 114 |
-
#: classes/ssb-settings-strucutre.php:
|
| 115 |
msgid "Choose File"
|
| 116 |
msgstr ""
|
| 117 |
|
| 118 |
-
#: classes/ssb-settings-strucutre.php:
|
| 119 |
msgid ""
|
| 120 |
"<span class=\"ssb_step\">Step 1: </span> <a target=\"_blank\" href=\"http://"
|
| 121 |
"twitcount.com\">Click here </a> to visit twitcount.com"
|
| 122 |
msgstr ""
|
| 123 |
|
| 124 |
-
#: classes/ssb-settings-strucutre.php:
|
| 125 |
msgid ""
|
| 126 |
"<span class=\"ssb_step\">Step 2: </span> Click the Button “Give Me My "
|
| 127 |
"Twitter Count Back” on their website to create an account. If you see a "
|
| 128 |
"prompt to customize your button, ignore to click paste code. "
|
| 129 |
msgstr ""
|
| 130 |
|
| 131 |
-
#: classes/ssb-settings-strucutre.php:
|
| 132 |
msgid ""
|
| 133 |
"<span class=\"ssb_step\">Step 3: </span> After creating an account Click "
|
| 134 |
"“Account and Settings” tab then add your website click save button to track "
|
| 135 |
"your Twitter share counts."
|
| 136 |
msgstr ""
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
#: classes/ssb-settings.php:30
|
| 139 |
msgid "Help"
|
| 140 |
msgstr ""
|
|
@@ -156,7 +167,7 @@ msgid "Social Buttons Designs"
|
|
| 156 |
msgstr ""
|
| 157 |
|
| 158 |
#: classes/ssb-settings.php:52
|
| 159 |
-
msgid "Social Buttons
|
| 160 |
msgstr ""
|
| 161 |
|
| 162 |
#: classes/ssb-settings.php:57
|
|
@@ -219,12 +230,8 @@ msgstr ""
|
|
| 219 |
msgid "Hide On Mobile Devices"
|
| 220 |
msgstr ""
|
| 221 |
|
| 222 |
-
#: classes/ssb-settings.php:
|
| 223 |
-
|
| 224 |
-
msgstr ""
|
| 225 |
-
|
| 226 |
-
#: classes/ssb-settings.php:199 classes/ssb-settings.php:327
|
| 227 |
-
#: classes/ssb-settings.php:374
|
| 228 |
msgid "Multi checkbox description"
|
| 229 |
msgstr ""
|
| 230 |
|
|
@@ -233,9 +240,9 @@ msgid ""
|
|
| 233 |
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
-
#: classes/ssb-settings.php:212 classes/ssb-settings.php:
|
| 237 |
-
#: classes/ssb-settings.php:
|
| 238 |
-
#: classes/ssb-settings.php:
|
| 239 |
msgid ""
|
| 240 |
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
| 241 |
"buttons of your own choice that matches with your website color schemes. "
|
|
@@ -277,70 +284,82 @@ msgstr ""
|
|
| 277 |
msgid "Share Title"
|
| 278 |
msgstr ""
|
| 279 |
|
| 280 |
-
#: classes/ssb-settings.php:
|
| 281 |
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
| 282 |
msgstr ""
|
| 283 |
|
| 284 |
-
#: classes/ssb-settings.php:
|
| 285 |
msgid "Icon Style"
|
| 286 |
msgstr ""
|
| 287 |
|
| 288 |
-
#: classes/ssb-settings.php:
|
| 289 |
-
msgid "
|
| 290 |
msgstr ""
|
| 291 |
|
| 292 |
-
#: classes/ssb-settings.php:
|
| 293 |
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
| 294 |
msgstr ""
|
| 295 |
|
| 296 |
-
#: classes/ssb-settings.php:
|
| 297 |
msgid ""
|
| 298 |
"Get more engagement and shares on scrolling and exit intent to visitors."
|
| 299 |
msgstr ""
|
| 300 |
|
| 301 |
-
#: classes/ssb-settings.php:
|
| 302 |
msgid "Advanced Fly ins with animations to have more Social shares."
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
-
#: classes/ssb-settings.php:
|
| 306 |
msgid "Twitter @username:"
|
| 307 |
msgstr ""
|
| 308 |
|
| 309 |
-
#: classes/ssb-settings.php:
|
| 310 |
msgid "Http/Https counts resolve:"
|
| 311 |
msgstr ""
|
| 312 |
|
| 313 |
-
#: classes/ssb-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 314 |
msgid "Remove Settings on Uninstall"
|
| 315 |
msgstr ""
|
| 316 |
|
| 317 |
-
#: classes/ssb-settings.php:
|
| 318 |
msgid ""
|
| 319 |
"<span class=\"ssb_uninstall_data\">This tool will remove all Simple Social "
|
| 320 |
"Button settings upon uninstall.</span>"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: classes/ssb-settings.php:
|
| 324 |
msgid "Facebook App ID:"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: classes/ssb-settings.php:
|
| 328 |
msgid "Facebook App Secret:"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: classes/ssb-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 332 |
#, php-format
|
| 333 |
msgid "Free support is available on the %1$s plugin support forums%2$s."
|
| 334 |
msgstr ""
|
| 335 |
|
| 336 |
-
#: classes/ssb-settings.php:
|
| 337 |
#, php-format
|
| 338 |
msgid ""
|
| 339 |
"For premium features, add-ons and priority email support, %1$s upgrade to pro"
|
| 340 |
"%2$s."
|
| 341 |
msgstr ""
|
| 342 |
|
| 343 |
-
#: classes/ssb-settings.php:
|
| 344 |
msgid "Download Log File"
|
| 345 |
msgstr ""
|
| 346 |
|
|
@@ -554,11 +573,11 @@ msgid ""
|
|
| 554 |
" WhatsApp Mobile Number:"
|
| 555 |
msgstr ""
|
| 556 |
|
| 557 |
-
#: simple-social-buttons.php:
|
| 558 |
msgid "Simple Social Buttons 2.0 (Relaunched)"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
-
#: simple-social-buttons.php:
|
| 562 |
msgid ""
|
| 563 |
"Simple Social Buttons had 50,000 Active installs and It was abondoned and "
|
| 564 |
"rarely updated since last 5 years.<br /> We at <a href=\"https://WPBrigade."
|
|
@@ -577,16 +596,16 @@ msgstr ""
|
|
| 577 |
#. enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'.
|
| 578 |
#. Do not translate into your own language.
|
| 579 |
#.
|
| 580 |
-
#: simple-social-buttons.php:
|
| 581 |
msgctxt "Word count type. Do not translate!"
|
| 582 |
msgid "words"
|
| 583 |
msgstr ""
|
| 584 |
|
| 585 |
-
#: simple-social-buttons.php:
|
| 586 |
msgid "Settings"
|
| 587 |
msgstr ""
|
| 588 |
|
| 589 |
-
#: simple-social-buttons.php:
|
| 590 |
#, php-format
|
| 591 |
msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
|
| 592 |
msgstr ""
|
|
@@ -596,7 +615,9 @@ msgid "Simple Social Buttons"
|
|
| 596 |
msgstr ""
|
| 597 |
|
| 598 |
#. Plugin URI of the plugin/theme
|
| 599 |
-
msgid "
|
|
|
|
|
|
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
#. Description of the plugin/theme
|
|
@@ -612,5 +633,7 @@ msgid "WPBrigade"
|
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
#. Author URI of the plugin/theme
|
| 615 |
-
msgid "
|
|
|
|
|
|
|
| 616 |
msgstr ""
|
| 1 |
#, fuzzy
|
| 2 |
msgid ""
|
| 3 |
msgstr ""
|
|
|
|
| 4 |
"Project-Id-Version: Simple Social Buttons\n"
|
| 5 |
+
"POT-Creation-Date: 2022-02-11 17:30+0500\n"
|
| 6 |
"PO-Revision-Date: 2017-10-28 11:17+0500\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.0.1\n"
|
| 14 |
"X-Poedit-Basepath: ..\n"
|
| 15 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
| 16 |
"X-Poedit-WPHeader: simple-social-buttons.php\n"
|
| 21 |
"X-Poedit-SearchPath-0: .\n"
|
| 22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
| 23 |
|
| 24 |
+
#: classes/ssb-admin.php:126
|
| 25 |
msgid "SSB Settings"
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
+
#: classes/ssb-admin.php:153
|
| 29 |
msgid "Hide Simple Social Buttons"
|
| 30 |
msgstr ""
|
| 31 |
|
| 32 |
+
#: classes/ssb-admin.php:338
|
| 33 |
msgid "Leave A Review?"
|
| 34 |
msgstr ""
|
| 35 |
|
| 36 |
+
#: classes/ssb-admin.php:339
|
| 37 |
msgid ""
|
| 38 |
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
| 39 |
"leaving us a review on WordPress.org?"
|
| 40 |
msgstr ""
|
| 41 |
|
| 42 |
+
#: classes/ssb-admin.php:340
|
| 43 |
msgid "Sure! I'd love to!"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
+
#: classes/ssb-admin.php:341
|
| 47 |
msgid "I've already left a review"
|
| 48 |
msgstr ""
|
| 49 |
|
| 50 |
+
#: classes/ssb-admin.php:342
|
| 51 |
msgid "Maybe Later"
|
| 52 |
msgstr ""
|
| 53 |
|
| 54 |
+
#: classes/ssb-admin.php:343
|
| 55 |
msgid "Never show again"
|
| 56 |
msgstr ""
|
| 57 |
|
| 58 |
+
#: classes/ssb-admin.php:451
|
| 59 |
msgid "Vote!"
|
| 60 |
msgstr ""
|
| 61 |
|
| 62 |
+
#: classes/ssb-admin.php:453
|
| 63 |
msgid "Rate"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
+
#: classes/ssb-settings-strucutre.php:309 classes/ssb-settings.php:198
|
| 67 |
+
#: classes/ssb-settings.php:328
|
| 68 |
+
msgid "Post Type Settings"
|
| 69 |
+
msgstr ""
|
| 70 |
+
|
| 71 |
+
#: classes/ssb-settings-strucutre.php:463
|
| 72 |
msgid "makes Social Sharing easy for everyone"
|
| 73 |
msgstr ""
|
| 74 |
|
| 75 |
+
#: classes/ssb-settings-strucutre.php:464
|
| 76 |
msgid ""
|
| 77 |
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
| 78 |
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
| 84 |
"social sharing plugin ever for Everyone."
|
| 85 |
msgstr ""
|
| 86 |
|
| 87 |
+
#: classes/ssb-settings-strucutre.php:476
|
| 88 |
msgid "Spread the Word"
|
| 89 |
msgstr ""
|
| 90 |
|
| 91 |
+
#: classes/ssb-settings-strucutre.php:479
|
| 92 |
msgid "Share on Twitter"
|
| 93 |
msgstr ""
|
| 94 |
|
| 95 |
+
#: classes/ssb-settings-strucutre.php:482
|
| 96 |
msgid "Share on Facebook"
|
| 97 |
msgstr ""
|
| 98 |
|
| 99 |
+
#: classes/ssb-settings-strucutre.php:486
|
| 100 |
msgid "Rate on WordPress.org"
|
| 101 |
msgstr ""
|
| 102 |
|
| 103 |
+
#: classes/ssb-settings-strucutre.php:495
|
| 104 |
msgid "Subscribe Newsletter"
|
| 105 |
msgstr ""
|
| 106 |
|
| 107 |
+
#: classes/ssb-settings-strucutre.php:498
|
| 108 |
msgid "Email"
|
| 109 |
msgstr ""
|
| 110 |
|
| 111 |
+
#: classes/ssb-settings-strucutre.php:503
|
| 112 |
msgid "Name"
|
| 113 |
msgstr ""
|
| 114 |
|
| 115 |
+
#: classes/ssb-settings-strucutre.php:519
|
| 116 |
msgid "Recommended Plugins"
|
| 117 |
msgstr ""
|
| 118 |
|
| 119 |
+
#: classes/ssb-settings-strucutre.php:741
|
| 120 |
msgid "Choose File"
|
| 121 |
msgstr ""
|
| 122 |
|
| 123 |
+
#: classes/ssb-settings-strucutre.php:974
|
| 124 |
msgid ""
|
| 125 |
"<span class=\"ssb_step\">Step 1: </span> <a target=\"_blank\" href=\"http://"
|
| 126 |
"twitcount.com\">Click here </a> to visit twitcount.com"
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
+
#: classes/ssb-settings-strucutre.php:975
|
| 130 |
msgid ""
|
| 131 |
"<span class=\"ssb_step\">Step 2: </span> Click the Button “Give Me My "
|
| 132 |
"Twitter Count Back” on their website to create an account. If you see a "
|
| 133 |
"prompt to customize your button, ignore to click paste code. "
|
| 134 |
msgstr ""
|
| 135 |
|
| 136 |
+
#: classes/ssb-settings-strucutre.php:976
|
| 137 |
msgid ""
|
| 138 |
"<span class=\"ssb_step\">Step 3: </span> After creating an account Click "
|
| 139 |
"“Account and Settings” tab then add your website click save button to track "
|
| 140 |
"your Twitter share counts."
|
| 141 |
msgstr ""
|
| 142 |
|
| 143 |
+
#: classes/ssb-settings-strucutre.php:992
|
| 144 |
+
msgid ""
|
| 145 |
+
"Social media is about the people! Not about your business. Provide for the "
|
| 146 |
+
"people and the people will provide you."
|
| 147 |
+
msgstr ""
|
| 148 |
+
|
| 149 |
#: classes/ssb-settings.php:30
|
| 150 |
msgid "Help"
|
| 151 |
msgstr ""
|
| 167 |
msgstr ""
|
| 168 |
|
| 169 |
#: classes/ssb-settings.php:52
|
| 170 |
+
msgid "Social Buttons Positions"
|
| 171 |
msgstr ""
|
| 172 |
|
| 173 |
#: classes/ssb-settings.php:57
|
| 230 |
msgid "Hide On Mobile Devices"
|
| 231 |
msgstr ""
|
| 232 |
|
| 233 |
+
#: classes/ssb-settings.php:199 classes/ssb-settings.php:329
|
| 234 |
+
#: classes/ssb-settings.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
msgid "Multi checkbox description"
|
| 236 |
msgstr ""
|
| 237 |
|
| 240 |
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
| 241 |
msgstr ""
|
| 242 |
|
| 243 |
+
#: classes/ssb-settings.php:212 classes/ssb-settings.php:342
|
| 244 |
+
#: classes/ssb-settings.php:390 classes/ssb-settings.php:399
|
| 245 |
+
#: classes/ssb-settings.php:408
|
| 246 |
msgid ""
|
| 247 |
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
| 248 |
"buttons of your own choice that matches with your website color schemes. "
|
| 284 |
msgid "Share Title"
|
| 285 |
msgstr ""
|
| 286 |
|
| 287 |
+
#: classes/ssb-settings.php:341
|
| 288 |
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
| 289 |
msgstr ""
|
| 290 |
|
| 291 |
+
#: classes/ssb-settings.php:359
|
| 292 |
msgid "Icon Style"
|
| 293 |
msgstr ""
|
| 294 |
|
| 295 |
+
#: classes/ssb-settings.php:375
|
| 296 |
+
msgid "Positions"
|
| 297 |
msgstr ""
|
| 298 |
|
| 299 |
+
#: classes/ssb-settings.php:389
|
| 300 |
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
| 301 |
msgstr ""
|
| 302 |
|
| 303 |
+
#: classes/ssb-settings.php:398
|
| 304 |
msgid ""
|
| 305 |
"Get more engagement and shares on scrolling and exit intent to visitors."
|
| 306 |
msgstr ""
|
| 307 |
|
| 308 |
+
#: classes/ssb-settings.php:407
|
| 309 |
msgid "Advanced Fly ins with animations to have more Social shares."
|
| 310 |
msgstr ""
|
| 311 |
|
| 312 |
+
#: classes/ssb-settings.php:416
|
| 313 |
msgid "Twitter @username:"
|
| 314 |
msgstr ""
|
| 315 |
|
| 316 |
+
#: classes/ssb-settings.php:422
|
| 317 |
msgid "Http/Https counts resolve:"
|
| 318 |
msgstr ""
|
| 319 |
|
| 320 |
+
#: classes/ssb-settings.php:427
|
| 321 |
+
msgid "Open Graph Tags"
|
| 322 |
+
msgstr ""
|
| 323 |
+
|
| 324 |
+
#: classes/ssb-settings.php:435
|
| 325 |
msgid "Remove Settings on Uninstall"
|
| 326 |
msgstr ""
|
| 327 |
|
| 328 |
+
#: classes/ssb-settings.php:436
|
| 329 |
msgid ""
|
| 330 |
"<span class=\"ssb_uninstall_data\">This tool will remove all Simple Social "
|
| 331 |
"Button settings upon uninstall.</span>"
|
| 332 |
msgstr ""
|
| 333 |
|
| 334 |
+
#: classes/ssb-settings.php:442
|
| 335 |
msgid "Facebook App ID:"
|
| 336 |
msgstr ""
|
| 337 |
|
| 338 |
+
#: classes/ssb-settings.php:449
|
| 339 |
msgid "Facebook App Secret:"
|
| 340 |
msgstr ""
|
| 341 |
|
| 342 |
+
#: classes/ssb-settings.php:455
|
| 343 |
+
msgid "Custom CSS"
|
| 344 |
+
msgstr ""
|
| 345 |
+
|
| 346 |
+
#: classes/ssb-settings.php:462
|
| 347 |
+
msgid "Custom JS"
|
| 348 |
+
msgstr ""
|
| 349 |
+
|
| 350 |
+
#: classes/ssb-settings.php:539
|
| 351 |
#, php-format
|
| 352 |
msgid "Free support is available on the %1$s plugin support forums%2$s."
|
| 353 |
msgstr ""
|
| 354 |
|
| 355 |
+
#: classes/ssb-settings.php:542
|
| 356 |
#, php-format
|
| 357 |
msgid ""
|
| 358 |
"For premium features, add-ons and priority email support, %1$s upgrade to pro"
|
| 359 |
"%2$s."
|
| 360 |
msgstr ""
|
| 361 |
|
| 362 |
+
#: classes/ssb-settings.php:550
|
| 363 |
msgid "Download Log File"
|
| 364 |
msgstr ""
|
| 365 |
|
| 573 |
" WhatsApp Mobile Number:"
|
| 574 |
msgstr ""
|
| 575 |
|
| 576 |
+
#: simple-social-buttons.php:1363
|
| 577 |
msgid "Simple Social Buttons 2.0 (Relaunched)"
|
| 578 |
msgstr ""
|
| 579 |
|
| 580 |
+
#: simple-social-buttons.php:1364
|
| 581 |
msgid ""
|
| 582 |
"Simple Social Buttons had 50,000 Active installs and It was abondoned and "
|
| 583 |
"rarely updated since last 5 years.<br /> We at <a href=\"https://WPBrigade."
|
| 596 |
#. enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'.
|
| 597 |
#. Do not translate into your own language.
|
| 598 |
#.
|
| 599 |
+
#: simple-social-buttons.php:1821
|
| 600 |
msgctxt "Word count type. Do not translate!"
|
| 601 |
msgid "words"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
+
#: simple-social-buttons.php:1874
|
| 605 |
msgid "Settings"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
+
#: simple-social-buttons.php:1879
|
| 609 |
#, php-format
|
| 610 |
msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
|
| 611 |
msgstr ""
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
#. Plugin URI of the plugin/theme
|
| 618 |
+
msgid ""
|
| 619 |
+
"https://simplesocialbuttons.com/?utm_source=loginpress-"
|
| 620 |
+
"lite&utm_medium=plugin-url-link"
|
| 621 |
msgstr ""
|
| 622 |
|
| 623 |
#. Description of the plugin/theme
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
#. Author URI of the plugin/theme
|
| 636 |
+
msgid ""
|
| 637 |
+
"https://www.WPBrigade.com/?utm_source=simple-social-buttons-"
|
| 638 |
+
"lite&utm_medium=author-url-link"
|
| 639 |
msgstr ""
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: hiddenpearls, WPBrigade, desideveloper
|
|
| 3 |
Donate link: https://simplesocialbuttons.com/?utm_source=simple-social-buttons-lite&utm_medium=donate-link
|
| 4 |
Tags: Social share, Social buttons, Whatsapp, Viber, LinkedIn, facebook, twitter, pinterest, plus one
|
| 5 |
Requires at least: 4.0
|
| 6 |
-
Tested up to: 5.
|
| 7 |
-
Stable tag: 4.0.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -147,6 +147,13 @@ like_button_size = small(default), large
|
|
| 147 |
|
| 148 |
== Changelog ==
|
| 149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
= 4.0.0 - 2022-01-07 =
|
| 151 |
* Bugfix: YouTube follow button link.
|
| 152 |
* Bugfix: Custom JS issue from frontend.
|
|
@@ -469,5 +476,5 @@ like_button_size = small(default), large
|
|
| 469 |
|
| 470 |
== Upgrade Notice ==
|
| 471 |
|
| 472 |
-
= 4.0.
|
| 473 |
-
* Please upgrade immediately
|
| 3 |
Donate link: https://simplesocialbuttons.com/?utm_source=simple-social-buttons-lite&utm_medium=donate-link
|
| 4 |
Tags: Social share, Social buttons, Whatsapp, Viber, LinkedIn, facebook, twitter, pinterest, plus one
|
| 5 |
Requires at least: 4.0
|
| 6 |
+
Tested up to: 5.9
|
| 7 |
+
Stable tag: 4.0.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 147 |
|
| 148 |
== Changelog ==
|
| 149 |
|
| 150 |
+
= 4.0.1 - 2022-02-18 =
|
| 151 |
+
* Bugfix: Typo in Settings.
|
| 152 |
+
* Enhancement: Code optimization.
|
| 153 |
+
* Enhancement: Update the POT file.
|
| 154 |
+
* Compatibility: Compatible with WordPress 5.9
|
| 155 |
+
* Compatibility: Compatible with PHP 8.0.13
|
| 156 |
+
|
| 157 |
= 4.0.0 - 2022-01-07 =
|
| 158 |
* Bugfix: YouTube follow button link.
|
| 159 |
* Bugfix: Custom JS issue from frontend.
|
| 476 |
|
| 477 |
== Upgrade Notice ==
|
| 478 |
|
| 479 |
+
= 4.0.1 =
|
| 480 |
+
* Please upgrade immediately.
|
simple-social-buttons.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Simple Social Buttons
|
| 4 |
* Plugin URI: https://simplesocialbuttons.com/?utm_source=loginpress-lite&utm_medium=plugin-url-link
|
| 5 |
* Description: Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Facebook, Twitter, WhatsApp, Viber, Reddit, LinkedIn and Pinterest. This makes it the most <code>Flexible Social Sharing Plugin ever for Everyone.</code>
|
| 6 |
-
* Version: 4.0.
|
| 7 |
* Author: WPBrigade
|
| 8 |
* Author URI: https://www.WPBrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=author-url-link
|
| 9 |
* Text Domain: simple-social-buttons
|
|
@@ -44,7 +44,7 @@ class SimpleSocialButtonsPR {
|
|
| 44 |
* @isnce
|
| 45 |
* @var string
|
| 46 |
*/
|
| 47 |
-
public $pluginVersion = '4.0.
|
| 48 |
|
| 49 |
/**
|
| 50 |
* Plugin Prefix
|
|
@@ -132,7 +132,7 @@ class SimpleSocialButtonsPR {
|
|
| 132 |
public $selected_position = '';
|
| 133 |
|
| 134 |
/**
|
| 135 |
-
* Inline
|
| 136 |
*
|
| 137 |
* @since 1.0.0
|
| 138 |
* @var string
|
| 3 |
* Plugin Name: Simple Social Buttons
|
| 4 |
* Plugin URI: https://simplesocialbuttons.com/?utm_source=loginpress-lite&utm_medium=plugin-url-link
|
| 5 |
* Description: Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Facebook, Twitter, WhatsApp, Viber, Reddit, LinkedIn and Pinterest. This makes it the most <code>Flexible Social Sharing Plugin ever for Everyone.</code>
|
| 6 |
+
* Version: 4.0.1
|
| 7 |
* Author: WPBrigade
|
| 8 |
* Author URI: https://www.WPBrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=author-url-link
|
| 9 |
* Text Domain: simple-social-buttons
|
| 44 |
* @isnce
|
| 45 |
* @var string
|
| 46 |
*/
|
| 47 |
+
public $pluginVersion = '4.0.1';
|
| 48 |
|
| 49 |
/**
|
| 50 |
* Plugin Prefix
|
| 132 |
public $selected_position = '';
|
| 133 |
|
| 134 |
/**
|
| 135 |
+
* Inline position user settings.
|
| 136 |
*
|
| 137 |
* @since 1.0.0
|
| 138 |
* @var string
|
