Version Description
- Relaunched with a whole set of NEW FEATURES and Improvement. Please upgrade immediately and provide your feedback. highly recommended. Aplogies in advance, if anything breaks!
=
Download this release
Release Info
Developer | hiddenpearls |
Plugin | Simple Social Media Share Buttons – Social Sharing for Everyone |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 2.0.0
- assets/css/admin.css +1325 -0
- assets/css/front.css +1461 -0
- assets/fonts/ssb-icon.eot +0 -0
- assets/fonts/ssb-icon.svg +18 -0
- assets/fonts/ssb-icon.ttf +0 -0
- assets/fonts/ssb-icon.woff +0 -0
- assets/images/fblike.jpg +0 -0
- assets/images/fbshare.jpg +0 -0
- assets/images/fbshare.png +0 -0
- assets/images/googleplus.jpg +0 -0
- assets/images/googleplus.png +0 -0
- assets/images/linkedin.jpg +0 -0
- assets/images/linkedin.png +0 -0
- assets/images/pinterest.jpg +0 -0
- assets/images/pinterest.png +0 -0
- assets/images/reddit.png +0 -0
- assets/images/{ssb_grey_logi.png → ssb_grey_logo.png} +0 -0
- assets/images/twitter.jpg +0 -0
- assets/images/twitter.png +0 -0
- assets/images/viber.png +0 -0
- assets/images/whatsapp.png +0 -0
- assets/js/admin.js +110 -0
- assets/js/front.js +20 -0
- classes/ssb-admin.php +354 -0
- classes/ssb-logs.php +111 -0
- classes/ssb-settings-strucutre.php +1224 -0
- classes/ssb-settings.php +461 -0
- inc/custom-css.php +68 -0
- inc/ssb-deactivate-form.php +231 -231
- inc/upgrade-routine.php +96 -0
- inc/utils.php +176 -0
- lang/simple-social-buttons.pot +334 -0
- lang/simplesocialbuttons-da_DK.mo +0 -0
- lang/simplesocialbuttons-da_DK.po +390 -132
- lang/simplesocialbuttons-de_DE.mo +0 -0
- lang/simplesocialbuttons-de_DE.po +388 -131
- lang/simplesocialbuttons-es_ES.mo +0 -0
- lang/simplesocialbuttons-es_ES.po +391 -132
- lang/simplesocialbuttons-fr_FR.mo +0 -0
- lang/simplesocialbuttons-fr_FR.po +388 -131
- lang/simplesocialbuttons-lt_LT.mo +0 -0
- lang/simplesocialbuttons-lt_LT.po +395 -132
- lang/simplesocialbuttons-nl_NL.mo +0 -0
- lang/simplesocialbuttons-nl_NL.po +463 -225
- lang/simplesocialbuttons-pl_PL.mo +0 -0
- lang/simplesocialbuttons-pl_PL.po +366 -135
- lang/simplesocialbuttons-sk_SK.mo +0 -0
- lang/simplesocialbuttons-sk_SK.po +391 -154
- lang/simplesocialbuttons-sr_RS.mo +0 -0
- lang/simplesocialbuttons-sr_RS.po +391 -153
- lang/simplesocialbuttons-sv_SE.mo +0 -0
- lang/simplesocialbuttons-sv_SE.po +442 -211
- lang/simplesocialbuttons-th_TH.mo +0 -0
- lang/simplesocialbuttons-th_TH.po +385 -132
- lang/simplesocialbuttons-uk_UA.mo +0 -0
- lang/simplesocialbuttons-uk_UA.po +390 -153
- readme.txt +90 -52
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- simple-social-buttons.php +508 -618
- ssb-admin.php +0 -438
- ssb-social-counts/facebook.php +17 -0
- ssb-social-counts/googleplus.php +12 -0
- ssb-social-counts/linkedin.php +13 -0
- ssb-social-counts/pinterest.php +15 -0
- ssb-social-counts/reddit.php +18 -0
- ssb-social-counts/twitter.php +15 -0
assets/css/admin.css
ADDED
@@ -0,0 +1,1325 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@font-face {
|
2 |
+
font-family: 'ssb-icon';
|
3 |
+
src: url('../fonts/ssb-icon.eot?eahqa2');
|
4 |
+
src: url('../fonts/ssb-icon.eot?eahqa2#iefix') format('embedded-opentype'),
|
5 |
+
url('../fonts/ssb-icon.ttf?eahqa2') format('truetype'),
|
6 |
+
url('../fonts/ssb-icon.woff?eahqa2') format('woff'),
|
7 |
+
url('../fonts/ssb-icon.svg?eahqa2#ssb-icon') format('svg');
|
8 |
+
font-weight: normal;
|
9 |
+
font-style: normal;
|
10 |
+
}
|
11 |
+
.ssb_settings_box .ui-sortable li {
|
12 |
+
line-height: 16px;
|
13 |
+
list-style-type: square;
|
14 |
+
margin-left: 15px;
|
15 |
+
}
|
16 |
+
.ssb_right_sidebar{
|
17 |
+
width: 255px;
|
18 |
+
float: right;
|
19 |
+
min-width: inherit;
|
20 |
+
box-sizing: border-box;
|
21 |
+
}
|
22 |
+
.ssb_right_sidebar #poststuff {
|
23 |
+
width: 255px;
|
24 |
+
float: right;
|
25 |
+
min-width: inherit;
|
26 |
+
box-sizing: border-box;
|
27 |
+
max-width: 100%;
|
28 |
+
min-width: 100%;
|
29 |
+
}
|
30 |
+
.ssb_right_sidebar .ssb_social_links_wrapper{
|
31 |
+
padding: 10px;
|
32 |
+
min-width: 100%;
|
33 |
+
box-sizing: border-box;
|
34 |
+
}
|
35 |
+
.ssb_right_sidebar .ssb_social_links li a {
|
36 |
+
width: 100%;
|
37 |
+
display: block;
|
38 |
+
position: relative;
|
39 |
+
}
|
40 |
+
.ssb_right_sidebar .ssb_social_links .dashicons {
|
41 |
+
position: absolute;
|
42 |
+
right: 10px;
|
43 |
+
margin-top: 3px;
|
44 |
+
}
|
45 |
+
.ssb_social_links_wrapper .postbox{
|
46 |
+
min-width: 100%;
|
47 |
+
border:0;
|
48 |
+
}
|
49 |
+
.ssb_right_sidebar .ssb_social_links li .twitter .dashicons {
|
50 |
+
color: #45b0e3;
|
51 |
+
}
|
52 |
+
.ssb_right_sidebar .ssb_social_links li .facebook .dashicons {
|
53 |
+
color: #3b5998;
|
54 |
+
}
|
55 |
+
.ssb_right_sidebar .ssb_social_links li .wordpress .dashicons {
|
56 |
+
color: #21759b;
|
57 |
+
}
|
58 |
+
.ssb_right_sidebar .plugins_lists li {
|
59 |
+
padding-bottom: 12px;
|
60 |
+
line-height: 1.4;
|
61 |
+
}
|
62 |
+
.ssb_right_sidebar #poststuff .stuffbox>h3,.ssb_right_sidebar #poststuff h2,.ssb_right_sidebar #poststuff h3.hndle{
|
63 |
+
border-bottom: 1px solid #ccc;
|
64 |
+
font-size: 1.3em;
|
65 |
+
padding: 10px;
|
66 |
+
}
|
67 |
+
.ssb_settings_container {
|
68 |
+
float: left;
|
69 |
+
width: calc(100% - 275px);
|
70 |
+
max-width: 100%;
|
71 |
+
}
|
72 |
+
.ssb_settings_container .postbox .inside,.ssb_settings_container .stuffbox .inside{
|
73 |
+
padding: 12px;
|
74 |
+
box-sizing: border-box;
|
75 |
+
}
|
76 |
+
#ssb_subscribe_btn {
|
77 |
+
display: block;
|
78 |
+
margin: 20px auto 0;
|
79 |
+
}
|
80 |
+
.ssb_settings_container .postbox .inside h3{
|
81 |
+
margin: -12px -12px 10px;
|
82 |
+
padding: 12px 12px 15px;
|
83 |
+
border-bottom: 1px solid #ccc;
|
84 |
+
}
|
85 |
+
.ssb_settings_container #poststuff{
|
86 |
+
min-width: 100%;
|
87 |
+
}
|
88 |
+
.ssb_settings_container #poststuff h2{
|
89 |
+
border-bottom: 1px solid #ccc;
|
90 |
+
font-size: 1.3em;
|
91 |
+
}
|
92 |
+
.ssb_settings_container #poststuff .ssb_settings_box{
|
93 |
+
border:1px solid #ccc;
|
94 |
+
overflow: hidden;
|
95 |
+
display: table;
|
96 |
+
background: #f6f6f6;
|
97 |
+
}
|
98 |
+
.ssb_settings_container #poststuff .ssb_settings_box + .ssb_settings_box{
|
99 |
+
border-top: 0;
|
100 |
+
}
|
101 |
+
.ssb_settings_container #poststuff .ssb_settings_box h2{
|
102 |
+
width: 180px;
|
103 |
+
float: left;
|
104 |
+
text-align: center;
|
105 |
+
background: #f6f6f6;
|
106 |
+
border:0;
|
107 |
+
display: table-cell;
|
108 |
+
padding: 10px;
|
109 |
+
}
|
110 |
+
.ssb_settings_container #poststuff .ssb_settings_box ul{
|
111 |
+
overflow: hidden;
|
112 |
+
margin:0;
|
113 |
+
padding: 10px 0;
|
114 |
+
list-style: none;
|
115 |
+
font-size: 0;
|
116 |
+
border-left: 1px solid #ccc;
|
117 |
+
display: table-cell;
|
118 |
+
vertical-align: top;
|
119 |
+
width: 100%;
|
120 |
+
background: #fff;
|
121 |
+
}
|
122 |
+
.ssb_settings_container #poststuff .ssb_settings_box ul li{
|
123 |
+
display: inline-block;
|
124 |
+
margin-bottom: 0;
|
125 |
+
list-style: none;
|
126 |
+
font-size: 16px;
|
127 |
+
}
|
128 |
+
.ssb_settings_container #poststuff .ssb_settings_box ul li:hover{
|
129 |
+
cursor: pointer;
|
130 |
+
}
|
131 |
+
.ssb_settings_container #submit{
|
132 |
+
height: 38px;
|
133 |
+
font-size: 14px;
|
134 |
+
}
|
135 |
+
.ssb-top-bar{
|
136 |
+
background: #f3fbff;
|
137 |
+
overflow: hidden;
|
138 |
+
padding: 12px 20px;
|
139 |
+
|
140 |
+
}
|
141 |
+
.ssb-top-bar img {
|
142 |
+
float: left;
|
143 |
+
margin-right: 20px;
|
144 |
+
width: 100px;
|
145 |
+
}
|
146 |
+
.ssb-top-bar-content{
|
147 |
+
overflow: hidden;
|
148 |
+
}
|
149 |
+
.ssb-top-bar-content h2{
|
150 |
+
margin: 10px 0;
|
151 |
+
}
|
152 |
+
div.inside div.simplesocialbuttons-style{
|
153 |
+
padding: 5px 0 5px 70px;
|
154 |
+
list-style: none;
|
155 |
+
position: relative;
|
156 |
+
border:1px solid #ddd;
|
157 |
+
}
|
158 |
+
div.inside div.simplesocialbuttons-style.social-active{
|
159 |
+
border-color: #0085ba;
|
160 |
+
}
|
161 |
+
div.inside div.simplesocialbuttons-style:after{
|
162 |
+
content: '';
|
163 |
+
display: table;
|
164 |
+
clear: both;
|
165 |
+
}
|
166 |
+
div.inside div.simplesocialbuttons-style + div.simplesocialbuttons-style{
|
167 |
+
margin-top: 10px;
|
168 |
+
}
|
169 |
+
.simplesocialbuttons-style label{
|
170 |
+
width: 60px;
|
171 |
+
height: 100%;
|
172 |
+
position: absolute;
|
173 |
+
text-align: center;
|
174 |
+
line-height: 60px;
|
175 |
+
top: 0;
|
176 |
+
left: 0;
|
177 |
+
border-right:1px solid #ddd;
|
178 |
+
}
|
179 |
+
div.inside div.simplesocialbuttons-nav li{
|
180 |
+
list-style: none;
|
181 |
+
margin: 5px 4px;
|
182 |
+
display: inline-block;
|
183 |
+
}
|
184 |
+
.simplesocialbuttons-nav ul{
|
185 |
+
list-style: none;
|
186 |
+
margin: 0;
|
187 |
+
}
|
188 |
+
.simplesocialbuttons-nav.sm-round li a{
|
189 |
+
border-style: solid;
|
190 |
+
border-width: 1px;
|
191 |
+
border-color: rgb(222, 222, 222);
|
192 |
+
background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
193 |
+
background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
194 |
+
background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
195 |
+
border-radius: 4px;
|
196 |
+
height: 38px;
|
197 |
+
line-height: 26px;
|
198 |
+
padding: 4px 15px 4px 20px;
|
199 |
+
display: inline-block;
|
200 |
+
text-decoration: none;
|
201 |
+
font-size: 14px;
|
202 |
+
padding-left: 38px;
|
203 |
+
position: relative;
|
204 |
+
-webkit-transition:all 0.2s ease-in-out;
|
205 |
+
transition:all 0.2s ease-in-out;
|
206 |
+
}
|
207 |
+
.simplesocialbuttons-nav.sm-round li a:hover{
|
208 |
+
background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
209 |
+
background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
210 |
+
background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
211 |
+
}
|
212 |
+
.simplesocialbuttons-nav.sm-round li a.simplesocial-fb-share{
|
213 |
+
color: #43609c;
|
214 |
+
}
|
215 |
+
.simplesocialbuttons-nav li a.simplesocial-fb-share:after{
|
216 |
+
content: "\e900";
|
217 |
+
}
|
218 |
+
.simplesocialbuttons-nav li a.simplesocial-twt-share:after{
|
219 |
+
content: "\e904";
|
220 |
+
}
|
221 |
+
.simplesocialbuttons-nav li a.simplesocial-gplus-share:after{
|
222 |
+
content: "\e901";
|
223 |
+
}
|
224 |
+
.simplesocialbuttons-nav.sm-round li a.simplesocial-twt-share{
|
225 |
+
color: #1da1f2;
|
226 |
+
}
|
227 |
+
.simplesocialbuttons-nav.sm-round li a.simplesocial-gplus-share{
|
228 |
+
color: #db4437;
|
229 |
+
}
|
230 |
+
.simplesocialbuttons-nav.simple-round li a{
|
231 |
+
height: 38px;
|
232 |
+
line-height: 26px;
|
233 |
+
padding: 4px 15px 4px 48px;
|
234 |
+
display: inline-block;
|
235 |
+
text-decoration: none;
|
236 |
+
font-size: 14px;
|
237 |
+
position: relative;
|
238 |
+
color: #fff;
|
239 |
+
border-radius: 3px;
|
240 |
+
}
|
241 |
+
.simplesocialbuttons-nav.simple-round li a span{
|
242 |
+
position: relative;
|
243 |
+
z-index: 1;
|
244 |
+
}
|
245 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-fb-share{
|
246 |
+
background: #43609c;
|
247 |
+
}
|
248 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-twt-share{
|
249 |
+
background: #1da1f2;
|
250 |
+
}
|
251 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-gplus-share{
|
252 |
+
background: #db4437;
|
253 |
+
}
|
254 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-fb-share:after,
|
255 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-fb-share:before{
|
256 |
+
background: #354e83;
|
257 |
+
}
|
258 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-twt-share:after,
|
259 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-twt-share:before{
|
260 |
+
background: #1889cf;
|
261 |
+
}
|
262 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-gplus-share:after,
|
263 |
+
.simplesocialbuttons-nav.simple-round li a.simplesocial-gplus-share:before{
|
264 |
+
background: #bb372b;
|
265 |
+
}
|
266 |
+
.simplesocialbuttons-nav.simple-round li a:hover:before{
|
267 |
+
width: 100%;
|
268 |
+
}
|
269 |
+
.simplesocialbuttons-nav.simple-round li a:before {
|
270 |
+
content: '';
|
271 |
+
left: 0;
|
272 |
+
position: absolute;
|
273 |
+
font-size: 17px;
|
274 |
+
top: 0;
|
275 |
+
width: 38px;
|
276 |
+
height: 38px;
|
277 |
+
text-align: center;
|
278 |
+
line-height: 38px;
|
279 |
+
border-radius: 3px;
|
280 |
+
-webkit-transition:all 0.2s ease-in-out;
|
281 |
+
transition:all 0.2s ease-in-out;
|
282 |
+
}
|
283 |
+
.simplesocialbuttons-nav.round-txt li a{
|
284 |
+
border-style: solid;
|
285 |
+
border-width: 1px;
|
286 |
+
border-color: transparent;
|
287 |
+
border-radius: 19px;
|
288 |
+
height: 38px;
|
289 |
+
line-height: 26px;
|
290 |
+
padding: 5px 15px 5px 20px;
|
291 |
+
display: inline-block;
|
292 |
+
text-decoration: none;
|
293 |
+
font-size: 14px;
|
294 |
+
padding-left: 38px;
|
295 |
+
position: relative;
|
296 |
+
background: #fff;
|
297 |
+
-webkit-transition:all 0.2s ease-in-out;
|
298 |
+
transition:all 0.2s ease-in-out;
|
299 |
+
position: relative;
|
300 |
+
}
|
301 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-fb-share{
|
302 |
+
color: #43609c;
|
303 |
+
border-color: #43609c;
|
304 |
+
}
|
305 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-fb-share:hover{
|
306 |
+
background: #43609c;
|
307 |
+
color: #fff;
|
308 |
+
}
|
309 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-twt-share{
|
310 |
+
color: #1da1f2;
|
311 |
+
border-color: #1da1f2;
|
312 |
+
}
|
313 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-twt-share:hover{
|
314 |
+
background: #1da1f2;
|
315 |
+
color: #fff;
|
316 |
+
}
|
317 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-gplus-share{
|
318 |
+
color: #db4437;
|
319 |
+
border-color: #db4437;
|
320 |
+
}
|
321 |
+
.simplesocialbuttons-nav.round-txt li a.simplesocial-gplus-share:hover{
|
322 |
+
background: #db4437;
|
323 |
+
color: #fff;
|
324 |
+
}
|
325 |
+
.simplesocialbuttons-nav li a:after {
|
326 |
+
font-family: 'ssb-icon' !important;
|
327 |
+
speak: none;
|
328 |
+
font-style: normal;
|
329 |
+
font-weight: normal;
|
330 |
+
font-variant: normal;
|
331 |
+
text-transform: none;
|
332 |
+
-webkit-font-smoothing: antialiased;
|
333 |
+
-moz-osx-font-smoothing: grayscale;
|
334 |
+
left: 0;
|
335 |
+
position: absolute;
|
336 |
+
font-size: 17px;
|
337 |
+
top: 0;
|
338 |
+
width: 38px;
|
339 |
+
height: 38px;
|
340 |
+
text-align: center;
|
341 |
+
line-height: 38px;
|
342 |
+
border-radius: 3px;
|
343 |
+
}
|
344 |
+
.ssb_settings_container .postbox .inside *{
|
345 |
+
box-sizing: border-box;
|
346 |
+
}
|
347 |
+
|
348 |
+
.simplesocialbuttons-nav.round-btm-border li a{
|
349 |
+
border-radius: 3px;
|
350 |
+
height: 38px;
|
351 |
+
line-height: 26px;
|
352 |
+
padding: 5px 15px 5px 20px;
|
353 |
+
display: inline-block;
|
354 |
+
text-decoration: none;
|
355 |
+
font-size: 14px;
|
356 |
+
padding-left: 38px;
|
357 |
+
position: relative;
|
358 |
+
background: #fff;
|
359 |
+
-webkit-transition:all 0.2s ease-in-out;
|
360 |
+
transition:all 0.2s ease-in-out;
|
361 |
+
}
|
362 |
+
.simplesocialbuttons-nav.round-btm-border li a:hover{
|
363 |
+
color: #fff;
|
364 |
+
}
|
365 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-fb-share{
|
366 |
+
box-shadow:inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
367 |
+
color: #43609c;
|
368 |
+
}
|
369 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-fb-share:hover{
|
370 |
+
box-shadow:inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
371 |
+
color: #fff;
|
372 |
+
}
|
373 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-twt-share{
|
374 |
+
box-shadow:inset 0px 0px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
375 |
+
color: #1da1f2;
|
376 |
+
}
|
377 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-twt-share:hover{
|
378 |
+
box-shadow:inset 0px -40px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
379 |
+
color: #fff;
|
380 |
+
}
|
381 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-gplus-share{
|
382 |
+
box-shadow: 0px 2px 0px 0px #db4437,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
383 |
+
color: #db4437;
|
384 |
+
}
|
385 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-gplus-share{
|
386 |
+
box-shadow: inset 0px 0px 0px 0px #db4437, 0px 2px 0px 0px #db4437,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
387 |
+
color: #db4437;
|
388 |
+
}
|
389 |
+
.simplesocialbuttons-nav.round-btm-border li a.simplesocial-gplus-share:hover{
|
390 |
+
box-shadow: inset 0px -40px 0px 0px #db4437, 0px 2px 0px 0px #db4437,0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
391 |
+
color: #fff;
|
392 |
+
}
|
393 |
+
.simplesocialbuttons-nav.flat-button-border li a{
|
394 |
+
border-radius: 0;
|
395 |
+
height: 38px;
|
396 |
+
line-height: 26px;
|
397 |
+
padding: 5px 15px 5px 20px;
|
398 |
+
display: inline-block;
|
399 |
+
text-decoration: none;
|
400 |
+
font-size: 14px;
|
401 |
+
padding-left: 38px;
|
402 |
+
position: relative;
|
403 |
+
color: #fff;
|
404 |
+
-webkit-transition:all 0.2s ease-in-out;
|
405 |
+
transition:all 0.2s ease-in-out;
|
406 |
+
}
|
407 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-fb-share{
|
408 |
+
background: #43609c;
|
409 |
+
box-shadow:inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
|
410 |
+
}
|
411 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-fb-share:hover{
|
412 |
+
box-shadow:inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
|
413 |
+
}
|
414 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-twt-share{
|
415 |
+
background: #1da1f2;
|
416 |
+
box-shadow:inset 0px 0px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
|
417 |
+
}
|
418 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-twt-share:hover{
|
419 |
+
box-shadow:inset 0px -40px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
|
420 |
+
}
|
421 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-gplus-share{
|
422 |
+
background: #db4437;
|
423 |
+
box-shadow:inset 0px 0px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
|
424 |
+
}
|
425 |
+
.simplesocialbuttons-nav.flat-button-border li a.simplesocial-gplus-share:hover{
|
426 |
+
box-shadow:inset 0px -40px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
|
427 |
+
}
|
428 |
+
.simplesocialbuttons-nav.round-icon li a{
|
429 |
+
height: 38px;
|
430 |
+
line-height: 38px;
|
431 |
+
width: 38px;
|
432 |
+
display: inline-block;
|
433 |
+
text-decoration: none;
|
434 |
+
font-size: 14px;
|
435 |
+
text-align: center;
|
436 |
+
position: relative;
|
437 |
+
color: #fff;
|
438 |
+
border-radius: 50%;
|
439 |
+
}
|
440 |
+
.simplesocialbuttons-nav.round-icon li a .simplesocial-hidden-text{
|
441 |
+
display: none;
|
442 |
+
}
|
443 |
+
.simplesocialbuttons-nav.round-icon li a:after{
|
444 |
+
width: 34px;
|
445 |
+
height: 34px;
|
446 |
+
line-height: 34px;
|
447 |
+
}
|
448 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-fb-share{
|
449 |
+
color: #43609c;
|
450 |
+
border: 2px solid #354e83;
|
451 |
+
}
|
452 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-fb-share:hover{
|
453 |
+
color: #fff;
|
454 |
+
background: #43609c;
|
455 |
+
}
|
456 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-twt-share{
|
457 |
+
color: #1da1f2;
|
458 |
+
border: 2px solid #1889cf;
|
459 |
+
}
|
460 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-twt-share:hover{
|
461 |
+
color: #fff;
|
462 |
+
background: #1889cf;
|
463 |
+
}
|
464 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-gplus-share{
|
465 |
+
color: #db4437;
|
466 |
+
border: 2px solid #bb372b;
|
467 |
+
}
|
468 |
+
.simplesocialbuttons-nav.round-icon li a.simplesocial-gplus-share:hover{
|
469 |
+
color: #fff;
|
470 |
+
background: #bb372b;
|
471 |
+
}
|
472 |
+
.simplesocialbuttons-style input[type=radio]{
|
473 |
+
border-radius: 0;
|
474 |
+
position: relative;
|
475 |
+
display: none;
|
476 |
+
}
|
477 |
+
.simplesocialbuttons-style .radio{
|
478 |
+
border: 1px solid #b4b9be;
|
479 |
+
background: #fff;
|
480 |
+
color: #555;
|
481 |
+
clear: none;
|
482 |
+
cursor: pointer;
|
483 |
+
display: inline-block;
|
484 |
+
line-height: 0;
|
485 |
+
height: 16px;
|
486 |
+
outline: 0;
|
487 |
+
padding: 0!important;
|
488 |
+
text-align: center;
|
489 |
+
vertical-align: middle;
|
490 |
+
width: 16px;
|
491 |
+
min-width: 16px;
|
492 |
+
-webkit-appearance: none;
|
493 |
+
-webkit-transition: .05s border-color ease-in-out;
|
494 |
+
transition: .05s border-color ease-in-out;
|
495 |
+
position: absolute;
|
496 |
+
top: 50%;
|
497 |
+
left: 50%;
|
498 |
+
-webkit-transform:translate(-50%, -50%);
|
499 |
+
transform:translate(-50%, -50%);
|
500 |
+
}
|
501 |
+
.simplesocialbuttons-style input[type="radio"]:checked + .radio{
|
502 |
+
background: #0085ba;
|
503 |
+
border:1px solid #0085ba;
|
504 |
+
}
|
505 |
+
.simplesocialbuttons-style input[type="radio"]:checked + .radio:before{
|
506 |
+
content: "";
|
507 |
+
width: 10px;
|
508 |
+
height: 2px;
|
509 |
+
background: #fff;
|
510 |
+
position: absolute;
|
511 |
+
top: 5px;
|
512 |
+
right: 0px;
|
513 |
+
margin: 0;
|
514 |
+
border: 0;
|
515 |
+
transform: rotate(-45deg);
|
516 |
+
}
|
517 |
+
.simplesocialbuttons-style input[type="radio"]:checked + .radio:after{
|
518 |
+
content: "";
|
519 |
+
width: 5px;
|
520 |
+
height: 2px;
|
521 |
+
background: #fff;
|
522 |
+
position: absolute;
|
523 |
+
top: 7px;
|
524 |
+
left: 2px;
|
525 |
+
margin: 0;
|
526 |
+
border: 0;
|
527 |
+
transform: rotate(45deg);
|
528 |
+
}
|
529 |
+
.simplesocialbuttons-style input[type=radio]:checked + .radio .shadow{
|
530 |
+
display: block;
|
531 |
+
-webkit-animation-name: checkbox-ripple;
|
532 |
+
animation-name: checkbox-ripple;
|
533 |
+
-webkit-animation-duration: 400ms;
|
534 |
+
animation-duration: 400ms;
|
535 |
+
-webkit-animation-timing-function: ease-out;
|
536 |
+
animation-timing-function: ease-out;
|
537 |
+
|
538 |
+
}
|
539 |
+
.simplesocial-postion-outer-wrapper{
|
540 |
+
font-size: 0;
|
541 |
+
margin: 0 -20px;
|
542 |
+
}
|
543 |
+
.simplesocial-postion-outer{
|
544 |
+
width: 20%;
|
545 |
+
display: inline-block;
|
546 |
+
padding: 0 20px;
|
547 |
+
}
|
548 |
+
.simplesocial-postion-outer label{
|
549 |
+
font-weight: 600;
|
550 |
+
font-size: 14px;
|
551 |
+
color: #444;
|
552 |
+
display: block;
|
553 |
+
text-align: center;
|
554 |
+
border:1px solid #ccc;
|
555 |
+
padding: 13px 15% 20px;
|
556 |
+
position: relative;
|
557 |
+
margin-bottom: 40px;
|
558 |
+
}
|
559 |
+
.simplesocial-postion-outer label.social-active{
|
560 |
+
border:1px solid #0085ba;
|
561 |
+
}
|
562 |
+
.simplesocial-postion-outer label.simplesocial-popup{
|
563 |
+
position: relative;
|
564 |
+
}
|
565 |
+
.simplesocial-postion-outer label.simplesocial-popup .simplesocial-highlight{
|
566 |
+
position: absolute;
|
567 |
+
top: 50%;
|
568 |
+
left: 50%;
|
569 |
+
-webkit-transform:translate(-50%, -50%);
|
570 |
+
transform:translate(-50%, -50%);
|
571 |
+
width: 80%;
|
572 |
+
height: 50%;
|
573 |
+
background: #0085ba;
|
574 |
+
box-shadow: 3px 3px #76c5e5;
|
575 |
+
}
|
576 |
+
.simplesocial-fb-sharehd-line{
|
577 |
+
display: block;
|
578 |
+
margin-bottom: 15px;
|
579 |
+
}
|
580 |
+
.simplesocial-blue-box{
|
581 |
+
display: block;
|
582 |
+
height: 107px;
|
583 |
+
background: #9de0fb;
|
584 |
+
}
|
585 |
+
.simplesocial-sidebar .simplesocial-highlight{
|
586 |
+
position: absolute;
|
587 |
+
top: 60px;
|
588 |
+
width: 26px;
|
589 |
+
height: 80px;
|
590 |
+
left: 0;
|
591 |
+
background: #0085ba;
|
592 |
+
}
|
593 |
+
.simplesocial-sidebar.social-active .simplesocial-highlight{
|
594 |
+
-webkit-animation-name: ssb_sidebar; /* Safari 4.0 - 8.0 */
|
595 |
+
-webkit-animation-duration:1s; /* Safari 4.0 - 8.0 */
|
596 |
+
animation-name: ssb_sidebar;
|
597 |
+
animation-duration:1s;
|
598 |
+
}
|
599 |
+
@-webkit-keyframes ssb_sidebar {
|
600 |
+
from {width: 0px;}
|
601 |
+
to {width: 26px;}
|
602 |
+
}
|
603 |
+
|
604 |
+
/* Standard syntax */
|
605 |
+
@keyframes ssb_sidebar {
|
606 |
+
from {width: 0px;}
|
607 |
+
to {width: 26px;}
|
608 |
+
}
|
609 |
+
.simplesocial-inline.social-active .simplesocial-highlight{
|
610 |
+
-webkit-animation-name: ssb_inline; /* Safari 4.0 - 8.0 */
|
611 |
+
-webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
|
612 |
+
animation-name: ssb_inline;
|
613 |
+
animation-duration: 1.5s;
|
614 |
+
}
|
615 |
+
@-webkit-keyframes ssb_inline {
|
616 |
+
from {opacity: 0;}
|
617 |
+
to {opacity: 1;}
|
618 |
+
}
|
619 |
+
|
620 |
+
/* Standard syntax */
|
621 |
+
@keyframes ssb_inline {
|
622 |
+
from {opacity: 0;}
|
623 |
+
to {opacity: 1;}
|
624 |
+
}
|
625 |
+
.simplesocial-media.social-active .simplesocial-highlight{
|
626 |
+
-webkit-animation-name: ssb_media; /* Safari 4.0 - 8.0 */
|
627 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
628 |
+
animation-name: ssb_media;
|
629 |
+
animation-duration: 1s;
|
630 |
+
}
|
631 |
+
@-webkit-keyframes ssb_media {
|
632 |
+
from {opacity: 0;}
|
633 |
+
to {opacity: 1;}
|
634 |
+
}
|
635 |
+
|
636 |
+
/* Standard syntax */
|
637 |
+
@keyframes ssb_media {
|
638 |
+
from {opacity: 0;}
|
639 |
+
to {opacity: 1;}
|
640 |
+
}
|
641 |
+
.simplesocial-popup.social-active .simplesocial-highlight{
|
642 |
+
-webkit-animation-name: ssb_popup; /* Safari 4.0 - 8.0 */
|
643 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
644 |
+
animation-name: ssb_popup;
|
645 |
+
animation-duration: 1s;
|
646 |
+
}
|
647 |
+
@-webkit-keyframes ssb_popup {
|
648 |
+
from {transform:translate(-50%, -50%) scale(.7);opacity: 0;}
|
649 |
+
to {transform:translate(-50%, -50%) scale(1);opacity: 1;}
|
650 |
+
}
|
651 |
+
|
652 |
+
/* Standard syntax */
|
653 |
+
@keyframes ssb_popup {
|
654 |
+
from {transform:translate(-50%, -50%) scale(.7);opacity: 0;}
|
655 |
+
to {transform:translate(-50%, -50%) scale(1);opacity: 1;}
|
656 |
+
}
|
657 |
+
.simplesocial-flyin.social-active .simplesocial-highlight{
|
658 |
+
-webkit-animation-name: ssb_flyin; /* Safari 4.0 - 8.0 */
|
659 |
+
-webkit-animation-duration:1s; /* Safari 4.0 - 8.0 */
|
660 |
+
animation-name: ssb_flyin;
|
661 |
+
animation-duration:1s;
|
662 |
+
}
|
663 |
+
@-webkit-keyframes ssb_flyin {
|
664 |
+
from {height: 0px;}
|
665 |
+
to {height: 54px;}
|
666 |
+
}
|
667 |
+
|
668 |
+
/* Standard syntax */
|
669 |
+
@keyframes ssb_flyin {
|
670 |
+
from {height: 0px;}
|
671 |
+
to {height: 54px;}
|
672 |
+
}
|
673 |
+
.simplesocial-inline .simplesocial-highlight{
|
674 |
+
width: 100%;
|
675 |
+
height: 20px;
|
676 |
+
background: #0085ba;
|
677 |
+
display: block;
|
678 |
+
margin: 13px 0 0 0;
|
679 |
+
position: absolute;
|
680 |
+
top: 100%;
|
681 |
+
left: 0;
|
682 |
+
}
|
683 |
+
.simplesocial-media .simplesocial-highlight{
|
684 |
+
position: absolute;
|
685 |
+
top: 11px;
|
686 |
+
width: 75px;
|
687 |
+
height: 25px;
|
688 |
+
left: 11px;
|
689 |
+
background: #0085ba;
|
690 |
+
}
|
691 |
+
.simplesocial-media .simplesocial-blue-box{
|
692 |
+
position: relative;
|
693 |
+
}
|
694 |
+
.simplesocial-inline .simplesocial-blue-box{
|
695 |
+
height: 76px;
|
696 |
+
margin-bottom: 31px;
|
697 |
+
position: relative;
|
698 |
+
}
|
699 |
+
.simplesocial-popup .simplesocial-blue-box{
|
700 |
+
position: relative;
|
701 |
+
}
|
702 |
+
.simplesocial-flyin .simplesocial-highlight{
|
703 |
+
width: 54px;
|
704 |
+
height: 54px;
|
705 |
+
background: #0085ba;
|
706 |
+
position: absolute;
|
707 |
+
bottom: 0;
|
708 |
+
right: 0;
|
709 |
+
}
|
710 |
+
.simplesocial-postion-box input[type="checkbox"]{
|
711 |
+
display: none;
|
712 |
+
}
|
713 |
+
.simplesocial-postion-box input[type="checkbox"] + .checkbox{
|
714 |
+
position: absolute;
|
715 |
+
top: 100%;
|
716 |
+
left: 50%;
|
717 |
+
margin-top: 14px;
|
718 |
+
margin-right: 0;
|
719 |
+
margin-left: -8px;
|
720 |
+
border-radius: 0;
|
721 |
+
width: 16px;
|
722 |
+
height: 16px;
|
723 |
+
border:1px solid #b4b9be;
|
724 |
+
}
|
725 |
+
.simplesocial-postion-box input[type=checkbox]:checked + .checkbox{
|
726 |
+
background: #0085ba;
|
727 |
+
border-color: #0085ba;
|
728 |
+
}
|
729 |
+
.simplesocial-postion-box input[type=checkbox]:checked + .checkbox:before{
|
730 |
+
content: "";
|
731 |
+
width: 10px;
|
732 |
+
height: 2px;
|
733 |
+
background: #fff;
|
734 |
+
position: absolute;
|
735 |
+
top: 5px;
|
736 |
+
right: 0px;
|
737 |
+
margin: 0;
|
738 |
+
border: 0;
|
739 |
+
transform: rotate(-45deg);
|
740 |
+
z-index: 100;
|
741 |
+
}
|
742 |
+
.simplesocial-postion-box input[type=checkbox]:checked + .checkbox:after{
|
743 |
+
content: "";
|
744 |
+
width: 5px;
|
745 |
+
height: 2px;
|
746 |
+
background: #fff;
|
747 |
+
position: absolute;
|
748 |
+
top: 7px;
|
749 |
+
left: 2px;
|
750 |
+
margin: 0;
|
751 |
+
border: 0;
|
752 |
+
transform: rotate(45deg);
|
753 |
+
z-index: 100;
|
754 |
+
}
|
755 |
+
.shadow{
|
756 |
+
height: 16px;
|
757 |
+
width: 16px;
|
758 |
+
position: absolute;
|
759 |
+
top: -1px;
|
760 |
+
left: -1px;
|
761 |
+
border-radius: 50%;
|
762 |
+
-webkit-transform: scale(0);
|
763 |
+
transform: scale(0);
|
764 |
+
background: #03a9f4 !important;
|
765 |
+
|
766 |
+
}
|
767 |
+
.shadow.animated{
|
768 |
+
display: block;
|
769 |
+
-webkit-animation-name: checkbox-ripple;
|
770 |
+
animation-name: checkbox-ripple;
|
771 |
+
-webkit-animation-duration: 400ms;
|
772 |
+
animation-duration: 400ms;
|
773 |
+
-webkit-animation-timing-function: ease-out;
|
774 |
+
animation-timing-function: ease-out;
|
775 |
+
}
|
776 |
+
@-webkit-keyframes checkbox-ripple {
|
777 |
+
100% {
|
778 |
+
opacity: 0;
|
779 |
+
-webkit-transform: scale(4);
|
780 |
+
transform: scale(4);
|
781 |
+
}
|
782 |
+
}
|
783 |
+
@keyframes checkbox-ripple {
|
784 |
+
100% {
|
785 |
+
opacity: 0;
|
786 |
+
-webkit-transform: scale(4);
|
787 |
+
transform: scale(4);
|
788 |
+
}
|
789 |
+
}
|
790 |
+
.simplesocialbuttons-style-outer{
|
791 |
+
width: calc(33.3333% - 13px);
|
792 |
+
display: inline-block;
|
793 |
+
margin: 5px;
|
794 |
+
vertical-align: top;
|
795 |
+
}
|
796 |
+
.simplesocialbuttons-nav.round-icon ul{
|
797 |
+
font-size: 0;
|
798 |
+
height: 48px;
|
799 |
+
}
|
800 |
+
.simplesocialbuttons-nav.round-icon ul li{
|
801 |
+
height: 38px;
|
802 |
+
}
|
803 |
+
.simplesocial-form-section:after{
|
804 |
+
content: '';
|
805 |
+
display: table;
|
806 |
+
clear: both;
|
807 |
+
}
|
808 |
+
.simplesocial-form-section{
|
809 |
+
margin: 9px 0;
|
810 |
+
}
|
811 |
+
.simplesocial-form-section h5{
|
812 |
+
font-size: 13px;
|
813 |
+
font-weight: normal;
|
814 |
+
line-height: 28px;
|
815 |
+
color: #444;
|
816 |
+
width: 250px;
|
817 |
+
float: left;
|
818 |
+
margin: 0;
|
819 |
+
}
|
820 |
+
.simplesocial-form-section select{
|
821 |
+
width: 120px;
|
822 |
+
}
|
823 |
+
.simplesocial-form-section .simplesocial-switch{
|
824 |
+
width: 33px;
|
825 |
+
height: 14px;
|
826 |
+
background: #b0afaf;
|
827 |
+
border-radius: 7px;
|
828 |
+
display: inline-block;
|
829 |
+
position: relative;
|
830 |
+
margin-left: 10px;
|
831 |
+
}
|
832 |
+
.simplesocial-form-section input[type="checkbox"]{
|
833 |
+
display: none;
|
834 |
+
}
|
835 |
+
.simplesocial-form-section input[type="checkbox"]:checked + .simplesocial-switch:after{
|
836 |
+
left: 20px;
|
837 |
+
background: #0085ba;
|
838 |
+
box-shadow: 0px 1px 3px 0px rgba(40, 175, 229, 0.48);
|
839 |
+
}
|
840 |
+
.simplesocial-form-section input[type="checkbox"]:checked + .simplesocial-switch{
|
841 |
+
background: #28afe5;
|
842 |
+
}
|
843 |
+
.simplesocial-form-section .simplesocial-switch:after{
|
844 |
+
width: 20px;
|
845 |
+
height: 20px;
|
846 |
+
background: #f1f1f1;
|
847 |
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.48);
|
848 |
+
border-radius: 50%;
|
849 |
+
content: '';
|
850 |
+
position: absolute;
|
851 |
+
left: -8px;
|
852 |
+
top: -3px;
|
853 |
+
-webkit-transition:all 0.3s ease-in-out;
|
854 |
+
transition:all 0.3s ease-in-out;
|
855 |
+
}
|
856 |
+
.simplesocial-form-section .simplesocial-switch:active::after {
|
857 |
+
box-shadow: 0 0.25rem 0.5rem rgba(175,175,175,0.28), 0 0 0 1.25rem rgba(175, 175, 175, 0.28);
|
858 |
+
z-index: 100;
|
859 |
+
}
|
860 |
+
.simplesocial-form-section input[type="checkbox"]:checked + .simplesocial-switch:active:after{
|
861 |
+
box-shadow: 0 0.25rem 0.5rem rgba(40, 175, 229, 0.28), 0 0 0 1.25rem rgba(40, 175, 229, 0.28);
|
862 |
+
z-index: 100;
|
863 |
+
}
|
864 |
+
.simplesocial-inline-form-section label{
|
865 |
+
margin-right: 40px;
|
866 |
+
}
|
867 |
+
.simplesocial-inline-form-section input[type="checkbox"]{
|
868 |
+
margin-right: 20px;
|
869 |
+
display: none;
|
870 |
+
}
|
871 |
+
.simplesocial-inline-form-section .checkbox{
|
872 |
+
border: 1px solid #b4b9be;
|
873 |
+
background: #fff;
|
874 |
+
color: #555;
|
875 |
+
clear: none;
|
876 |
+
cursor: pointer;
|
877 |
+
display: inline-block;
|
878 |
+
line-height: 0;
|
879 |
+
height: 16px;
|
880 |
+
margin: -4px 4px 0 0;
|
881 |
+
outline: 0;
|
882 |
+
padding: 0!important;
|
883 |
+
text-align: center;
|
884 |
+
vertical-align: middle;
|
885 |
+
width: 16px;
|
886 |
+
min-width: 16px;
|
887 |
+
-webkit-appearance: none;
|
888 |
+
-webkit-transition: .05s border-color ease-in-out;
|
889 |
+
transition: .05s border-color ease-in-out;
|
890 |
+
margin-right: 20px;
|
891 |
+
position: relative;
|
892 |
+
}
|
893 |
+
.simplesocial-inline-form-section input[type="checkbox"]:checked +.checkbox{
|
894 |
+
background: #0085ba;
|
895 |
+
border-color: #0085ba;
|
896 |
+
}
|
897 |
+
.simplesocial-inline-form-section input[type=checkbox]:checked +.checkbox:before{
|
898 |
+
color: #fff;
|
899 |
+
}
|
900 |
+
.simplesocial-inline-form-section input[type=checkbox]:checked + .checkbox:before {
|
901 |
+
content: "";
|
902 |
+
width: 10px;
|
903 |
+
height: 2px;
|
904 |
+
background: #fff;
|
905 |
+
position: absolute;
|
906 |
+
top: 5px;
|
907 |
+
right: 0px;
|
908 |
+
margin: 0;
|
909 |
+
border: 0;
|
910 |
+
transform: rotate(-45deg);
|
911 |
+
z-index: 100;
|
912 |
+
}
|
913 |
+
.simplesocial-inline-form-section input[type=checkbox]:checked + .checkbox:after {
|
914 |
+
content: "";
|
915 |
+
width: 5px;
|
916 |
+
height: 2px;
|
917 |
+
background: #fff;
|
918 |
+
position: absolute;
|
919 |
+
top: 7px;
|
920 |
+
left: 2px;
|
921 |
+
margin: 0;
|
922 |
+
border: 0;
|
923 |
+
transform: rotate(45deg);
|
924 |
+
z-index: 100;
|
925 |
+
}
|
926 |
+
.simplesocial-inline-form-section .checkbox .shadow.animated{
|
927 |
+
display: block;
|
928 |
+
-webkit-animation-name: checkbox-ripple;
|
929 |
+
animation-name: checkbox-ripple;
|
930 |
+
-webkit-animation-duration: 400ms;
|
931 |
+
animation-duration: 400ms;
|
932 |
+
-webkit-animation-timing-function: ease-out;
|
933 |
+
animation-timing-function: ease-out;
|
934 |
+
}
|
935 |
+
.simplesocial-form-section .select .s-hidden{
|
936 |
+
display: none;
|
937 |
+
}
|
938 |
+
/*Code For Select Options*/
|
939 |
+
.simplesocial-form-section .s-hidden {
|
940 |
+
visibility:hidden;
|
941 |
+
padding-right:10px;
|
942 |
+
}
|
943 |
+
.simplesocial-form-section .select {
|
944 |
+
cursor:pointer;
|
945 |
+
display:inline-block;
|
946 |
+
position:relative;
|
947 |
+
font-size: 14px;
|
948 |
+
width: 280px;
|
949 |
+
color:black;
|
950 |
+
border-bottom:1px solid #dddddd;
|
951 |
+
max-width: calc(100% - 250px);
|
952 |
+
}
|
953 |
+
.simplesocial-form-section .styledSelect {
|
954 |
+
position:absolute;
|
955 |
+
top:0;
|
956 |
+
right:0;
|
957 |
+
bottom:0;
|
958 |
+
left:0;
|
959 |
+
background-color:white;
|
960 |
+
padding: 2px 16px;
|
961 |
+
font:400 14px 'Source Sans Pro', Arial, Sans-Serif;
|
962 |
+
color: #838385;
|
963 |
+
line-height: 24px;
|
964 |
+
}
|
965 |
+
.simplesocial-form-section .styledSelect:after {
|
966 |
+
content:"";
|
967 |
+
width:0;
|
968 |
+
height:0;
|
969 |
+
border:5px solid transparent;
|
970 |
+
border-color:#b6b9bc transparent transparent transparent;
|
971 |
+
position:absolute;
|
972 |
+
top:12px;
|
973 |
+
right:14px;
|
974 |
+
}
|
975 |
+
div.inside .simplesocial-form-section ul.options li{
|
976 |
+
margin-left: 0;
|
977 |
+
list-style: none;
|
978 |
+
}
|
979 |
+
.simplesocial-form-section .styledSelect:active,.simplesocial-form-section .styledSelect.active {
|
980 |
+
background-color:#eee;
|
981 |
+
}
|
982 |
+
.simplesocial-form-section .left-section .options li {
|
983 |
+
list-style-type: none;
|
984 |
+
margin-left: 0;
|
985 |
+
}
|
986 |
+
.simplesocial-form-section .options {
|
987 |
+
display: none;
|
988 |
+
position: absolute;
|
989 |
+
top: 100%;
|
990 |
+
right: 0;
|
991 |
+
left: 0;
|
992 |
+
z-index: 999;
|
993 |
+
margin: 0 0;
|
994 |
+
padding: 0 0;
|
995 |
+
list-style: none;
|
996 |
+
background: #fff;
|
997 |
+
border-radius: 0;
|
998 |
+
max-height: 200px;
|
999 |
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
|
1000 |
+
border-radius: 0;
|
1001 |
+
box-sizing: border-box;
|
1002 |
+
width: 277px;
|
1003 |
+
width: 100%;
|
1004 |
+
}
|
1005 |
+
.simplesocial-form-section .options li {
|
1006 |
+
margin:0 0;
|
1007 |
+
padding:6px 16px;
|
1008 |
+
font-size: 14px;
|
1009 |
+
color: rgba(0, 0, 0, 0.87);
|
1010 |
+
}
|
1011 |
+
.simplesocial-form-section .options li:hover {
|
1012 |
+
background-color:rgba(0, 0, 0, 0.1);
|
1013 |
+
}
|
1014 |
+
.simplesocial-form-section .select{
|
1015 |
+
display: block;
|
1016 |
+
height: 28px;
|
1017 |
+
border-radius: 0;
|
1018 |
+
background: #fff;
|
1019 |
+
float: left;
|
1020 |
+
}
|
1021 |
+
.simplesocial-form-section .styledSelect{
|
1022 |
+
border-radius: 0;
|
1023 |
+
}
|
1024 |
+
.simplesocial-input{
|
1025 |
+
width: 500px;
|
1026 |
+
float: left;
|
1027 |
+
position: relative;
|
1028 |
+
max-width: calc(100% - 250px);
|
1029 |
+
}
|
1030 |
+
.simplesocial-input textarea:focus{
|
1031 |
+
outline: none;
|
1032 |
+
box-shadow: none;
|
1033 |
+
}
|
1034 |
+
.simplesocial-input textarea{
|
1035 |
+
width: 100%;
|
1036 |
+
border:0;
|
1037 |
+
border-bottom: 1px solid #ddd;
|
1038 |
+
position: relative;
|
1039 |
+
z-index: 1;
|
1040 |
+
background: none;
|
1041 |
+
box-shadow: none;
|
1042 |
+
resize: none;
|
1043 |
+
height: 80px;
|
1044 |
+
}
|
1045 |
+
.simplesocial-input textarea:focus ~ .highlight{
|
1046 |
+
-webkit-animation:inputHighlighter 0.3s ease;
|
1047 |
+
-moz-animation:inputHighlighter 0.3s ease;
|
1048 |
+
animation:inputHighlighter 0.3s ease;
|
1049 |
+
}
|
1050 |
+
.simplesocial-input textarea:focus{
|
1051 |
+
outline: none;
|
1052 |
+
box-shadow: none;
|
1053 |
+
}
|
1054 |
+
.simplesocial-input input{
|
1055 |
+
width: 100%;
|
1056 |
+
border:0;
|
1057 |
+
border-bottom: 1px solid #ddd;
|
1058 |
+
position: relative;
|
1059 |
+
z-index: 1;
|
1060 |
+
background: none;
|
1061 |
+
box-shadow: none;
|
1062 |
+
}
|
1063 |
+
.simplesocial-input .highlight{
|
1064 |
+
width: 120px;
|
1065 |
+
height: 25px;
|
1066 |
+
position: absolute;
|
1067 |
+
top: 0;
|
1068 |
+
left: 0;
|
1069 |
+
background: rgba(40, 175, 229, 0.2);
|
1070 |
+
background: none;
|
1071 |
+
}
|
1072 |
+
.simplesocial-input input:focus ~ .highlight{
|
1073 |
+
-webkit-animation:inputHighlighter 0.3s ease;
|
1074 |
+
-moz-animation:inputHighlighter 0.3s ease;
|
1075 |
+
animation:inputHighlighter 0.3s ease;
|
1076 |
+
}
|
1077 |
+
.simplesocial-input .bar {
|
1078 |
+
position: relative;
|
1079 |
+
display: block;
|
1080 |
+
width: 100%;
|
1081 |
+
}
|
1082 |
+
.simplesocial-input .bar:before,.simplesocial-input .bar:after {
|
1083 |
+
content: '';
|
1084 |
+
height: 2px;
|
1085 |
+
width: 0;
|
1086 |
+
bottom: 1px;
|
1087 |
+
position: absolute;
|
1088 |
+
background: #0085ba;
|
1089 |
+
transition: 0.2s ease all;
|
1090 |
+
-moz-transition: 0.2s ease all;
|
1091 |
+
-webkit-transition: 0.2s ease all;
|
1092 |
+
}
|
1093 |
+
.simplesocial-input .bar:before {
|
1094 |
+
left: 50%;
|
1095 |
+
}
|
1096 |
+
.simplesocial-input .bar:after {
|
1097 |
+
right: 50%;
|
1098 |
+
}
|
1099 |
+
.simplesocial-input input:focus ~ .bar:before, .simplesocial-input input:focus ~ .bar:after {
|
1100 |
+
width: 50%;
|
1101 |
+
}
|
1102 |
+
.simplesocial-input.simplesocial-number{
|
1103 |
+
outline: none;
|
1104 |
+
width: 200px;
|
1105 |
+
text-align: center;
|
1106 |
+
}
|
1107 |
+
.simplesocial-input.simplesocial-number input[type="number"]{
|
1108 |
+
outline: none;
|
1109 |
+
margin: 0;
|
1110 |
+
box-shadow: none !important;
|
1111 |
+
text-align: center;
|
1112 |
+
}
|
1113 |
+
.simplesocial-input input:focus{
|
1114 |
+
outline: none;
|
1115 |
+
box-shadow: none !important;
|
1116 |
+
}
|
1117 |
+
.simplesocial-input textarea:focus ~ .bar:before, .simplesocial-input textarea:focus ~ .bar:after {
|
1118 |
+
width: 50%;
|
1119 |
+
}
|
1120 |
+
.simpleshare-acordions{
|
1121 |
+
display: none;
|
1122 |
+
}
|
1123 |
+
.simpleshare-acordions h3{
|
1124 |
+
cursor: pointer;
|
1125 |
+
position: relative;
|
1126 |
+
}
|
1127 |
+
.ssb_settings_container .postbox-content{
|
1128 |
+
padding: 12px;
|
1129 |
+
}
|
1130 |
+
.ssb_settings_container .postbox-content p{
|
1131 |
+
margin-top: 0;
|
1132 |
+
}
|
1133 |
+
.ssb_settings_container .postbox-content h4 ~ h4{
|
1134 |
+
margin-top: 20px;
|
1135 |
+
}
|
1136 |
+
.ssb_settings_container .postbox-content h4{
|
1137 |
+
margin-bottom: 5px;
|
1138 |
+
}
|
1139 |
+
.ssb_settings_container #poststuff .postbox.simpleshare-acordions{
|
1140 |
+
border:1px solid #e5e5e5;
|
1141 |
+
}
|
1142 |
+
.ssb_settings_container #poststuff .postbox.simpleshare-acordions .inside{
|
1143 |
+
padding: 0;
|
1144 |
+
margin: 0;
|
1145 |
+
}
|
1146 |
+
.ssb_settings_container .postbox.simpleshare-acordions .inside h3{
|
1147 |
+
margin: 0;
|
1148 |
+
border:0;
|
1149 |
+
padding-right: 26px;
|
1150 |
+
position: relative;
|
1151 |
+
}
|
1152 |
+
.ssb_settings_container .postbox.simpleshare-acordions .inside h3.simpleshare-active{
|
1153 |
+
border-bottom: 1px solid #e5e5e5;
|
1154 |
+
}
|
1155 |
+
.ssb_settings_container .postbox.simpleshare-acordions .inside h3:after{
|
1156 |
+
width: 10px;
|
1157 |
+
height: 2px;
|
1158 |
+
position: absolute;
|
1159 |
+
top: 20px;
|
1160 |
+
right: 10px;
|
1161 |
+
background: #000;
|
1162 |
+
content: '';
|
1163 |
+
}
|
1164 |
+
.ssb_settings_container .postbox.simpleshare-acordions .inside h3:before{
|
1165 |
+
height: 10px;
|
1166 |
+
width: 2px;
|
1167 |
+
position: absolute;
|
1168 |
+
top: 16px;
|
1169 |
+
right: 14px;
|
1170 |
+
background: #000;
|
1171 |
+
content: '';
|
1172 |
+
-webkit-transition:all 0.2s ease-in-out;
|
1173 |
+
-moz-transition:all 0.2s ease-in-out;
|
1174 |
+
-ms-transition:all 0.2s ease-in-out;
|
1175 |
+
transition:all 0.2s ease-in-out;
|
1176 |
+
}
|
1177 |
+
.ssb_settings_container .postbox.simpleshare-acordions .inside h3.simpleshare-active:before{
|
1178 |
+
-webkit-transform: rotate(-90deg);
|
1179 |
+
transform: rotate(-90deg);
|
1180 |
+
}
|
1181 |
+
.selection-color{
|
1182 |
+
float: left;
|
1183 |
+
}
|
1184 |
+
.ssb_settings_container .postbox .inside .selection-color *{
|
1185 |
+
box-sizing: content-box;
|
1186 |
+
}
|
1187 |
+
.ssb_goto_pro_section{
|
1188 |
+
background: #dbf5ff;
|
1189 |
+
padding: 25px 20px;
|
1190 |
+
border:1px solid #0085ba;
|
1191 |
+
border-radius: 5px;
|
1192 |
+
margin: 20px 0;
|
1193 |
+
}
|
1194 |
+
.ssb_settings_container .postbox-content .ssb_goto_pro_section h4{
|
1195 |
+
font-size: 17px;
|
1196 |
+
margin: 0 0 25px;
|
1197 |
+
}
|
1198 |
+
.ssb_goto_pro_button{
|
1199 |
+
padding: 7px 12px;
|
1200 |
+
background: #0085ba;
|
1201 |
+
border:1px solid #006799;
|
1202 |
+
border-radius: 5px;
|
1203 |
+
display: inline-block;
|
1204 |
+
color: #fff;
|
1205 |
+
text-decoration: none;
|
1206 |
+
box-shadow: 0px 2px 0px 0px rgba(0, 103, 153, 1);
|
1207 |
+
position: relative;
|
1208 |
+
}
|
1209 |
+
.ssb_goto_pro_button:hover{
|
1210 |
+
top: 2px;
|
1211 |
+
box-shadow: 0px 0px 0px 0px rgba(0, 103, 153, 1);
|
1212 |
+
color: #fff;
|
1213 |
+
background: #006799;
|
1214 |
+
}
|
1215 |
+
/* ANIMATIONS ================ */
|
1216 |
+
@-webkit-keyframes inputHighlighter {
|
1217 |
+
from { background:rgba(40, 175, 229, 0.2); }
|
1218 |
+
to { width:0; background:transparent; }
|
1219 |
+
}
|
1220 |
+
@-moz-keyframes inputHighlighter {
|
1221 |
+
from { background:rgba(40, 175, 229, 0.2); }
|
1222 |
+
to { width:0; background:transparent; }
|
1223 |
+
}
|
1224 |
+
@keyframes inputHighlighter {
|
1225 |
+
from { background:rgba(40, 175, 229, 0.2); }
|
1226 |
+
to { width:0; background:transparent; }
|
1227 |
+
}
|
1228 |
+
.simple-social-buttons-help-page h2 {
|
1229 |
+
padding-top: 15px;
|
1230 |
+
}
|
1231 |
+
.simple-social-buttons-log-file{
|
1232 |
+
background: #0085ba !important;
|
1233 |
+
border-color: #0073aa #006799 #006799 !important;
|
1234 |
+
-webkit-box-shadow: 0 1px 0 #006799 !important;
|
1235 |
+
box-shadow: 0 1px 0 #006799 !important;
|
1236 |
+
color: #fff !important;
|
1237 |
+
text-decoration: none !important;
|
1238 |
+
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
|
1239 |
+
}
|
1240 |
+
.ssb-log-file-sniper{
|
1241 |
+
padding: 5px;
|
1242 |
+
display: none;
|
1243 |
+
}
|
1244 |
+
.ssb-log-file-text{
|
1245 |
+
padding: 5px;
|
1246 |
+
display: none;
|
1247 |
+
color: #009306;
|
1248 |
+
}
|
1249 |
+
@media screen and (max-width: 1919px) {
|
1250 |
+
.simplesocialbuttons-style-outer{
|
1251 |
+
width: calc(50% - 12px);
|
1252 |
+
margin-left: 0;
|
1253 |
+
margin-right: 0;
|
1254 |
+
}
|
1255 |
+
}
|
1256 |
+
@media screen and (max-width: 1500px) {
|
1257 |
+
.simplesocial-postion-outer{
|
1258 |
+
width: 33.333%;
|
1259 |
+
}
|
1260 |
+
}
|
1261 |
+
@media screen and (max-width: 1450px) {
|
1262 |
+
.simplesocialbuttons-style-outer{
|
1263 |
+
width: 100%;
|
1264 |
+
}
|
1265 |
+
}
|
1266 |
+
@media screen and (max-width: 1100px) {
|
1267 |
+
.simplesocial-postion-outer{
|
1268 |
+
width: 50%;
|
1269 |
+
}
|
1270 |
+
}
|
1271 |
+
|
1272 |
+
|
1273 |
+
@media only screen and (max-width: 850px){
|
1274 |
+
|
1275 |
+
.ssb_settings_container{
|
1276 |
+
width:100%;
|
1277 |
+
}
|
1278 |
+
.ssb_right_sidebar{
|
1279 |
+
float: left;
|
1280 |
+
}
|
1281 |
+
.ssb_settings_container #poststuff .ssb_settings_box h2{
|
1282 |
+
width: 120px;
|
1283 |
+
}
|
1284 |
+
.simplesocial-form-section h5{
|
1285 |
+
width: 200px;
|
1286 |
+
}
|
1287 |
+
.simplesocial-form-section .select,.simplesocial-input{
|
1288 |
+
max-width: calc(100% - 200px);
|
1289 |
+
}
|
1290 |
+
}
|
1291 |
+
@media screen and (max-width: 480px) {
|
1292 |
+
.simplesocial-postion-outer{
|
1293 |
+
width: 100%;
|
1294 |
+
max-width: 300px;
|
1295 |
+
}
|
1296 |
+
.simplesocial-postion-outer-wrapper{
|
1297 |
+
text-align: center;
|
1298 |
+
}
|
1299 |
+
.simplesocial-form-section h5{
|
1300 |
+
width: 100%;
|
1301 |
+
}
|
1302 |
+
.simplesocial-form-section .select, .simplesocial-input{
|
1303 |
+
width: 100%;
|
1304 |
+
max-width: 100%;
|
1305 |
+
}
|
1306 |
+
.simplesocial-inline-form-section label{
|
1307 |
+
margin-right: 10px;
|
1308 |
+
}
|
1309 |
+
.simplesocial-inline-form-section .checkbox{
|
1310 |
+
margin-right: 5px;
|
1311 |
+
}
|
1312 |
+
}
|
1313 |
+
|
1314 |
+
.nav-tab .dashicons{
|
1315 |
+
vertical-align: middle;
|
1316 |
+
margin-top: -4px;
|
1317 |
+
margin-right: 4px;
|
1318 |
+
}
|
1319 |
+
.nav-tab:not([href^="#"]){
|
1320 |
+
background: #000;
|
1321 |
+
color: #fff;
|
1322 |
+
}
|
1323 |
+
.nav-tab:not([href^="#"]) .dashicons{
|
1324 |
+
color: #FFDF00;
|
1325 |
+
}
|
assets/css/front.css
ADDED
@@ -0,0 +1,1461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@font-face {
|
2 |
+
font-family: 'ssb-icon';
|
3 |
+
src: url('../fonts/ssb-icon.eot?eahqa2');
|
4 |
+
src: url('../fonts/ssb-icon.eot?eahqa2#iefix') format('embedded-opentype'),
|
5 |
+
url('../fonts/ssb-icon.ttf?eahqa2') format('truetype'),
|
6 |
+
url('../fonts/ssb-icon.woff?eahqa2') format('woff'),
|
7 |
+
url('../fonts/ssb-icon.svg?eahqa2#ssb-icon') format('svg');
|
8 |
+
font-weight: normal;
|
9 |
+
font-style: normal;
|
10 |
+
}
|
11 |
+
|
12 |
+
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
13 |
+
div.simplesocialbuttons { height: auto; margin: 5px auto 5px -5px; text-align: left; clear: left; font-size: 0; }
|
14 |
+
div.simplesocialbutton { float: left; }
|
15 |
+
div.ssb-button-googleplus { width: 100px; }
|
16 |
+
div.ssb-button-fblike { width: 140px; line-height: 1; }
|
17 |
+
div.ssb-button-fbshare { width: 140px; line-height: 1; }
|
18 |
+
div.ssb-button-twitter { width: 130px; }
|
19 |
+
div.ssb-button-pinterest { width: 100px; }
|
20 |
+
.fb-like iframe { max-width: none !important; }
|
21 |
+
.simplesocialbuttons .simplesocialbutton { display: inline-block; vertical-align: top; width: auto;float: none; margin: 0 5px 5px;}
|
22 |
+
.simplesocialbuttons .simplesocialbutton iframe { margin: 0; vertical-align: inherit; }
|
23 |
+
.simplesocialbuttons button{
|
24 |
+
border:0;
|
25 |
+
cursor: pointer;
|
26 |
+
display: inline-block;
|
27 |
+
margin: 5px;
|
28 |
+
-webkit-box-shadow: none;
|
29 |
+
box-shadow: none;
|
30 |
+
font-family: 'Open Sans';
|
31 |
+
box-sizing: border-box;
|
32 |
+
font-weight: normal;
|
33 |
+
}
|
34 |
+
.simplesocialbuttons button:focus, .simplesocialbuttons button:hover{
|
35 |
+
outline: none;
|
36 |
+
}
|
37 |
+
.simplesocialbuttons button.simplesocial-fb-share:after{
|
38 |
+
content: "\e900";
|
39 |
+
}
|
40 |
+
.simplesocialbuttons button.simplesocial-twt-share:after{
|
41 |
+
content: "\e904";
|
42 |
+
}
|
43 |
+
.simplesocialbuttons button.simplesocial-gplus-share:after{
|
44 |
+
content: "\e901";
|
45 |
+
}
|
46 |
+
.simplesocialbuttons button.simplesocial-whatsapp-share:after{
|
47 |
+
content: "\e906";
|
48 |
+
}
|
49 |
+
.simplesocialbuttons button.simplesocial-viber-share:after{
|
50 |
+
content: "\e666";
|
51 |
+
}
|
52 |
+
.simplesocialbuttons button.simplesocial-reddit-share:after{
|
53 |
+
content: "\e903";
|
54 |
+
}
|
55 |
+
.simplesocialbuttons button.simplesocial-linkedin-share:after{
|
56 |
+
content: "\e907";
|
57 |
+
}
|
58 |
+
.simplesocialbuttons button.simplesocial-pinterest-share:after{
|
59 |
+
content: "\e902";
|
60 |
+
}
|
61 |
+
.share-counter{
|
62 |
+
display: inline-block;
|
63 |
+
font-weight: bold;
|
64 |
+
font-size: 30px;
|
65 |
+
line-height: 1;
|
66 |
+
font-family: 'Verdana';
|
67 |
+
color: #000;
|
68 |
+
text-align: center;
|
69 |
+
}
|
70 |
+
.simplesocialbuttons_inline .share-counter,.simplesocialbuttons-flyin .simplesocialbuttons .share-counter,.simplesocialbuttons-popup .simplesocialbuttons .share-counter,.ssb_social_media_wrapper .simplesocialbuttons .share-counter{
|
71 |
+
display: inline-block;
|
72 |
+
top: -4px;
|
73 |
+
vertical-align: middle;
|
74 |
+
position: relative;
|
75 |
+
}
|
76 |
+
.simplesocialbuttons_inline{
|
77 |
+
-webkit-transition: all 0.3s ease-in-out;
|
78 |
+
transition: all 0.3s ease-in-out;
|
79 |
+
}
|
80 |
+
.share-counter span{
|
81 |
+
font-size: 10px;
|
82 |
+
display: block;
|
83 |
+
}
|
84 |
+
.simplesocialbuttons button:after {
|
85 |
+
font-family: 'ssb-icon' !important;
|
86 |
+
speak: none;
|
87 |
+
font-style: normal;
|
88 |
+
font-weight: normal;
|
89 |
+
font-variant: normal;
|
90 |
+
text-transform: none;
|
91 |
+
/* Better Font Rendering =========== */
|
92 |
+
-webkit-font-smoothing: antialiased;
|
93 |
+
speak: none;
|
94 |
+
font-style: normal;
|
95 |
+
font-weight: normal;
|
96 |
+
font-variant: normal;
|
97 |
+
text-transform: none;
|
98 |
+
/* Better Font Rendering =========== */
|
99 |
+
-webkit-font-smoothing: antialiased;
|
100 |
+
-moz-osx-font-smoothing: grayscale;
|
101 |
+
left: 0;
|
102 |
+
position: absolute;
|
103 |
+
font-size: 17px;
|
104 |
+
top: 0;
|
105 |
+
width: 38px;
|
106 |
+
height: 38px;
|
107 |
+
text-align: center;
|
108 |
+
line-height: 38px;
|
109 |
+
border-radius: 3px;
|
110 |
+
}
|
111 |
+
.simplesocialbuttons button.simplesocial-viber-share:after{
|
112 |
+
content: "\e905";
|
113 |
+
font-family: 'ssb-icon';
|
114 |
+
font-family: 'ssb-icon';
|
115 |
+
}
|
116 |
+
/*=======================================
|
117 |
+
= Gredient Button =
|
118 |
+
=======================================*/
|
119 |
+
.simplesocialbuttons.simplesocial-sm-round button{
|
120 |
+
border-style: solid;
|
121 |
+
border-width: 1px;
|
122 |
+
border-color: rgb(222, 222, 222);
|
123 |
+
border-radius: 4px;
|
124 |
+
background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
125 |
+
background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
126 |
+
background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
127 |
+
height: 38px;
|
128 |
+
line-height: 26px;
|
129 |
+
padding: 4px 15px 4px 20px;
|
130 |
+
display: inline-block;
|
131 |
+
text-decoration: none;
|
132 |
+
font-size: 14px;
|
133 |
+
padding-left: 38px;
|
134 |
+
position: relative;
|
135 |
+
-webkit-transition:all 0.2s ease-in-out;
|
136 |
+
transition:all 0.2s ease-in-out;
|
137 |
+
margin: 5px;
|
138 |
+
-webkit-box-shadow: none;
|
139 |
+
box-shadow: none;
|
140 |
+
}
|
141 |
+
.simplesocialbuttons.simplesocial-sm-round button:hover{
|
142 |
+
background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
143 |
+
background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
144 |
+
background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
145 |
+
-webkit-box-shadow: none;
|
146 |
+
box-shadow: none;
|
147 |
+
}
|
148 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-fb-share{
|
149 |
+
color: #43609c;
|
150 |
+
}
|
151 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-twt-share{
|
152 |
+
color: #1da1f2;
|
153 |
+
}
|
154 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-gplus-share{
|
155 |
+
color: #db4437;
|
156 |
+
}
|
157 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-whatsapp-share{
|
158 |
+
color: #34AF23;
|
159 |
+
}
|
160 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-viber-share{
|
161 |
+
color: #59267c;
|
162 |
+
}
|
163 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-reddit-share{
|
164 |
+
color: #ff4500;
|
165 |
+
}
|
166 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-linkedin-share{
|
167 |
+
color: #0077B5;
|
168 |
+
}
|
169 |
+
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-pinterest-share{
|
170 |
+
color: #C92228;
|
171 |
+
}
|
172 |
+
|
173 |
+
/*===== End of Gredient Button ======*/
|
174 |
+
/*========================================
|
175 |
+
= Code For Style 2 =
|
176 |
+
========================================*/
|
177 |
+
|
178 |
+
|
179 |
+
.simplesocialbuttons.simplesocial-simple-round button {
|
180 |
+
height: 38px;
|
181 |
+
line-height: 30px;
|
182 |
+
padding: 4px 15px 4px 48px;
|
183 |
+
display: inline-block;
|
184 |
+
text-decoration: none;
|
185 |
+
font-size: 14px;
|
186 |
+
position: relative;
|
187 |
+
color: #fff;
|
188 |
+
margin:5px;
|
189 |
+
border-radius: 3px;
|
190 |
+
/*width: 38px;*/
|
191 |
+
-webkit-box-shadow: none;
|
192 |
+
box-shadow: none;
|
193 |
+
}
|
194 |
+
.simplesocialbuttons.simplesocial-simple-round button:hover{
|
195 |
+
-webkit-box-shadow: none;
|
196 |
+
box-shadow: none;
|
197 |
+
color: #fff;
|
198 |
+
}
|
199 |
+
.simplesocialbuttons.simplesocial-simple-round button:before {
|
200 |
+
content: '';
|
201 |
+
left: 0;
|
202 |
+
position: absolute;
|
203 |
+
font-size: 17px;
|
204 |
+
top: 0;
|
205 |
+
width: 38px;
|
206 |
+
height: 38px;
|
207 |
+
text-align: center;
|
208 |
+
line-height: 38px;
|
209 |
+
border-radius: 3px;
|
210 |
+
-webkit-transition: all 0.2s ease-in-out;
|
211 |
+
transition: all 0.2s ease-in-out;
|
212 |
+
}
|
213 |
+
.simplesocialbuttons.simplesocial-simple-round button span{
|
214 |
+
position: relative;
|
215 |
+
z-index: 1;
|
216 |
+
}
|
217 |
+
.simplesocialbuttons.simplesocial-simple-round button:hover:before{
|
218 |
+
width: 100%;
|
219 |
+
}
|
220 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share{
|
221 |
+
background: #43609c;
|
222 |
+
}
|
223 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share{
|
224 |
+
background: #1da1f2;
|
225 |
+
}
|
226 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share{
|
227 |
+
background: #db4437;
|
228 |
+
}
|
229 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share{
|
230 |
+
background: #34AF23;
|
231 |
+
}
|
232 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share{
|
233 |
+
background: #59267c;
|
234 |
+
}
|
235 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share{
|
236 |
+
background: #ff4500;
|
237 |
+
}
|
238 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share{
|
239 |
+
background: #0077B5;
|
240 |
+
}
|
241 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share{
|
242 |
+
background: #C92228;
|
243 |
+
}
|
244 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:before {
|
245 |
+
background: #354e83;
|
246 |
+
}
|
247 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:before {
|
248 |
+
background: #1889cf;
|
249 |
+
}
|
250 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share:before {
|
251 |
+
background: #bb372b;
|
252 |
+
}
|
253 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:before {
|
254 |
+
background: #3e115d;
|
255 |
+
}
|
256 |
+
|
257 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:before {
|
258 |
+
background: #176e0b;
|
259 |
+
}
|
260 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:before {
|
261 |
+
background: #ce3b04;
|
262 |
+
}
|
263 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:before {
|
264 |
+
background: #044568;
|
265 |
+
}
|
266 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:before {
|
267 |
+
background: #af040a;
|
268 |
+
}
|
269 |
+
|
270 |
+
|
271 |
+
/*===== End of Code For Style 2 ======*/
|
272 |
+
|
273 |
+
/*========================================
|
274 |
+
= Code for style 3 =
|
275 |
+
========================================*/
|
276 |
+
|
277 |
+
.simplesocialbuttons.simplesocial-round-txt button{
|
278 |
+
border-style: solid;
|
279 |
+
border-width: 1px;
|
280 |
+
border-color: transparent;
|
281 |
+
border-radius: 19px;
|
282 |
+
height: 38px;
|
283 |
+
line-height: 26px;
|
284 |
+
padding: 5px 15px 5px 20px;
|
285 |
+
display: inline-block;
|
286 |
+
text-decoration: none;
|
287 |
+
font-size: 14px;
|
288 |
+
padding-left: 38px;
|
289 |
+
position: relative;
|
290 |
+
background: #fff;
|
291 |
+
-webkit-transition:all 0.2s ease-in-out;
|
292 |
+
transition:all 0.2s ease-in-out;
|
293 |
+
-webkit-box-shadow: none;
|
294 |
+
box-shadow: none;
|
295 |
+
}
|
296 |
+
.simplesocialbuttons.simplesocial-round-txt button:hover{
|
297 |
+
-webkit-box-shadow: none;
|
298 |
+
box-shadow: none;
|
299 |
+
}
|
300 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share{
|
301 |
+
color: #43609c;
|
302 |
+
border-color: #43609c;
|
303 |
+
}
|
304 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share:hover{
|
305 |
+
background: #43609c;
|
306 |
+
color: #fff;
|
307 |
+
}
|
308 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share{
|
309 |
+
color: #1da1f2;
|
310 |
+
border-color: #1da1f2;
|
311 |
+
}
|
312 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share:hover{
|
313 |
+
background: #1da1f2;
|
314 |
+
color: #fff;
|
315 |
+
}
|
316 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share{
|
317 |
+
color: #34AF23;
|
318 |
+
border-color: #34AF23;
|
319 |
+
}
|
320 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share:hover{
|
321 |
+
background: #34AF23;
|
322 |
+
color: #fff;
|
323 |
+
}
|
324 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share{
|
325 |
+
color: #59267c;
|
326 |
+
border-color: #59267c;
|
327 |
+
}
|
328 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share:hover{
|
329 |
+
background: #59267c;
|
330 |
+
color: #fff;
|
331 |
+
}
|
332 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share{
|
333 |
+
color: #ff4500;
|
334 |
+
border-color: #ff4500;
|
335 |
+
}
|
336 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share:hover{
|
337 |
+
background: #ff4500;
|
338 |
+
color: #fff;
|
339 |
+
}
|
340 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share{
|
341 |
+
color: #0077B5;
|
342 |
+
border-color: #0077B5;
|
343 |
+
}
|
344 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share:hover{
|
345 |
+
background: #0077B5;
|
346 |
+
color: #fff;
|
347 |
+
}
|
348 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share{
|
349 |
+
color: #C92228;
|
350 |
+
border-color: #C92228;
|
351 |
+
}
|
352 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share:hover{
|
353 |
+
background: #C92228;
|
354 |
+
color: #fff;
|
355 |
+
}
|
356 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-gplus-share{
|
357 |
+
color: #db4437;
|
358 |
+
border-color: #db4437;
|
359 |
+
}
|
360 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-gplus-share:hover{
|
361 |
+
background: #db4437;
|
362 |
+
color: #fff;
|
363 |
+
}
|
364 |
+
|
365 |
+
/*===== End of Code for style 3 ======*/
|
366 |
+
/*===============================
|
367 |
+
= style 4 =
|
368 |
+
===============================*/
|
369 |
+
|
370 |
+
.simplesocialbuttons.simplesocial-round-btm-border button {
|
371 |
+
border-radius: 3px;
|
372 |
+
height: 38px;
|
373 |
+
line-height: 26px;
|
374 |
+
padding: 5px 15px 5px 20px;
|
375 |
+
display: inline-block;
|
376 |
+
text-decoration: none;
|
377 |
+
font-size: 14px;
|
378 |
+
padding-left: 38px;
|
379 |
+
position: relative;
|
380 |
+
background: #fff;
|
381 |
+
-webkit-transition: all 0.2s ease-in-out;
|
382 |
+
transition: all 0.2s ease-in-out;
|
383 |
+
}
|
384 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share {
|
385 |
+
box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
386 |
+
color: #43609c;
|
387 |
+
}
|
388 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share:hover{
|
389 |
+
box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
390 |
+
color: #fff;
|
391 |
+
}
|
392 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share {
|
393 |
+
box-shadow: inset 0px 0px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
394 |
+
color: #1da1f2;
|
395 |
+
}
|
396 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share:hover{
|
397 |
+
box-shadow: inset 0px -40px 0px 0px #1da1f2, 0px 2px 0px 0px #1da1f2, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
398 |
+
color: #fff;
|
399 |
+
}
|
400 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-gplus-share {
|
401 |
+
box-shadow: inset 0px 0px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
402 |
+
color: #db4437;
|
403 |
+
}
|
404 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-gplus-share:hover{
|
405 |
+
box-shadow: inset 0px -40px 0px 0px #db4437, 0px 2px 0px 0px #db4437, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
406 |
+
color: #fff;
|
407 |
+
}
|
408 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share {
|
409 |
+
box-shadow: inset 0px 0px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
410 |
+
color: #34AF23;
|
411 |
+
}
|
412 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share:hover{
|
413 |
+
box-shadow: inset 0px -40px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
414 |
+
color: #fff;
|
415 |
+
}
|
416 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share {
|
417 |
+
box-shadow: inset 0px 0px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
418 |
+
color: #59267c;
|
419 |
+
}
|
420 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share:hover{
|
421 |
+
box-shadow: inset 0px -40px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
422 |
+
color: #fff;
|
423 |
+
}
|
424 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share {
|
425 |
+
box-shadow: inset 0px 0px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
426 |
+
color: #ff4500;
|
427 |
+
}
|
428 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share:hover{
|
429 |
+
box-shadow: inset 0px -40px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
430 |
+
color: #fff;
|
431 |
+
}
|
432 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share {
|
433 |
+
box-shadow: inset 0px 0px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
434 |
+
color: #0077B5;
|
435 |
+
}
|
436 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share:hover{
|
437 |
+
box-shadow: inset 0px -40px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
438 |
+
color: #fff;
|
439 |
+
}
|
440 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share {
|
441 |
+
box-shadow: inset 0px 0px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
442 |
+
color: #C92228;
|
443 |
+
}
|
444 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share:hover{
|
445 |
+
box-shadow: inset 0px -40px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
|
446 |
+
color: #fff;
|
447 |
+
}
|
448 |
+
/*===== End of style 4 ======*/
|
449 |
+
|
450 |
+
/*========================================
|
451 |
+
= Code for style 5 =
|
452 |
+
========================================*/
|
453 |
+
.simplesocialbuttons.simplesocial-flat-button-border button {
|
454 |
+
border-radius: 0;
|
455 |
+
height: 38px;
|
456 |
+
line-height: 26px;
|
457 |
+
padding: 5px 15px 5px 20px;
|
458 |
+
display: inline-block;
|
459 |
+
text-decoration: none;
|
460 |
+
font-size: 14px;
|
461 |
+
padding-left: 38px;
|
462 |
+
position: relative;
|
463 |
+
color: #fff;
|
464 |
+
-webkit-transition: all 0.2s ease-in-out;
|
465 |
+
transition: all 0.2s ease-in-out;
|
466 |
+
}
|
467 |
+
.simplesocialbuttons.simplesocial-flat-button-border button:hover{
|
468 |
+
color: #fff;
|
469 |
+
}
|
470 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share {
|
471 |
+
background: #43609c;
|
472 |
+
box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
|
473 |
+
}
|
474 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share:hover {
|
475 |
+
box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
|
476 |
+
}
|
477 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share {
|
478 |
+
background: #1da1f2;
|
479 |
+
box-shadow: inset 0px 0px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
|
480 |
+
}
|
481 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share:hover {
|
482 |
+
box-shadow: inset 0px -40px 0px 0px #1889cf, 0px 3px 0px 0px #1889cf;
|
483 |
+
}
|
484 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-gplus-share {
|
485 |
+
background: #db4437;
|
486 |
+
box-shadow: inset 0px 0px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
|
487 |
+
}
|
488 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-gplus-share:hover {
|
489 |
+
box-shadow: inset 0px -40px 0px 0px #bb372b, 0px 3px 0px 0px #bb372b;
|
490 |
+
}
|
491 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share {
|
492 |
+
background: #34AF23;
|
493 |
+
box-shadow: inset 0px 0px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
|
494 |
+
}
|
495 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share:hover {
|
496 |
+
box-shadow: inset 0px -40px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
|
497 |
+
}
|
498 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share {
|
499 |
+
background: #59267c;
|
500 |
+
box-shadow: inset 0px 0px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
|
501 |
+
}
|
502 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share:hover {
|
503 |
+
box-shadow: inset 0px -40px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
|
504 |
+
}
|
505 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share {
|
506 |
+
background: #ff4500;
|
507 |
+
box-shadow: inset 0px 0px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
|
508 |
+
}
|
509 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share:hover {
|
510 |
+
box-shadow: inset 0px -40px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
|
511 |
+
}
|
512 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share {
|
513 |
+
background: #0077B5;
|
514 |
+
box-shadow: inset 0px 0px 0px 0px #044568, 0px 3px 0px 0px #044568;
|
515 |
+
}
|
516 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share:hover {
|
517 |
+
box-shadow: inset 0px -40px 0px 0px #044568, 0px 3px 0px 0px #044568;
|
518 |
+
}
|
519 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share {
|
520 |
+
background: #C92228;
|
521 |
+
box-shadow: inset 0px 0px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
|
522 |
+
}
|
523 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share:hover {
|
524 |
+
box-shadow: inset 0px -40px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
|
525 |
+
}
|
526 |
+
|
527 |
+
|
528 |
+
/*===== End of Code for style 5 ======*/
|
529 |
+
|
530 |
+
|
531 |
+
/*===============================
|
532 |
+
= Style 6 =
|
533 |
+
===============================*/
|
534 |
+
|
535 |
+
.simplesocialbuttons.simplesocial-round-icon button{
|
536 |
+
border-style: solid;
|
537 |
+
border-width: 2px;
|
538 |
+
border-color: transparent;
|
539 |
+
border-radius: 19px;
|
540 |
+
height: 38px;
|
541 |
+
line-height: 26px;
|
542 |
+
padding: 5px 0 5px 20px;
|
543 |
+
display: inline-block;
|
544 |
+
text-decoration: none;
|
545 |
+
font-size: 14px;
|
546 |
+
padding-left: 34px;
|
547 |
+
position: relative;
|
548 |
+
background: #fff;
|
549 |
+
-webkit-transition:all 0.2s ease-in-out;
|
550 |
+
transition:all 0.2s ease-in-out;
|
551 |
+
vertical-align: top;
|
552 |
+
-webkit-box-shadow: none;
|
553 |
+
box-shadow: none;
|
554 |
+
}
|
555 |
+
.simplesocialbuttons.simplesocial-round-icon button:hover{
|
556 |
+
-webkit-box-shadow: none;
|
557 |
+
box-shadow: none;
|
558 |
+
}
|
559 |
+
.simplesocialbuttons.simplesocial-round-icon button .ssb_counter{
|
560 |
+
position: absolute;
|
561 |
+
top: 100%;
|
562 |
+
left: 0;
|
563 |
+
width: 100%;
|
564 |
+
color: #000;
|
565 |
+
text-align: center;
|
566 |
+
line-height: 1.2;
|
567 |
+
}
|
568 |
+
.simplesocialbuttons.simplesocial-round-icon button span.simplesocialtxt{
|
569 |
+
display: none;
|
570 |
+
}
|
571 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share{
|
572 |
+
color: #43609c;
|
573 |
+
border-color: #43609c;
|
574 |
+
}
|
575 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover{
|
576 |
+
background: #43609c;
|
577 |
+
color: #fff;
|
578 |
+
}
|
579 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share{
|
580 |
+
color: #1da1f2;
|
581 |
+
border-color: #1da1f2;
|
582 |
+
}
|
583 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover{
|
584 |
+
background: #1da1f2;
|
585 |
+
color: #fff;
|
586 |
+
}
|
587 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share{
|
588 |
+
color: #34AF23;
|
589 |
+
border-color: #34AF23;
|
590 |
+
}
|
591 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share:hover{
|
592 |
+
background: #34AF23;
|
593 |
+
color: #fff;
|
594 |
+
}
|
595 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share{
|
596 |
+
color: #59267c;
|
597 |
+
border-color: #59267c;
|
598 |
+
}
|
599 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share:hover{
|
600 |
+
background: #59267c;
|
601 |
+
color: #fff;
|
602 |
+
}
|
603 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share{
|
604 |
+
color: #ff4500;
|
605 |
+
border-color: #ff4500;
|
606 |
+
}
|
607 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share:hover{
|
608 |
+
background: #ff4500;
|
609 |
+
color: #fff;
|
610 |
+
}
|
611 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share{
|
612 |
+
color: #0077B5;
|
613 |
+
border-color: #0077B5;
|
614 |
+
}
|
615 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover{
|
616 |
+
background: #0077B5;
|
617 |
+
color: #fff;
|
618 |
+
}
|
619 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share{
|
620 |
+
color: #C92228;
|
621 |
+
border-color: #C92228;
|
622 |
+
}
|
623 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share:hover{
|
624 |
+
background: #C92228;
|
625 |
+
color: #fff;
|
626 |
+
}
|
627 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-gplus-share{
|
628 |
+
color: #db4437;
|
629 |
+
border-color: #db4437;
|
630 |
+
}
|
631 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-gplus-share:hover{
|
632 |
+
background: #db4437;
|
633 |
+
color: #fff;
|
634 |
+
}
|
635 |
+
.simplesocialbuttons.simplesocial-round-icon button:after{
|
636 |
+
width: 34px;
|
637 |
+
height: 34px;
|
638 |
+
line-height: 34px;
|
639 |
+
}
|
640 |
+
|
641 |
+
/*===== End of Style 6 ======*/
|
642 |
+
|
643 |
+
.simplesocialbuttons-inline-bottom-in{
|
644 |
+
-webkit-transform: translateY(40px);
|
645 |
+
transform: translateY(40px);
|
646 |
+
opacity: 0;
|
647 |
+
}
|
648 |
+
.simplesocialbuttons-inline-bottom-in.simplesocialbuttons-inline-in{
|
649 |
+
-webkit-transform: translateY(0px);
|
650 |
+
transform: translateY(0px);
|
651 |
+
opacity: 1;
|
652 |
+
}
|
653 |
+
.simplesocialbuttons-inline-left-in{
|
654 |
+
-webkit-transform: translateX(-40px);
|
655 |
+
transform: translateX(-40px);
|
656 |
+
opacity: 0;
|
657 |
+
}
|
658 |
+
.simplesocialbuttons-inline-left-in.simplesocialbuttons-inline-in{
|
659 |
+
-webkit-transform: translateX(0%);
|
660 |
+
transform: translateX(0%);
|
661 |
+
opacity: 1;
|
662 |
+
}
|
663 |
+
.simplesocialbuttons-inline-right-in{
|
664 |
+
-webkit-transform: translateX(40px);
|
665 |
+
transform: translateX(40px);
|
666 |
+
opacity: 0;
|
667 |
+
}
|
668 |
+
.simplesocialbuttons-inline-right-in.simplesocialbuttons-inline-in{
|
669 |
+
-webkit-transform: translateX(0%);
|
670 |
+
transform: translateX(0%);
|
671 |
+
opacity: 1;
|
672 |
+
}
|
673 |
+
.simplesocialbuttons-inline-top-in{
|
674 |
+
-webkit-transform: translateY(-40px);
|
675 |
+
transform: translateY(-40px);
|
676 |
+
opacity: 0;
|
677 |
+
}
|
678 |
+
.simplesocialbuttons-inline-top-in.simplesocialbuttons-inline-in{
|
679 |
+
-webkit-transform: translateY(0%);
|
680 |
+
transform: translateY(0%);
|
681 |
+
opacity: 1;
|
682 |
+
}
|
683 |
+
.simplesocialbuttons-inline-fade-in{
|
684 |
+
opacity: 0;
|
685 |
+
}
|
686 |
+
.simplesocialbuttons-inline-fade-in.simplesocialbuttons-inline-in{
|
687 |
+
opacity: 1;
|
688 |
+
}
|
689 |
+
|
690 |
+
|
691 |
+
|
692 |
+
|
693 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:before,
|
694 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:before,
|
695 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share:before,
|
696 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:before,
|
697 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:before,
|
698 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:before,
|
699 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:before,
|
700 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:before{
|
701 |
+
background: rgba(0,0,0, .2);
|
702 |
+
width: 36px;
|
703 |
+
}
|
704 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:after,
|
705 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:after,
|
706 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share:after,
|
707 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:after,
|
708 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:after,
|
709 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:after,
|
710 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:after,
|
711 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:after{
|
712 |
+
background: none;
|
713 |
+
}
|
714 |
+
.ssb_hidden{
|
715 |
+
display: none !important;
|
716 |
+
}
|
717 |
+
.simplesocial-round-txt .ssb_counter {
|
718 |
+
padding: 0px 3px;
|
719 |
+
position: absolute;
|
720 |
+
top: -9px;
|
721 |
+
right: 10px;
|
722 |
+
font-size: 11px;
|
723 |
+
color: #fff;
|
724 |
+
border-radius: 5px;
|
725 |
+
min-width: 24px;
|
726 |
+
text-align: center;
|
727 |
+
line-height: normal;
|
728 |
+
box-sizing: border-box;
|
729 |
+
overflow: hidden;
|
730 |
+
font-family: 'Open Sans';
|
731 |
+
line-height: 14px;
|
732 |
+
}
|
733 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share .ssb_counter{
|
734 |
+
background: #43609c;
|
735 |
+
}
|
736 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share .ssb_counter{
|
737 |
+
background: #1da1f2;
|
738 |
+
}
|
739 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share .ssb_counter{
|
740 |
+
background: #34AF23;
|
741 |
+
}
|
742 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share .ssb_counter{
|
743 |
+
background: #59267c;
|
744 |
+
}
|
745 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share .ssb_counter{
|
746 |
+
background: #ff4500;
|
747 |
+
}
|
748 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share .ssb_counter{
|
749 |
+
background: #0077B5;
|
750 |
+
}
|
751 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share .ssb_counter{
|
752 |
+
background: #C92228;
|
753 |
+
}
|
754 |
+
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-gplus-share .ssb_counter{
|
755 |
+
background: #db4437;
|
756 |
+
}
|
757 |
+
.simplesocialbuttons.simplesocial-sm-round.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share){
|
758 |
+
padding-right: 50px;
|
759 |
+
position: relative;
|
760 |
+
}
|
761 |
+
.simplesocialbuttons.simplesocial-sm-round .ssb_counter{
|
762 |
+
position: absolute;
|
763 |
+
top: 0;
|
764 |
+
right: 0;
|
765 |
+
width: 34px;
|
766 |
+
text-align: center;
|
767 |
+
height: 36px;
|
768 |
+
line-height: 36px;
|
769 |
+
background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
770 |
+
background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
771 |
+
background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
|
772 |
+
border-left: 1px solid #dedede;
|
773 |
+
border-radius: 0 3px 3px 0;
|
774 |
+
}
|
775 |
+
.simplesocialbuttons.simplesocial-simple-round.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share){
|
776 |
+
padding-right: 50px;
|
777 |
+
position: relative;
|
778 |
+
}
|
779 |
+
.simplesocialbuttons.simplesocial-simple-round.ssb_counter-activate .ssb_counter{
|
780 |
+
position: absolute;
|
781 |
+
top: 1px;
|
782 |
+
right: 1px;
|
783 |
+
width: 34px;
|
784 |
+
text-align: center;
|
785 |
+
height: 36px;
|
786 |
+
line-height: 36px;
|
787 |
+
background: #fff;
|
788 |
+
border-radius: 0 3px 3px 0;
|
789 |
+
}
|
790 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share .ssb_counter{
|
791 |
+
color: #43609c;
|
792 |
+
}
|
793 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share .ssb_counter{
|
794 |
+
color: #1da1f2;
|
795 |
+
}
|
796 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share .ssb_counter{
|
797 |
+
color: #34AF23;
|
798 |
+
}
|
799 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share .ssb_counter{
|
800 |
+
color: #59267c;
|
801 |
+
}
|
802 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share .ssb_counter{
|
803 |
+
color: #ff4500;
|
804 |
+
}
|
805 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share .ssb_counter{
|
806 |
+
color: #0077B5;
|
807 |
+
}
|
808 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share .ssb_counter{
|
809 |
+
color: #C92228;
|
810 |
+
}
|
811 |
+
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share .ssb_counter{
|
812 |
+
color: #db4437;
|
813 |
+
}
|
814 |
+
/*.simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate a.testaadfadf{
|
815 |
+
padding-right: 50px;
|
816 |
+
position: relative;
|
817 |
+
|
818 |
+
}*/
|
819 |
+
.simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate .ssb_counter{
|
820 |
+
position: absolute;
|
821 |
+
top: 1px;
|
822 |
+
right: 1px;
|
823 |
+
width: 34px;
|
824 |
+
text-align: center;
|
825 |
+
height: 39px;
|
826 |
+
line-height: 39px;
|
827 |
+
background: #fff;
|
828 |
+
border-radius: 0;
|
829 |
+
}
|
830 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
|
831 |
+
color: #43609c;
|
832 |
+
}
|
833 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
|
834 |
+
color: #1da1f2;
|
835 |
+
}
|
836 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
|
837 |
+
color: #34AF23;
|
838 |
+
}
|
839 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
|
840 |
+
color: #59267c;
|
841 |
+
}
|
842 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
|
843 |
+
color: #ff4500;
|
844 |
+
}
|
845 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
|
846 |
+
color: #0077B5;
|
847 |
+
}
|
848 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
|
849 |
+
color: #C92228;
|
850 |
+
}
|
851 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-gplus-share .ssb_counter{
|
852 |
+
color: #db4437;
|
853 |
+
}
|
854 |
+
.simplesocialbuttons.simplesocial-flat-button-border button:not(.simplesocial-whatsapp-share):not(.simplesocial-viber-share){
|
855 |
+
padding-right: 50px;
|
856 |
+
position: relative;
|
857 |
+
|
858 |
+
|
859 |
+
}
|
860 |
+
.simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate .ssb_counter{
|
861 |
+
position: absolute;
|
862 |
+
top: 1px;
|
863 |
+
right: 1px;
|
864 |
+
width: 34px;
|
865 |
+
text-align: center;
|
866 |
+
height: 39px;
|
867 |
+
line-height: 39px;
|
868 |
+
background: #fff;
|
869 |
+
border-radius: 0;
|
870 |
+
}
|
871 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
|
872 |
+
color: #43609c;
|
873 |
+
}
|
874 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
|
875 |
+
color: #1da1f2;
|
876 |
+
}
|
877 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
|
878 |
+
color: #34AF23;
|
879 |
+
}
|
880 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
|
881 |
+
color: #59267c;
|
882 |
+
}
|
883 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
|
884 |
+
color: #ff4500;
|
885 |
+
}
|
886 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
|
887 |
+
color: #0077B5;
|
888 |
+
}
|
889 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
|
890 |
+
color: #C92228;
|
891 |
+
}
|
892 |
+
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-gplus-share .ssb_counter{
|
893 |
+
color: #db4437;
|
894 |
+
}
|
895 |
+
.simplesocialbuttons.simplesocial-round-btm-border.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share){
|
896 |
+
padding-right: 60px;
|
897 |
+
position: relative;
|
898 |
+
}
|
899 |
+
.simplesocial-round-btm-border .ssb_counter {
|
900 |
+
position: absolute;
|
901 |
+
top: 0;
|
902 |
+
right: 0;
|
903 |
+
font-size: 11px;
|
904 |
+
color: #fff;
|
905 |
+
line-height: 1;
|
906 |
+
border-radius: 3px;
|
907 |
+
height: 40px;
|
908 |
+
line-height: 40px;
|
909 |
+
width: 40px;
|
910 |
+
text-align: center;
|
911 |
+
}
|
912 |
+
.simplesocial-round-btm-border .ssb_counter:after {
|
913 |
+
right: 100%;
|
914 |
+
top: 50%;
|
915 |
+
border: solid transparent;
|
916 |
+
content: " ";
|
917 |
+
height: 0;
|
918 |
+
width: 0;
|
919 |
+
position: absolute;
|
920 |
+
pointer-events: none;
|
921 |
+
border-color: rgba(136, 183, 213, 0);
|
922 |
+
border-right-color: #88b7d5;
|
923 |
+
border-width: 8px;
|
924 |
+
margin-top: -8px;
|
925 |
+
}
|
926 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter{
|
927 |
+
background: #43609c;
|
928 |
+
}
|
929 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter:after{
|
930 |
+
border-right-color: #43609c;
|
931 |
+
}
|
932 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter{
|
933 |
+
background: #1da1f2;
|
934 |
+
}
|
935 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter:after{
|
936 |
+
border-right-color: #1da1f2;
|
937 |
+
}
|
938 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter{
|
939 |
+
background: #34AF23;
|
940 |
+
}
|
941 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter:after{
|
942 |
+
border-right-color: #34AF23;
|
943 |
+
}
|
944 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter{
|
945 |
+
background: #59267c;
|
946 |
+
}
|
947 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter:after{
|
948 |
+
border-right-color: #59267c;
|
949 |
+
}
|
950 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter{
|
951 |
+
background: #ff4500;
|
952 |
+
}
|
953 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter:after{
|
954 |
+
border-right-color: #ff4500;
|
955 |
+
}
|
956 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter{
|
957 |
+
background: #0077B5;
|
958 |
+
}
|
959 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter:after{
|
960 |
+
border-right-color: #0077B5;
|
961 |
+
}
|
962 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter{
|
963 |
+
background: #C92228;
|
964 |
+
}
|
965 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter:after{
|
966 |
+
border-right-color: #C92228;
|
967 |
+
}
|
968 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-gplus-share .ssb_counter{
|
969 |
+
background: #db4437;
|
970 |
+
}
|
971 |
+
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-gplus-share .ssb_counter:after{
|
972 |
+
border-right-color: #db4437;
|
973 |
+
}
|
974 |
+
.ssb_counter{
|
975 |
+
font-family: 'Open Sans';
|
976 |
+
}
|
977 |
+
.simplesocialbuttons.simplesocial-round-icon button .ssb_counter {
|
978 |
+
position: absolute;
|
979 |
+
top: -6px;
|
980 |
+
right: -6px;
|
981 |
+
font-size: 10px;
|
982 |
+
color: #fff;
|
983 |
+
height: 17px;
|
984 |
+
line-height: 12px;
|
985 |
+
width: 17px;
|
986 |
+
border:1px solid transparent;
|
987 |
+
left: auto;
|
988 |
+
border-radius: 50%;
|
989 |
+
background: #fff;
|
990 |
+
text-align: center;
|
991 |
+
line-height: 15px;
|
992 |
+
padding: 0;
|
993 |
+
box-sizing: border-box;
|
994 |
+
}
|
995 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share .ssb_counter{
|
996 |
+
border-color: #43609c;
|
997 |
+
background: #43609c;
|
998 |
+
}
|
999 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share .ssb_counter{
|
1000 |
+
border-color: #1da1f2;
|
1001 |
+
background: #1da1f2;
|
1002 |
+
}
|
1003 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share .ssb_counter{
|
1004 |
+
border-color: #34AF23;
|
1005 |
+
background: #34AF23;
|
1006 |
+
}
|
1007 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share .ssb_counter{
|
1008 |
+
border-color: #59267c;
|
1009 |
+
background: #59267c;
|
1010 |
+
}
|
1011 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share .ssb_counter{
|
1012 |
+
border-color: #ff4500;
|
1013 |
+
background: #ff4500;
|
1014 |
+
}
|
1015 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share .ssb_counter{
|
1016 |
+
border-color: #0077B5;
|
1017 |
+
background: #0077B5;
|
1018 |
+
}
|
1019 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share .ssb_counter{
|
1020 |
+
border-color: #C92228;
|
1021 |
+
background: #C92228;
|
1022 |
+
}
|
1023 |
+
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-gplus-share .ssb_counter{
|
1024 |
+
border-color: #db4437;
|
1025 |
+
background: #db4437;
|
1026 |
+
}
|
1027 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter{
|
1028 |
+
border-color: #43609c;
|
1029 |
+
color: #ffffff;
|
1030 |
+
background: #43609c;
|
1031 |
+
}
|
1032 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter{
|
1033 |
+
border-color: #1da1f2;
|
1034 |
+
color: #ffffff;
|
1035 |
+
background: #1da1f2;
|
1036 |
+
}
|
1037 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter{
|
1038 |
+
border-color: #34AF23;
|
1039 |
+
color: #ffffff;
|
1040 |
+
background: #34AF23;
|
1041 |
+
}
|
1042 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter{
|
1043 |
+
border-color: #59267c;
|
1044 |
+
color: #ffffff;
|
1045 |
+
background: #59267c;
|
1046 |
+
}
|
1047 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter{
|
1048 |
+
border-color: #ff4500;
|
1049 |
+
color: #ffffff;
|
1050 |
+
background: #ff4500;
|
1051 |
+
}
|
1052 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter{
|
1053 |
+
border-color: #0077B5;
|
1054 |
+
color: #ffffff;
|
1055 |
+
background: #0077B5;
|
1056 |
+
}
|
1057 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter{
|
1058 |
+
border-color: #C92228;
|
1059 |
+
color: #ffffff;
|
1060 |
+
background: #C92228;
|
1061 |
+
}
|
1062 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-gplus-share .ssb_counter{
|
1063 |
+
border-color: #db4437;
|
1064 |
+
color: #ffffff;
|
1065 |
+
background: #db4437;
|
1066 |
+
}
|
1067 |
+
div.simplesocialbuttons.simplesocialbuttons-float-right-center button .ssb_counter{
|
1068 |
+
left: -10px;
|
1069 |
+
font-size: 10px;
|
1070 |
+
}
|
1071 |
+
div.simplesocialbuttons.simplesocialbuttons-float-left-center button .ssb_counter{
|
1072 |
+
right: -10px;
|
1073 |
+
font-size: 10px;
|
1074 |
+
left: auto;
|
1075 |
+
}
|
1076 |
+
.simplesocialbuttons-float-right-center button .ssb_counter:after{
|
1077 |
+
display: none;
|
1078 |
+
}
|
1079 |
+
|
1080 |
+
|
1081 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-fb-share .ssb_counter{
|
1082 |
+
border-color: #43609c;
|
1083 |
+
color: #ffffff;
|
1084 |
+
background: #43609c;
|
1085 |
+
}
|
1086 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-twt-share .ssb_counter{
|
1087 |
+
border-color: #1da1f2;
|
1088 |
+
color: #ffffff;
|
1089 |
+
background: #1da1f2;
|
1090 |
+
}
|
1091 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-whatsapp-share .ssb_counter{
|
1092 |
+
border-color: #34AF23;
|
1093 |
+
color: #ffffff;
|
1094 |
+
background: #34AF23;
|
1095 |
+
}
|
1096 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-viber-share .ssb_counter{
|
1097 |
+
border-color: #59267c;
|
1098 |
+
color: #ffffff;
|
1099 |
+
background: #59267c;
|
1100 |
+
}
|
1101 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-reddit-share .ssb_counter{
|
1102 |
+
border-color: #ff4500;
|
1103 |
+
color: #ffffff;
|
1104 |
+
background: #ff4500;
|
1105 |
+
}
|
1106 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-linkedin-share .ssb_counter{
|
1107 |
+
border-color: #0077B5;
|
1108 |
+
color: #ffffff;
|
1109 |
+
background: #0077B5;
|
1110 |
+
}
|
1111 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-pinterest-share .ssb_counter{
|
1112 |
+
border-color: #C92228;
|
1113 |
+
color: #ffffff;
|
1114 |
+
background: #C92228;
|
1115 |
+
}
|
1116 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-gplus-share .ssb_counter{
|
1117 |
+
border-color: #db4437;
|
1118 |
+
color: #ffffff;
|
1119 |
+
background: #db4437;
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share .ssb_counter{
|
1123 |
+
background: #ffffff;
|
1124 |
+
border:1px solid #43609c;
|
1125 |
+
}
|
1126 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share .ssb_counter{
|
1127 |
+
background: #ffffff;
|
1128 |
+
border:1px solid #1da1f2;
|
1129 |
+
}
|
1130 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share .ssb_counter{
|
1131 |
+
background: #ffffff;
|
1132 |
+
border:1px solid #34AF23;
|
1133 |
+
}
|
1134 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share .ssb_counter{
|
1135 |
+
background: #ffffff;
|
1136 |
+
border:1px solid #59267c;
|
1137 |
+
}
|
1138 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share .ssb_counter{
|
1139 |
+
background: #ffffff;
|
1140 |
+
border:1px solid #ff4500;
|
1141 |
+
}
|
1142 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share .ssb_counter{
|
1143 |
+
background: #ffffff;
|
1144 |
+
border:1px solid #0077B5;
|
1145 |
+
}
|
1146 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share .ssb_counter{
|
1147 |
+
background: #ffffff;
|
1148 |
+
border:1px solid #C92228;
|
1149 |
+
}
|
1150 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-gplus-share .ssb_counter{
|
1151 |
+
background: #ffffff;
|
1152 |
+
border:1px solid #db4437;
|
1153 |
+
}
|
1154 |
+
/*.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
|
1155 |
+
|
1156 |
+
}*/
|
1157 |
+
|
1158 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
|
1159 |
+
background: #ffffff;
|
1160 |
+
border-color: #43609c;
|
1161 |
+
}
|
1162 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
|
1163 |
+
background: #ffffff;
|
1164 |
+
border-color: #1da1f2;
|
1165 |
+
}
|
1166 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
|
1167 |
+
background: #ffffff;
|
1168 |
+
border-color: #34AF23;
|
1169 |
+
}
|
1170 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
|
1171 |
+
background: #ffffff;
|
1172 |
+
border-color: #59267c;
|
1173 |
+
}
|
1174 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
|
1175 |
+
background: #ffffff;
|
1176 |
+
border-color: #ff4500;
|
1177 |
+
}
|
1178 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
|
1179 |
+
background: #ffffff;
|
1180 |
+
border-color: #0077B5;
|
1181 |
+
}
|
1182 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
|
1183 |
+
background: #ffffff;
|
1184 |
+
border-color: #C92228;
|
1185 |
+
}
|
1186 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-gplus-share .ssb_counter{
|
1187 |
+
background: #ffffff;
|
1188 |
+
border-color: #db4437;
|
1189 |
+
}
|
1190 |
+
div[class*="simplesocialbuttons-float"] button .ssb_counter,div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round .ssb_counter{
|
1191 |
+
width: 15px;
|
1192 |
+
height: 15px;
|
1193 |
+
color: #fff;
|
1194 |
+
top: -10px;
|
1195 |
+
border:1px solid #fff;
|
1196 |
+
border-radius: 0;
|
1197 |
+
font-size: 8px;
|
1198 |
+
line-height: 14px;
|
1199 |
+
}
|
1200 |
+
.share-counter{
|
1201 |
+
margin: 0 5px;
|
1202 |
+
}
|
1203 |
+
|
1204 |
+
div[class*="simplesocialbuttons-float"].simplesocial-round-txt button .ssb_counter{
|
1205 |
+
border-radius: 50%;
|
1206 |
+
height: 18px;
|
1207 |
+
min-width: 18px;
|
1208 |
+
line-height: 16px;
|
1209 |
+
top: -8px;
|
1210 |
+
left: -8px;
|
1211 |
+
}
|
1212 |
+
/*=======================================================
|
1213 |
+
= Code for floating share buttons =
|
1214 |
+
=======================================================*/
|
1215 |
+
div[class*="simplesocialbuttons-float"] button{
|
1216 |
+
height: 36px;
|
1217 |
+
width: 36px;
|
1218 |
+
box-sizing: border-box;
|
1219 |
+
}
|
1220 |
+
div[class*="simplesocialbuttons-float"] button span.simplesocialtxt{
|
1221 |
+
display: none;
|
1222 |
+
}
|
1223 |
+
div[class*="simplesocialbuttons-float"] button .ssb_counter{
|
1224 |
+
position: absolute;
|
1225 |
+
color: #000;
|
1226 |
+
line-height: 1.2;
|
1227 |
+
}
|
1228 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons button{
|
1229 |
+
padding-left: 36px;
|
1230 |
+
padding-right: 0 !important;
|
1231 |
+
margin: 10px 0;
|
1232 |
+
}
|
1233 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-round-txt button{
|
1234 |
+
padding-left: 36px;
|
1235 |
+
padding-right: 0;
|
1236 |
+
}
|
1237 |
+
div[class*="simplesocialbuttons-float"].simplesocial-round-icon button{
|
1238 |
+
padding-left: 34px;
|
1239 |
+
padding-right: 0;
|
1240 |
+
}
|
1241 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-fade-in{
|
1242 |
+
opacity: 0;
|
1243 |
+
-webkit-animation-name: ssb_fade; /* Safari 4.0 - 8.0 */
|
1244 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1245 |
+
animation-name: ssb_fade;
|
1246 |
+
animation-duration: 1s;
|
1247 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1248 |
+
animation-fill-mode: forwards;
|
1249 |
+
}
|
1250 |
+
@-webkit-keyframes ssb_fade {
|
1251 |
+
from {opacity: 0;}
|
1252 |
+
to {opacity: 1;}
|
1253 |
+
}
|
1254 |
+
|
1255 |
+
/* Standard syntax */
|
1256 |
+
@keyframes ssb_fade {
|
1257 |
+
from {opacity: 0;}
|
1258 |
+
to {opacity: 1;}
|
1259 |
+
}
|
1260 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-nospace button{
|
1261 |
+
margin: 0;
|
1262 |
+
}
|
1263 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-left-in button,
|
1264 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-left-in .share-counter{
|
1265 |
+
-webkit-transform: translateX(-100%);
|
1266 |
+
transform: translateX(-100%);
|
1267 |
+
-webkit-animation-name: ssb_slide_left_in; /* Safari 4.0 - 8.0 */
|
1268 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1269 |
+
animation-name: ssb_slide_left_in;
|
1270 |
+
animation-duration: 1s;
|
1271 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1272 |
+
animation-fill-mode: forwards;
|
1273 |
+
}
|
1274 |
+
|
1275 |
+
@-webkit-keyframes ssb_slide_left_in {
|
1276 |
+
from {transform: translateX(-100%)}
|
1277 |
+
to {transform: translateX(0%)}
|
1278 |
+
}
|
1279 |
+
|
1280 |
+
/* Standard syntax */
|
1281 |
+
@keyframes ssb_slide_left_in {
|
1282 |
+
from {transform: translateX(-100%)}
|
1283 |
+
to {transform: translateX(0%)}
|
1284 |
+
}
|
1285 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-right-in button,
|
1286 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-right-in .share-counter{
|
1287 |
+
-webkit-transform: translateX(100%);
|
1288 |
+
transform: translateX(100%);
|
1289 |
+
-webkit-animation-name: ssb_slide_right_in; /* Safari 4.0 - 8.0 */
|
1290 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1291 |
+
animation-name: ssb_slide_right_in;
|
1292 |
+
animation-duration: 1s;
|
1293 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1294 |
+
animation-fill-mode: forwards;
|
1295 |
+
}
|
1296 |
+
@-webkit-keyframes ssb_slide_right_in {
|
1297 |
+
from {transform: translateX(100%)}
|
1298 |
+
to {transform: translateX(0%)}
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
/* Standard syntax */
|
1302 |
+
@keyframes ssb_slide_right_in {
|
1303 |
+
from {transform: translateX(100%)}
|
1304 |
+
to {transform: translateX(0%)}
|
1305 |
+
}
|
1306 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-bottom-in{
|
1307 |
+
-webkit-transform: translateY(-45%);
|
1308 |
+
transform: translateY(-45%);
|
1309 |
+
-webkit-animation-name: ssb_slide_top_in; /* Safari 4.0 - 8.0 */
|
1310 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1311 |
+
animation-name: ssb_slide_top_in;
|
1312 |
+
animation-duration: 1s;
|
1313 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1314 |
+
animation-fill-mode: forwards;
|
1315 |
+
}
|
1316 |
+
@-webkit-keyframes ssb_slide_top_in {
|
1317 |
+
from {transform: translateY(-45%)}
|
1318 |
+
to {transform: translateY(-50%)}
|
1319 |
+
}
|
1320 |
+
|
1321 |
+
/* Standard syntax */
|
1322 |
+
@keyframes ssb_slide_top_in {
|
1323 |
+
from {transform: translateY(-45%)}
|
1324 |
+
to {transform: translateY(-50%)}
|
1325 |
+
}
|
1326 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-top-in{
|
1327 |
+
-webkit-transform: translateY(-60%);
|
1328 |
+
transform: translateY(-60%);
|
1329 |
+
-webkit-animation-name: ssb_slide_bottom_in; /* Safari 4.0 - 8.0 */
|
1330 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1331 |
+
animation-name: ssb_slide_bottom_in;
|
1332 |
+
animation-duration: 1s;
|
1333 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1334 |
+
animation-fill-mode: forwards;
|
1335 |
+
}
|
1336 |
+
@-webkit-keyframes ssb_slide_bottom_in {
|
1337 |
+
from {transform: translateY(-60%); opacity: 0;}
|
1338 |
+
to {transform: translateY(-50%); opacity: 1;}
|
1339 |
+
}
|
1340 |
+
|
1341 |
+
/* Standard syntax */
|
1342 |
+
@keyframes ssb_slide_bottom_in {
|
1343 |
+
from {transform: translateY(-60%); opacity: 0;}
|
1344 |
+
to {transform: translateY(-50%); opacity: 1;}
|
1345 |
+
}
|
1346 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-top-in{
|
1347 |
+
opacity: 0;
|
1348 |
+
-webkit-animation-name: ssb_slide_bottom_in; /* Safari 4.0 - 8.0 */
|
1349 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1350 |
+
animation-name: ssb_slide_bottom_in;
|
1351 |
+
animation-duration: 1s;
|
1352 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1353 |
+
animation-fill-mode: forwards;
|
1354 |
+
}
|
1355 |
+
@-webkit-keyframes ssb_slide_bottom_in {
|
1356 |
+
from {transform: translateY(-60%);opacity: 0;}
|
1357 |
+
to {transform: translateY(-50%);opacity: 1;}
|
1358 |
+
}
|
1359 |
+
|
1360 |
+
/* Standard syntax */
|
1361 |
+
@keyframes ssb_slide_bottom_in {
|
1362 |
+
from {transform: translateY(-60%);opacity: 0;}
|
1363 |
+
to {transform: translateY(-50%);opacity: 1;}
|
1364 |
+
}
|
1365 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-fade-in{
|
1366 |
+
opacity: 0;
|
1367 |
+
-webkit-animation-name: ssb_slide_fade_in; /* Safari 4.0 - 8.0 */
|
1368 |
+
-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
|
1369 |
+
animation-name: ssb_slide_fade_in;
|
1370 |
+
animation-duration: 1s;
|
1371 |
+
-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
|
1372 |
+
animation-fill-mode: forwards;
|
1373 |
+
}
|
1374 |
+
@-webkit-keyframes ssb_slide_fade_in {
|
1375 |
+
from {opacity: 0;}
|
1376 |
+
to {opacity: 1;}
|
1377 |
+
}
|
1378 |
+
|
1379 |
+
/* Standard syntax */
|
1380 |
+
@keyframes ssb_slide_fade_in {
|
1381 |
+
from {opacity: 0;}
|
1382 |
+
to {opacity: 1;}
|
1383 |
+
}
|
1384 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(2){
|
1385 |
+
animation-delay: 0.1s;
|
1386 |
+
}
|
1387 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(3){
|
1388 |
+
animation-delay: 0.2s;
|
1389 |
+
}
|
1390 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(4){
|
1391 |
+
animation-delay: 0.3s;
|
1392 |
+
}
|
1393 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(5){
|
1394 |
+
animation-delay: 0.4s;
|
1395 |
+
}
|
1396 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(6){
|
1397 |
+
animation-delay: 0.5s;
|
1398 |
+
}
|
1399 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(7){
|
1400 |
+
animation-delay: 0.6s;
|
1401 |
+
}
|
1402 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(8){
|
1403 |
+
animation-delay: 0.7s;
|
1404 |
+
}
|
1405 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(9){
|
1406 |
+
animation-delay: 0.8s;
|
1407 |
+
}
|
1408 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(10){
|
1409 |
+
animation-delay: 0.9s;
|
1410 |
+
}
|
1411 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(11){
|
1412 |
+
animation-delay: 1s;
|
1413 |
+
}
|
1414 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(12){
|
1415 |
+
animation-delay: 1.1s;
|
1416 |
+
}
|
1417 |
+
div[class*="simplesocialbuttons-float"] button:nth-child(13){
|
1418 |
+
animation-delay: 1.2s;
|
1419 |
+
}
|
1420 |
+
div[class*="simplesocialbuttons-float"]{
|
1421 |
+
position: fixed;
|
1422 |
+
width: 36px;
|
1423 |
+
z-index: 1000;
|
1424 |
+
text-align: center;
|
1425 |
+
z-index: 9999;
|
1426 |
+
}
|
1427 |
+
div.simplesocialbuttons.simplesocialbuttons-align-centered{
|
1428 |
+
text-align: center;
|
1429 |
+
}
|
1430 |
+
div.simplesocialbuttons.simplesocialbuttons-align-left{
|
1431 |
+
text-align: left;
|
1432 |
+
}
|
1433 |
+
div.simplesocialbuttons.simplesocialbuttons-align-right{
|
1434 |
+
text-align: right;
|
1435 |
+
}
|
1436 |
+
div.simplesocialbuttons.simplesocialbuttons-float-left-top{
|
1437 |
+
top: 100px;
|
1438 |
+
left: 0;
|
1439 |
+
margin: 0;
|
1440 |
+
}
|
1441 |
+
div.simplesocialbuttons.simplesocialbuttons-float-right-top{
|
1442 |
+
top: 100px;
|
1443 |
+
right: 0;
|
1444 |
+
margin: 0;
|
1445 |
+
}
|
1446 |
+
div.simplesocialbuttons.simplesocialbuttons-float-left-center{
|
1447 |
+
left: 0;
|
1448 |
+
top: 50%;
|
1449 |
+
-webkit-transform: translateY(-50%);
|
1450 |
+
transform: translateY(-50%);
|
1451 |
+
margin: 0;
|
1452 |
+
}
|
1453 |
+
div.simplesocialbuttons.simplesocialbuttons-float-right-center{
|
1454 |
+
right: 0;
|
1455 |
+
top: 50%;
|
1456 |
+
-webkit-transform: translateY(-50%);
|
1457 |
+
transform: translateY(-50%);
|
1458 |
+
margin: 0;
|
1459 |
+
}
|
1460 |
+
|
1461 |
+
/*===== End of Code for floating share buttons ======*/
|
assets/fonts/ssb-icon.eot
ADDED
Binary file
|
assets/fonts/ssb-icon.svg
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>Generated by IcoMoon</metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="ssb-icon" horiz-adv-x="1024">
|
7 |
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
+
<missing-glyph horiz-adv-x="1024" />
|
9 |
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
+
<glyph unicode="" glyph-name="facebook" horiz-adv-x="503" d="M0 415.232c0 57.344 0 114.688 0 173.056 41.984 0 84.992 0 129.024 0 0 59.392-2.048 112.64 0 166.912 4.096 92.16 60.416 162.816 148.48 189.44 21.504 6.144 44.032 10.24 66.56 15.36 52.224 0 104.448 0 157.696 0 0-14.336 0-27.648 0-41.984-2.048-41.984-4.096-84.992-6.144-128-8.192 0-15.36 0-21.504 0-36.864 0-72.704 1.024-108.544-2.048-31.744-2.048-48.128-18.432-49.152-50.176-2.048-48.128 0-97.28 0-148.48 8.192 0 15.36 0 22.528 0 55.296 0 109.568-1.024 164.864-1.024 0-11.264 0-22.528 0-34.816-3.072-46.080-6.144-91.136-9.216-138.24-59.392 0-118.784 0-178.176 0 0-160.768 0-319.488 0-479.232-61.44 0-122.88 0-184.32 0-1.024 7.168-2.048 13.312-2.048 20.48 0 145.408 0 289.792 0 434.176 0 7.168 0 15.36 0 24.576-46.080 0-88.064 0-130.048 0z" />
|
11 |
+
<glyph unicode="" glyph-name="g_plus" horiz-adv-x="1608" d="M558.080 960c26.624-5.12 53.248-9.216 79.872-15.36 80.896-19.456 151.552-59.392 212.992-115.712-50.176-49.152-99.328-98.304-148.48-147.456-2.048 1.024-5.12 3.072-8.192 6.144-115.712 92.16-266.24 89.088-376.832-9.216-94.208-83.968-124.928-189.44-93.184-309.248 32.768-119.808 113.664-195.584 236.544-219.136 78.848-15.36 154.624-1.024 222.208 44.032 54.272 35.84 86.016 87.040 99.328 151.552-91.136 0-180.224 0-271.36 0 0 68.608 0 136.192 0 205.824 6.144 0 12.288 0 18.432 0 147.456 0 293.888 0 441.344 0 15.36 0 21.504-3.072 23.552-19.456 24.576-176.128-10.24-335.872-138.24-465.92-76.8-77.824-176.128-111.616-282.624-125.952-7.168-1.024-13.312-3.072-20.48-4.096-29.696 0-58.368 0-88.064 0-4.096 1.024-8.192 3.072-12.288 3.072-206.848 23.552-380.928 173.056-434.176 374.784-8.192 29.696-12.288 60.416-18.432 91.136 0 29.696 0 58.368 0 88.064 1.024 5.12 3.072 9.216 3.072 14.336 26.624 210.944 171.008 376.832 375.808 434.176 28.672 8.192 58.368 12.288 87.040 18.432 30.72 0 61.44 0 92.16 0zM1607.68 410.112c-58.368 0-116.736 0-177.152 0 0-59.392 0-117.76 0-177.152-44.032 0-84.992 0-129.024 0 0 59.392 0 116.736 0 177.152-60.416 0-117.76 0-177.152 0 0 43.008 0 83.968 0 128 57.344 0 114.688 0 176.128 0 0 61.44 0 118.784 0 177.152 45.056 0 86.016 0 129.024 0 0-58.368 0-115.712 0-175.104 61.44 0 119.808 0 179.2 0-1.024-43.008-1.024-87.040-1.024-130.048z" />
|
12 |
+
<glyph unicode="" glyph-name="pinterest" horiz-adv-x="768" d="M766.976 568.832c-5.12-27.648-9.216-55.296-15.36-82.944-14.336-59.392-37.888-115.712-76.8-163.84-66.56-79.872-150.528-118.784-256-99.328-35.84 6.144-65.536 24.576-88.064 53.248-2.048 3.072-4.096 6.144-5.12 9.216-1.024-1.024-3.072-1.024-5.12-2.048-9.216-37.888-19.456-76.8-28.672-114.688-18.432-83.968-58.368-156.672-107.52-224.256-3.072-4.096-9.216-6.144-13.312-8.192-2.048 4.096-6.144 9.216-7.168 14.336-13.312 94.208-6.144 187.392 17.408 279.552 20.48 78.848 36.864 159.744 54.272 239.616 3.072 12.288 0 26.624-3.072 38.912-13.312 47.104-13.312 93.184 1.024 139.264 9.216 26.624 22.528 50.176 46.080 66.56 26.624 19.456 56.32 25.6 87.040 10.24 29.696-15.36 45.056-40.96 43.008-73.728-2.048-33.792-9.216-66.56-17.408-99.328-9.216-39.936-23.552-77.824-31.744-117.76-14.336-70.656 39.936-122.88 111.616-107.52 33.792 7.168 60.416 26.624 81.92 53.248 46.080 58.368 65.536 125.952 70.656 197.632 3.072 40.96 3.072 83.968-5.12 123.904-20.48 91.136-86.016 138.24-175.104 155.648-138.24 26.624-271.36-49.152-315.392-180.224-16.384-48.128-22.528-97.28-10.24-147.456 5.12-19.456 13.312-38.912 25.6-55.296 12.288-18.432 16.384-36.864 9.216-57.344-4.096-10.24-5.12-22.528-9.216-32.768-7.168-19.456-15.36-22.528-33.792-12.288-44.032 24.576-74.752 59.392-92.16 108.544-66.56 190.464 50.176 387.072 210.944 448.512 37.888 14.336 79.872 21.504 119.808 31.744 3.072 1.024 7.168 2.048 10.24 3.072 27.648 0 56.32 0 83.968 0 5.12-1.024 10.24-3.072 16.384-4.096 130.048-20.48 228.352-86.016 280.576-209.92 11.264-27.648 17.408-56.32 25.6-86.016 1.024-32.768 1.024-63.488 1.024-94.208z" />
|
13 |
+
<glyph unicode="" glyph-name="reddit" horiz-adv-x="1183" d="M1182.72 520.704c0-23.552 0-47.104 0-69.632-13.312-26.624-21.504-59.392-40.96-79.872-26.624-26.624-36.864-55.296-41.984-92.16-17.408-116.736-89.088-197.632-186.368-258.048-102.4-63.488-216.064-87.040-336.896-84.992-106.496 2.048-204.8 24.576-295.936 78.848-117.76 69.632-195.584 166.912-201.728 310.272 0 5.12-3.072 11.264-6.144 14.336-39.936 30.72-62.464 72.704-72.704 120.832 0 17.408 0 33.792 0 51.2 1.024 1.024 2.048 2.048 3.072 4.096 30.72 116.736 121.856 159.744 231.424 109.568 6.144-3.072 18.432-1.024 24.576 2.048 63.488 40.96 133.12 67.584 206.848 80.896 27.648 5.12 56.32 8.192 87.040 12.288 0 28.672-1.024 58.368 0 86.016 3.072 65.536 32.768 113.664 94.208 140.288 11.264 5.12 23.552 8.192 34.816 11.264 18.432 0 37.888 0 56.32 0 69.632-22.528 129.024-73.728 208.896-74.752 3.072 37.888 26.624 59.392 58.368 74.752 14.336 0 27.648 0 41.984 0 3.072-2.048 6.144-4.096 9.216-6.144 36.864-18.432 54.272-52.224 46.080-90.112-7.168-33.792-37.888-59.392-75.776-61.44-80.896-4.096-159.744 7.168-232.448 46.080-21.504 11.264-43.008 21.504-65.536 29.696-41.984 14.336-86.016-10.24-92.16-53.248-5.12-33.792-1.024-69.632-1.024-103.424 1.024 0 3.072-1.024 4.096-2.048 8.192-1.024 16.384-2.048 25.6-2.048 92.16-10.24 179.2-36.864 258.048-88.064 13.312-8.192 21.504-8.192 34.816-2.048 93.184 46.080 193.536 1.024 221.184-98.304 0-1.024 1.024-3.072 3.072-6.144zM578.56 644.608c-16.384-1.024-47.104-2.048-76.8-7.168-108.544-17.408-206.848-58.368-279.552-144.384-59.392-69.632-80.896-150.528-51.2-239.616 20.48-63.488 62.464-110.592 115.712-148.48 81.92-59.392 175.104-86.016 275.456-91.136 126.976-6.144 244.736 21.504 347.136 99.328 155.648 118.784 155.648 309.248 1.024 429.056-94.208 72.704-201.728 100.352-331.776 102.4zM93.184 433.664c25.6 41.984 52.224 84.992 77.824 128-27.648 8.192-59.392 0-75.776-21.504-21.504-28.672-21.504-76.8-2.048-106.496zM1012.736 561.664c26.624-43.008 52.224-86.016 77.824-126.976 18.432 27.648 18.432 76.8-2.048 106.496-15.36 20.48-48.128 28.672-75.776 20.48zM399.36 243.2c150.528-113.664 296.96-75.776 385.024 0-9.216-66.56-100.352-143.36-179.2-149.504-83.968-6.144-182.272 65.536-205.824 149.504zM473.088 408.064c0-44.032-34.816-78.848-78.848-78.848-43.008 0-78.848 36.864-78.848 79.872s36.864 78.848 79.872 78.848c43.008-1.024 77.824-35.84 77.824-79.872zM710.656 409.088c0 43.008 34.816 78.848 77.824 78.848s78.848-35.84 79.872-77.824c1.024-43.008-36.864-80.896-79.872-79.872-43.008-1.024-77.824 34.816-77.824 78.848z" />
|
14 |
+
<glyph unicode="" glyph-name="twitter" horiz-adv-x="1250" d="M836.608 960c20.48 0 40.96 0 60.416 0 1.024-1.024 3.072-2.048 5.12-3.072 54.272-8.192 101.376-33.792 142.336-69.632 6.144-5.12 17.408-7.168 25.6-5.12 31.744 9.216 63.488 20.48 95.232 31.744 16.384 6.144 32.768 15.36 52.224 24.576-19.456-58.368-54.272-101.376-104.448-139.264 10.24 1.024 13.312 1.024 17.408 2.048 39.936 10.24 79.872 21.504 119.808 32.768 0-1.024 0-3.072 0-4.096-4.096-4.096-8.192-9.216-12.288-13.312-32.768-33.792-64.512-67.584-98.304-99.328-10.24-10.24-16.384-19.456-16.384-33.792 1.024-77.824-8.192-155.648-33.792-229.376-87.040-257.024-253.952-431.104-522.24-498.688-39.936-10.24-81.92-14.336-122.88-20.48-36.864 0-73.728 0-109.568 0-5.12 1.024-9.216 3.072-14.336 3.072-100.352 8.192-194.56 37.888-282.624 84.992-13.312 7.168-25.6 14.336-37.888 22.528 136.192-5.12 259.072 27.648 371.712 111.616-118.784 11.264-196.608 70.656-240.64 180.224 37.888 0 72.704 0 107.52 0 0 2.048 0 4.096 0 5.12-57.344 16.384-105.472 45.056-142.336 92.16-35.84 47.104-56.32 98.304-54.272 157.696 35.84-10.24 69.632-19.456 103.424-27.648 1.024 2.048 2.048 4.096 3.072 6.144-50.176 40.96-86.016 92.16-99.328 156.672s-4.096 124.928 29.696 183.296c141.312-163.84 316.416-253.952 531.456-269.312-1.024 13.312-1.024 23.552-2.048 34.816-13.312 122.88 64.512 237.568 183.296 271.36 14.336 5.12 29.696 8.192 45.056 12.288z" />
|
15 |
+
<glyph unicode="" glyph-name="viber" horiz-adv-x="926" d="M262.144-64c-14.336 0-27.648 0-41.984 0 0 53.248-1.024 107.52 0 161.792 0 19.456-6.144 28.672-23.552 33.792-62.464 17.408-109.568 54.272-140.288 111.616-14.336 25.6-26.624 53.248-32.768 81.92-10.24 43.008-16.384 86.016-23.552 130.048 0 31.744 0 63.488 0 95.232 4.096 30.72 7.168 62.464 12.288 94.208 8.192 60.416 19.456 119.808 57.344 171.008 54.272 72.704 130.048 107.52 215.040 126.976 40.96 9.216 82.944 13.312 123.904 19.456 32.768 0 65.536 0 99.328 0 6.144-1.024 12.288-2.048 18.432-3.072 46.080-7.168 92.16-11.264 137.216-20.48 134.144-28.672 224.256-105.472 247.808-246.784 6.144-33.792 10.24-68.608 16.384-103.424 0-43.008 0-86.016 0-129.024-1.024-7.168-2.048-14.336-3.072-22.528-7.168-41.984-13.312-83.968-23.552-124.928-28.672-106.496-96.256-174.080-204.8-195.584-63.488-12.288-129.024-15.36-194.56-21.504-28.672-3.072-60.416 5.12-84.992-5.12-24.576-11.264-41.984-39.936-61.44-60.416-32.768-32.768-62.464-62.464-93.184-93.184zM264.192 4.608c33.792 32.768 66.56 61.44 95.232 95.232 23.552 28.672 52.224 37.888 88.064 38.912 64.512 1.024 129.024 4.096 193.536 12.288 129.024 15.36 193.536 73.728 223.232 200.704 25.6 111.616 22.528 223.232 2.048 335.872-20.48 110.592-86.016 175.104-192.512 200.704-49.152 12.288-101.376 20.48-151.552 25.6-98.304 9.216-196.608 1.024-290.816-33.792-68.608-25.6-125.952-65.536-151.552-137.216-12.288-32.768-18.432-68.608-23.552-103.424-15.36-100.352-17.408-200.704 9.216-300.032 21.504-79.872 63.488-142.336 147.456-165.888 4.096-1.024 7.168-3.072 10.24-4.096 32.768-13.312 41.984-26.624 41.984-62.464-1.024-33.792-1.024-66.56-1.024-102.4zM604.16 223.744c-9.216 2.048-19.456 3.072-27.648 7.168-163.84 69.632-289.792 180.224-366.592 340.992-11.264 22.528-19.456 46.080-28.672 70.656-22.528 61.44 33.792 114.688 86.016 115.712 10.24 0 24.576-7.168 30.72-14.336 25.6-32.768 50.176-66.56 72.704-101.376 12.288-18.432 8.192-34.816-10.24-48.128-41.984-30.72-46.080-51.2-16.384-103.424s72.704-87.040 126.976-109.568c20.48-9.216 37.888-5.12 50.176 14.336 20.48 33.792 53.248 43.008 94.208 13.312 23.552-16.384 46.080-33.792 68.608-51.2 23.552-18.432 26.624-36.864 13.312-63.488-19.456-39.936-50.176-63.488-93.184-70.656zM488.448 805.376c149.504-1.024 264.192-142.336 233.472-287.744-4.096-18.432-13.312-27.648-27.648-24.576-17.408 4.096-19.456 17.408-16.384 32.768 24.576 139.264-89.088 253.952-228.352 230.4-18.432-3.072-29.696 3.072-32.768 17.408-2.048 14.336 6.144 23.552 25.6 26.624 15.36 2.048 30.72 3.072 46.080 5.12zM486.4 737.792c108.544-3.072 187.392-96.256 172.032-198.656-2.048-15.36-8.192-25.6-25.6-23.552-16.384 2.048-20.48 13.312-18.432 29.696 9.216 90.112-56.32 156.672-146.432 147.456-15.36-1.024-26.624 3.072-28.672 19.456s9.216 23.552 23.552 25.6c10.24-2.048 19.456-1.024 23.552 0zM593.92 563.712c1.024-13.312-3.072-24.576-19.456-26.624-16.384-1.024-22.528 9.216-24.576 24.576-4.096 38.912-25.6 59.392-64.512 63.488-15.36 1.024-24.576 9.216-23.552 23.552 1.024 16.384 12.288 21.504 28.672 20.48 54.272-1.024 103.424-50.176 103.424-105.472z" />
|
16 |
+
<glyph unicode="" glyph-name="whatsapp" horiz-adv-x="1022" d="M454.656 960c38.912 0 77.824 0 116.736 0 4.096-1.024 8.192-4.096 12.288-4.096 206.848-30.72 370.688-179.2 420.864-381.952 7.168-29.696 11.264-60.416 16.384-92.16 0-18.432 0-37.888 0-56.32-2.048-13.312-4.096-27.648-6.144-40.96-48.128-345.088-423.936-545.792-728.064-381.952-9.216 5.12-23.552 5.12-34.816 3.072-45.056-11.264-90.112-24.576-135.168-37.888-37.888-11.264-75.776-21.504-116.736-32.768 26.624 74.752 51.2 145.408 77.824 216.064 7.168 19.456 5.12 33.792-5.12 51.2-169.984 292.864-9.216 664.576 320.512 743.424 20.48 6.144 40.96 10.24 61.44 14.336zM124.928 52.736c46.080 12.288 88.064 23.552 129.024 36.864 14.336 4.096 25.6 3.072 38.912-5.12 84.992-50.176 176.128-69.632 274.432-56.32 241.664 30.72 409.6 258.048 368.64 498.688-40.96 242.688-278.528 401.408-517.12 348.16-301.056-68.608-435.2-415.744-257.024-667.648 9.216-12.288 11.264-22.528 5.12-37.888-15.36-38.912-26.624-75.776-41.984-116.736zM237.568 592.384c1.024 45.056 17.408 83.968 48.128 116.736 30.72 33.792 79.872 24.576 96.256-17.408 11.264-27.648 19.456-57.344 32.768-84.992 11.264-24.576 6.144-43.008-8.192-62.464-33.792-46.080-32.768-46.080-1.024-95.232 38.912-58.368 91.136-101.376 155.648-131.072 16.384-7.168 27.648-5.12 37.888 10.24 11.264 16.384 23.552 30.72 34.816 47.104 8.192 12.288 17.408 16.384 31.744 10.24 35.84-18.432 72.704-35.84 107.52-55.296 6.144-4.096 12.288-14.336 12.288-22.528 3.072-58.368-41.984-115.712-100.352-121.856-29.696-4.096-62.464 0-92.16 8.192-116.736 33.792-203.776 110.592-274.432 207.872-32.768 46.080-65.536 94.208-76.8 150.528-2.048 11.264-2.048 25.6-4.096 39.936z" />
|
17 |
+
<glyph unicode="" glyph-name="linkedin" horiz-adv-x="1071" d="M841.728-62.976c0 5.12 0 8.192 0 12.288 0 123.904 0 246.784-1.024 370.688 0 29.696-5.12 58.368-18.432 84.992-19.456 40.96-57.344 59.392-103.424 56.32-58.368-4.096-95.232-36.864-113.664-90.112-6.144-17.408-5.12-36.864-6.144-55.296 0-122.88 0-244.736 0-367.616 0-11.264 0-11.264-11.264-11.264-68.608 0-138.24 0-206.848 0-3.072 0-7.168 0-10.24 0 0 230.4 0 459.776 0 690.176 3.072 0 6.144 0 9.216 0 69.632 0 140.288 0 209.92 0 8.192 0 10.24-2.048 10.24-10.24-1.024-27.648 0-56.32 0-86.016 8.192 10.24 14.336 18.432 20.48 26.624 38.912 49.152 90.112 76.8 153.6 83.968 54.272 5.12 106.496-1.024 156.672-25.6 43.008-21.504 75.776-53.248 98.304-95.232 31.744-58.368 41.984-121.856 41.984-187.392 0-130.048 0-259.072 0-389.12 0-2.048 0-5.12 0-7.168-76.8 0-152.576 0-229.376 0zM14.336-64c0 5.12 0 8.192 0 11.264 0 222.208 0 445.44 0 667.648 0 11.264 0 11.264 11.264 11.264 68.608 0 138.24 0 206.848 0 8.192 0 11.264-2.048 11.264-10.24 0-223.232 0-446.464 0-670.72 0-8.192-2.048-10.24-10.24-10.24-69.632 0-139.264 0-208.896 0-3.072 1.024-6.144 1.024-10.24 1.024zM129.024 720.384c-45.056 1.024-83.968 15.36-109.568 55.296-38.912 59.392-18.432 151.552 64.512 176.128 44.032 13.312 87.040 10.24 125.952-16.384 38.912-27.648 53.248-66.56 47.104-112.64s-31.744-76.8-75.776-93.184c-16.384-6.144-34.816-8.192-52.224-11.264 0 1.024 0 2.048 0 2.048z" />
|
18 |
+
</font></defs></svg>
|
assets/fonts/ssb-icon.ttf
ADDED
Binary file
|
assets/fonts/ssb-icon.woff
ADDED
Binary file
|
assets/images/fblike.jpg
DELETED
Binary file
|
assets/images/fbshare.jpg
DELETED
Binary file
|
assets/images/fbshare.png
ADDED
Binary file
|
assets/images/googleplus.jpg
DELETED
Binary file
|
assets/images/googleplus.png
ADDED
Binary file
|
assets/images/linkedin.jpg
DELETED
Binary file
|
assets/images/linkedin.png
ADDED
Binary file
|
assets/images/pinterest.jpg
DELETED
Binary file
|
assets/images/pinterest.png
ADDED
Binary file
|
assets/images/reddit.png
ADDED
Binary file
|
assets/images/{ssb_grey_logi.png → ssb_grey_logo.png}
RENAMED
File without changes
|
assets/images/twitter.jpg
DELETED
Binary file
|
assets/images/twitter.png
ADDED
Binary file
|
assets/images/viber.png
ADDED
Binary file
|
assets/images/whatsapp.png
ADDED
Binary file
|
assets/js/admin.js
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
update: function(event, ui) {
|
13 |
var order = $("#ssb_active_icons").sortable("toArray", {attribute: 'data-id' } );
|
14 |
$('#ssb_icons_order').val( order.join(','));
|
|
|
15 |
},
|
16 |
});
|
17 |
|
@@ -20,6 +21,115 @@
|
|
20 |
cursor: 'move'
|
21 |
});
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
});
|
25 |
|
12 |
update: function(event, ui) {
|
13 |
var order = $("#ssb_active_icons").sortable("toArray", {attribute: 'data-id' } );
|
14 |
$('#ssb_icons_order').val( order.join(','));
|
15 |
+
$('#ssb_networks\\[icon_selection\\]').val( order.join(','));
|
16 |
},
|
17 |
});
|
18 |
|
21 |
cursor: 'move'
|
22 |
});
|
23 |
|
24 |
+
$('.ssb_settings_color_picker').wpColorPicker();
|
25 |
+
|
26 |
+
// sidebar extra space.
|
27 |
+
if (!$('#ssb_sidebar\\[icon_space\\]').is(':checked')) {
|
28 |
+
$('.container-ssb_sidebar\\[icon_space_value\\]').css('display', 'none');
|
29 |
+
}
|
30 |
+
$('#ssb_sidebar\\[icon_space\\]').on('change', function(event) {
|
31 |
+
if($(this).is(':checked')){
|
32 |
+
$('.container-ssb_sidebar\\[icon_space_value\\]').css('display', 'block');
|
33 |
+
}else{
|
34 |
+
$('.container-ssb_sidebar\\[icon_space_value\\]').css('display', 'none');
|
35 |
+
}
|
36 |
+
});
|
37 |
+
|
38 |
+
if (!$('#ssb_inline\\[icon_space\\]').is(':checked')) {
|
39 |
+
$('.container-ssb_inline\\[icon_space_value\\]').css('display', 'none');
|
40 |
+
}
|
41 |
+
$('#ssb_inline\\[icon_space\\]').on('change', function(event) {
|
42 |
+
if($(this).is(':checked')){
|
43 |
+
$('.container-ssb_inline\\[icon_space_value\\]').css('display', 'block');
|
44 |
+
}else{
|
45 |
+
$('.container-ssb_inline\\[icon_space_value\\]').css('display', 'none');
|
46 |
+
}
|
47 |
+
});
|
48 |
+
|
49 |
+
if (!$('#ssb_media\\[icon_space\\]').is(':checked')) {
|
50 |
+
$('.container-ssb_media\\[icon_space_value\\]').css('display', 'none');
|
51 |
+
}
|
52 |
+
$('#ssb_media\\[icon_space\\]').on('change', function(event) {
|
53 |
+
if($(this).is(':checked')){
|
54 |
+
$('.container-ssb_media\\[icon_space_value\\]').css('display', 'block');
|
55 |
+
}else{
|
56 |
+
$('.container-ssb_media\\[icon_space_value\\]').css('display', 'none');
|
57 |
+
}
|
58 |
+
});
|
59 |
+
|
60 |
+
if (!$('#ssb_flyin\\[icon_space\\]').is(':checked')) {
|
61 |
+
$('.container-ssb_flyin\\[icon_space_value\\]').css('display', 'none');
|
62 |
+
}
|
63 |
+
$('#ssb_flyin\\[icon_space\\]').on('change', function(event) {
|
64 |
+
if($(this).is(':checked')){
|
65 |
+
$('.container-ssb_flyin\\[icon_space_value\\]').css('display', 'block');
|
66 |
+
}else{
|
67 |
+
$('.container-ssb_flyin\\[icon_space_value\\]').css('display', 'none');
|
68 |
+
}
|
69 |
+
});
|
70 |
+
|
71 |
+
if (!$('#ssb_popup\\[icon_space\\]').is(':checked')) {
|
72 |
+
$('.container-ssb_popup\\[icon_space_value\\]').css('display', 'none');
|
73 |
+
}
|
74 |
+
$('#ssb_popup\\[icon_space\\]').on('change', function(event) {
|
75 |
+
if($(this).is(':checked')){
|
76 |
+
$('.container-ssb_popup\\[icon_space_value\\]').css('display', 'block');
|
77 |
+
}else{
|
78 |
+
$('.container-ssb_popup\\[icon_space_value\\]').css('display', 'none');
|
79 |
+
}
|
80 |
+
});
|
81 |
+
|
82 |
+
if (!$('#ssb_popup\\[trigger_after_scrolling\\]').is(':checked')) {
|
83 |
+
$('.container-ssb_popup\\[trigger_after_scrolling_value\\]').css('display', 'none');
|
84 |
+
}
|
85 |
+
$('#ssb_popup\\[trigger_after_scrolling\\]').on('change', function(event) {
|
86 |
+
if($(this).is(':checked')){
|
87 |
+
$('.container-ssb_popup\\[trigger_after_scrolling_value\\]').css('display', 'block');
|
88 |
+
}else{
|
89 |
+
$('.container-ssb_popup\\[trigger_after_scrolling_value\\]').css('display', 'none');
|
90 |
+
}
|
91 |
+
});
|
92 |
+
|
93 |
+
|
94 |
+
$( '.simple-social-buttons-log-file' ).on( 'click', function( event ) {
|
95 |
+
|
96 |
+
event.preventDefault();
|
97 |
+
|
98 |
+
$.ajax({
|
99 |
+
|
100 |
+
url: ajaxurl,
|
101 |
+
type: 'POST',
|
102 |
+
data: {
|
103 |
+
action : 'ssb_help',
|
104 |
+
},
|
105 |
+
beforeSend: function() {
|
106 |
+
$('.ssb-log-file-sniper').show();
|
107 |
+
},
|
108 |
+
success: function( response ) {
|
109 |
+
|
110 |
+
$('.ssb-log-file-sniper').hide();
|
111 |
+
$('.ssb-log-file-text').show();
|
112 |
+
|
113 |
+
if ( ! window.navigator.msSaveOrOpenBlob ) { // If msSaveOrOpenBlob() is supported, then so is msSaveBlob().
|
114 |
+
$('<a />', {
|
115 |
+
"download" : 'simple-social-buttons-log.txt',
|
116 |
+
"href" : 'data:text/plain;charset=utf-8,' + encodeURIComponent( response ),
|
117 |
+
}).appendTo( "body" )
|
118 |
+
.click(function() {
|
119 |
+
$(this).remove()
|
120 |
+
})[0].click()
|
121 |
+
} else {
|
122 |
+
var blobObject = new Blob( [response] );
|
123 |
+
window.navigator.msSaveBlob( blobObject, 'simple-social-buttons-log.txt' );
|
124 |
+
}
|
125 |
+
|
126 |
+
setTimeout(function() {
|
127 |
+
$(".ssb-log-file-text").fadeOut()
|
128 |
+
}, 3000 );
|
129 |
+
}
|
130 |
+
});
|
131 |
+
|
132 |
+
});
|
133 |
|
134 |
});
|
135 |
|
assets/js/front.js
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// IIFE - Immediately Invoked Function Expression
|
2 |
+
(function($, window, document) {
|
3 |
+
|
4 |
+
// Listen for the jQuery ready event on the document
|
5 |
+
$(function() {
|
6 |
+
|
7 |
+
// The DOM is ready!
|
8 |
+
if($('div[class*="simplesocialbuttons-float"]').length>0){
|
9 |
+
$('body').addClass('body_has_simplesocialbuttons');
|
10 |
+
}
|
11 |
+
|
12 |
+
});
|
13 |
+
|
14 |
+
$(window).load(function(){
|
15 |
+
$('.simplesocialbuttons_inline').addClass('simplesocialbuttons-inline-in');
|
16 |
+
var sidebarwidth = $('div[class*="simplesocialbuttons-float"]>a:first-child').outerWidth(true);
|
17 |
+
$('div[class*="simplesocialbuttons-float"]').css('width', sidebarwidth + 'px');
|
18 |
+
});
|
19 |
+
|
20 |
+
}(window.jQuery, window, document));
|
classes/ssb-admin.php
ADDED
@@ -0,0 +1,354 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
/**
|
5 |
+
* Admin class
|
6 |
+
*
|
7 |
+
* Gets only initiated if this plugin is called inside the admin section ;)
|
8 |
+
*/
|
9 |
+
if ( ! class_exists( 'SimpleSocialButtonsPR_Admin' ) ) :
|
10 |
+
|
11 |
+
class SimpleSocialButtonsPR_Admin extends SimpleSocialButtonsPR {
|
12 |
+
|
13 |
+
function __construct() {
|
14 |
+
parent::__construct();
|
15 |
+
|
16 |
+
include_once SSB_PLUGIN_DIR . '/classes/ssb-settings.php';
|
17 |
+
|
18 |
+
add_action( 'add_meta_boxes', array( $this, 'ssb_meta_box' ) );
|
19 |
+
add_action( 'save_post', array( $this, 'ssb_save_meta' ), 10, 2 );
|
20 |
+
|
21 |
+
add_filter( 'plugin_action_links', array( $this, 'plugin_action_links' ), 10, 2 );
|
22 |
+
|
23 |
+
add_action( 'admin_footer', array( $this, 'add_deactive_modal' ) );
|
24 |
+
add_action( 'wp_ajax_ssb_deactivate', array( $this, 'ssb_deactivate' ) );
|
25 |
+
add_action( 'admin_init', array( $this, 'review_notice' ) );
|
26 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
27 |
+
add_action( 'in_admin_header', array( $this, 'skip_notices' ), 100000 );
|
28 |
+
|
29 |
+
}
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Add Settings links in plugins.php
|
33 |
+
*
|
34 |
+
* @since 1.9
|
35 |
+
*/
|
36 |
+
public function plugin_action_links( $links, $file ) {
|
37 |
+
static $this_plugin;
|
38 |
+
|
39 |
+
if ( ! $this_plugin ) {
|
40 |
+
$this_plugin = plugin_basename( __FILE__ );
|
41 |
+
}
|
42 |
+
|
43 |
+
if ( $file == $this_plugin ) {
|
44 |
+
$settings_link = '<a href="' . admin_url( 'admin.php?page=simple-social-buttons' ) . '">' . __( 'Settings', 'simple-social-buttons' ) . '</a>';
|
45 |
+
array_unshift( $links, $settings_link );
|
46 |
+
}
|
47 |
+
|
48 |
+
return $links;
|
49 |
+
}
|
50 |
+
|
51 |
+
function admin_enqueue_scripts( $page ) {
|
52 |
+
|
53 |
+
if ( 'toplevel_page_simple-social-buttons' == $page || 'social-buttons_page_ssb-help' == $page ) {
|
54 |
+
wp_enqueue_style( 'ssb-admin-cs', plugins_url( 'assets/css/admin.css',plugin_dir_path( __FILE__ ) ), false, SSB_VERSION );
|
55 |
+
wp_enqueue_script( 'ssb-admin-js', plugins_url( 'assets/js/admin.js',plugin_dir_path( __FILE__ ) ), array( 'jquery', 'jquery-ui-sortable' ), SSB_VERSION );
|
56 |
+
}
|
57 |
+
}
|
58 |
+
|
59 |
+
/**
|
60 |
+
* Register meta box to hide/show SSB plugin on single post or page
|
61 |
+
*/
|
62 |
+
public function ssb_meta_box() {
|
63 |
+
$postId = $_GET['post'];
|
64 |
+
$postType = get_post_type( $postId );
|
65 |
+
|
66 |
+
if ( $postType != 'page' && $postType != 'post' ) {
|
67 |
+
return false;
|
68 |
+
}
|
69 |
+
|
70 |
+
$currentSsbHide = get_post_custom_values( $this->hideCustomMetaKey, $postId );
|
71 |
+
|
72 |
+
if ( $currentSsbHide[0] == 'true' ) {
|
73 |
+
$checked = true;
|
74 |
+
} else {
|
75 |
+
$checked = false;
|
76 |
+
}
|
77 |
+
|
78 |
+
// Rendering meta box
|
79 |
+
if ( ! function_exists( 'add_meta_box' ) ) {
|
80 |
+
include( 'includes/template.php' );
|
81 |
+
}
|
82 |
+
add_meta_box(
|
83 |
+
'ssb_meta_box', __( 'SSB Settings', 'simple-social-buttons' ), array( $this, 'render_ssb_meta_box' ), $postType, 'side', 'default', array(
|
84 |
+
'type' => $postType,
|
85 |
+
'checked' => $checked,
|
86 |
+
)
|
87 |
+
);
|
88 |
+
}
|
89 |
+
|
90 |
+
/**
|
91 |
+
* Showing custom meta field
|
92 |
+
*/
|
93 |
+
public function render_ssb_meta_box( $post, $metabox ) {
|
94 |
+
wp_nonce_field( plugin_basename( __FILE__ ), 'ssb_noncename' );
|
95 |
+
?>
|
96 |
+
|
97 |
+
<label for="<?php echo $this->hideCustomMetaKey; ?>"><input type="checkbox" id="<?php echo $this->hideCustomMetaKey; ?>" name="<?php echo $this->hideCustomMetaKey; ?>" value="true"
|
98 |
+
<?php if ( $metabox['args']['checked'] ) : ?>
|
99 |
+
checked="checked"
|
100 |
+
<?php endif; ?>/>
|
101 |
+
<?php echo __( 'Hide Simple Social Buttons', 'simple-social-buttons' ); ?></label>
|
102 |
+
<?php
|
103 |
+
}
|
104 |
+
|
105 |
+
|
106 |
+
/**
|
107 |
+
* Saving custom meta value
|
108 |
+
*/
|
109 |
+
public function ssb_save_meta( $post_id, $post ) {
|
110 |
+
$postId = (int) $post_id;
|
111 |
+
|
112 |
+
// Verify if this is an auto save routine.
|
113 |
+
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
|
114 |
+
return;
|
115 |
+
}
|
116 |
+
|
117 |
+
// Verify this came from the our screen and with proper authorization
|
118 |
+
if ( ! wp_verify_nonce( $_POST['ssb_noncename'], plugin_basename( __FILE__ ) ) ) {
|
119 |
+
return;
|
120 |
+
}
|
121 |
+
|
122 |
+
// Check permissions
|
123 |
+
if ( 'page' == $_POST['post_type'] ) {
|
124 |
+
if ( ! current_user_can( 'edit_page', $post_id ) ) {
|
125 |
+
return;
|
126 |
+
}
|
127 |
+
} else {
|
128 |
+
if ( ! current_user_can( 'edit_post', $post_id ) ) {
|
129 |
+
return;
|
130 |
+
}
|
131 |
+
}
|
132 |
+
|
133 |
+
// Saving data
|
134 |
+
$newValue = (isset( $_POST[ $this->hideCustomMetaKey ] )) ? $_POST[ $this->hideCustomMetaKey ] : 'false';
|
135 |
+
|
136 |
+
update_post_meta( $postId, $this->hideCustomMetaKey, $newValue );
|
137 |
+
}
|
138 |
+
|
139 |
+
|
140 |
+
/**
|
141 |
+
* Show the popup on pluing deactivate
|
142 |
+
*
|
143 |
+
* @since 1.9.0
|
144 |
+
*/
|
145 |
+
function add_deactive_modal() {
|
146 |
+
global $pagenow;
|
147 |
+
|
148 |
+
if ( 'plugins.php' !== $pagenow ) {
|
149 |
+
return;
|
150 |
+
}
|
151 |
+
|
152 |
+
include SSB_PLUGIN_DIR . 'inc/ssb-deactivate-form.php';
|
153 |
+
}
|
154 |
+
|
155 |
+
/**
|
156 |
+
* Send the user responce to api.
|
157 |
+
*
|
158 |
+
* @since 1.9.0
|
159 |
+
*/
|
160 |
+
function ssb_deactivate() {
|
161 |
+
$email = get_option( 'admin_email' );
|
162 |
+
$_reason = sanitize_text_field( wp_unslash( $_POST['reason'] ) );
|
163 |
+
$reason_detail = sanitize_text_field( wp_unslash( $_POST['reason_detail'] ) );
|
164 |
+
$reason = '';
|
165 |
+
|
166 |
+
if ( $_reason == '1' ) {
|
167 |
+
$reason = 'I only needed the plugin for a short period';
|
168 |
+
} elseif ( $_reason == '2' ) {
|
169 |
+
$reason = 'I found a better plugin';
|
170 |
+
} elseif ( $_reason == '3' ) {
|
171 |
+
$reason = 'The plugin broke my site';
|
172 |
+
} elseif ( $_reason == '4' ) {
|
173 |
+
$reason = 'The plugin suddenly stopped working';
|
174 |
+
} elseif ( $_reason == '5' ) {
|
175 |
+
$reason = 'I no longer need the plugin';
|
176 |
+
} elseif ( $_reason == '6' ) {
|
177 |
+
$reason = 'It\'s a temporary deactivation. I\'m just debugging an issue.';
|
178 |
+
} elseif ( $_reason == '7' ) {
|
179 |
+
$reason = 'Other';
|
180 |
+
}
|
181 |
+
$fields = array(
|
182 |
+
'email' => $email,
|
183 |
+
'website' => get_site_url(),
|
184 |
+
'action' => 'Deactivate',
|
185 |
+
'reason' => $reason,
|
186 |
+
'reason_detail' => $reason_detail,
|
187 |
+
'blog_language' => get_bloginfo( 'language' ),
|
188 |
+
'wordpress_version' => get_bloginfo( 'version' ),
|
189 |
+
'plugin_version' => SSB_VERSION,
|
190 |
+
'plugin_name' => 'Simple Social Buttons',
|
191 |
+
);
|
192 |
+
|
193 |
+
$response = wp_remote_post(
|
194 |
+
SSB_FEEDBACK_SERVER, array(
|
195 |
+
'method' => 'POST',
|
196 |
+
'timeout' => 5,
|
197 |
+
'httpversion' => '1.0',
|
198 |
+
'blocking' => false,
|
199 |
+
'headers' => array(),
|
200 |
+
'body' => $fields,
|
201 |
+
)
|
202 |
+
);
|
203 |
+
|
204 |
+
wp_die();
|
205 |
+
}
|
206 |
+
|
207 |
+
/**
|
208 |
+
* Check either to show notice or not.
|
209 |
+
*
|
210 |
+
* @since 1.9.0
|
211 |
+
*/
|
212 |
+
public function review_notice() {
|
213 |
+
|
214 |
+
$this->review_dismissal();
|
215 |
+
$this->review_prending();
|
216 |
+
|
217 |
+
$review_dismissal = get_site_option( 'ssb_review_dismiss' );
|
218 |
+
if ( 'yes' == $review_dismissal ) {
|
219 |
+
return;
|
220 |
+
}
|
221 |
+
|
222 |
+
$activation_time = get_site_option( 'ssb_active_time' );
|
223 |
+
if ( ! $activation_time ) {
|
224 |
+
|
225 |
+
$activation_time = time();
|
226 |
+
add_site_option( 'ssb_active_time', $activation_time );
|
227 |
+
}
|
228 |
+
|
229 |
+
// 1296000 = 15 Days in seconds.
|
230 |
+
if ( time() - $activation_time > 1296000 ) {
|
231 |
+
add_action( 'admin_notices' , array( $this, 'review_notice_message' ) );
|
232 |
+
}
|
233 |
+
|
234 |
+
}
|
235 |
+
|
236 |
+
/**
|
237 |
+
* Show review Message After 15 days.
|
238 |
+
*
|
239 |
+
* @since 1.9.0
|
240 |
+
*/
|
241 |
+
public function review_notice_message() {
|
242 |
+
|
243 |
+
$scheme = ( parse_url( $_SERVER['REQUEST_URI'], PHP_URL_QUERY ) ) ? '&' : '?';
|
244 |
+
$url = $_SERVER['REQUEST_URI'] . $scheme . 'ssb_review_dismiss=yes';
|
245 |
+
$dismiss_url = wp_nonce_url( $url, 'ssb-review-nonce' );
|
246 |
+
|
247 |
+
$_later_link = $_SERVER['REQUEST_URI'] . $scheme . 'ssb_review_later=yes';
|
248 |
+
$later_url = wp_nonce_url( $_later_link, 'ssb-review-nonce' );
|
249 |
+
|
250 |
+
?>
|
251 |
+
<style media="screen">
|
252 |
+
.ssb-review-notice { padding: 15px 15px 15px 0; background-color: #fff; border-radius: 3px; margin: 20px 20px 0 0; border-left: 4px solid transparent; } .ssb-review-notice:after { content: ''; display: table; clear: both; }
|
253 |
+
.ssb-review-thumbnail { width: 114px; float: left; line-height: 80px; text-align: center; border-right: 4px solid transparent; }
|
254 |
+
.ssb-review-thumbnail img { width: 74px; vertical-align: middle; }
|
255 |
+
.ssb-review-text { overflow: hidden; }
|
256 |
+
.ssb-review-text h3 { font-size: 24px; margin: 0 0 5px; font-weight: 400; line-height: 1.3; }
|
257 |
+
.ssb-review-text p { font-size: 13px; margin: 0 0 5px; }
|
258 |
+
.ssb-review-ul { margin: 0; padding: 0; }
|
259 |
+
.ssb-review-ul li { display: inline-block; margin-right: 15px; }
|
260 |
+
.ssb-review-ul li a { display: inline-block; color: #10738B; text-decoration: none; padding-left: 26px; position: relative; }
|
261 |
+
.ssb-review-ul li a span { position: absolute; left: 0; top: -2px; }
|
262 |
+
</style>
|
263 |
+
<div class="ssb-review-notice">
|
264 |
+
<div class="ssb-review-thumbnail">
|
265 |
+
<img src="<?php echo plugins_url( '../assets/images/ssb_grey_logo.png', __FILE__ ); ?>" alt="">
|
266 |
+
</div>
|
267 |
+
<div class="ssb-review-text">
|
268 |
+
<h3><?php _e( 'Leave A Review?', 'simple-social-buttons' ); ?></h3>
|
269 |
+
<p><?php _e( 'We hope you\'ve enjoyed using Simple Social Buttons! Would you consider leaving us a review on WordPress.org?', 'simple-social-buttons' ); ?></p>
|
270 |
+
<ul class="ssb-review-ul"><li><a href="https://wordpress.org/support/plugin/simple-social-buttons/reviews/?filter=5" target="_blank"><span class="dashicons dashicons-external"></span><?php _e( 'Sure! I\'d love to!', 'simple-social-buttons' ); ?></a></li>
|
271 |
+
<li><a href="<?php echo $dismiss_url; ?>"><span class="dashicons dashicons-smiley"></span><?php _e( 'I\'ve already left a review', 'simple-social-buttons' ); ?></a></li>
|
272 |
+
<li><a href="<?php echo $later_url; ?>"><span class="dashicons dashicons-calendar-alt"></span><?php _e( 'Maybe Later', 'simple-social-buttons' ); ?></a></li>
|
273 |
+
<li><a href="<?php echo $dismiss_url; ?>"><span class="dashicons dashicons-dismiss"></span><?php _e( 'Never show again', 'simple-social-buttons' ); ?></a></li></ul>
|
274 |
+
</div>
|
275 |
+
</div>
|
276 |
+
<?php
|
277 |
+
}
|
278 |
+
|
279 |
+
/**
|
280 |
+
* Set time to current so review notice will popup after 15 days
|
281 |
+
*
|
282 |
+
* @since 1.9.0
|
283 |
+
*/
|
284 |
+
function review_prending() {
|
285 |
+
|
286 |
+
// delete_site_option( 'ssb_review_dismiss' );
|
287 |
+
if ( ! is_admin() ||
|
288 |
+
! current_user_can( 'manage_options' ) ||
|
289 |
+
! isset( $_GET['_wpnonce'] ) ||
|
290 |
+
! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'ssb-review-nonce' ) ||
|
291 |
+
! isset( $_GET['ssb_review_later'] ) ) {
|
292 |
+
|
293 |
+
return;
|
294 |
+
}
|
295 |
+
|
296 |
+
// Reset Time to current time.
|
297 |
+
update_site_option( 'ssb_active_time', time() );
|
298 |
+
|
299 |
+
}
|
300 |
+
|
301 |
+
/**
|
302 |
+
* Check and Dismiss review message.
|
303 |
+
*
|
304 |
+
* @since 1.9.0
|
305 |
+
*/
|
306 |
+
private function review_dismissal() {
|
307 |
+
|
308 |
+
// delete_site_option( 'ssb_review_dismiss' );
|
309 |
+
if ( ! is_admin() ||
|
310 |
+
! current_user_can( 'manage_options' ) ||
|
311 |
+
! isset( $_GET['_wpnonce'] ) ||
|
312 |
+
! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'ssb-review-nonce' ) ||
|
313 |
+
! isset( $_GET['ssb_review_dismiss'] ) ) {
|
314 |
+
|
315 |
+
return;
|
316 |
+
}
|
317 |
+
|
318 |
+
add_site_option( 'ssb_review_dismiss', 'yes' );
|
319 |
+
}
|
320 |
+
|
321 |
+
|
322 |
+
/**
|
323 |
+
* Skip the all the notice from settings page.
|
324 |
+
*
|
325 |
+
* @since 1.9.0
|
326 |
+
*/
|
327 |
+
function skip_notices() {
|
328 |
+
|
329 |
+
if ( 'toplevel_page_simple-social-buttons' === get_current_screen()->id ) {
|
330 |
+
|
331 |
+
global $wp_filter;
|
332 |
+
|
333 |
+
if ( is_network_admin() and isset( $wp_filter['network_admin_notices'] ) ) {
|
334 |
+
unset( $wp_filter['network_admin_notices'] );
|
335 |
+
} elseif ( is_user_admin() and isset( $wp_filter['user_admin_notices'] ) ) {
|
336 |
+
unset( $wp_filter['user_admin_notices'] );
|
337 |
+
} else {
|
338 |
+
if ( isset( $wp_filter['admin_notices'] ) ) {
|
339 |
+
unset( $wp_filter['admin_notices'] );
|
340 |
+
}
|
341 |
+
}
|
342 |
+
|
343 |
+
if ( isset( $wp_filter['all_admin_notices'] ) ) {
|
344 |
+
unset( $wp_filter['all_admin_notices'] );
|
345 |
+
}
|
346 |
+
}
|
347 |
+
|
348 |
+
}
|
349 |
+
|
350 |
+
|
351 |
+
} // end SimpleSocialButtonsPR_Admin
|
352 |
+
|
353 |
+
endif;
|
354 |
+
?>
|
classes/ssb-logs.php
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Log file to know more about users website environment.
|
5 |
+
* helps in debugging and providing support.
|
6 |
+
*
|
7 |
+
* @package Simple Social Buttons
|
8 |
+
* @since 2.0.0
|
9 |
+
*/
|
10 |
+
|
11 |
+
class Ssb_Logs_Info {
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Returns the plugin & system information.
|
15 |
+
* @access public
|
16 |
+
* @return string
|
17 |
+
*/
|
18 |
+
public static function get_sysinfo() {
|
19 |
+
|
20 |
+
global $wpdb;
|
21 |
+
$networks_option = get_option( 'ssb_networks' );
|
22 |
+
$theme_option = get_option( 'ssb_themes' );
|
23 |
+
$position_option = get_option( 'ssb_positions' );
|
24 |
+
$inline_option = get_option( 'ssb_inline' );
|
25 |
+
$sidebar_option = get_option( 'ssb_sidebar' );
|
26 |
+
$media_option = get_option( 'ssb_media' );
|
27 |
+
$popup_option = get_option( 'ssb_popup' );
|
28 |
+
$flyin_option = get_option( 'ssb_flyin' );
|
29 |
+
$extra_option = get_option( 'ssb_advanced' );
|
30 |
+
|
31 |
+
|
32 |
+
$html = '### Begin System Info ###' . "\n\n";
|
33 |
+
|
34 |
+
// Basic site info
|
35 |
+
$html .= '-- WordPress Configuration --' . "\n\n";
|
36 |
+
$html .= 'Site URL: ' . site_url() . "\n";
|
37 |
+
$html .= 'Home URL: ' . home_url() . "\n";
|
38 |
+
$html .= 'Multisite: ' . ( is_multisite() ? 'Yes' : 'No' ) . "\n";
|
39 |
+
$html .= 'Version: ' . get_bloginfo( 'version' ) . "\n";
|
40 |
+
$html .= 'Language: ' . get_locale() . "\n";
|
41 |
+
$html .= 'Table Prefix: ' . 'Length: ' . strlen( $wpdb->prefix ) . "\n";
|
42 |
+
$html .= 'WP_DEBUG: ' . ( defined( 'WP_DEBUG' ) ? WP_DEBUG ? 'Enabled' : 'Disabled' : 'Not set' ) . "\n";
|
43 |
+
$html .= 'Memory Limit: ' . WP_MEMORY_LIMIT . "\n";
|
44 |
+
|
45 |
+
// Plugin Configuration
|
46 |
+
$html .= "\n" . '-- Simple Social Buttons Configuration --' . "\n\n";
|
47 |
+
$html .= 'Plugin Version: ' . SSB_VERSION . "\n";
|
48 |
+
$html .= 'Social Networks: ' . $networks_option['icon_selection'] . "\n";
|
49 |
+
$html .= 'Social Buttons Designs: ' . $theme_option['icon_style'] . "\n";
|
50 |
+
$html .= 'Social Buttons Postions: ' . print_r( $position_option['position'], true ) . "\n";
|
51 |
+
$html .= 'Sidebar: ' . print_r( $sidebar_option, true ) . "\n";
|
52 |
+
$html .= 'InLine: ' . print_r( $inline_option, true ) . "\n";
|
53 |
+
$html .= 'Media: ' . print_r( $media_option, true ) . "\n";
|
54 |
+
$html .= 'Popup: ' . print_r( $popup_option, true ) . "\n";
|
55 |
+
$html .= 'Flyin: ' . print_r( $flyin_option, true ) . "\n";
|
56 |
+
|
57 |
+
|
58 |
+
// Server Configuration
|
59 |
+
$html .= "\n" . '-- Server Configuration --' . "\n\n";
|
60 |
+
$html .= 'Operating System: ' . php_uname( 's' ) . "\n";
|
61 |
+
$html .= 'PHP Version: ' . PHP_VERSION . "\n";
|
62 |
+
$html .= 'MySQL Version: ' . $wpdb->db_version() . "\n";
|
63 |
+
|
64 |
+
$html .= 'Server Software: ' . $_SERVER['SERVER_SOFTWARE'] . "\n";
|
65 |
+
|
66 |
+
// PHP configs... now we're getting to the important stuff
|
67 |
+
$html .= "\n" . '-- PHP Configuration --' . "\n\n";
|
68 |
+
$html .= 'Safe Mode: ' . ( ini_get( 'safe_mode' ) ? 'Enabled' : 'Disabled' . "\n" );
|
69 |
+
$html .= 'Memory Limit: ' . ini_get( 'memory_limit' ) . "\n";
|
70 |
+
$html .= 'Post Max Size: ' . ini_get( 'post_max_size' ) . "\n";
|
71 |
+
$html .= 'Upload Max Filesize: ' . ini_get( 'upload_max_filesize' ) . "\n";
|
72 |
+
$html .= 'Time Limit: ' . ini_get( 'max_execution_time' ) . "\n";
|
73 |
+
$html .= 'Max Input Vars: ' . ini_get( 'max_input_vars' ) . "\n";
|
74 |
+
$html .= 'Display Errors: ' . ( ini_get( 'display_errors' ) ? 'On (' . ini_get( 'display_errors' ) . ')' : 'N/A' ) . "\n";
|
75 |
+
|
76 |
+
// WordPress active plugins
|
77 |
+
$html .= "\n" . '-- WordPress Active Plugins --' . "\n\n";
|
78 |
+
$plugins = get_plugins();
|
79 |
+
$active_plugins = get_option( 'active_plugins', array() );
|
80 |
+
foreach( $plugins as $plugin_path => $plugin ) {
|
81 |
+
if( !in_array( $plugin_path, $active_plugins ) )
|
82 |
+
continue;
|
83 |
+
$html .= $plugin['Name'] . ': ' . $plugin['Version'] . "\n";
|
84 |
+
}
|
85 |
+
|
86 |
+
// WordPress inactive plugins
|
87 |
+
$html .= "\n" . '-- WordPress Inactive Plugins --' . "\n\n";
|
88 |
+
foreach( $plugins as $plugin_path => $plugin ) {
|
89 |
+
if( in_array( $plugin_path, $active_plugins ) )
|
90 |
+
continue;
|
91 |
+
$html .= $plugin['Name'] . ': ' . $plugin['Version'] . "\n";
|
92 |
+
}
|
93 |
+
|
94 |
+
if( is_multisite() ) {
|
95 |
+
// WordPress Multisite active plugins
|
96 |
+
$html .= "\n" . '-- Network Active Plugins --' . "\n\n";
|
97 |
+
$plugins = wp_get_active_network_plugins();
|
98 |
+
$active_plugins = get_site_option( 'active_sitewide_plugins', array() );
|
99 |
+
foreach( $plugins as $plugin_path ) {
|
100 |
+
$plugin_base = plugin_basename( $plugin_path );
|
101 |
+
if( !array_key_exists( $plugin_base, $active_plugins ) )
|
102 |
+
continue;
|
103 |
+
$plugin = get_plugin_data( $plugin_path );
|
104 |
+
$html .= $plugin['Name'] . ': ' . $plugin['Version'] . "\n";
|
105 |
+
}
|
106 |
+
}
|
107 |
+
|
108 |
+
$html .= "\n" . '### End System Info ###';
|
109 |
+
return $html;
|
110 |
+
}
|
111 |
+
} // End of Class.
|
classes/ssb-settings-strucutre.php
ADDED
@@ -0,0 +1,1224 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
if ( ! class_exists( 'Ssb_Settings_Structure' ) ) :
|
5 |
+
class Ssb_Settings_Structure {
|
6 |
+
|
7 |
+
/**
|
8 |
+
* settings sections array
|
9 |
+
*
|
10 |
+
* @var array
|
11 |
+
*/
|
12 |
+
protected $settings_sections = array();
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Settings fields array
|
16 |
+
*
|
17 |
+
* @var array
|
18 |
+
*/
|
19 |
+
protected $settings_fields = array();
|
20 |
+
|
21 |
+
public function __construct() {
|
22 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
|
23 |
+
}
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Enqueue scripts and styles
|
27 |
+
*/
|
28 |
+
function admin_enqueue_scripts() {
|
29 |
+
wp_enqueue_style( 'wp-color-picker' );
|
30 |
+
wp_enqueue_script( 'wp-color-picker' );
|
31 |
+
wp_enqueue_script( 'jquery' );
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* Set settings sections
|
36 |
+
*
|
37 |
+
* @param array $sections setting sections array
|
38 |
+
*/
|
39 |
+
function set_sections( $sections ) {
|
40 |
+
$this->settings_sections = $sections;
|
41 |
+
|
42 |
+
return $this;
|
43 |
+
}
|
44 |
+
|
45 |
+
/**
|
46 |
+
* Add a single section
|
47 |
+
*
|
48 |
+
* @param array $section
|
49 |
+
*/
|
50 |
+
function add_section( $section ) {
|
51 |
+
$this->settings_sections[] = $section;
|
52 |
+
|
53 |
+
return $this;
|
54 |
+
}
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Set settings fields
|
58 |
+
*
|
59 |
+
* @param array $fields settings fields array
|
60 |
+
*/
|
61 |
+
function set_fields( $fields ) {
|
62 |
+
$this->settings_fields = $fields;
|
63 |
+
|
64 |
+
return $this;
|
65 |
+
}
|
66 |
+
|
67 |
+
function add_field( $section, $field ) {
|
68 |
+
$defaults = array(
|
69 |
+
'name' => '',
|
70 |
+
'label' => '',
|
71 |
+
'desc' => '',
|
72 |
+
'type' => 'text'
|
73 |
+
);
|
74 |
+
|
75 |
+
$arg = wp_parse_args( $field, $defaults );
|
76 |
+
$this->settings_fields[$section][] = $arg;
|
77 |
+
|
78 |
+
return $this;
|
79 |
+
}
|
80 |
+
|
81 |
+
/**
|
82 |
+
* Initialize and registers the settings sections and fileds to WordPress
|
83 |
+
*
|
84 |
+
* Usually this should be called at `admin_init` hook.
|
85 |
+
*
|
86 |
+
* This function gets the initiated settings sections and fields. Then
|
87 |
+
* registers them to WordPress and ready for use.
|
88 |
+
*/
|
89 |
+
function admin_init() {
|
90 |
+
//register settings sections
|
91 |
+
foreach ( $this->settings_sections as $section ) {
|
92 |
+
if ( false == get_option( $section['id'] ) ) {
|
93 |
+
add_option( $section['id'] );
|
94 |
+
}
|
95 |
+
|
96 |
+
if ( isset($section['desc']) && !empty($section['desc']) ) {
|
97 |
+
$section['desc'] = '<div class="inside">' . $section['desc'] . '</div>';
|
98 |
+
$callback = create_function('', 'echo "' . str_replace( '"', '\"', $section['desc'] ) . '";');
|
99 |
+
} else if ( isset( $section['callback'] ) ) {
|
100 |
+
$callback = $section['callback'];
|
101 |
+
} else {
|
102 |
+
$callback = null;
|
103 |
+
}
|
104 |
+
if ( 'ssb_advanced' == $section['id'] ) {
|
105 |
+
add_settings_section( $section['id'], $section['title'], $callback, $section['id'] );
|
106 |
+
} else {
|
107 |
+
add_settings_section( $section['id'], $section['title'], $callback, 'ssb_networks' );
|
108 |
+
}
|
109 |
+
}
|
110 |
+
//register settings fields
|
111 |
+
foreach ( $this->settings_fields as $section => $field ) {
|
112 |
+
foreach ( $field as $index => $option ) {
|
113 |
+
|
114 |
+
$name = $option['name'];
|
115 |
+
$type = isset( $option['type'] ) ? $option['type'] : 'text';
|
116 |
+
$label = isset( $option['label'] ) ? $option['label'] : '';
|
117 |
+
$callback = isset( $option['callback'] ) ? $option['callback'] : array( $this, 'callback_' . $type );
|
118 |
+
|
119 |
+
$args = array(
|
120 |
+
'id' => $name,
|
121 |
+
'class' => isset( $option['class'] ) ? $option['class'] : $name,
|
122 |
+
'label_for' => "{$section}[{$name}]",
|
123 |
+
'desc' => isset( $option['desc'] ) ? $option['desc'] : '',
|
124 |
+
'name' => $label,
|
125 |
+
'section' => $section,
|
126 |
+
'size' => isset( $option['size'] ) ? $option['size'] : null,
|
127 |
+
'options' => isset( $option['options'] ) ? $option['options'] : '',
|
128 |
+
'std' => isset( $option['default'] ) ? $option['default'] : '',
|
129 |
+
'sanitize_callback' => isset( $option['sanitize_callback'] ) ? $option['sanitize_callback'] : '',
|
130 |
+
'type' => $type,
|
131 |
+
'placeholder' => isset( $option['placeholder'] ) ? $option['placeholder'] : '',
|
132 |
+
'min' => isset( $option['min'] ) ? $option['min'] : '',
|
133 |
+
'max' => isset( $option['max'] ) ? $option['max'] : '',
|
134 |
+
'step' => isset( $option['step'] ) ? $option['step'] : '',
|
135 |
+
'link' => isset( $option['link'] ) ? $option['link'] : '',
|
136 |
+
);
|
137 |
+
|
138 |
+
if ( 'ssb_advanced' == $section ) {
|
139 |
+
add_settings_field( "{$section}[{$name}]", $label, $callback, $section, $section, $args );
|
140 |
+
} else {
|
141 |
+
add_settings_field( "{$section}[{$name}]", $label, $callback, 'ssb_networks', $section, $args );
|
142 |
+
}
|
143 |
+
|
144 |
+
}
|
145 |
+
}
|
146 |
+
|
147 |
+
// creates our settings in the options table
|
148 |
+
foreach ( $this->settings_sections as $section ) {
|
149 |
+
if ( 'ssb_advanced' == $section['id'] ) {
|
150 |
+
register_setting( $section['id'], $section['id'], array( $this, 'sanitize_options' ) );
|
151 |
+
} else {
|
152 |
+
register_setting( 'ssb_networks', $section['id'], array( $this, 'sanitize_options' ) );
|
153 |
+
}
|
154 |
+
|
155 |
+
}
|
156 |
+
}
|
157 |
+
|
158 |
+
/**
|
159 |
+
* Get field description for display
|
160 |
+
*
|
161 |
+
* @param array $args settings field args
|
162 |
+
*/
|
163 |
+
public function get_field_description( $args ) {
|
164 |
+
if ( ! empty( $args['desc'] ) ) {
|
165 |
+
$desc = sprintf( '<p class="description">%s</p>', $args['desc'] );
|
166 |
+
} else {
|
167 |
+
$desc = '';
|
168 |
+
}
|
169 |
+
|
170 |
+
return $desc;
|
171 |
+
}
|
172 |
+
|
173 |
+
function callback_icon_style( $args ) {
|
174 |
+
|
175 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
176 |
+
?>
|
177 |
+
|
178 |
+
<!-- <div class="postbox">
|
179 |
+
<div class="inside"> -->
|
180 |
+
<?php foreach ($args['options'] as $key => $label ): ?>
|
181 |
+
<div class="simplesocialbuttons-style-outer">
|
182 |
+
<div class="simplesocialbuttons-style">
|
183 |
+
<label>
|
184 |
+
<!-- <input type="radio" name="simplesocialbuttons" value="test" <?php echo checked( $value, $key, false ) ?>> -->
|
185 |
+
<?php
|
186 |
+
printf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s" %4$s />', $args['section'], $args['id'], $key, checked( $value, $key, false ) );
|
187 |
+
?>
|
188 |
+
<span class="radio"><span class="shadow"></span></span>
|
189 |
+
</label>
|
190 |
+
<div class="simplesocialbuttons-nav <?php echo $key ?>">
|
191 |
+
<ul>
|
192 |
+
<li><a href="#" class="simplesocial-fb-share"><span class="simplesocial-hidden-text">Facebook</span></a></li>
|
193 |
+
<li><a href="#" class="simplesocial-twt-share"><span class="simplesocial-hidden-text">Twitter</span></a></li>
|
194 |
+
<li><a href="#" class="simplesocial-gplus-share"><span class="simplesocial-hidden-text">Google</span></a></li>
|
195 |
+
</ul>
|
196 |
+
</div> <!-- .simplesocialbuttons-nav -->
|
197 |
+
</div> <!-- .simplesocialbuttons-style -->
|
198 |
+
</div> <!-- .simplesocialbuttons-style-outer -->
|
199 |
+
<?php endforeach; ?>
|
200 |
+
<!-- </div>
|
201 |
+
</div> -->
|
202 |
+
|
203 |
+
<?php
|
204 |
+
|
205 |
+
}
|
206 |
+
|
207 |
+
function callback_position( $args ) {
|
208 |
+
|
209 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
210 |
+
?>
|
211 |
+
<div class="simplesocial-postion-outer-wrapper">
|
212 |
+
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ) ?>
|
213 |
+
<?php foreach ( $args['options'] as $key => $label ): ?>
|
214 |
+
<?php $checked = isset( $value[$key] ) ? $value[$key] : '0'; ?>
|
215 |
+
<div class="simplesocial-postion-outer">
|
216 |
+
<label class="simplesocial-postion-box simplesocial-<?php echo $key ?>">
|
217 |
+
<span class="simplesocial-fb-sharehd-line"><?php echo $label ?></span>
|
218 |
+
<span class="simplesocial-blue-box">
|
219 |
+
<span class="simplesocial-highlight">
|
220 |
+
</span>
|
221 |
+
</span>
|
222 |
+
<?php printf( '<input type="checkbox" class="checkbox" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s][%3$s]" value="%3$s" %4$s />', $args['section'], $args['id'], $key, checked( $checked, $key, false ) ); ?>
|
223 |
+
<span class="checkbox"><span class="shadow"></span></span>
|
224 |
+
</label>
|
225 |
+
</div>
|
226 |
+
<?php endforeach; ?>
|
227 |
+
</div>
|
228 |
+
<?php
|
229 |
+
}
|
230 |
+
|
231 |
+
function callback_ssb_select( $args ) {
|
232 |
+
echo isset( $args['desc'] ) ? $args['desc'] : '';
|
233 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
234 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
235 |
+
?>
|
236 |
+
<div class="simplesocial-form-section">
|
237 |
+
<h5><?php echo $args['name'] ?></h5>
|
238 |
+
<?php
|
239 |
+
printf( '<select class="%1$s ssb_select" name="%2$s[%3$s]" id="%2$s[%3$s]">', $size, $args['section'], $args['id'] );
|
240 |
+
foreach ( $args['options'] as $key => $label ) {
|
241 |
+
printf( '<option value="%s"%s>%s</option>', $key, selected( $value, $key, false ), $label );
|
242 |
+
}
|
243 |
+
printf( '</select>' );
|
244 |
+
?>
|
245 |
+
</div>
|
246 |
+
<?php
|
247 |
+
}
|
248 |
+
|
249 |
+
function callback_ssb_checkbox( $args ) {
|
250 |
+
echo isset( $args['desc'] ) ? $args['desc'] : '';
|
251 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
252 |
+
?>
|
253 |
+
<div class="simplesocial-form-section">
|
254 |
+
<h5><?php echo $args['name'] ?></h5>
|
255 |
+
<?php
|
256 |
+
printf( '<input type="hidden" name="%1$s[%2$s]" value="0" />', $args['section'], $args['id'] );
|
257 |
+
printf( '<input type="checkbox" class="checkbox" id="%1$s[%2$s]" name="%1$s[%2$s]" value="1" %3$s />', $args['section'], $args['id'], checked( $value, '1', false ) );
|
258 |
+
printf( '<label class="simplesocial-switch" for="%1$s[%2$s]"></label>', $args['section'], $args['id'] );
|
259 |
+
?>
|
260 |
+
|
261 |
+
</div>
|
262 |
+
<?php
|
263 |
+
}
|
264 |
+
|
265 |
+
function callback_ssb_color( $args ) {
|
266 |
+
|
267 |
+
echo isset( $args['desc'] ) ? $args['desc'] : '';
|
268 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
269 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
270 |
+
?>
|
271 |
+
<div class="simplesocial-form-section">
|
272 |
+
<h5><?php echo $args['name'] ?></h5>
|
273 |
+
<div class="selection-color">
|
274 |
+
<?php
|
275 |
+
printf( '<input type="text" class="%1$s-text ssb_settings_color_picker" id="%2$s[%3$s]" name="%2$s[%3$s]" value="%4$s" data-default-color="%5$s" />', $size, $args['section'], $args['id'], $value, $args['std'] );
|
276 |
+
?>
|
277 |
+
</div>
|
278 |
+
</div>
|
279 |
+
<?php
|
280 |
+
}
|
281 |
+
|
282 |
+
function callback_ssb_post_types( $args ) {
|
283 |
+
|
284 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
285 |
+
$html = '<fieldset>';
|
286 |
+
?>
|
287 |
+
<h4>Post type Settings</h4>
|
288 |
+
<div class="simplesocial-inline-form-section">
|
289 |
+
<?php printf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] ); ?>
|
290 |
+
<?php foreach ( $args['options'] as $key => $label ):
|
291 |
+
|
292 |
+
$checked = isset( $value[$key] ) ? $value[$key] : '0';
|
293 |
+
printf( '<label for="%1$s[%2$s][%3$s]">', $args['section'], $args['id'], $key );
|
294 |
+
printf( '<input type="checkbox" class="checkbox" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s][%3$s]" value="%3$s" %4$s />', $args['section'], $args['id'], $key, checked( $checked, $key, false ) );
|
295 |
+
printf('<span class="checkbox"><span class="shadow"></span></span>');
|
296 |
+
printf( '%1$s</label>', $label );
|
297 |
+
|
298 |
+
endforeach; ?>
|
299 |
+
|
300 |
+
</div> <!-- .form-section -->
|
301 |
+
|
302 |
+
<?php
|
303 |
+
|
304 |
+
}
|
305 |
+
|
306 |
+
function callback_ssb_text( $args ) {
|
307 |
+
|
308 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
309 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
310 |
+
$type = isset( $args['type'] ) ? $args['type'] : 'text';
|
311 |
+
$placeholder = empty( $args['placeholder'] ) ? '' : ' placeholder="' . $args['placeholder'] . '"';
|
312 |
+
echo $args['desc']
|
313 |
+
?>
|
314 |
+
<div class="<?php printf( 'simplesocial-form-section container-%1$s[%2$s]', $args['section'], $args['id'] ) ?>">
|
315 |
+
<?php ?>
|
316 |
+
<h5><?php echo $args['name'] ?></h5>
|
317 |
+
<div class="simplesocial-input">
|
318 |
+
<?php printf( '<input type="%1$s" class="%2$s-text" id="%3$s[%4$s]" name="%3$s[%4$s]" value="%5$s"%6$s/>', $type, $size, $args['section'], $args['id'], $value, $placeholder ) ?>
|
319 |
+
<span class="highlight"></span>
|
320 |
+
<span class="bar"></span>
|
321 |
+
|
322 |
+
</div>
|
323 |
+
</div>
|
324 |
+
<?php
|
325 |
+
}
|
326 |
+
|
327 |
+
function callback_ssb_textarea( $args ) {
|
328 |
+
|
329 |
+
$value = esc_textarea( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
330 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
331 |
+
$placeholder = empty( $args['placeholder'] ) ? '' : ' placeholder="'.$args['placeholder'].'"';
|
332 |
+
|
333 |
+
?>
|
334 |
+
<div class="simplesocial-form-section">
|
335 |
+
<h5><?php echo $args['name'] ?></h5>
|
336 |
+
<div class="simplesocial-input">
|
337 |
+
<?php printf( '<textarea rows="5" cols="55" class="%1$s-text" id="%2$s[%3$s]" name="%2$s[%3$s]"%4$s>%5$s</textarea>', $size, $args['section'], $args['id'], $placeholder, $value ) ?>
|
338 |
+
<span class="highlight"></span>
|
339 |
+
<span class="bar"></span>
|
340 |
+
</div>
|
341 |
+
</div>
|
342 |
+
<?php
|
343 |
+
|
344 |
+
}
|
345 |
+
|
346 |
+
|
347 |
+
function callback_ssb_icon_selection( $args ) {
|
348 |
+
|
349 |
+
$save_value = esc_textarea( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
350 |
+
$settings = array_flip( array_merge( array(0), explode( ',', $save_value ) ) );
|
351 |
+
|
352 |
+
?>
|
353 |
+
|
354 |
+
<div class="inside">
|
355 |
+
<p>Drag & Drop to activate and order your share buttons:</p>
|
356 |
+
<div class="ssb_settings_box">
|
357 |
+
<h2>Active</h2>
|
358 |
+
<ul id="ssb_active_icons" class="items" style="min-height:35px">
|
359 |
+
<?php
|
360 |
+
$ssb_icons_order = array();
|
361 |
+
$arrKnownButtons = array( 'googleplus', 'twitter', 'pinterest', 'fbshare', 'linkedin', 'reddit', 'whatsapp', 'viber');
|
362 |
+
foreach ($arrKnownButtons as $button_name) {
|
363 |
+
$ssb_icons_order[$button_name] = isset( $settings[$button_name] ) ? $settings[$button_name] : '' ;
|
364 |
+
}
|
365 |
+
|
366 |
+
asort( $ssb_icons_order );
|
367 |
+
?>
|
368 |
+
<?php foreach ($ssb_icons_order as $key => $value): ?>
|
369 |
+
<?php if ( $value != 0): ?>
|
370 |
+
<li data-id="<?php echo $key ?>" class="list"><img src="<?php echo plugins_url( 'assets/images/'.$key.'.png', plugin_dir_path( __FILE__ ) ) ?>" /></li>
|
371 |
+
<?php endif; ?>
|
372 |
+
<?php endforeach; ?>
|
373 |
+
</ul>
|
374 |
+
</div>
|
375 |
+
<div class="ssb_settings_box">
|
376 |
+
<h2>InActive</h2>
|
377 |
+
|
378 |
+
<ul id="ssb_inactive_icons" class="items" style="min-height:35px">
|
379 |
+
<?php foreach ( $ssb_icons_order as $key => $value): ?>
|
380 |
+
<?php if ( $value == 0): ?>
|
381 |
+
<li data-id="<?php echo $key ?>" class="list" ><img src="<?php echo plugins_url( 'assets/images/'.$key.'.png', plugin_dir_path( __FILE__ ) ) ?>" /></li>
|
382 |
+
<?php endif; ?>
|
383 |
+
<?php endforeach; ?>
|
384 |
+
</ul>
|
385 |
+
</div>
|
386 |
+
|
387 |
+
<?php printf( '<input type="hidden" id="%1$s[%2$s]" name="%1$s[%2$s]" value="%3$s" />', $args['section'], $args['id'], $save_value ) ?>
|
388 |
+
|
389 |
+
</div>
|
390 |
+
|
391 |
+
<?php
|
392 |
+
}
|
393 |
+
|
394 |
+
function callback_ssb_go_pro( $args ) {
|
395 |
+
?>
|
396 |
+
<div class="ssb_goto_pro_section">
|
397 |
+
<h4><?php echo $args['name'] ?></h4>
|
398 |
+
<p><?php echo $args['desc'] ?></p>
|
399 |
+
<a href="<?php echo $args['link'] ?>" class="ssb_goto_pro_button">Click here to Upgrade</a>
|
400 |
+
</div>
|
401 |
+
<?php
|
402 |
+
}
|
403 |
+
|
404 |
+
function settings_header() {
|
405 |
+
?>
|
406 |
+
<div class="ssb-top-bar">
|
407 |
+
<a href="https://wpbrigade.com/"><img src="<?php echo plugins_url( 'assets/images/ssb_icon.png', plugin_dir_path( __FILE__ ) ) ?>" alt="Simple Social Buttons"></a>
|
408 |
+
<div class="ssb-top-bar-content">
|
409 |
+
<h2>Simple Social Buttons -->> <?php _e('makes Social Sharing easy for everyone'); ?></h2>
|
410 |
+
<p><?php _e('<strong>Simple Social Buttons</strong> by <strong><a href="https://wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-header&utm_campaign=pro-upgrade">WPBrigade</a></strong> adds an advanced set of social media sharing buttons to your WordPress sites, such as: <strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This makes it the most flexible social sharing plugin ever for Everyone.', 'simplesocialbuttons'); ?></p>
|
411 |
+
</div>
|
412 |
+
</div>
|
413 |
+
<?php
|
414 |
+
}
|
415 |
+
|
416 |
+
function settings_sidebar() {
|
417 |
+
?>
|
418 |
+
<div class="postbox-container ssb_right_sidebar">
|
419 |
+
<div id="poststuff">
|
420 |
+
<div class="postbox ssb_social_links_wrapper">
|
421 |
+
<div class="sidebar postbox">
|
422 |
+
<h2><?php _e( 'Spread the Word', 'simple-social-buttons' ) ?></h2>
|
423 |
+
<ul class="ssb_social_links">
|
424 |
+
<li>
|
425 |
+
<a href="http://twitter.com/share?text=Check out this (FREE) Amazing Social Share Plugin for WordPress&url=https://wordpress.org/plugins/simple-social-buttons/" data-count="none" class="button twitter" target="_blank" title="Post to Twitter Now"><?php _e( 'Share on Twitter', 'simple-social-buttons' ) ?><span class="dashicons dashicons-twitter"></span></a>
|
426 |
+
</li>
|
427 |
+
<li>
|
428 |
+
<a href="https://www.facebook.com/sharer/sharer.php?u=https://wordpress.org/plugins/simple-social-buttons/" class="button facebook" target="_blank" title="Check out this (FREE) Amazing Social Share Plugin for WordPress"><?php _e( 'Share on Facebook', 'simple-social-buttons' ) ?><span class="dashicons dashicons-facebook"></span>
|
429 |
+
</a>
|
430 |
+
</li>
|
431 |
+
<li>
|
432 |
+
<a href="https://wordpress.org/plugins/simple-social-buttons/?filter=5" class="button wordpress" target="_blank" title="Rate on WordPress.org"><?php _e( 'Rate on WordPress.org', 'simple-social-buttons' ) ?><span class="dashicons dashicons-wordpress"></span>
|
433 |
+
</a>
|
434 |
+
</li>
|
435 |
+
</ul>
|
436 |
+
</div>
|
437 |
+
</div>
|
438 |
+
|
439 |
+
<div class="postbox ssb_social_links_wrapper">
|
440 |
+
<div class="sidebar postbox">
|
441 |
+
<h2><?php _e( 'Subscribe Newsletter', 'simple-social-buttons' ) ?></h2>
|
442 |
+
<ul>
|
443 |
+
<li>
|
444 |
+
<label for=""><?php _e( 'Email', 'simple-social-buttons' ) ?></label>
|
445 |
+
<input type="email" name="subscriber_mail" value="<?php echo get_option( 'admin_email' ) ?>" id="ssb_subscribe_mail">
|
446 |
+
<p class="ssb_subscribe_warning"></p>
|
447 |
+
</li>
|
448 |
+
<li>
|
449 |
+
<label for=""><?php _e( 'Name', 'simple-social-buttons' ) ?></label>
|
450 |
+
<input type="text" name="subscriber_name" id="ssb_subscribe_name" value="<?php echo wp_get_current_user()->display_name ?>">
|
451 |
+
</li>
|
452 |
+
<li>
|
453 |
+
<input type="submit" value="Subscribe Now" class="button button-primary button-big" id="ssb_subscribe_btn">
|
454 |
+
<img src="<?php echo admin_url( 'images/spinner.gif' ) ?>" class="ssb_subscribe_loader" style="display:none">
|
455 |
+
</li>
|
456 |
+
<li>
|
457 |
+
<p class="ssb_return_message"></p>
|
458 |
+
</li>
|
459 |
+
</ul>
|
460 |
+
</div>
|
461 |
+
</div>
|
462 |
+
|
463 |
+
<div class="postbox ssb_social_links_wrapper">
|
464 |
+
<div class="sidebar postbox">
|
465 |
+
<h2><?php _e( 'Recommended Plugins', 'simple-social-buttons' ) ?></h2>
|
466 |
+
<ul class="plugins_lists">
|
467 |
+
<li>
|
468 |
+
<a href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Post to Twitter Now">LoginPress - Login Customizer</a>
|
469 |
+
</li>
|
470 |
+
<li>
|
471 |
+
<a href="https://analytify.io/ref/73/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Share with your facebook friends about this awesome plugin.">Google Analytics by Analytify
|
472 |
+
</a>
|
473 |
+
</li>
|
474 |
+
<li>
|
475 |
+
<a href="https://wpbrigade.com/wordpress/plugins/related-posts/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Releated Posts Thumbnails">Releated Posts Thumbnails</a>
|
476 |
+
</li>
|
477 |
+
<li>
|
478 |
+
<a href="http://wpbrigade.com/recommend/maintenance-mode" target="_blank" title="Under Construction & Maintenance mode">Under Construction & Maintenance mode
|
479 |
+
</a>
|
480 |
+
</li>
|
481 |
+
</ul>
|
482 |
+
</div>
|
483 |
+
</div>
|
484 |
+
</div>
|
485 |
+
</div>
|
486 |
+
<?php
|
487 |
+
}
|
488 |
+
|
489 |
+
/**
|
490 |
+
* Displays a text field for a settings field
|
491 |
+
*
|
492 |
+
* @param array $args settings field args
|
493 |
+
*/
|
494 |
+
function callback_text( $args ) {
|
495 |
+
|
496 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
497 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
498 |
+
$type = isset( $args['type'] ) ? $args['type'] : 'text';
|
499 |
+
$placeholder = empty( $args['placeholder'] ) ? '' : ' placeholder="' . $args['placeholder'] . '"';
|
500 |
+
|
501 |
+
$html = sprintf( '<input type="%1$s" class="%2$s-text" id="%3$s[%4$s]" name="%3$s[%4$s]" value="%5$s"%6$s/>', $type, $size, $args['section'], $args['id'], $value, $placeholder );
|
502 |
+
$html .= $this->get_field_description( $args );
|
503 |
+
|
504 |
+
echo $html;
|
505 |
+
}
|
506 |
+
|
507 |
+
/**
|
508 |
+
* Displays a url field for a settings field
|
509 |
+
*
|
510 |
+
* @param array $args settings field args
|
511 |
+
*/
|
512 |
+
function callback_url( $args ) {
|
513 |
+
$this->callback_text( $args );
|
514 |
+
}
|
515 |
+
|
516 |
+
/**
|
517 |
+
* Displays a number field for a settings field
|
518 |
+
*
|
519 |
+
* @param array $args settings field args
|
520 |
+
*/
|
521 |
+
function callback_number( $args ) {
|
522 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
523 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
524 |
+
$type = isset( $args['type'] ) ? $args['type'] : 'number';
|
525 |
+
$placeholder = empty( $args['placeholder'] ) ? '' : ' placeholder="' . $args['placeholder'] . '"';
|
526 |
+
$min = empty( $args['min'] ) ? '' : ' min="' . $args['min'] . '"';
|
527 |
+
$max = empty( $args['max'] ) ? '' : ' max="' . $args['max'] . '"';
|
528 |
+
$step = empty( $args['max'] ) ? '' : ' step="' . $args['step'] . '"';
|
529 |
+
|
530 |
+
$html = sprintf( '<input type="%1$s" class="%2$s-number" id="%3$s[%4$s]" name="%3$s[%4$s]" value="%5$s"%6$s%7$s%8$s%9$s/>', $type, $size, $args['section'], $args['id'], $value, $placeholder, $min, $max, $step );
|
531 |
+
$html .= $this->get_field_description( $args );
|
532 |
+
|
533 |
+
echo $html;
|
534 |
+
}
|
535 |
+
|
536 |
+
/**
|
537 |
+
* Displays a checkbox for a settings field
|
538 |
+
*
|
539 |
+
* @param array $args settings field args
|
540 |
+
*/
|
541 |
+
function callback_checkbox( $args ) {
|
542 |
+
|
543 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
544 |
+
|
545 |
+
$html = '<fieldset>';
|
546 |
+
$html .= sprintf( '<label for="%1$s[%2$s]">', $args['section'], $args['id'] );
|
547 |
+
$html .= sprintf( '<input type="hidden" name="%1$s[%2$s]" value="off" />', $args['section'], $args['id'] );
|
548 |
+
$html .= sprintf( '<input type="checkbox" class="checkbox" id="%1$s[%2$s]" name="%1$s[%2$s]" value="on" %3$s />', $args['section'], $args['id'], checked( $value, 'on', false ) );
|
549 |
+
$html .= sprintf( '%1$s</label>', $args['desc'] );
|
550 |
+
$html .= '</fieldset>';
|
551 |
+
|
552 |
+
echo $html;
|
553 |
+
}
|
554 |
+
|
555 |
+
/**
|
556 |
+
* Displays a multicheckbox for a settings field
|
557 |
+
*
|
558 |
+
* @param array $args settings field args
|
559 |
+
*/
|
560 |
+
function callback_multicheck( $args ) {
|
561 |
+
|
562 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
563 |
+
$html = '<fieldset>';
|
564 |
+
$html .= sprintf( '<input type="hidden" name="%1$s[%2$s]" value="" />', $args['section'], $args['id'] );
|
565 |
+
foreach ( $args['options'] as $key => $label ) {
|
566 |
+
$checked = isset( $value[$key] ) ? $value[$key] : '0';
|
567 |
+
$html .= sprintf( '<label for="%1$s[%2$s][%3$s]">', $args['section'], $args['id'], $key );
|
568 |
+
$html .= sprintf( '<input type="checkbox" class="checkbox" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s][%3$s]" value="%3$s" %4$s />', $args['section'], $args['id'], $key, checked( $checked, $key, false ) );
|
569 |
+
$html .= sprintf( '%1$s</label><br>', $label );
|
570 |
+
}
|
571 |
+
|
572 |
+
$html .= $this->get_field_description( $args );
|
573 |
+
$html .= '</fieldset>';
|
574 |
+
|
575 |
+
echo $html;
|
576 |
+
}
|
577 |
+
|
578 |
+
/**
|
579 |
+
* Displays a radio button for a settings field
|
580 |
+
*
|
581 |
+
* @param array $args settings field args
|
582 |
+
*/
|
583 |
+
function callback_radio( $args ) {
|
584 |
+
|
585 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
586 |
+
$html = '<fieldset>';
|
587 |
+
|
588 |
+
foreach ( $args['options'] as $key => $label ) {
|
589 |
+
$html .= sprintf( '<label for="%1$s[%2$s][%3$s]">', $args['section'], $args['id'], $key );
|
590 |
+
$html .= sprintf( '<input type="radio" class="radio" id="%1$s[%2$s][%3$s]" name="%1$s[%2$s]" value="%3$s" %4$s />', $args['section'], $args['id'], $key, checked( $value, $key, false ) );
|
591 |
+
$html .= sprintf( '%1$s</label><br>', $label );
|
592 |
+
}
|
593 |
+
|
594 |
+
$html .= $this->get_field_description( $args );
|
595 |
+
$html .= '</fieldset>';
|
596 |
+
|
597 |
+
echo $html;
|
598 |
+
}
|
599 |
+
|
600 |
+
/**
|
601 |
+
* Displays a selectbox for a settings field
|
602 |
+
*
|
603 |
+
* @param array $args settings field args
|
604 |
+
*/
|
605 |
+
function callback_select( $args ) {
|
606 |
+
|
607 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
608 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
609 |
+
$html = sprintf( '<select class="%1$s" name="%2$s[%3$s]" id="%2$s[%3$s]">', $size, $args['section'], $args['id'] );
|
610 |
+
|
611 |
+
foreach ( $args['options'] as $key => $label ) {
|
612 |
+
$html .= sprintf( '<option value="%s"%s>%s</option>', $key, selected( $value, $key, false ), $label );
|
613 |
+
}
|
614 |
+
|
615 |
+
$html .= sprintf( '</select>' );
|
616 |
+
$html .= $this->get_field_description( $args );
|
617 |
+
|
618 |
+
echo $html;
|
619 |
+
}
|
620 |
+
|
621 |
+
/**
|
622 |
+
* Displays a textarea for a settings field
|
623 |
+
*
|
624 |
+
* @param array $args settings field args
|
625 |
+
*/
|
626 |
+
function callback_textarea( $args ) {
|
627 |
+
|
628 |
+
$value = esc_textarea( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
629 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
630 |
+
$placeholder = empty( $args['placeholder'] ) ? '' : ' placeholder="'.$args['placeholder'].'"';
|
631 |
+
|
632 |
+
$html = sprintf( '<textarea rows="5" cols="55" class="%1$s-text" id="%2$s[%3$s]" name="%2$s[%3$s]"%4$s>%5$s</textarea>', $size, $args['section'], $args['id'], $placeholder, $value );
|
633 |
+
$html .= $this->get_field_description( $args );
|
634 |
+
|
635 |
+
echo $html;
|
636 |
+
}
|
637 |
+
|
638 |
+
/**
|
639 |
+
* Displays the html for a settings field
|
640 |
+
*
|
641 |
+
* @param array $args settings field args
|
642 |
+
* @return string
|
643 |
+
*/
|
644 |
+
function callback_html( $args ) {
|
645 |
+
echo $this->get_field_description( $args );
|
646 |
+
}
|
647 |
+
|
648 |
+
/**
|
649 |
+
* Displays a rich text textarea for a settings field
|
650 |
+
*
|
651 |
+
* @param array $args settings field args
|
652 |
+
*/
|
653 |
+
function callback_wysiwyg( $args ) {
|
654 |
+
|
655 |
+
$value = $this->get_option( $args['id'], $args['section'], $args['std'] );
|
656 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : '500px';
|
657 |
+
|
658 |
+
echo '<div style="max-width: ' . $size . ';">';
|
659 |
+
|
660 |
+
$editor_settings = array(
|
661 |
+
'teeny' => true,
|
662 |
+
'textarea_name' => $args['section'] . '[' . $args['id'] . ']',
|
663 |
+
'textarea_rows' => 10
|
664 |
+
);
|
665 |
+
|
666 |
+
if ( isset( $args['options'] ) && is_array( $args['options'] ) ) {
|
667 |
+
$editor_settings = array_merge( $editor_settings, $args['options'] );
|
668 |
+
}
|
669 |
+
|
670 |
+
wp_editor( $value, $args['section'] . '-' . $args['id'], $editor_settings );
|
671 |
+
|
672 |
+
echo '</div>';
|
673 |
+
|
674 |
+
echo $this->get_field_description( $args );
|
675 |
+
}
|
676 |
+
|
677 |
+
/**
|
678 |
+
* Displays a file upload field for a settings field
|
679 |
+
*
|
680 |
+
* @param array $args settings field args
|
681 |
+
*/
|
682 |
+
function callback_file( $args ) {
|
683 |
+
|
684 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
685 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
686 |
+
$id = $args['section'] . '[' . $args['id'] . ']';
|
687 |
+
$label = isset( $args['options']['button_label'] ) ? $args['options']['button_label'] : __( 'Choose File' );
|
688 |
+
|
689 |
+
$html = sprintf( '<input type="text" class="%1$s-text wpsa-url" id="%2$s[%3$s]" name="%2$s[%3$s]" value="%4$s"/>', $size, $args['section'], $args['id'], $value );
|
690 |
+
$html .= '<input type="button" class="button wpsa-browse" value="' . $label . '" />';
|
691 |
+
$html .= $this->get_field_description( $args );
|
692 |
+
|
693 |
+
echo $html;
|
694 |
+
}
|
695 |
+
|
696 |
+
/**
|
697 |
+
* Displays a password field for a settings field
|
698 |
+
*
|
699 |
+
* @param array $args settings field args
|
700 |
+
*/
|
701 |
+
function callback_password( $args ) {
|
702 |
+
|
703 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
704 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
705 |
+
|
706 |
+
$html = sprintf( '<input type="password" class="%1$s-text" id="%2$s[%3$s]" name="%2$s[%3$s]" value="%4$s"/>', $size, $args['section'], $args['id'], $value );
|
707 |
+
$html .= $this->get_field_description( $args );
|
708 |
+
|
709 |
+
echo $html;
|
710 |
+
}
|
711 |
+
|
712 |
+
/**
|
713 |
+
* Displays a color picker field for a settings field
|
714 |
+
*
|
715 |
+
* @param array $args settings field args
|
716 |
+
*/
|
717 |
+
function callback_color( $args ) {
|
718 |
+
|
719 |
+
$value = esc_attr( $this->get_option( $args['id'], $args['section'], $args['std'] ) );
|
720 |
+
$size = isset( $args['size'] ) && !is_null( $args['size'] ) ? $args['size'] : 'regular';
|
721 |
+
|
722 |
+
$html = sprintf( '<input type="text" class="%1$s-text wp-color-picker-field" id="%2$s[%3$s]" name="%2$s[%3$s]" value="%4$s" data-default-color="%5$s" />', $size, $args['section'], $args['id'], $value, $args['std'] );
|
723 |
+
$html .= $this->get_field_description( $args );
|
724 |
+
|
725 |
+
echo $html;
|
726 |
+
}
|
727 |
+
|
728 |
+
|
729 |
+
/**
|
730 |
+
* Displays a select box for creating the pages select box
|
731 |
+
*
|
732 |
+
* @param array $args settings field args
|
733 |
+
*/
|
734 |
+
function callback_pages( $args ) {
|
735 |
+
|
736 |
+
$dropdown_args = array(
|
737 |
+
'selected' => esc_attr($this->get_option($args['id'], $args['section'], $args['std'] ) ),
|
738 |
+
'name' => $args['section'] . '[' . $args['id'] . ']',
|
739 |
+
'id' => $args['section'] . '[' . $args['id'] . ']',
|
740 |
+
'echo' => 0
|
741 |
+
);
|
742 |
+
$html = wp_dropdown_pages( $dropdown_args );
|
743 |
+
echo $html;
|
744 |
+
}
|
745 |
+
|
746 |
+
/**
|
747 |
+
* Sanitize callback for Settings API
|
748 |
+
*
|
749 |
+
* @return mixed
|
750 |
+
*/
|
751 |
+
function sanitize_options( $options ) {
|
752 |
+
|
753 |
+
if ( !$options ) {
|
754 |
+
return $options;
|
755 |
+
}
|
756 |
+
|
757 |
+
foreach( $options as $option_slug => $option_value ) {
|
758 |
+
$sanitize_callback = $this->get_sanitize_callback( $option_slug );
|
759 |
+
|
760 |
+
// If callback is set, call it
|
761 |
+
if ( $sanitize_callback ) {
|
762 |
+
$options[ $option_slug ] = call_user_func( $sanitize_callback, $option_value );
|
763 |
+
continue;
|
764 |
+
}
|
765 |
+
}
|
766 |
+
|
767 |
+
return $options;
|
768 |
+
}
|
769 |
+
|
770 |
+
/**
|
771 |
+
* Get sanitization callback for given option slug
|
772 |
+
*
|
773 |
+
* @param string $slug option slug
|
774 |
+
*
|
775 |
+
* @return mixed string or bool false
|
776 |
+
*/
|
777 |
+
function get_sanitize_callback( $slug = '' ) {
|
778 |
+
if ( empty( $slug ) ) {
|
779 |
+
return false;
|
780 |
+
}
|
781 |
+
|
782 |
+
// Iterate over registered fields and see if we can find proper callback
|
783 |
+
foreach( $this->settings_fields as $section => $options ) {
|
784 |
+
foreach ( $options as $option ) {
|
785 |
+
if ( $option['name'] != $slug ) {
|
786 |
+
continue;
|
787 |
+
}
|
788 |
+
|
789 |
+
// Return the callback name
|
790 |
+
return isset( $option['sanitize_callback'] ) && is_callable( $option['sanitize_callback'] ) ? $option['sanitize_callback'] : false;
|
791 |
+
}
|
792 |
+
}
|
793 |
+
|
794 |
+
return false;
|
795 |
+
}
|
796 |
+
|
797 |
+
/**
|
798 |
+
* Get the value of a settings field
|
799 |
+
*
|
800 |
+
* @param string $option settings field name
|
801 |
+
* @param string $section the section name this field belongs to
|
802 |
+
* @param string $default default text if it's not found
|
803 |
+
* @return string
|
804 |
+
*/
|
805 |
+
function get_option( $option, $section, $default = '' ) {
|
806 |
+
|
807 |
+
$options = get_option( $section );
|
808 |
+
|
809 |
+
if ( isset( $options[$option] ) ) {
|
810 |
+
return $options[$option];
|
811 |
+
}
|
812 |
+
|
813 |
+
return $default;
|
814 |
+
}
|
815 |
+
|
816 |
+
/**
|
817 |
+
* Show navigations as tab
|
818 |
+
*
|
819 |
+
* Shows all the settings section labels as tab
|
820 |
+
*/
|
821 |
+
function show_navigation() {
|
822 |
+
$html = '<h2 class="nav-tab-wrapper">';
|
823 |
+
|
824 |
+
$tabs = array(
|
825 |
+
array(
|
826 |
+
'id' => 'ssb_settings',
|
827 |
+
'title' => '<span class="dashicons dashicons-admin-generic"></span>Settings',
|
828 |
+
),
|
829 |
+
array(
|
830 |
+
'id' => 'ssb_advanced',
|
831 |
+
'title' => '<span class="dashicons dashicons-editor-code"></span>Advanced',
|
832 |
+
),
|
833 |
+
);
|
834 |
+
if ( ! class_exists( 'Simple_Social_Buttons_Pro' ) ) {
|
835 |
+
$tabs[] = array(
|
836 |
+
'id' => 'ssb_go_pro',
|
837 |
+
'title' => '<span class="dashicons dashicons-star-filled"></span>Upgrade To Pro For More Features',
|
838 |
+
'link' => 'https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=tab&utm_campaign=pro-upgrade'
|
839 |
+
);
|
840 |
+
}
|
841 |
+
foreach ( $tabs as $tab ) {
|
842 |
+
if ( isset( $tab['link'] ) ) {
|
843 |
+
$html .= sprintf( '<a href="%3$s" class="nav-tab" id="%1$s-tab" target="_blank" >%2$s</a>', $tab['id'], $tab['title'], $tab['link'] );
|
844 |
+
} else {
|
845 |
+
$html .= sprintf( '<a href="#%1$s" class="nav-tab" id="%1$s-tab">%2$s</a>', $tab['id'], $tab['title'] );
|
846 |
+
}
|
847 |
+
|
848 |
+
}
|
849 |
+
|
850 |
+
$html .= '</h2>';
|
851 |
+
|
852 |
+
echo $html;
|
853 |
+
}
|
854 |
+
|
855 |
+
/**
|
856 |
+
* Show the section settings forms
|
857 |
+
*
|
858 |
+
* This function displays every sections in a different form
|
859 |
+
*/
|
860 |
+
|
861 |
+
function show_forms() {
|
862 |
+
echo '<div class="ssb_settings_container ssb_settings-tab group" id="ssb_settings-tab-content">';
|
863 |
+
echo '<div class="metabox-holder">';
|
864 |
+
echo '<div id="poststuff">';
|
865 |
+
echo '<form method="post" action="options.php">';
|
866 |
+
$this->do_settings_sections( 'ssb_networks' );
|
867 |
+
settings_fields( 'ssb_networks' );
|
868 |
+
submit_button();
|
869 |
+
echo '</form>';
|
870 |
+
echo "</div>";
|
871 |
+
echo "</div>";
|
872 |
+
echo '</div>';
|
873 |
+
|
874 |
+
echo '<div class="ssb_settings_container ssb_advanced-tab group" id="ssb_advanced-tab-content">';
|
875 |
+
echo '<div class="metabox-holder">';
|
876 |
+
echo '<div id="poststuff">';
|
877 |
+
echo '<form method="post" action="options.php">';
|
878 |
+
$this->do_settings_sections( 'ssb_advanced' );
|
879 |
+
settings_fields( 'ssb_advanced' );
|
880 |
+
submit_button();
|
881 |
+
echo '</form>';
|
882 |
+
echo "</div>";
|
883 |
+
echo "</div>";
|
884 |
+
echo '</div>';
|
885 |
+
|
886 |
+
|
887 |
+
$this->script();
|
888 |
+
}
|
889 |
+
|
890 |
+
/**
|
891 |
+
* Prints out all settings sections added to a particular settings page
|
892 |
+
*
|
893 |
+
* Part of the Settings API. Use this in a settings page callback function
|
894 |
+
* to output all the sections and fields that were added to that $page with
|
895 |
+
* add_settings_section() and add_settings_field()
|
896 |
+
*
|
897 |
+
* @global $wp_settings_sections Storage array of all settings sections added to admin pages
|
898 |
+
* @global $wp_settings_fields Storage array of settings fields and info about their pages/sections
|
899 |
+
* @since 2.7.0
|
900 |
+
*
|
901 |
+
* @param string $page The slug name of the page whose settings sections you want to output
|
902 |
+
*/
|
903 |
+
function do_settings_sections( $page ) {
|
904 |
+
global $wp_settings_sections, $wp_settings_fields;
|
905 |
+
|
906 |
+
if ( ! isset( $wp_settings_sections[$page] ) )
|
907 |
+
return;
|
908 |
+
|
909 |
+
foreach ( (array) $wp_settings_sections[$page] as $section ) {
|
910 |
+
|
911 |
+
if ( $section['callback'] )
|
912 |
+
call_user_func( $section['callback'], $section );
|
913 |
+
|
914 |
+
if ( ! isset( $wp_settings_fields ) || !isset( $wp_settings_fields[$page] ) || !isset( $wp_settings_fields[$page][$section['id']] ) )
|
915 |
+
continue;
|
916 |
+
|
917 |
+
$extra_class = in_array( $section['id'], array( 'ssb_sidebar','ssb_inline','ssb_media','ssb_popup','ssb_flyin' ) ) ? 'simpleshare-acordions' : '' ;
|
918 |
+
?>
|
919 |
+
<div class="postbox <?php echo $extra_class ?>" id='<?php echo $section['id'] ?>' >
|
920 |
+
<div class="inside">
|
921 |
+
<h3 class="simpleshare-active"><?php echo $section['title'] ?></h3>
|
922 |
+
<div class="postbox-content">
|
923 |
+
<?php
|
924 |
+
$this->do_settings_fields( $page, $section['id'] );
|
925 |
+
?>
|
926 |
+
</div>
|
927 |
+
</div>
|
928 |
+
</div>
|
929 |
+
<?php
|
930 |
+
}
|
931 |
+
}
|
932 |
+
|
933 |
+
|
934 |
+
/**
|
935 |
+
* Print out the settings fields for a particular settings section
|
936 |
+
*
|
937 |
+
* Part of the Settings API. Use this in a settings page to output
|
938 |
+
* a specific section. Should normally be called by do_settings_sections()
|
939 |
+
* rather than directly.
|
940 |
+
*
|
941 |
+
* @global $wp_settings_fields Storage array of settings fields and their pages/sections
|
942 |
+
*
|
943 |
+
* @since 2.7.0
|
944 |
+
*
|
945 |
+
* @param string $page Slug title of the admin page who's settings fields you want to show.
|
946 |
+
* @param string $section Slug title of the settings section who's fields you want to show.
|
947 |
+
*/
|
948 |
+
function do_settings_fields($page, $section) {
|
949 |
+
global $wp_settings_fields;
|
950 |
+
|
951 |
+
if ( ! isset( $wp_settings_fields[$page][$section] ) )
|
952 |
+
return;
|
953 |
+
|
954 |
+
foreach ( (array) $wp_settings_fields[$page][$section] as $field ) {
|
955 |
+
$class = '';
|
956 |
+
|
957 |
+
if ( ! empty( $field['args']['class'] ) ) {
|
958 |
+
$class = ' class="' . esc_attr( $field['args']['class'] ) . '"';
|
959 |
+
}
|
960 |
+
|
961 |
+
// echo "<tr{$class}>";
|
962 |
+
//
|
963 |
+
// if ( ! empty( $field['args']['label_for'] ) ) {
|
964 |
+
// echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>';
|
965 |
+
// } else {
|
966 |
+
// echo '<th scope="row">' . $field['title'] . '</th>';
|
967 |
+
// }
|
968 |
+
|
969 |
+
// echo '<td>';
|
970 |
+
|
971 |
+
call_user_func($field['callback'], $field['args']);
|
972 |
+
// echo '</td>';
|
973 |
+
// echo '</tr>';
|
974 |
+
}
|
975 |
+
}
|
976 |
+
|
977 |
+
|
978 |
+
/**
|
979 |
+
* Tabbable JavaScript codes & Initiate Color Picker
|
980 |
+
*
|
981 |
+
* This code uses localstorage for displaying active tabs
|
982 |
+
*/
|
983 |
+
function script() {
|
984 |
+
?>
|
985 |
+
<script>
|
986 |
+
jQuery(document).ready(function($) {
|
987 |
+
//Initiate Color Picker
|
988 |
+
$('.wp-color-picker-field').wpColorPicker();
|
989 |
+
|
990 |
+
// Switches option sections
|
991 |
+
$('.group').hide();
|
992 |
+
var activetab = '';
|
993 |
+
if (typeof(localStorage) != 'undefined' ) {
|
994 |
+
activetab = localStorage.getItem("activetab");
|
995 |
+
}
|
996 |
+
|
997 |
+
//if url has section id as hash then set it as active or override the current local storage value
|
998 |
+
if(window.location.hash){
|
999 |
+
activetab = window.location.hash;
|
1000 |
+
if (typeof(localStorage) != 'undefined' ) {
|
1001 |
+
localStorage.setItem("activetab", activetab);
|
1002 |
+
}
|
1003 |
+
}
|
1004 |
+
|
1005 |
+
$(activetab+'-tab-content').fadeIn();
|
1006 |
+
if (activetab != '' && $(activetab).length ) {
|
1007 |
+
$(activetab).fadeIn();
|
1008 |
+
} else {
|
1009 |
+
$('.group:first').fadeIn();
|
1010 |
+
}
|
1011 |
+
$('.group .collapsed').each(function(){
|
1012 |
+
$(this).find('input:checked').parent().parent().parent().nextAll().each(
|
1013 |
+
function(){
|
1014 |
+
if ($(this).hasClass('last')) {
|
1015 |
+
$(this).removeClass('hidden');
|
1016 |
+
return false;
|
1017 |
+
}
|
1018 |
+
$(this).filter('.hidden').removeClass('hidden');
|
1019 |
+
});
|
1020 |
+
});
|
1021 |
+
|
1022 |
+
if (activetab != '' && $(activetab + '-tab').length ) {
|
1023 |
+
$(activetab + '-tab').addClass('nav-tab-active');
|
1024 |
+
}
|
1025 |
+
else {
|
1026 |
+
$('.nav-tab-wrapper a:first').addClass('nav-tab-active');
|
1027 |
+
}
|
1028 |
+
$('.nav-tab-wrapper a').click(function(evt) {
|
1029 |
+
|
1030 |
+
if ('ssb_go_pro-tab' == $(this).attr('id')) { return; }
|
1031 |
+
$('.nav-tab-wrapper a').removeClass('nav-tab-active');
|
1032 |
+
$(this).addClass('nav-tab-active').blur();
|
1033 |
+
var clicked_group = $(this).attr('href') + '-tab-content';
|
1034 |
+
if (typeof(localStorage) != 'undefined' ) {
|
1035 |
+
if ( $(this).attr('href').indexOf('#') > -1 ) {
|
1036 |
+
localStorage.setItem("activetab", $(this).attr('href'));
|
1037 |
+
}
|
1038 |
+
}
|
1039 |
+
$('.group').hide();
|
1040 |
+
$(clicked_group).fadeIn();
|
1041 |
+
evt.preventDefault();
|
1042 |
+
});
|
1043 |
+
|
1044 |
+
$('.wpsa-browse').on('click', function (event) {
|
1045 |
+
event.preventDefault();
|
1046 |
+
|
1047 |
+
var self = $(this);
|
1048 |
+
|
1049 |
+
// Create the media frame.
|
1050 |
+
var file_frame = wp.media.frames.file_frame = wp.media({
|
1051 |
+
title: self.data('uploader_title'),
|
1052 |
+
button: {
|
1053 |
+
text: self.data('uploader_button_text'),
|
1054 |
+
},
|
1055 |
+
multiple: false
|
1056 |
+
});
|
1057 |
+
|
1058 |
+
file_frame.on('select', function () {
|
1059 |
+
attachment = file_frame.state().get('selection').first().toJSON();
|
1060 |
+
self.prev('.wpsa-url').val(attachment.url).change();
|
1061 |
+
});
|
1062 |
+
|
1063 |
+
// Finally, open the modal
|
1064 |
+
file_frame.open();
|
1065 |
+
});
|
1066 |
+
|
1067 |
+
$('#ssb_subscribe_btn').on('click', function(event) {
|
1068 |
+
event.preventDefault();
|
1069 |
+
var subscriber_mail = $('#ssb_subscribe_mail').val();
|
1070 |
+
var name = $('#ssb_subscribe_name').val();
|
1071 |
+
if (!subscriber_mail) {
|
1072 |
+
$('.ssb_subscribe_warning').html('Please Enter Email');
|
1073 |
+
return;
|
1074 |
+
}
|
1075 |
+
$.ajax({
|
1076 |
+
url: 'https://wpbrigade.com/wp-json/wpbrigade/v1/subsribe-to-mailchimp',
|
1077 |
+
type: 'POST',
|
1078 |
+
data: {
|
1079 |
+
subscriber_mail : subscriber_mail,
|
1080 |
+
name : name,
|
1081 |
+
plugin_name : 'ssb'
|
1082 |
+
},
|
1083 |
+
beforeSend : function() {
|
1084 |
+
$('.ssb_subscribe_loader').show();
|
1085 |
+
$('#ssb_subscribe_btn').attr('disabled', 'disabled');
|
1086 |
+
}
|
1087 |
+
})
|
1088 |
+
.done(function(res) {
|
1089 |
+
$('.ssb_return_message').html(res);
|
1090 |
+
$('.ssb_subscribe_loader').hide();
|
1091 |
+
});
|
1092 |
+
});
|
1093 |
+
$('.simplesocialbuttons-style').on('click',function(){
|
1094 |
+
var el = $(this);
|
1095 |
+
$(this).addClass('social-active').parent().siblings().find('.simplesocialbuttons-style').removeClass('social-active');
|
1096 |
+
$(this).find('input[type="radio"]').prop('checked', true);
|
1097 |
+
});
|
1098 |
+
$('.simplesocial-postion-box').on('click',function(){
|
1099 |
+
var el = $(this);
|
1100 |
+
var target = $(this).children('input[type="checkbox"]').val();
|
1101 |
+
if($(this).children('input[type="checkbox"]').is(':checked')){
|
1102 |
+
$(this).addClass('social-active');
|
1103 |
+
$('#ssb_'+target).fadeIn();
|
1104 |
+
}else{
|
1105 |
+
$(this).removeClass('social-active');
|
1106 |
+
$('#ssb_'+target).fadeOut();
|
1107 |
+
}
|
1108 |
+
$(this).find('.shadow').addClass('animated');
|
1109 |
+
setTimeout(function(){ el.find('.shadow').removeClass('animated'); }, 400);
|
1110 |
+
});
|
1111 |
+
$('.simplesocial-postion-box').each(function(){
|
1112 |
+
var el = $(this);
|
1113 |
+
var target = $(this).children('input[type="checkbox"]').val();
|
1114 |
+
if($(this).children('input[type="checkbox"]').is(':checked')){
|
1115 |
+
$(this).addClass('social-active');
|
1116 |
+
$('#ssb_'+target).fadeIn();
|
1117 |
+
}else{
|
1118 |
+
$(this).removeClass('social-active');
|
1119 |
+
$('#ssb_'+target).fadeOut();
|
1120 |
+
}
|
1121 |
+
});
|
1122 |
+
$('.simplesocial-inline-form-section label').on('click',function(){
|
1123 |
+
var el = $(this);
|
1124 |
+
$(this).find('.shadow').addClass('animated');
|
1125 |
+
setTimeout(function(){ el.find('.shadow').removeClass('animated'); }, 400);
|
1126 |
+
});
|
1127 |
+
$('.simpleshare-acordions h3').on('click',function(){
|
1128 |
+
$(this).toggleClass('simpleshare-active');
|
1129 |
+
$(this).next('.postbox-content').slideToggle();
|
1130 |
+
});
|
1131 |
+
$('.ssb_select').each(function () {
|
1132 |
+
|
1133 |
+
// Cache the number of options
|
1134 |
+
var $this = $(this),
|
1135 |
+
numberOfOptions = $(this).children('option').length;
|
1136 |
+
|
1137 |
+
// Hides the select element
|
1138 |
+
$this.addClass('s-hidden');
|
1139 |
+
|
1140 |
+
// Wrap the select element in a div
|
1141 |
+
$this.wrap('<div class="select"></div>');
|
1142 |
+
|
1143 |
+
// Insert a styled div to sit over the top of the hidden select element
|
1144 |
+
$this.after('<div class="styledSelect"></div>');
|
1145 |
+
|
1146 |
+
// Cache the styled div
|
1147 |
+
var $styledSelect = $this.next('div.styledSelect');
|
1148 |
+
var getHTML = $this.children('option[value="'+$this.val()+'"]').text();
|
1149 |
+
// Show the first select option in the styled div
|
1150 |
+
$styledSelect.text(getHTML);
|
1151 |
+
|
1152 |
+
// Insert an unordered list after the styled div and also cache the list
|
1153 |
+
var $list = $('<ul />', {
|
1154 |
+
'class': 'options'
|
1155 |
+
}).insertAfter($styledSelect);
|
1156 |
+
|
1157 |
+
// Insert a list item into the unordered list for each select option
|
1158 |
+
for (var i = 0; i < numberOfOptions; i++) {
|
1159 |
+
$('<li />', {
|
1160 |
+
text: $this.children('option').eq(i).text(),
|
1161 |
+
rel: $this.children('option').eq(i).val()
|
1162 |
+
}).appendTo($list);
|
1163 |
+
}
|
1164 |
+
|
1165 |
+
// Cache the list items
|
1166 |
+
var $listItems = $list.children('li');
|
1167 |
+
|
1168 |
+
// Show the unordered list when the styled div is clicked (also hides it if the div is clicked again)
|
1169 |
+
$styledSelect.click(function (e) {
|
1170 |
+
|
1171 |
+
// $(this).addClass('active').next('ul.options').slideDown();
|
1172 |
+
if($(this).hasClass('active')){
|
1173 |
+
$(this).removeClass('active').next('ul.options').slideUp();
|
1174 |
+
}else{
|
1175 |
+
$('div.styledSelect.active').each(function () {
|
1176 |
+
$(this).removeClass('active').next('ul.options').slideUp();
|
1177 |
+
});
|
1178 |
+
$(this).addClass('active').next('ul.options').slideDown();
|
1179 |
+
}
|
1180 |
+
e.stopPropagation();
|
1181 |
+
});
|
1182 |
+
|
1183 |
+
// Hides the unordered list when a list item is clicked and updates the styled div to show the selected list item
|
1184 |
+
// Updates the select element to have the value of the equivalent option
|
1185 |
+
$listItems.click(function (e) {
|
1186 |
+
e.stopPropagation();
|
1187 |
+
$styledSelect.text($(this).text()).removeClass('active');
|
1188 |
+
var value = $(this).attr('rel').toString();
|
1189 |
+
$($this).val(value);
|
1190 |
+
$($this).trigger('change');
|
1191 |
+
$list.slideUp();
|
1192 |
+
/* alert($this.val()); Uncomment this for demonstration! */
|
1193 |
+
});
|
1194 |
+
|
1195 |
+
// Hides the unordered list when clicking outside of it
|
1196 |
+
$(document).click(function () {
|
1197 |
+
$styledSelect.removeClass('active');
|
1198 |
+
$list.slideUp();
|
1199 |
+
});
|
1200 |
+
|
1201 |
+
});
|
1202 |
+
});
|
1203 |
+
</script>
|
1204 |
+
<?php
|
1205 |
+
$this->_style_fix();
|
1206 |
+
}
|
1207 |
+
|
1208 |
+
function _style_fix() {
|
1209 |
+
global $wp_version;
|
1210 |
+
|
1211 |
+
if (version_compare($wp_version, '3.8', '<=')):
|
1212 |
+
?>
|
1213 |
+
<style type="text/css">
|
1214 |
+
/** WordPress 3.8 Fix **/
|
1215 |
+
.form-table th { padding: 20px 10px; }
|
1216 |
+
#wpbody-content .metabox-holder { padding-top: 5px; }
|
1217 |
+
</style>
|
1218 |
+
<?php
|
1219 |
+
endif;
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
}
|
1223 |
+
|
1224 |
+
endif;
|
classes/ssb-settings.php
ADDED
@@ -0,0 +1,461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
*
|
5 |
+
*/
|
6 |
+
class Ssb_Settings {
|
7 |
+
|
8 |
+
private $settings_api;
|
9 |
+
|
10 |
+
function __construct() {
|
11 |
+
|
12 |
+
include_once SSB_PLUGIN_DIR . '/classes/ssb-settings-strucutre.php';
|
13 |
+
$this->settings_api = new Ssb_Settings_Structure();
|
14 |
+
add_action( 'admin_init', array( $this, 'admin_init' ) );
|
15 |
+
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
|
16 |
+
add_action( 'wp_ajax_ssb_help', array( $this, 'download_help' ) );
|
17 |
+
|
18 |
+
}
|
19 |
+
|
20 |
+
function admin_menu() {
|
21 |
+
|
22 |
+
if ( current_user_can( 'activate_plugins' ) ) {
|
23 |
+
add_menu_page( 'Simple Social Buttons ', 'Social Buttons ', 'activate_plugins', 'simple-social-buttons', array( $this, 'plugin_page' ), 'dashicons-share', 100 );
|
24 |
+
|
25 |
+
add_submenu_page( 'simple-social-buttons', 'Settings', 'Settings', 'manage_options', 'simple-social-buttons' );
|
26 |
+
do_action( 'ssb_add_pro_submenu' );
|
27 |
+
|
28 |
+
add_submenu_page( 'simple-social-buttons', __( 'Help', 'simple-social-buttons' ), __( 'Help', 'simple-social-buttons' ), 'manage_options', 'ssb-help', array( $this, 'help_page' ) );
|
29 |
+
}
|
30 |
+
|
31 |
+
}
|
32 |
+
|
33 |
+
function get_settings_sections() {
|
34 |
+
$sections = array(
|
35 |
+
array(
|
36 |
+
'id' => 'ssb_networks',
|
37 |
+
'title' => __( 'Social Buttons', 'simple-social-buttons' ),
|
38 |
+
'priority' => '10',
|
39 |
+
),
|
40 |
+
array(
|
41 |
+
'id' => 'ssb_themes',
|
42 |
+
'title' => __( 'Social Buttons Designs', 'simple-social-buttons' ),
|
43 |
+
'priority' => '15',
|
44 |
+
),
|
45 |
+
array(
|
46 |
+
'id' => 'ssb_positions',
|
47 |
+
'title' => __( 'Social Buttons Postions', 'simple-social-buttons' ),
|
48 |
+
'priority' => '20',
|
49 |
+
),
|
50 |
+
array(
|
51 |
+
'id' => 'ssb_sidebar',
|
52 |
+
'title' => __( 'Sidebar', 'simple-social-buttons' ),
|
53 |
+
'priority' => '25',
|
54 |
+
),
|
55 |
+
array(
|
56 |
+
'id' => 'ssb_media',
|
57 |
+
'title' => __( 'On Media', 'simple-social-buttons' ),
|
58 |
+
'priority' => '40',
|
59 |
+
),
|
60 |
+
array(
|
61 |
+
'id' => 'ssb_popup',
|
62 |
+
'title' => __( 'Popup', 'simple-social-buttons' ),
|
63 |
+
'priority' => '45',
|
64 |
+
),
|
65 |
+
array(
|
66 |
+
'id' => 'ssb_flyin',
|
67 |
+
'title' => __( 'Fly In', 'simple-social-buttons' ),
|
68 |
+
'priority' => '50',
|
69 |
+
),
|
70 |
+
array(
|
71 |
+
'id' => 'ssb_inline',
|
72 |
+
'title' => __( 'InLine', 'simple-social-buttons' ),
|
73 |
+
'priority' => '30',
|
74 |
+
),
|
75 |
+
array(
|
76 |
+
'id' => 'ssb_advanced',
|
77 |
+
'title' => __( 'Additional features', 'simple-social-buttons' ),
|
78 |
+
'priority' => '99',
|
79 |
+
),
|
80 |
+
);
|
81 |
+
|
82 |
+
$setting_section = apply_filters( 'ssb_settings_panel', $sections );
|
83 |
+
|
84 |
+
usort( $setting_section, function( $a, $b ) {
|
85 |
+
return $a['priority'] - $b['priority'];
|
86 |
+
});
|
87 |
+
|
88 |
+
return $setting_section;
|
89 |
+
}
|
90 |
+
|
91 |
+
|
92 |
+
public function get_current_post_types() {
|
93 |
+
|
94 |
+
$post_types_list = array(
|
95 |
+
'home' => 'Home'
|
96 |
+
);
|
97 |
+
|
98 |
+
$args = array(
|
99 |
+
'public' => true,
|
100 |
+
);
|
101 |
+
|
102 |
+
$post_types = get_post_types( $args );
|
103 |
+
|
104 |
+
foreach ( $post_types as $post_type ) {
|
105 |
+
$post_types_list[ $post_type ] = ucfirst( $post_type );
|
106 |
+
}
|
107 |
+
|
108 |
+
return $post_types_list;
|
109 |
+
}
|
110 |
+
|
111 |
+
/**
|
112 |
+
* Returns all the settings fields
|
113 |
+
*
|
114 |
+
* @return array settings fields
|
115 |
+
*/
|
116 |
+
function get_settings_fields() {
|
117 |
+
$post_types = $this->get_current_post_types();
|
118 |
+
$ssb_positions_options = apply_filters( 'ssb_positions_options', array(
|
119 |
+
'sidebar' => 'Sidebar',
|
120 |
+
'inline' => 'Inline',
|
121 |
+
'media' => 'Media',
|
122 |
+
'popup' => 'Popup',
|
123 |
+
'flyin' => 'Fly In',
|
124 |
+
) ) ;
|
125 |
+
|
126 |
+
$ssb_sidebar = array(
|
127 |
+
array(
|
128 |
+
'name' => 'orientation',
|
129 |
+
'label' => __( 'Sidebar Orientation', 'simple-social-buttons' ),
|
130 |
+
'desc' => __( '<h4>Display Settings</h4>', 'simple-social-buttons' ),
|
131 |
+
'type' => 'ssb_select',
|
132 |
+
'default' => 'left',
|
133 |
+
'options' => array(
|
134 |
+
'left' => 'Left',
|
135 |
+
'right' => 'Right',
|
136 |
+
),
|
137 |
+
'priority' => '5',
|
138 |
+
),
|
139 |
+
array(
|
140 |
+
'name' => 'animation',
|
141 |
+
'label' => __( 'Intro Animation', 'simple-social-buttons' ),
|
142 |
+
'type' => 'ssb_select',
|
143 |
+
'default' => 'no-animation',
|
144 |
+
'options' => array(
|
145 |
+
'no-animation' => 'No',
|
146 |
+
'right-in' => 'From Right',
|
147 |
+
'top-in' => 'From Top',
|
148 |
+
'bottom-in' => 'From Bottom',
|
149 |
+
'left-in' => 'From Left',
|
150 |
+
'fade-in' => 'FadeIn',
|
151 |
+
),
|
152 |
+
'priority' => '10',
|
153 |
+
),
|
154 |
+
array(
|
155 |
+
'name' => 'share_counts',
|
156 |
+
'label' => __( 'Display Share Counts', 'simple-social-buttons' ),
|
157 |
+
'type' => 'ssb_checkbox',
|
158 |
+
'priority' => '15',
|
159 |
+
),
|
160 |
+
array(
|
161 |
+
'name' => 'total_share',
|
162 |
+
'label' => __( 'Display Total Shares', 'simple-social-buttons' ),
|
163 |
+
'type' => 'ssb_checkbox',
|
164 |
+
'priority' => '20',
|
165 |
+
),
|
166 |
+
array(
|
167 |
+
'name' => 'icon_space',
|
168 |
+
'label' => __( 'Add Icon Spacing', 'simple-social-buttons' ),
|
169 |
+
'type' => 'ssb_checkbox',
|
170 |
+
'priority' => '25',
|
171 |
+
),
|
172 |
+
array(
|
173 |
+
'name' => 'icon_space_value',
|
174 |
+
'type' => 'ssb_text',
|
175 |
+
'label' => 'Enter the Space in Pixel',
|
176 |
+
'sanitize_callback' => 'sanitize_text_field',
|
177 |
+
'priority' => '30',
|
178 |
+
),
|
179 |
+
array(
|
180 |
+
'name' => 'hide_mobile',
|
181 |
+
'label' => __( 'Hide On Mobile Devices', 'simple-social-buttons' ),
|
182 |
+
'type' => 'ssb_checkbox',
|
183 |
+
'priority' => '35',
|
184 |
+
),
|
185 |
+
array(
|
186 |
+
'name' => 'posts',
|
187 |
+
'label' => __( 'Post type Settings', 'simple-social-buttons' ),
|
188 |
+
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
189 |
+
'type' => 'ssb_post_types',
|
190 |
+
'default' => array('post' => 'post', 'page' => 'page'),
|
191 |
+
'options' => $post_types,
|
192 |
+
'priority' => '99',
|
193 |
+
),
|
194 |
+
array(
|
195 |
+
'name' => 'go_pro',
|
196 |
+
'type' => 'ssb_go_pro',
|
197 |
+
'label' => __( 'Want even more fine tuned control over your Sidebar Social Buttons Styling?', 'simple-social-buttons' ),
|
198 |
+
'desc' => __( 'By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons of your own choice that matches with your website color schemes. These social buttons will help in driving more engagement and traffic to your site. Some of the Pro features include: Show Social media buttons on Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much more!', 'simple-social-buttons' ),
|
199 |
+
'link' => 'http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=settings-sidebar&utm_campaign=pro-upgrade'
|
200 |
+
),
|
201 |
+
);
|
202 |
+
|
203 |
+
$ssb_sidebar = apply_filters( 'ssb_sidebar_fields', $ssb_sidebar );
|
204 |
+
|
205 |
+
$ssb_inline = array(
|
206 |
+
array(
|
207 |
+
'name' => 'location',
|
208 |
+
'label' => __( 'Icon Position', 'simple-social-buttons' ),
|
209 |
+
'desc' => __( '<h4>Display Settings</h4>', 'simple-social-buttons' ),
|
210 |
+
'type' => 'ssb_select',
|
211 |
+
'default' => 'above',
|
212 |
+
'options' => array(
|
213 |
+
'above' => 'Above The Conent',
|
214 |
+
'below' => 'Below The Conent',
|
215 |
+
'above_below' => 'Above + Below The Conent',
|
216 |
+
),
|
217 |
+
'priority' => '5',
|
218 |
+
),
|
219 |
+
array(
|
220 |
+
'name' => 'icon_alignment',
|
221 |
+
'label' => __( 'Icon Alignment', 'simple-social-buttons' ),
|
222 |
+
'type' => 'ssb_select',
|
223 |
+
'default' => 'left',
|
224 |
+
'options' => array(
|
225 |
+
'left' => 'Left',
|
226 |
+
'centered' => 'Centered',
|
227 |
+
'right' => 'Right',
|
228 |
+
),
|
229 |
+
'priority' => '10',
|
230 |
+
),
|
231 |
+
array(
|
232 |
+
'name' => 'animation',
|
233 |
+
'label' => __( 'Animation', 'simple-social-buttons' ),
|
234 |
+
'type' => 'ssb_select',
|
235 |
+
'default' => 'no-animation',
|
236 |
+
'options' => array(
|
237 |
+
'no-animation' => 'No',
|
238 |
+
'bottom-in' => 'From bottom',
|
239 |
+
'top-in' => 'From top',
|
240 |
+
'left-in' => 'From left',
|
241 |
+
'right-in' => 'From right',
|
242 |
+
'fade-in' => 'Fade In',
|
243 |
+
),
|
244 |
+
'priority' => '15',
|
245 |
+
),
|
246 |
+
array(
|
247 |
+
'name' => 'share_counts',
|
248 |
+
'label' => __( 'Display Share Counts', 'simple-social-buttons' ),
|
249 |
+
'type' => 'ssb_checkbox',
|
250 |
+
'priority' => '20',
|
251 |
+
),
|
252 |
+
array(
|
253 |
+
'name' => 'total_share',
|
254 |
+
'label' => __( 'Display Total Shares', 'simple-social-buttons' ),
|
255 |
+
'type' => 'ssb_checkbox',
|
256 |
+
'priority' => '25',
|
257 |
+
),
|
258 |
+
array(
|
259 |
+
'name' => 'icon_space',
|
260 |
+
'label' => __( 'Add Icon Spacing', 'simple-social-buttons' ),
|
261 |
+
'type' => 'ssb_checkbox',
|
262 |
+
'priority' => '30',
|
263 |
+
),
|
264 |
+
array(
|
265 |
+
'name' => 'icon_space_value',
|
266 |
+
'type' => 'ssb_text',
|
267 |
+
'label' => 'Enter the Space in Pixel',
|
268 |
+
'sanitize_callback' => 'sanitize_text_field',
|
269 |
+
'priority' => '35',
|
270 |
+
),
|
271 |
+
array(
|
272 |
+
'name' => 'hide_mobile',
|
273 |
+
'label' => __( 'Hide On Mobile Devices', 'simple-social-buttons' ),
|
274 |
+
'type' => 'ssb_checkbox',
|
275 |
+
'priority' => '40',
|
276 |
+
),
|
277 |
+
array(
|
278 |
+
'name' => 'show_on_category',
|
279 |
+
'label' => __( 'Show at Category pages', 'simple-social-buttons' ),
|
280 |
+
'type' => 'ssb_checkbox',
|
281 |
+
'priority' => '45',
|
282 |
+
),
|
283 |
+
array(
|
284 |
+
'name' => 'show_on_archive',
|
285 |
+
'label' => __( 'Show at Archive pages', 'simple-social-buttons' ),
|
286 |
+
'type' => 'ssb_checkbox',
|
287 |
+
'priority' => '50',
|
288 |
+
|
289 |
+
),
|
290 |
+
array(
|
291 |
+
'name' => 'show_on_tag',
|
292 |
+
'label' => __( 'Show at Tag pages', 'simple-social-buttons' ),
|
293 |
+
'type' => 'ssb_checkbox',
|
294 |
+
'priority' => '55',
|
295 |
+
),
|
296 |
+
array(
|
297 |
+
'name' => 'posts',
|
298 |
+
'label' => __( 'Post type Settings', 'simple-social-buttons' ),
|
299 |
+
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
300 |
+
'type' => 'ssb_post_types',
|
301 |
+
'default' => array('post' => 'post', 'page' => 'page'),
|
302 |
+
'options' => $post_types,
|
303 |
+
'priority' => '99',
|
304 |
+
),
|
305 |
+
array(
|
306 |
+
'name' => 'go_pro',
|
307 |
+
'type' => 'ssb_go_pro',
|
308 |
+
'label' => __( 'Want to style the Inline Social buttons matches your theme colors?', 'simple-social-buttons' ),
|
309 |
+
'desc' => __( 'By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons of your own choice that matches with your website color schemes. These social buttons will help in driving more engagement and traffic to your site. Some of the Pro features include: Show Social media buttons on Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much more!', 'simple-social-buttons' ),
|
310 |
+
'link' => 'http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=settings-inline&utm_campaign=pro-upgrade'
|
311 |
+
),
|
312 |
+
);
|
313 |
+
|
314 |
+
$ssb_inline = apply_filters( 'ssb_inline_fields', $ssb_inline );
|
315 |
+
|
316 |
+
$settings_fields = array(
|
317 |
+
'ssb_networks' => array(
|
318 |
+
array(
|
319 |
+
'name' => 'icon_selection',
|
320 |
+
'type' => 'ssb_icon_selection',
|
321 |
+
)
|
322 |
+
),
|
323 |
+
'ssb_themes' => array(
|
324 |
+
array(
|
325 |
+
'name' => 'icon_style',
|
326 |
+
'label' => __( 'Icon Style', 'simple-social-buttons' ),
|
327 |
+
'type' => 'icon_style',
|
328 |
+
'options' => array(
|
329 |
+
'sm-round' => 'sm-round',
|
330 |
+
'simple-round' => 'simple-round',
|
331 |
+
'round-txt' => 'round-txt',
|
332 |
+
'round-btm-border' => 'round-btm-border',
|
333 |
+
'flat-button-border' => 'flat-button-border',
|
334 |
+
'round-icon' => 'round-icon',
|
335 |
+
),
|
336 |
+
),
|
337 |
+
),
|
338 |
+
'ssb_positions' => array(
|
339 |
+
array(
|
340 |
+
'name' => 'position',
|
341 |
+
'label' => __( 'Postions', 'simple-social-buttons' ),
|
342 |
+
'desc' => __( 'Multi checkbox description', 'simple-social-buttons' ),
|
343 |
+
'type' => 'position',
|
344 |
+
'default' => 'inline',
|
345 |
+
'options' => $ssb_positions_options,
|
346 |
+
),
|
347 |
+
|
348 |
+
),
|
349 |
+
'ssb_sidebar' => $ssb_sidebar,
|
350 |
+
'ssb_inline' => $ssb_inline,
|
351 |
+
'ssb_media' => array(
|
352 |
+
array(
|
353 |
+
'name' => 'go_pro',
|
354 |
+
'type' => 'ssb_go_pro',
|
355 |
+
'label' => __( 'Show Social Sharing buttons on images or photos in your posts/pages.', 'simple-social-buttons' ),
|
356 |
+
'desc' => __( 'By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons of your own choice that matches with your website color schemes. These social buttons will help in driving more engagement and traffic to your site. Some of the Pro features include: Show Social media buttons on Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much more!', 'simple-social-buttons' ),
|
357 |
+
'link' => 'http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=settings-media&utm_campaign=pro-upgrade'
|
358 |
+
),
|
359 |
+
),
|
360 |
+
'ssb_popup' => array(
|
361 |
+
array(
|
362 |
+
'name' => 'go_pro',
|
363 |
+
'type' => 'ssb_go_pro',
|
364 |
+
'label' => __( 'Get more engagement and shares on scrolling and exit intent to visitors.', 'simple-social-buttons' ),
|
365 |
+
'desc' => __( 'By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons of your own choice that matches with your website color schemes. These social buttons will help in driving more engagement and traffic to your site. Some of the Pro features include: Show Social media buttons on Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much more!', 'simple-social-buttons' ),
|
366 |
+
'link' => 'http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=settings-popup&utm_campaign=pro-upgrade'
|
367 |
+
),
|
368 |
+
),
|
369 |
+
'ssb_flyin' => array(
|
370 |
+
array(
|
371 |
+
'name' => 'go_pro',
|
372 |
+
'type' => 'ssb_go_pro',
|
373 |
+
'label' => __( 'Advanced Fly ins with animations to have more Social shares.', 'simple-social-buttons' ),
|
374 |
+
'desc' => __( 'By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons of your own choice that matches with your website color schemes. These social buttons will help in driving more engagement and traffic to your site. Some of the Pro features include: Show Social media buttons on Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much more!', 'simple-social-buttons' ),
|
375 |
+
'link' => 'http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=settings-flyin&utm_campaign=pro-upgrade'
|
376 |
+
),
|
377 |
+
),
|
378 |
+
'ssb_advanced' => array(
|
379 |
+
array(
|
380 |
+
'name' => 'twitter_handle',
|
381 |
+
'type' => 'ssb_text',
|
382 |
+
'label' => __( 'Twitter @username:', 'simple-social-buttons' ),
|
383 |
+
'sanitize_callback' => 'sanitize_text_field',
|
384 |
+
),
|
385 |
+
),
|
386 |
+
);
|
387 |
+
|
388 |
+
$settings_fields = apply_filters( 'ssb_setting_fields' , $settings_fields, $post_types );
|
389 |
+
|
390 |
+
return $settings_fields;
|
391 |
+
}
|
392 |
+
|
393 |
+
function plugin_page() {
|
394 |
+
echo '<div class="wrap">';
|
395 |
+
$this->settings_api->settings_header();
|
396 |
+
$this->settings_api->show_navigation();
|
397 |
+
$this->settings_api->show_forms();
|
398 |
+
$this->settings_api->settings_sidebar();
|
399 |
+
echo '</div>';
|
400 |
+
}
|
401 |
+
|
402 |
+
/**
|
403 |
+
* Get all the pages
|
404 |
+
*
|
405 |
+
* @return array page names with key value pairs
|
406 |
+
*/
|
407 |
+
function get_pages() {
|
408 |
+
$pages = get_pages();
|
409 |
+
$pages_options = array();
|
410 |
+
if ( $pages ) {
|
411 |
+
foreach ( $pages as $page ) {
|
412 |
+
$pages_options[ $page->ID ] = $page->post_title;
|
413 |
+
}
|
414 |
+
}
|
415 |
+
|
416 |
+
return $pages_options;
|
417 |
+
}
|
418 |
+
|
419 |
+
function admin_init() {
|
420 |
+
|
421 |
+
// set the settings
|
422 |
+
$this->settings_api->set_sections( $this->get_settings_sections() );
|
423 |
+
$this->settings_api->set_fields( $this->get_settings_fields() );
|
424 |
+
|
425 |
+
// initialize settings
|
426 |
+
$this->settings_api->admin_init();
|
427 |
+
}
|
428 |
+
|
429 |
+
function help_page() {
|
430 |
+
|
431 |
+
include SSB_PLUGIN_DIR . 'classes/ssb-logs.php';
|
432 |
+
|
433 |
+
$html = '<div class="simple-social-buttons-help-page">';
|
434 |
+
$html .= '<h2>Help & Troubleshooting</h2>';
|
435 |
+
$html .= sprintf( __( 'Free support is available on the %1$s plugin support forums%2$s.', 'simple-social-buttons' ), '<a href="https://wordpress.org/support/plugin/simple-social-buttons" target="_blank">', '</a>' );
|
436 |
+
$html .="<br /><br />";
|
437 |
+
$html .= sprintf( __( 'For premium features, add-ons and priority email support, %1$s upgrade to pro%2$s.', 'simple-social-buttons' ), '<a href="https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=help-page&utm_campaign=pro-upgrade" target="_blank">', '</a>' );
|
438 |
+
$html .="<br /><br />";
|
439 |
+
$html .= 'Found a bug or have a feature request? Please submit an issue <a href="https://wpbrigade.com/contact/" target="_blank">here</a>!';
|
440 |
+
$html .= '<pre><textarea rows="25" cols="75" readonly="readonly">';
|
441 |
+
$html .= Ssb_Logs_Info::get_sysinfo();
|
442 |
+
$html .= '</textarea></pre>';
|
443 |
+
$html .= '<input type="button" class="button simple-social-buttons-log-file" value="' . __( 'Download Log File', 'simple-social-buttons' ) . '"/>';
|
444 |
+
$html .= '<span class="ssb-log-file-sniper"><img src="'. admin_url( 'images/wpspin_light.gif' ) .'" /></span>';
|
445 |
+
$html .= '<span class="ssb-log-file-text">Simple Social Buttons Log File Downloaded Successfully!</span>';
|
446 |
+
$html .= '</div>';
|
447 |
+
echo $html;
|
448 |
+
}
|
449 |
+
|
450 |
+
public function download_help() {
|
451 |
+
|
452 |
+
include SSB_PLUGIN_DIR . 'classes/ssb-logs.php';
|
453 |
+
|
454 |
+
echo Ssb_Logs_Info::get_sysinfo();
|
455 |
+
wp_die();
|
456 |
+
}
|
457 |
+
|
458 |
+
|
459 |
+
}
|
460 |
+
|
461 |
+
new Ssb_Settings();
|
inc/custom-css.php
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<style media="screen">
|
2 |
+
<?php if ( 'sm-round' == $this->selected_theme && isset( $this->selected_position['inline'] ) ): ?>
|
3 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-sm-round a{
|
4 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
5 |
+
}
|
6 |
+
<?php endif ?>
|
7 |
+
|
8 |
+
<?php if ( 'simple-round' == $this->selected_theme && isset( $this->selected_position['inline'] ) ) : ?>
|
9 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-simple-round a{
|
10 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
11 |
+
}
|
12 |
+
<?php endif ?>
|
13 |
+
|
14 |
+
<?php if ( 'round-txt' == $this->selected_theme && isset( $this->selected_position['inline'] ) ) : ?>
|
15 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-txt a{
|
16 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
17 |
+
}
|
18 |
+
<?php endif ?>
|
19 |
+
|
20 |
+
<?php if ( 'round-btm-border' == $this->selected_theme && isset( $this->selected_position['inline'] ) ) : ?>
|
21 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-btm-border a{
|
22 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
23 |
+
}
|
24 |
+
<?php endif ?>
|
25 |
+
|
26 |
+
<?php if ( 'flat-button-border' == $this->selected_theme && isset( $this->selected_position['inline'] ) ) : ?>
|
27 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-flat-button-border a{
|
28 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
29 |
+
}
|
30 |
+
<?php endif ?>
|
31 |
+
|
32 |
+
<?php if ( 'round-icon' == $this->selected_theme && isset( $this->selected_position['inline'] ) ) : ?>
|
33 |
+
.simplesocialbuttons.simplesocialbuttons_inline.simplesocial-round-icon a{
|
34 |
+
margin: <?php echo $this->inline_option['icon_space'] == '1' && $this->inline_option['icon_space_value'] != '' ? $this->inline_option['icon_space_value'] . 'px' : ''; ?>;
|
35 |
+
}
|
36 |
+
<?php endif ?>
|
37 |
+
|
38 |
+
|
39 |
+
<?php if ( 'sm-round' == $this->selected_theme && isset( $this->selected_position['sidebar'] ) ) : ?>
|
40 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round a{
|
41 |
+
margin: <?php echo $this->sidebar_option['icon_space'] == '1' && $this->sidebar_option['icon_space_value'] != '' ? $this->sidebar_option['icon_space_value'] . 'px ' : ''; ?>;
|
42 |
+
}
|
43 |
+
<?php endif ?>
|
44 |
+
|
45 |
+
<?php if ( 'simple-round' == $this->selected_theme && isset( $this->selected_position['sidebar'] ) ) : ?>
|
46 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round a{
|
47 |
+
margin: <?php echo $this->sidebar_option['icon_space'] == '1' && $this->sidebar_option['icon_space_value'] != '' ? $this->sidebar_option['icon_space_value'] . 'px 0' : ''; ?>;
|
48 |
+
}
|
49 |
+
<?php endif ?>
|
50 |
+
|
51 |
+
<?php if ( 'round-txt' == $this->selected_theme && isset( $this->selected_position['sidebar'] ) ) : ?>
|
52 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-txt a{
|
53 |
+
margin: <?php echo $this->sidebar_option['icon_space'] == '1' && $this->sidebar_option['icon_space_value'] != '' ? $this->sidebar_option['icon_space_value'] . 'px 0' : ''; ?>;
|
54 |
+
}
|
55 |
+
<?php endif ?>
|
56 |
+
|
57 |
+
<?php if ( 'round-btm-border' == $this->selected_theme && isset( $this->selected_position['sidebar'] ) ) : ?>
|
58 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border a{
|
59 |
+
margin: <?php echo $this->sidebar_option['icon_space'] == '1' && $this->sidebar_option['icon_space_value'] != '' ? $this->sidebar_option['icon_space_value'] . 'px 0' : ''; ?>;
|
60 |
+
}
|
61 |
+
<?php endif ?>
|
62 |
+
|
63 |
+
<?php if ( 'round-icon' == $this->selected_theme && isset( $this->selected_position['sidebar'] ) ) : ?>
|
64 |
+
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-icon a{
|
65 |
+
margin: <?php echo $this->sidebar_option['icon_space'] == '1' && $this->sidebar_option['icon_space_value'] != '' ? $this->sidebar_option['icon_space_value'] . 'px 0' : ''; ?>;
|
66 |
+
}
|
67 |
+
<?php endif ?>
|
68 |
+
</style>
|
inc/ssb-deactivate-form.php
CHANGED
@@ -1,256 +1,256 @@
|
|
1 |
<style>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
|
78 |
</style>
|
79 |
|
80 |
<div class="wp-ssb-popup-overlay">
|
81 |
<div class="wp-ssb-serveypanel">
|
82 |
<form action="#" method="post" id="wp-ssb-deactivate-form">
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
<input type="button" class="button button-secondary button-skip wp-ssb-popup-skip-feedback" value="Skip & Deactivate" >
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
|
|
|
164 |
</div>
|
165 |
-
</
|
166 |
-
</form>
|
167 |
-
</div>
|
168 |
</div>
|
|
|
169 |
|
170 |
|
171 |
-
|
172 |
-
|
173 |
|
174 |
-
|
175 |
|
176 |
-
|
177 |
-
|
178 |
|
179 |
-
|
180 |
-
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
|
239 |
-
|
240 |
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
|
255 |
-
|
256 |
-
|
1 |
<style>
|
2 |
+
.wp-ssb-hidden{
|
3 |
+
overflow: hidden;
|
4 |
+
}
|
5 |
+
.wp-ssb-popup-overlay .wp-ssb-internal-message{
|
6 |
+
margin: 3px 0 3px 22px;
|
7 |
+
display: none;
|
8 |
+
}
|
9 |
+
.wp-ssb-reason-input{
|
10 |
+
margin: 3px 0 3px 22px;
|
11 |
+
display: none;
|
12 |
+
}
|
13 |
+
.wp-ssb-reason-input input[type="text"]{
|
14 |
+
width: 100%;
|
15 |
+
display: block;
|
16 |
+
}
|
17 |
+
.wp-ssb-popup-overlay{
|
18 |
+
background: rgba(0,0,0, .8);
|
19 |
+
position: fixed;
|
20 |
+
top:0;
|
21 |
+
left: 0;
|
22 |
+
height: 100%;
|
23 |
+
width: 100%;
|
24 |
+
z-index: 1000;
|
25 |
+
overflow: auto;
|
26 |
+
visibility: hidden;
|
27 |
+
opacity: 0;
|
28 |
+
transition: opacity 0.3s ease-in-out:
|
29 |
+
}
|
30 |
+
.wp-ssb-popup-overlay.wp-ssb-active{
|
31 |
+
opacity: 1;
|
32 |
+
visibility: visible;
|
33 |
+
}
|
34 |
+
.wp-ssb-serveypanel{
|
35 |
+
width: 600px;
|
36 |
+
background: #fff;
|
37 |
+
margin: 65px auto 0;
|
38 |
+
}
|
39 |
+
.wp-ssb-popup-header{
|
40 |
+
background: #f1f1f1;
|
41 |
+
padding: 20px;
|
42 |
+
border-bottom: 1px solid #ccc;
|
43 |
+
}
|
44 |
+
.wp-ssb-popup-header h2{
|
45 |
+
margin: 0;
|
46 |
+
}
|
47 |
+
.wp-ssb-popup-body{
|
48 |
+
padding: 10px 20px;
|
49 |
+
}
|
50 |
+
.wp-ssb-popup-footer{
|
51 |
+
background: #f9f3f3;
|
52 |
+
padding: 10px 20px;
|
53 |
+
border-top: 1px solid #ccc;
|
54 |
+
}
|
55 |
+
.wp-ssb-popup-footer:after{
|
56 |
+
content:"";
|
57 |
+
display: table;
|
58 |
+
clear: both;
|
59 |
+
}
|
60 |
+
.action-btns{
|
61 |
+
float: right;
|
62 |
+
}
|
63 |
+
.wp-ssb-anonymous{
|
64 |
+
display: none;
|
65 |
+
}
|
66 |
+
.attention, .error-message {
|
67 |
+
color: red;
|
68 |
+
font-weight: 600;
|
69 |
+
display: none;
|
70 |
+
}
|
71 |
+
.wp-ssb-spinner{
|
72 |
+
display: none;
|
73 |
+
}
|
74 |
+
.wp-ssb-spinner img{
|
75 |
+
margin-top: 3px;
|
76 |
+
}
|
77 |
|
78 |
</style>
|
79 |
|
80 |
<div class="wp-ssb-popup-overlay">
|
81 |
<div class="wp-ssb-serveypanel">
|
82 |
<form action="#" method="post" id="wp-ssb-deactivate-form">
|
83 |
+
<div class="wp-ssb-popup-header">
|
84 |
+
<h2><?php _e( 'Quick feedback about Simple Social Buttons', 'wp-ssb' ); ?></h2>
|
85 |
+
</div>
|
86 |
+
<div class="wp-ssb-popup-body">
|
87 |
+
<h3><?php _e( 'If you have a moment, please let us know why you are deactivating:', 'wp-ssb' ); ?></h3>
|
88 |
+
<ul id="wp-ssb-reason-list">
|
89 |
+
<li class="wp-ssb-reason" data-input-type="" data-input-placeholder="">
|
90 |
+
<label>
|
91 |
+
<span>
|
92 |
+
<input type="radio" name="wp-ssb-selected-reason" value="1">
|
93 |
+
</span>
|
94 |
+
<span><?php _e( 'I only needed the plugin for a short period', 'wp-ssb' ); ?></span>
|
95 |
+
</label>
|
96 |
+
<div class="wp-ssb-internal-message"></div>
|
97 |
+
</li>
|
98 |
+
<li class="wp-ssb-reason has-input" data-input-type="textfield">
|
99 |
+
<label>
|
100 |
+
<span>
|
101 |
+
<input type="radio" name="wp-ssb-selected-reason" value="2">
|
102 |
+
</span>
|
103 |
+
<span><?php _e( 'I found a better plugin', 'wp-ssb' ); ?></span>
|
104 |
+
</label>
|
105 |
+
<div class="wp-ssb-internal-message"></div>
|
106 |
+
<div class="wp-ssb-reason-input"><span class="message error-message"><?php _e( 'Kindly tell us the name of plugin', 'wp-ssb' ); ?></span><input type="text" name="better_plugin" placeholder="What's the plugin's name?"></div>
|
107 |
+
</li>
|
108 |
+
<li class="wp-ssb-reason" data-input-type="" data-input-placeholder="">
|
109 |
+
<label>
|
110 |
+
<span>
|
111 |
+
<input type="radio" name="wp-ssb-selected-reason" value="3">
|
112 |
+
</span>
|
113 |
+
<span><?php _e( 'The plugin broke my site', 'wp-ssb' ); ?></span>
|
114 |
+
</label>
|
115 |
+
<div class="wp-ssb-internal-message"></div>
|
116 |
+
</li>
|
117 |
+
<li class="wp-ssb-reason" data-input-type="" data-input-placeholder="">
|
118 |
+
<label>
|
119 |
+
<span>
|
120 |
+
<input type="radio" name="wp-ssb-selected-reason" value="4">
|
121 |
+
</span>
|
122 |
+
<span><?php _e( 'The plugin suddenly stopped working', 'wp-ssb' ); ?></span>
|
123 |
+
</label>
|
124 |
+
<div class="wp-ssb-internal-message"></div>
|
125 |
+
</li>
|
126 |
+
<li class="wp-ssb-reason" data-input-type="" data-input-placeholder="">
|
127 |
+
<label>
|
128 |
+
<span>
|
129 |
+
<input type="radio" name="wp-ssb-selected-reason" value="5">
|
130 |
+
</span>
|
131 |
+
<span><?php _e( 'I no longer need the plugin', 'wp-ssb' ); ?></span>
|
132 |
+
</label>
|
133 |
+
<div class="wp-ssb-internal-message"></div>
|
134 |
+
</li>
|
135 |
+
<li class="wp-ssb-reason" data-input-type="" data-input-placeholder="">
|
136 |
+
<label>
|
137 |
+
<span>
|
138 |
+
<input type="radio" name="wp-ssb-selected-reason" value="6">
|
139 |
+
</span>
|
140 |
+
<span><?php _e( "It's a temporary deactivation. I'm just debugging an issue.", 'wp-ssb' ); ?></span>
|
141 |
+
</label>
|
142 |
+
<div class="wp-ssb-internal-message"></div>
|
143 |
+
</li>
|
144 |
+
<li class="wp-ssb-reason has-input" data-input-type="textfield" >
|
145 |
+
<label>
|
146 |
+
<span>
|
147 |
+
<input type="radio" name="wp-ssb-selected-reason" value="7">
|
148 |
+
</span>
|
149 |
+
<span><?php _e( 'Other', 'wp-ssb' ); ?></span>
|
150 |
+
</label>
|
151 |
+
<div class="wp-ssb-internal-message"></div>
|
152 |
+
<div class="wp-ssb-reason-input"><span class="message error-message "><?php _e( 'Kindly tell us the reason so we can improve.', 'wp-ssb' ); ?></span><input type="text" name="other_reason" placeholder="Would you like to share what's other reason ?"></div>
|
153 |
+
</li>
|
154 |
+
</ul>
|
155 |
+
</div>
|
156 |
+
<div class="wp-ssb-popup-footer">
|
157 |
+
<label class="wp-ssb-anonymous"><input type="checkbox" /><?php _e( 'Anonymous feedback', 'wp-ssb' ); ?></label>
|
158 |
<input type="button" class="button button-secondary button-skip wp-ssb-popup-skip-feedback" value="Skip & Deactivate" >
|
159 |
+
<div class="action-btns">
|
160 |
+
<span class="wp-ssb-spinner"><img src="<?php echo admin_url( '/images/spinner.gif' ); ?>" alt=""></span>
|
161 |
+
<input type="submit" class="button button-secondary button-deactivate wp-ssb-popup-allow-deactivate" value="Submit & Deactivate" disabled="disabled">
|
162 |
+
<a href="#" class="button button-primary wp-ssb-popup-button-close"><?php _e( 'Cancel', 'wp-ssb' ); ?></a>
|
163 |
|
164 |
+
</div>
|
165 |
</div>
|
166 |
+
</form>
|
|
|
|
|
167 |
</div>
|
168 |
+
</div>
|
169 |
|
170 |
|
171 |
+
<script>
|
172 |
+
(function( $ ) {
|
173 |
|
174 |
+
$(function() {
|
175 |
|
176 |
+
var pluginSlug = 'simple-social-buttons';
|
177 |
+
// Code to fire when the DOM is ready.
|
178 |
|
179 |
+
$(document).on('click', 'tr[data-slug="' + pluginSlug + '"] .deactivate', function(e){
|
180 |
+
e.preventDefault();
|
181 |
|
182 |
+
$('.wp-ssb-popup-overlay').addClass('wp-ssb-active');
|
183 |
+
$('body').addClass('wp-ssb-hidden');
|
184 |
+
});
|
185 |
+
$(document).on('click', '.wp-ssb-popup-button-close', function () {
|
186 |
+
close_popup();
|
187 |
+
});
|
188 |
+
$(document).on('click', ".wp-ssb-serveypanel,tr[data-slug='" + pluginSlug + "'] .deactivate",function(e){
|
189 |
+
e.stopPropagation();
|
190 |
+
});
|
191 |
|
192 |
+
$(document).click(function(){
|
193 |
+
close_popup();
|
194 |
+
});
|
195 |
+
$('.wp-ssb-reason label').on('click', function(){
|
196 |
+
if($(this).find('input[type="radio"]').is(':checked')){
|
197 |
+
//$('.wp-ssb-anonymous').show();
|
198 |
+
$(this).next().next('.wp-ssb-reason-input').show().end().end().parent().siblings().find('.wp-ssb-reason-input').hide();
|
199 |
+
}
|
200 |
+
});
|
201 |
+
$('input[type="radio"][name="wp-ssb-selected-reason"]').on('click', function(event) {
|
202 |
+
$(".wp-ssb-popup-allow-deactivate").removeAttr('disabled');
|
203 |
+
});
|
204 |
+
$(document).on('submit', '#wp-ssb-deactivate-form', function(event) {
|
205 |
+
event.preventDefault();
|
206 |
|
207 |
+
var _reason = $(this).find('input[type="radio"][name="wp-ssb-selected-reason"]:checked').val();
|
208 |
+
var _reason_details = '';
|
209 |
+
if ( _reason == 2 ) {
|
210 |
+
_reason_details = $(this).find("input[type='text'][name='better_plugin']").val();
|
211 |
+
} else if ( _reason == 7 ) {
|
212 |
+
_reason_details = $(this).find("input[type='text'][name='other_reason']").val();
|
213 |
+
}
|
214 |
|
215 |
+
if ( ( _reason == 7 || _reason == 2 ) && _reason_details == '' ) {
|
216 |
+
$('.message.error-message').show();
|
217 |
+
return ;
|
218 |
+
}
|
219 |
|
220 |
+
$.ajax({
|
221 |
+
url: ajaxurl,
|
222 |
+
type: 'POST',
|
223 |
+
data: {
|
224 |
+
action : 'ssb_deactivate',
|
225 |
+
reason : _reason,
|
226 |
+
reason_detail : _reason_details,
|
227 |
+
},
|
228 |
+
beforeSend: function(){
|
229 |
+
$(".wp-ssb-spinner").show();
|
230 |
+
$(".wp-ssb-popup-allow-deactivate").attr("disabled", "disabled");
|
231 |
+
}
|
232 |
+
})
|
233 |
+
.done(function() {
|
234 |
+
$(".wp-ssb-spinner").hide();
|
235 |
+
$(".wp-ssb-popup-allow-deactivate").removeAttr("disabled");
|
236 |
+
window.location.href = $("tr[data-slug='"+ pluginSlug +"'] .deactivate a").attr('href');
|
237 |
+
});
|
238 |
|
239 |
+
});
|
240 |
|
241 |
+
$('.wp-ssb-popup-skip-feedback').on('click', function(e){
|
242 |
+
window.location.href = $("tr[data-slug='"+ pluginSlug +"'] .deactivate a").attr('href');
|
243 |
+
})
|
244 |
|
245 |
+
function close_popup() {
|
246 |
+
$('.wp-ssb-popup-overlay').removeClass('wp-ssb-active');
|
247 |
+
$('#wp-ssb-deactivate-form').trigger("reset");
|
248 |
+
$(".wp-ssb-popup-allow-deactivate").attr('disabled', 'disabled');
|
249 |
+
$(".wp-ssb-reason-input").hide();
|
250 |
+
$('body').removeClass('wp-ssb-hidden');
|
251 |
+
$('.message.error-message').hide();
|
252 |
+
}
|
253 |
+
});
|
254 |
|
255 |
+
})( jQuery ); // This invokes the function above and allows us to use '$' in place of 'jQuery' in our code.
|
256 |
+
</script>
|
inc/upgrade-routine.php
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
add_action( 'init', 'ssb_upgrade_routine_2' );
|
3 |
+
|
4 |
+
/**
|
5 |
+
* Upgrade Routine for V 2.0
|
6 |
+
*
|
7 |
+
* @since 2.0.0
|
8 |
+
*/
|
9 |
+
function ssb_upgrade_routine_2() {
|
10 |
+
|
11 |
+
// Store Icon Order.
|
12 |
+
if ( get_option( 'ssb_icons_order' ) ) {
|
13 |
+
$_default = array(
|
14 |
+
'icon_selection' => get_option( 'ssb_icons_order' ),
|
15 |
+
);
|
16 |
+
update_option( 'ssb_networks', $_default );
|
17 |
+
delete_option( 'ssb_icons_order' );
|
18 |
+
}
|
19 |
+
|
20 |
+
// If settings avaliable.
|
21 |
+
if ( get_option( 'ssb_pr_settings' ) ) {
|
22 |
+
|
23 |
+
$_old_value = get_option( 'ssb_pr_settings' );
|
24 |
+
|
25 |
+
// Set Position of Inline Icons.
|
26 |
+
$before_post = isset( $_old_value['beforepost'] ) && $_old_value['beforepost'] == '1' ? true : false;
|
27 |
+
$after_post = isset( $_old_value['afterpost'] ) && $_old_value['afterpost'] == '1' ? true : false;
|
28 |
+
|
29 |
+
if ( $before_post && $after_post ) {
|
30 |
+
$inline_location = 'above_below';
|
31 |
+
} elseif ( $before_post ) {
|
32 |
+
$inline_location = 'above';
|
33 |
+
} else {
|
34 |
+
$inline_location = 'below';
|
35 |
+
}
|
36 |
+
|
37 |
+
// Page.
|
38 |
+
$before_page = isset( $_old_value['beforepage'] ) && $_old_value['beforepage'] == '1' ? true : false;
|
39 |
+
$after_page = isset( $_old_value['afterpage'] ) && $_old_value['afterpage'] == '1' ? true : false;
|
40 |
+
|
41 |
+
$inline_posts = array(
|
42 |
+
'post' => 'post',
|
43 |
+
);
|
44 |
+
|
45 |
+
if ( $before_page || $after_page ) {
|
46 |
+
$inline_posts['page'] = 'page';
|
47 |
+
}
|
48 |
+
|
49 |
+
$_default_inline = array(
|
50 |
+
'location' => $inline_location,
|
51 |
+
'posts' => $inline_posts,
|
52 |
+
);
|
53 |
+
|
54 |
+
$on_archive = isset( $_old_value['showarchive'] ) && $_old_value['showarchive'] == '1' ? true : false;
|
55 |
+
$on_tag = isset( $_old_value['showtag'] ) && $_old_value['showtag'] == '1' ? true : false;
|
56 |
+
$on_category = isset( $_old_value['showcategory'] ) && $_old_value['showcategory'] == '1' ? true : false;
|
57 |
+
|
58 |
+
if ( $on_archive ) {
|
59 |
+
$_default_inline['show_on_archive'] = 1;
|
60 |
+
}
|
61 |
+
if ( $on_tag ) {
|
62 |
+
$_default_inline['show_on_tag'] = 1;
|
63 |
+
}
|
64 |
+
if ( $on_category ) {
|
65 |
+
$_default_inline['show_on_category'] = 1;
|
66 |
+
}
|
67 |
+
update_option( 'ssb_inline', $_default_inline );
|
68 |
+
// End of Inline Icons.
|
69 |
+
|
70 |
+
$_default_postion = array(
|
71 |
+
'position' => array(
|
72 |
+
'inline' => 'inline',
|
73 |
+
),
|
74 |
+
);
|
75 |
+
update_option( 'ssb_positions', $_default_postion );
|
76 |
+
|
77 |
+
$_default_theme = array(
|
78 |
+
'icon_style' => 'sm-round',
|
79 |
+
);
|
80 |
+
update_option( 'ssb_themes', $_default_theme );
|
81 |
+
|
82 |
+
// Set Extra tab settings.
|
83 |
+
if ( isset( $_old_value['twitterusername'] ) ) {
|
84 |
+
update_option(
|
85 |
+
'ssb_extra', array(
|
86 |
+
'twitter_handle' => $_old_value['twitterusername'],
|
87 |
+
)
|
88 |
+
);
|
89 |
+
}
|
90 |
+
|
91 |
+
delete_option( 'ssb_pr_settings' );
|
92 |
+
}
|
93 |
+
|
94 |
+
}
|
95 |
+
|
96 |
+
?>
|
inc/utils.php
ADDED
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
/**
|
5 |
+
* Crul to fetch stats.
|
6 |
+
*
|
7 |
+
* @since 2.0
|
8 |
+
*/
|
9 |
+
function ssb_fetch_shares_via_curl_multi( $data, $options = array() ) {
|
10 |
+
|
11 |
+
// array of curl handles
|
12 |
+
$curly = array();
|
13 |
+
// data to be returned
|
14 |
+
$result = array();
|
15 |
+
|
16 |
+
// multi handle
|
17 |
+
$mh = curl_multi_init();
|
18 |
+
|
19 |
+
// loop through $data and create curl handles
|
20 |
+
// then add them to the multi-handle
|
21 |
+
if ( is_array( $data ) ) :
|
22 |
+
foreach ( $data as $id => $d ) :
|
23 |
+
|
24 |
+
if ( $d !== 0 || $id == 'googleplus' ) :
|
25 |
+
|
26 |
+
$curly[ $id ] = curl_init();
|
27 |
+
|
28 |
+
if ( $id == 'googleplus' ) :
|
29 |
+
|
30 |
+
curl_setopt( $curly[ $id ], CURLOPT_URL, 'https://clients6.google.com/rpc' );
|
31 |
+
curl_setopt( $curly[ $id ], CURLOPT_POST, true );
|
32 |
+
curl_setopt( $curly[ $id ], CURLOPT_SSL_VERIFYPEER, false );
|
33 |
+
curl_setopt( $curly[ $id ], CURLOPT_POSTFIELDS, '[{"method":"pos.plusones.get","id":"p","params":{"nolog":true,"id":"' . rawurldecode( $d ) . '","source":"widget","userId":"@viewer","groupId":"@self"},"jsonrpc":"2.0","key":"p","apiVersion":"v1"}]' );
|
34 |
+
curl_setopt( $curly[ $id ], CURLOPT_RETURNTRANSFER, true );
|
35 |
+
curl_setopt( $curly[ $id ], CURLOPT_HTTPHEADER, array( 'Content-type: application/json' ) );
|
36 |
+
|
37 |
+
else :
|
38 |
+
|
39 |
+
$url = (is_array( $d ) && ! empty( $d['url'] )) ? $d['url'] : $d;
|
40 |
+
curl_setopt( $curly[ $id ], CURLOPT_URL, $url );
|
41 |
+
curl_setopt( $curly[ $id ], CURLOPT_HEADER, 0 );
|
42 |
+
curl_setopt( $curly[ $id ], CURLOPT_RETURNTRANSFER, 1 );
|
43 |
+
curl_setopt( $curly[ $id ], CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT'] );
|
44 |
+
curl_setopt( $curly[ $id ], CURLOPT_FAILONERROR, 0 );
|
45 |
+
curl_setopt( $curly[ $id ], CURLOPT_FOLLOWLOCATION, 0 );
|
46 |
+
curl_setopt( $curly[ $id ], CURLOPT_RETURNTRANSFER,1 );
|
47 |
+
curl_setopt( $curly[ $id ], CURLOPT_SSL_VERIFYPEER, false );
|
48 |
+
curl_setopt( $curly[ $id ], CURLOPT_SSL_VERIFYHOST, false );
|
49 |
+
curl_setopt( $curly[ $id ], CURLOPT_TIMEOUT, 5 );
|
50 |
+
curl_setopt( $curly[ $id ], CURLOPT_CONNECTTIMEOUT, 5 );
|
51 |
+
curl_setopt( $curly[ $id ], CURLOPT_NOSIGNAL, 1 );
|
52 |
+
curl_setopt( $curly[ $id ], CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
|
53 |
+
// curl_setopt($curly[$id], CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3);
|
54 |
+
endif;
|
55 |
+
|
56 |
+
// extra options?
|
57 |
+
if ( ! empty( $options ) ) {
|
58 |
+
curl_setopt_array( $curly[ $id ], $options );
|
59 |
+
}
|
60 |
+
|
61 |
+
curl_multi_add_handle( $mh, $curly[ $id ] );
|
62 |
+
|
63 |
+
endif;
|
64 |
+
endforeach;
|
65 |
+
endif;
|
66 |
+
|
67 |
+
// execute the handles
|
68 |
+
$running = null;
|
69 |
+
do {
|
70 |
+
curl_multi_exec( $mh, $running );
|
71 |
+
} while ( $running > 0 );
|
72 |
+
|
73 |
+
// get content and remove handles
|
74 |
+
foreach ( $curly as $id => $c ) {
|
75 |
+
$result[ $id ] = curl_multi_getcontent( $c );
|
76 |
+
curl_multi_remove_handle( $mh, $c );
|
77 |
+
}
|
78 |
+
|
79 |
+
// all done
|
80 |
+
curl_multi_close( $mh );
|
81 |
+
|
82 |
+
return $result;
|
83 |
+
}
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
/**
|
88 |
+
* Return false if to fetch the new counts.
|
89 |
+
*
|
90 |
+
* @return bool
|
91 |
+
* @since 2.0
|
92 |
+
*/
|
93 |
+
function ssb_is_cache_fresh( $post_id, $output = false, $ajax = false ) {
|
94 |
+
// global $swp_user_options;
|
95 |
+
// Bail early if it's a crawl bot. If so, ONLY SERVE CACHED RESULTS FOR MAXIMUM SPEED.
|
96 |
+
if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && preg_match( '/bot|crawl|slurp|spider/i', wp_unslash( $_SERVER['HTTP_USER_AGENT'] ) ) ) {
|
97 |
+
return true;
|
98 |
+
}
|
99 |
+
|
100 |
+
// $options = $swp_user_options;
|
101 |
+
$fresh_cache = false;
|
102 |
+
|
103 |
+
|
104 |
+
if( isset( $_POST['ssb_cache'] ) && 'rebuild' === $_POST['ssb_cache'] ) {
|
105 |
+
return false;
|
106 |
+
}
|
107 |
+
// Always be TRUE if we're not on a single.php otherwise we could end up
|
108 |
+
// Rebuilding multiple page caches which will cost a lot of time.
|
109 |
+
if ( ! is_singular() && ! $ajax ) {
|
110 |
+
return true;
|
111 |
+
}
|
112 |
+
|
113 |
+
$post_age = floor( date( 'U' ) - get_post_time( 'U' , false , $post_id ) );
|
114 |
+
|
115 |
+
if ( $post_age < ( 21 * 86400 ) ) {
|
116 |
+
$hours = 1;
|
117 |
+
} elseif ( $post_age < ( 60 * 86400 ) ) {
|
118 |
+
$hours = 4;
|
119 |
+
} else {
|
120 |
+
$hours = 12;
|
121 |
+
}
|
122 |
+
|
123 |
+
$time = floor( ( ( date( 'U' ) / 60 ) / 60 ) );
|
124 |
+
$last_checked = get_post_meta( $post_id, 'ssb_cache_timestamp', true );
|
125 |
+
|
126 |
+
if ( $last_checked > ( $time - $hours ) && $last_checked > 390000 ) {
|
127 |
+
$fresh_cache = true;
|
128 |
+
} else {
|
129 |
+
$fresh_cache = false;
|
130 |
+
}
|
131 |
+
|
132 |
+
return $fresh_cache;
|
133 |
+
}
|
134 |
+
|
135 |
+
|
136 |
+
/**
|
137 |
+
* Fetch fresh counts and cached them.
|
138 |
+
*
|
139 |
+
* @param Array $stats
|
140 |
+
* @param String $post_id
|
141 |
+
* @return Array Simple array with counts.
|
142 |
+
* @since 2.0
|
143 |
+
*/
|
144 |
+
function ssb_fetch_fresh_counts( $stats, $post_id ) {
|
145 |
+
|
146 |
+
$stats_result = array();
|
147 |
+
$total = 0;
|
148 |
+
|
149 |
+
foreach ( $stats as $social_name => $counts ) {
|
150 |
+
if ( 'totalshare' == $social_name || 'fblike' == $social_name || 'viber' == $social_name ) { continue; }
|
151 |
+
$stats_counts = call_user_func( 'ssb_format_' . $social_name . '_response', $counts );
|
152 |
+
$stats_result[ $social_name ] = $stats_counts;
|
153 |
+
update_post_meta( $post_id, 'ssb_' . $social_name . '_counts', $stats_counts );
|
154 |
+
$total += $stats_counts;
|
155 |
+
}
|
156 |
+
$stats_result['total'] = $total;
|
157 |
+
update_post_meta( $post_id, 'ssb_total_counts', $total );
|
158 |
+
return $stats_result;
|
159 |
+
}
|
160 |
+
|
161 |
+
/**
|
162 |
+
* Get the cahced counts.
|
163 |
+
*
|
164 |
+
* @param Array $network_name
|
165 |
+
* @param String $post_id
|
166 |
+
* @return Array Counts of each network.
|
167 |
+
* @since 2.0
|
168 |
+
*/
|
169 |
+
function ssb_fetch_cached_counts( $network_name, $post_id ) {
|
170 |
+
$network_name[] = 'total';
|
171 |
+
$result = array();
|
172 |
+
foreach ( $network_name as $social_name ) {
|
173 |
+
$result[ $social_name ] = get_post_meta( $post_id, 'ssb_' . $social_name . '_counts', true );
|
174 |
+
}
|
175 |
+
return $result;
|
176 |
+
}
|
lang/simple-social-buttons.pot
ADDED
@@ -0,0 +1,334 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2017-10-28 11:18+0500\n"
|
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 |
+
"X-Generator: Poedit 2.0.2\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
+
"X-Poedit-WPHeader: simple-social-buttons.php\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
+
|
24 |
+
#: classes/ssb-admin.php:44
|
25 |
+
msgid "Settings"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: classes/ssb-admin.php:83
|
29 |
+
msgid "SSB Settings"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: classes/ssb-admin.php:101
|
33 |
+
msgid "Hide Simple Social Buttons"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: classes/ssb-admin.php:268
|
37 |
+
msgid "Leave A Review?"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: classes/ssb-admin.php:269
|
41 |
+
msgid ""
|
42 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
43 |
+
"leaving us a review on WordPress.org?"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: classes/ssb-admin.php:270
|
47 |
+
msgid "Sure! I'd love to!"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: classes/ssb-admin.php:271
|
51 |
+
msgid "I've already left a review"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: classes/ssb-admin.php:272
|
55 |
+
msgid "Maybe Later"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: classes/ssb-admin.php:273
|
59 |
+
msgid "Never show again"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: classes/ssb-settings-strucutre.php:409
|
63 |
+
msgid "makes Social Sharing easy for everyone"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: classes/ssb-settings-strucutre.php:410
|
67 |
+
msgid ""
|
68 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
69 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
70 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
71 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
72 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
73 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
74 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
75 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: classes/ssb-settings-strucutre.php:422
|
79 |
+
msgid "Spread the Word"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: classes/ssb-settings-strucutre.php:425
|
83 |
+
msgid "Share on Twitter"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: classes/ssb-settings-strucutre.php:428
|
87 |
+
msgid "Share on Facebook"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: classes/ssb-settings-strucutre.php:432
|
91 |
+
msgid "Rate on WordPress.org"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: classes/ssb-settings-strucutre.php:441
|
95 |
+
msgid "Subscribe Newsletter"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: classes/ssb-settings-strucutre.php:444
|
99 |
+
msgid "Email"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: classes/ssb-settings-strucutre.php:449
|
103 |
+
msgid "Name"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: classes/ssb-settings-strucutre.php:465
|
107 |
+
msgid "Recommended Plugins"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: classes/ssb-settings-strucutre.php:687
|
111 |
+
msgid "Choose File"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: classes/ssb-settings.php:30
|
115 |
+
msgid "Social Buttons"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: classes/ssb-settings.php:35
|
119 |
+
msgid "Social Buttons Designs"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: classes/ssb-settings.php:40
|
123 |
+
msgid "Social Buttons Postions"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: classes/ssb-settings.php:45
|
127 |
+
msgid "Sidebar"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: classes/ssb-settings.php:50
|
131 |
+
msgid "On Media"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: classes/ssb-settings.php:55
|
135 |
+
msgid "Popup"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: classes/ssb-settings.php:60
|
139 |
+
msgid "Fly In"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: classes/ssb-settings.php:65
|
143 |
+
msgid "InLine"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: classes/ssb-settings.php:70
|
147 |
+
msgid "Additional features"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: classes/ssb-settings.php:122
|
151 |
+
msgid "Sidebar Orientation"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: classes/ssb-settings.php:123 classes/ssb-settings.php:201
|
155 |
+
msgid "<h4>Display Settings</h4>"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: classes/ssb-settings.php:134
|
159 |
+
msgid "Intro Animation"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: classes/ssb-settings.php:149 classes/ssb-settings.php:240
|
163 |
+
msgid "Display Share Counts"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: classes/ssb-settings.php:155 classes/ssb-settings.php:246
|
167 |
+
msgid "Display Total Shares"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: classes/ssb-settings.php:161 classes/ssb-settings.php:252
|
171 |
+
msgid "Add Icon Spacing"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: classes/ssb-settings.php:174 classes/ssb-settings.php:265
|
175 |
+
msgid "Hide On Mobile Devices"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: classes/ssb-settings.php:180 classes/ssb-settings.php:290
|
179 |
+
msgid "Post type Settings"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: classes/ssb-settings.php:181 classes/ssb-settings.php:291
|
183 |
+
#: classes/ssb-settings.php:333
|
184 |
+
msgid "Multi checkbox description"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: classes/ssb-settings.php:189
|
188 |
+
msgid ""
|
189 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: classes/ssb-settings.php:190 classes/ssb-settings.php:300
|
193 |
+
#: classes/ssb-settings.php:347 classes/ssb-settings.php:356
|
194 |
+
#: classes/ssb-settings.php:365
|
195 |
+
msgid ""
|
196 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
197 |
+
"buttons of your own choice that matches with your website color schemes. "
|
198 |
+
"These social buttons will help in driving more engagement and traffic to "
|
199 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
200 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
201 |
+
"more!"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: classes/ssb-settings.php:200
|
205 |
+
msgid "Icon Position"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: classes/ssb-settings.php:213
|
209 |
+
msgid "Icon Alignment"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: classes/ssb-settings.php:225
|
213 |
+
msgid "Animation"
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: classes/ssb-settings.php:271
|
217 |
+
msgid "Show at Category pages"
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: classes/ssb-settings.php:277
|
221 |
+
msgid "Show at Archive pages"
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: classes/ssb-settings.php:284
|
225 |
+
msgid "Show at Tag pages"
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: classes/ssb-settings.php:299
|
229 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: classes/ssb-settings.php:317
|
233 |
+
msgid "Icon Style"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: classes/ssb-settings.php:332
|
237 |
+
msgid "Postions"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: classes/ssb-settings.php:346
|
241 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: classes/ssb-settings.php:355
|
245 |
+
msgid ""
|
246 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: classes/ssb-settings.php:364
|
250 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: classes/ssb-settings.php:373
|
254 |
+
msgid "Twitter @username:"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: inc/ssb-deactivate-form.php:84
|
258 |
+
msgid "Quick feedback about Simple Social Buttons"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: inc/ssb-deactivate-form.php:87
|
262 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: inc/ssb-deactivate-form.php:94
|
266 |
+
msgid "I only needed the plugin for a short period"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: inc/ssb-deactivate-form.php:103
|
270 |
+
msgid "I found a better plugin"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: inc/ssb-deactivate-form.php:106
|
274 |
+
msgid "Kindly tell us the name of plugin"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: inc/ssb-deactivate-form.php:113
|
278 |
+
msgid "The plugin broke my site"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: inc/ssb-deactivate-form.php:122
|
282 |
+
msgid "The plugin suddenly stopped working"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: inc/ssb-deactivate-form.php:131
|
286 |
+
msgid "I no longer need the plugin"
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: inc/ssb-deactivate-form.php:140
|
290 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: inc/ssb-deactivate-form.php:149
|
294 |
+
msgid "Other"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: inc/ssb-deactivate-form.php:152
|
298 |
+
msgid "Kindly tell us the reason so we can improve."
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: inc/ssb-deactivate-form.php:157
|
302 |
+
msgid "Anonymous feedback"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: inc/ssb-deactivate-form.php:162
|
306 |
+
msgid "Cancel"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: simple-social-buttons.php:371
|
310 |
+
msgid "Vote!"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#. Plugin Name of the plugin/theme
|
314 |
+
msgid "Simple Social Buttons"
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#. Plugin URI of the plugin/theme
|
318 |
+
msgid "http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#. Description of the plugin/theme
|
322 |
+
msgid ""
|
323 |
+
"Insert social buttons into posts, pages and archives: <code>Facebook</code> "
|
324 |
+
"\"Like it\", \"Share\", <code>Google</code> Plus One \"+1\", <code>Twitter</"
|
325 |
+
"code> share, <code>LinkedIn</code> and <code>Pinterest</code>."
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#. Author of the plugin/theme
|
329 |
+
msgid "WPBrigade"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#. Author URI of the plugin/theme
|
333 |
+
msgid "http://www.WPBrigade.com/"
|
334 |
+
msgstr ""
|
lang/simplesocialbuttons-da_DK.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-da_DK.po
CHANGED
@@ -2,202 +2,460 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: German\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "Indstillinger"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB indstillinger"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "Gem Simple Social Buttons"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "inaktiv"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
msgid "
|
66 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
msgid "
|
70 |
-
msgstr "
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr "Før indholdet"
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "Efter indholdet"
|
85 |
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
|
|
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "Vis på kategorisider"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "Vis på arkivsider"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Vis på tagsider"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
|
142 |
-
#: ../ssb-
|
143 |
-
msgid "
|
144 |
-
|
|
|
145 |
|
146 |
-
#: ../ssb-
|
147 |
-
msgid "
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: ../ssb-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
-
#: ../ssb-
|
155 |
-
|
156 |
-
|
|
|
|
|
157 |
|
158 |
-
#: ../ssb-
|
159 |
-
msgid "
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: ../ssb-
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: ../ssb-
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: ../ssb-
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: ../ssb-
|
175 |
-
msgid "
|
176 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
msgstr "Paweł Rabinek på Google Plus"
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
msgstr "LinkedIn Profil"
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
msgstr "Nyttige links:"
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
msgstr "Ubegrænset webhosting"
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "Bedste SEO software"
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr "Wordpress templates"
|
201 |
|
202 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
203 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:37+0500\n"
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Indstillinger"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB indstillinger"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Gem Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Følg mig på Twitter"
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek på Facebook"
|
90 |
+
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Gem Simple Social Buttons"
|
120 |
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
164 |
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
168 |
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
|
|
176 |
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
|
|
180 |
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Indstillinger"
|
187 |
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Vis på kategorisider"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Vis på arkivsider"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Vis på tagsider"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
+
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
+
msgstr ""
|
264 |
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
+
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Twitter deling"
|
270 |
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Gem Simple Social Buttons"
|
276 |
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
291 |
+
msgstr ""
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong> af<strong>Paweł Rabinek</strong>. "
|
336 |
+
#~ "Denne plugin tilføjer social media knapper som <strong>Google +1</"
|
337 |
+
#~ "strong>, <strong>Facebook Like</strong> og <strong>Twitter</strong>. Den "
|
338 |
+
#~ "mest fleksible social button plugin nogensinde."
|
339 |
+
|
340 |
+
#~ msgid "Select buttons"
|
341 |
+
#~ msgstr "Vælg knapper"
|
342 |
+
|
343 |
+
#~ msgid "Select social media buttons:"
|
344 |
+
#~ msgstr "Vælg social media knapper:"
|
345 |
+
|
346 |
+
#~ msgid "inactive"
|
347 |
+
#~ msgstr "inaktiv"
|
348 |
+
|
349 |
+
#~ msgid "Google plus one (+1)"
|
350 |
+
#~ msgstr "Google plus en (+1)"
|
351 |
+
|
352 |
+
#~ msgid "Facebook Like it"
|
353 |
+
#~ msgstr "Facebook Like"
|
354 |
+
|
355 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
356 |
+
#~ msgstr "Deaktiver plugin CSS (kun for avancerede brugere)"
|
357 |
+
|
358 |
+
#~ msgid "Single posts - display settings"
|
359 |
+
#~ msgstr "Enkelt poster - visningsindstillinger"
|
360 |
+
|
361 |
+
#~ msgid "Place buttons on single post:"
|
362 |
+
#~ msgstr "Placer knapper på enkelte poster:"
|
363 |
+
|
364 |
+
#~ msgid "Before the content"
|
365 |
+
#~ msgstr "Før indholdet"
|
366 |
+
|
367 |
+
#~ msgid "After the content"
|
368 |
+
#~ msgstr "Efter indholdet"
|
369 |
+
|
370 |
+
#~ msgid "Single pages - display settings"
|
371 |
+
#~ msgstr "Enkelte sider - visningsindstillinger"
|
372 |
+
|
373 |
+
#~ msgid "Place buttons on single pages:"
|
374 |
+
#~ msgstr "Placer knapper på enkelte sider:"
|
375 |
+
|
376 |
+
#~ msgid "Before the page content"
|
377 |
+
#~ msgstr "Før indholdet"
|
378 |
+
|
379 |
+
#~ msgid "After the page content"
|
380 |
+
#~ msgstr "Efter indholdet"
|
381 |
+
|
382 |
+
#~ msgid "Archives - display settings"
|
383 |
+
#~ msgstr "Arkiver - visningsindstillinger"
|
384 |
+
|
385 |
+
#~ msgid "Select additional places to display buttons:"
|
386 |
+
#~ msgstr "Vælg ekstra steder at vise knapper:"
|
387 |
+
|
388 |
+
#~ msgid "Show at frontpage"
|
389 |
+
#~ msgstr "Vis på forsiden"
|
390 |
+
|
391 |
+
#~ msgid "Place buttons on archives:"
|
392 |
+
#~ msgstr "Placer knapper i arkiver:"
|
393 |
+
|
394 |
+
#~ msgid "Save Changes"
|
395 |
+
#~ msgstr "Gem ændringer"
|
396 |
+
|
397 |
+
#~ msgid "About this plugin:"
|
398 |
+
#~ msgstr "Om denne plugin:"
|
399 |
+
|
400 |
+
#~ msgid ""
|
401 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
402 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
403 |
+
#~ msgstr ""
|
404 |
+
#~ "Kontakt <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
405 |
+
#~ "\">@rabinek</a> på Twitter ang. bugs og feature ønsker."
|
406 |
+
|
407 |
+
#~ msgid "Enjoy the plugin?"
|
408 |
+
#~ msgstr "Kan du lide denne plugin?"
|
409 |
+
|
410 |
+
#~ msgid ""
|
411 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
412 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
413 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
414 |
+
#~ msgstr ""
|
415 |
+
#~ "<a href=\"http://twitter.com/?status=Jeg bruger @rabinek's - WordPress "
|
416 |
+
#~ "Simple Social Buttons plugin - check den ud! http://blog.rabinek.pl/\" "
|
417 |
+
#~ "target=\"_blank\">Tweete om det</a> og overvej en donation."
|
418 |
+
|
419 |
+
#~ msgid ""
|
420 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
421 |
+
#~ "support your open source developers. Thank you!"
|
422 |
+
#~ msgstr ""
|
423 |
+
#~ "<strong>Donation:</strong>Der koster en masse hårdt arbejde at lave "
|
424 |
+
#~ "plugins - støt dine open source udviklere. Tak!"
|
425 |
+
|
426 |
+
#~ msgid "About the author:"
|
427 |
+
#~ msgstr "Om udvikleren:"
|
428 |
+
|
429 |
+
#~ msgid ""
|
430 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
431 |
+
#~ "social media, PHP and Wordpress developement."
|
432 |
+
#~ msgstr ""
|
433 |
+
#~ "Hej! Mit navn er Pawel Rabinek (også kendt som xradar). Jeg interesserer "
|
434 |
+
#~ "mig for SEO, sociale medier, PHP og Wordpress udvikling."
|
435 |
+
|
436 |
+
#~ msgid "My blog about SEO"
|
437 |
+
#~ msgstr "Min blog om SEO"
|
438 |
+
|
439 |
+
#~ msgid "[Polish]"
|
440 |
+
#~ msgstr " [Polsk]"
|
441 |
|
442 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
443 |
+
#~ msgstr "Paweł Rabinek på Google Plus"
|
|
|
444 |
|
445 |
+
#~ msgid "LinkedIn profile"
|
446 |
+
#~ msgstr "LinkedIn Profil"
|
|
|
447 |
|
448 |
+
#~ msgid "Usefull links:"
|
449 |
+
#~ msgstr "Nyttige links:"
|
|
|
450 |
|
451 |
+
#~ msgid "Unlimited web hosting"
|
452 |
+
#~ msgstr "Ubegrænset webhosting"
|
|
|
453 |
|
454 |
+
#~ msgid "Best SEO software"
|
455 |
+
#~ msgstr "Bedste SEO software"
|
|
|
456 |
|
457 |
+
#~ msgid "Wordpress templates"
|
458 |
+
#~ msgstr "Wordpress templates"
|
|
|
459 |
|
460 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
461 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-de_DE.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-de_DE.po
CHANGED
@@ -2,203 +2,460 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: German\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "Einstellungen"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB einstellungen"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "Verbergen Simple Social Buttons"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "inaktiv"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
msgid "
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr "Vor dem Inhalt"
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "Nach dem Inhalt"
|
85 |
|
86 |
-
#: ../ssb-
|
87 |
-
msgid "
|
88 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
|
|
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "Zeige in den Kategorien"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "Zeige bei Archiven"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Zeige bei Stichworten"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
-
#: ../ssb-
|
|
|
|
|
|
|
|
|
131 |
#, fuzzy
|
132 |
-
msgid "
|
133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
|
135 |
-
#: ../ssb-
|
136 |
-
msgid "
|
137 |
-
msgstr "
|
138 |
|
139 |
-
#: ../ssb-
|
140 |
-
msgid "
|
141 |
-
msgstr "
|
142 |
|
143 |
-
#: ../ssb-
|
144 |
-
msgid "
|
145 |
-
msgstr "
|
146 |
|
147 |
-
#: ../ssb-
|
148 |
-
msgid "
|
149 |
-
msgstr "
|
150 |
|
151 |
-
#: ../ssb-
|
152 |
-
msgid "
|
153 |
-
msgstr "
|
154 |
|
155 |
-
#: ../ssb-
|
156 |
-
msgid "
|
157 |
-
msgstr "
|
158 |
|
159 |
-
#: ../ssb-
|
160 |
-
msgid "
|
161 |
-
msgstr "
|
162 |
|
163 |
-
#: ../ssb-
|
164 |
-
msgid "
|
165 |
-
msgstr "
|
166 |
|
167 |
-
#: ../ssb-
|
168 |
-
msgid "
|
169 |
-
msgstr "
|
170 |
|
171 |
-
#: ../ssb-
|
172 |
-
msgid "
|
173 |
-
msgstr "
|
174 |
|
175 |
-
#: ../ssb-
|
176 |
-
msgid "
|
177 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
-
|
180 |
-
|
181 |
-
msgstr "Paweł Rabinek bei Google Plus"
|
182 |
|
183 |
-
|
184 |
-
|
185 |
-
msgstr "LinkedIn Profil"
|
186 |
|
187 |
-
|
188 |
-
|
189 |
-
msgstr "Nützliche Links :"
|
190 |
|
191 |
-
|
192 |
-
|
193 |
-
msgstr "Unlimitiertes Webhosting"
|
194 |
|
195 |
-
|
196 |
-
|
197 |
-
msgstr "Beste SEO Software"
|
198 |
|
199 |
-
|
200 |
-
|
201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
204 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:37+0500\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Einstellungen"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB einstellungen"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Verbergen Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Folge mir bei Twitter !"
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek bei Facebook"
|
90 |
+
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Verbergen Simple Social Buttons"
|
120 |
+
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
|
|
164 |
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
|
|
168 |
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Einstellungen"
|
187 |
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Zeige in den Kategorien"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Zeige bei Archiven"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Zeige bei Stichworten"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
+
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Twitter teilen"
|
270 |
+
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Verbergen Simple Social Buttons"
|
276 |
+
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
291 |
+
msgstr ""
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong>, von <strong>Paweł Rabinek</"
|
336 |
+
#~ "strong>. Cette extension ajoute des boutons de réseaux sociaux, comme "
|
337 |
+
#~ "<strong>Google +1</strong>, <strong>Facebook J'aime</strong> et "
|
338 |
+
#~ "<strong>Twitter</strong>. La plus flexible des extensions de boutons de "
|
339 |
+
#~ "réseaux sociaux !"
|
340 |
+
|
341 |
+
#~ msgid "Select buttons"
|
342 |
+
#~ msgstr "Buttons auswählen"
|
343 |
+
|
344 |
+
#~ msgid "Select social media buttons:"
|
345 |
+
#~ msgstr "Wähle Social Media Buttons:"
|
346 |
+
|
347 |
+
#~ msgid "inactive"
|
348 |
+
#~ msgstr "inaktiv"
|
349 |
+
|
350 |
+
#~ msgid "Google plus one (+1)"
|
351 |
+
#~ msgstr "Google plus eins (+1)"
|
352 |
+
|
353 |
+
#~ msgid "Facebook Like it"
|
354 |
+
#~ msgstr "Facebook gefällt mir"
|
355 |
+
|
356 |
+
#~ msgid "Single posts - display settings"
|
357 |
+
#~ msgstr "Einzelne Beiträge - Display Einstellungen"
|
358 |
|
359 |
+
#~ msgid "Place buttons on single post:"
|
360 |
+
#~ msgstr "Füge Buttons bei einzelnen Beitrag ein:"
|
|
|
361 |
|
362 |
+
#~ msgid "Before the content"
|
363 |
+
#~ msgstr "Vor dem Inhalt"
|
|
|
364 |
|
365 |
+
#~ msgid "After the content"
|
366 |
+
#~ msgstr "Nach dem Inhalt"
|
|
|
367 |
|
368 |
+
#~ msgid "Single pages - display settings"
|
369 |
+
#~ msgstr "Einzelne Seiten - Display Einstellungen"
|
|
|
370 |
|
371 |
+
#~ msgid "Place buttons on single pages:"
|
372 |
+
#~ msgstr "Füge die Buttons auf einzelnen Seiten ein:"
|
|
|
373 |
|
374 |
+
#~ msgid "Before the page content"
|
375 |
+
#~ msgstr "Vor dem Seiteninhalt"
|
376 |
+
|
377 |
+
#~ msgid "After the page content"
|
378 |
+
#~ msgstr "Nach dem Seiteninhalt"
|
379 |
+
|
380 |
+
#~ msgid "Archives - display settings"
|
381 |
+
#~ msgstr "Archives - Display Einstellungen"
|
382 |
+
|
383 |
+
#~ msgid "Select additional places to display buttons:"
|
384 |
+
#~ msgstr "Wähle weitere Orte um die Buttons anzuzeigen:"
|
385 |
+
|
386 |
+
#~ msgid "Show at frontpage"
|
387 |
+
#~ msgstr "Zeige auf der Hauptseite"
|
388 |
+
|
389 |
+
#~ msgid "Place buttons on archives:"
|
390 |
+
#~ msgstr "Zeige Buttons in den Archiven:"
|
391 |
+
|
392 |
+
#, fuzzy
|
393 |
+
#~ msgid "Save Changes"
|
394 |
+
#~ msgstr "Einstellungen speichern"
|
395 |
+
|
396 |
+
#~ msgid "About this plugin:"
|
397 |
+
#~ msgstr "Über dieses Plugin"
|
398 |
+
|
399 |
+
#~ msgid ""
|
400 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
401 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
402 |
+
#~ msgstr ""
|
403 |
+
#~ "Kontaktiere <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
404 |
+
#~ "\">@rabinek</a> auf Twitter bei Bugs und Erweiterungen."
|
405 |
+
|
406 |
+
#~ msgid "Enjoy the plugin?"
|
407 |
+
#~ msgstr "Gefällt dir das Plugin?"
|
408 |
+
|
409 |
+
#~ msgid ""
|
410 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
411 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
412 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
413 |
+
#~ msgstr ""
|
414 |
+
#~ "<a href=\"http://twitter.com/?status=Ich verwende @rabinek's - WordPress "
|
415 |
+
#~ "Simple Social Buttons ! http://blog.rabinek.pl/\" target=\"_blank"
|
416 |
+
#~ "\">Tweete dadrüber</a> und erwäge eine Spende."
|
417 |
+
|
418 |
+
#~ msgid ""
|
419 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
420 |
+
#~ "support your open source developers. Thank you!"
|
421 |
+
#~ msgstr ""
|
422 |
+
#~ "<strong>Spenden :</strong> Eine Menge harte Arbeit wurde in das "
|
423 |
+
#~ "entwickeln von Plugins investiert - unterstütze deine OpenSource "
|
424 |
+
#~ "Entwickler. Danke !"
|
425 |
+
|
426 |
+
#~ msgid "About the author:"
|
427 |
+
#~ msgstr "Über den Autor :"
|
428 |
+
|
429 |
+
#~ msgid ""
|
430 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
431 |
+
#~ "social media, PHP and Wordpress developement."
|
432 |
+
#~ msgstr ""
|
433 |
+
#~ "Hallo ! Mein Name ist Paweł Rabinek (auch bekannt als xradar). Ich "
|
434 |
+
#~ "interessiere mich für SEO und Social Media, PHP und WordPress Entwicklung."
|
435 |
+
|
436 |
+
#~ msgid "My blog about SEO"
|
437 |
+
#~ msgstr "Mein Blog über SEO"
|
438 |
+
|
439 |
+
#~ msgid "[Polish]"
|
440 |
+
#~ msgstr " [Polnisch]"
|
441 |
+
|
442 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
443 |
+
#~ msgstr "Paweł Rabinek bei Google Plus"
|
444 |
+
|
445 |
+
#~ msgid "LinkedIn profile"
|
446 |
+
#~ msgstr "LinkedIn Profil"
|
447 |
+
|
448 |
+
#~ msgid "Usefull links:"
|
449 |
+
#~ msgstr "Nützliche Links :"
|
450 |
+
|
451 |
+
#~ msgid "Unlimited web hosting"
|
452 |
+
#~ msgstr "Unlimitiertes Webhosting"
|
453 |
+
|
454 |
+
#~ msgid "Best SEO software"
|
455 |
+
#~ msgstr "Beste SEO Software"
|
456 |
+
|
457 |
+
#~ msgid "Wordpress templates"
|
458 |
+
#~ msgstr "WordPress Themes"
|
459 |
|
460 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
461 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-es_ES.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-es_ES.po
CHANGED
@@ -2,202 +2,461 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: German\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "Opciones"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB opciones"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "Ocultar Simple Social Buttons"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "inactivo"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
msgid "
|
66 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
msgid "
|
70 |
-
msgstr "
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr "Antes del contenido"
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "Después del contenido"
|
85 |
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
|
|
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "Páginas de categorías"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "Páginas de archivo"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Páginas de etiquetas"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
|
142 |
-
#: ../ssb-
|
143 |
-
msgid "
|
144 |
-
|
|
|
145 |
|
146 |
-
#: ../ssb-
|
147 |
-
msgid "
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: ../ssb-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
-
#: ../ssb-
|
155 |
-
|
156 |
-
|
|
|
|
|
157 |
|
158 |
-
#: ../ssb-
|
159 |
-
msgid "
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: ../ssb-
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: ../ssb-
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: ../ssb-
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: ../ssb-
|
175 |
-
msgid "
|
176 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
msgstr "Paweł Rabinek en Google Plus"
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
msgstr "Perfil en LinkedIn"
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
msgstr "Links interesantes:"
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
msgstr "Alojamiento web ilimitado"
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "Mejor software SEO"
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr "Plantillas de Wordpress"
|
201 |
|
202 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
203 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:37+0500\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Opciones"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB opciones"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Ocultar Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Sígueme en Twitter"
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek en Facebook"
|
90 |
+
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Ocultar Simple Social Buttons"
|
120 |
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
164 |
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
168 |
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
|
|
176 |
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
|
|
180 |
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Opciones"
|
187 |
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Páginas de categorías"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Páginas de archivo"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Páginas de etiquetas"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
+
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
+
msgstr ""
|
264 |
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
+
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Compartir en Twitter"
|
270 |
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Ocultar Simple Social Buttons"
|
276 |
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
291 |
+
msgstr ""
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong>, autor <strong>Paweł Rabinek</"
|
336 |
+
#~ "strong>. Este plugin añade iconos de redes sociales como: <strong>Google "
|
337 |
+
#~ "+1</strong>, <strong>Facebook Me gusta</strong> y <strong>Compartir en "
|
338 |
+
#~ "Twitter</strong>. El plugin social más flexible que puedes encontrar."
|
339 |
+
|
340 |
+
#~ msgid "Select buttons"
|
341 |
+
#~ msgstr "Selecciona botones"
|
342 |
+
|
343 |
+
#~ msgid "Select social media buttons:"
|
344 |
+
#~ msgstr "Selecciona botones de redes sociales: "
|
345 |
+
|
346 |
+
#~ msgid "inactive"
|
347 |
+
#~ msgstr "inactivo"
|
348 |
+
|
349 |
+
#~ msgid "Google plus one (+1)"
|
350 |
+
#~ msgstr "Google plus (+1) "
|
351 |
+
|
352 |
+
#~ msgid "Facebook Like it"
|
353 |
+
#~ msgstr "Facebook Me gusta"
|
354 |
+
|
355 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
356 |
+
#~ msgstr "Desactivar los CSS del plugin (solo para usuarios avanzados)"
|
357 |
+
|
358 |
+
#~ msgid "Single posts - display settings"
|
359 |
+
#~ msgstr "Post individuales - mostrar opciones"
|
360 |
+
|
361 |
+
#~ msgid "Place buttons on single post:"
|
362 |
+
#~ msgstr "Colocar los botones en un post individual:"
|
363 |
+
|
364 |
+
#~ msgid "Before the content"
|
365 |
+
#~ msgstr "Antes del contenido"
|
366 |
+
|
367 |
+
#~ msgid "After the content"
|
368 |
+
#~ msgstr "Después del contenido"
|
369 |
+
|
370 |
+
#~ msgid "Single pages - display settings"
|
371 |
+
#~ msgstr "Páginas individuales - mostrar opciones"
|
372 |
+
|
373 |
+
#~ msgid "Place buttons on single pages:"
|
374 |
+
#~ msgstr "Colocar los botones en páginas individuales:"
|
375 |
+
|
376 |
+
#~ msgid "Before the page content"
|
377 |
+
#~ msgstr "Antes del contenido de la página"
|
378 |
+
|
379 |
+
#~ msgid "After the page content"
|
380 |
+
#~ msgstr "Después del contenido de la página"
|
381 |
+
|
382 |
+
#~ msgid "Archives - display settings"
|
383 |
+
#~ msgstr "Archivo - mostrar opciones"
|
384 |
+
|
385 |
+
#~ msgid "Select additional places to display buttons:"
|
386 |
+
#~ msgstr "Selecciona lugares adicionales donde mostrar los botones:"
|
387 |
+
|
388 |
+
#~ msgid "Show at frontpage"
|
389 |
+
#~ msgstr "Pagina de entrada"
|
390 |
+
|
391 |
+
#~ msgid "Place buttons on archives:"
|
392 |
+
#~ msgstr "Colocar los botones en archivo:"
|
393 |
+
|
394 |
+
#~ msgid "Save Changes"
|
395 |
+
#~ msgstr "Guardar cambios"
|
396 |
+
|
397 |
+
#~ msgid "About this plugin:"
|
398 |
+
#~ msgstr "Sobre este plugin:"
|
399 |
+
|
400 |
+
#~ msgid ""
|
401 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
402 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
403 |
+
#~ msgstr ""
|
404 |
+
#~ "Habla con <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
405 |
+
#~ "\">@rabinek</a> en Twitter para solución de bugs o peticiones de nuevas "
|
406 |
+
#~ "características."
|
407 |
+
|
408 |
+
#~ msgid "Enjoy the plugin?"
|
409 |
+
#~ msgstr "Te gusta el plugin?"
|
410 |
+
|
411 |
+
#~ msgid ""
|
412 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
413 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
414 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
415 |
+
#~ msgstr ""
|
416 |
+
#~ "<a href=\"http://twitter.com/?status=Estoy usando el plugin Simple Social "
|
417 |
+
#~ "Buttons! de @rabinek - para WordPress http://blog.rabinek.pl/\" target="
|
418 |
+
#~ "\"_blank\">Twittea sobre él</a> y piensa en hacer una donación."
|
419 |
+
|
420 |
+
#~ msgid ""
|
421 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
422 |
+
#~ "support your open source developers. Thank you!"
|
423 |
+
#~ msgstr ""
|
424 |
+
#~ "<strong>Dona:</strong> Hay mucho trabajo a la hora de realizar plugins, "
|
425 |
+
#~ "apoya a tus desarrolladores open source. Gracias!"
|
426 |
+
|
427 |
+
#~ msgid "About the author:"
|
428 |
+
#~ msgstr "Sobre el autor:"
|
429 |
+
|
430 |
+
#~ msgid ""
|
431 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
432 |
+
#~ "social media, PHP and Wordpress developement."
|
433 |
+
#~ msgstr ""
|
434 |
+
#~ "Hola! mi nombre es Pawel Rabinek (aka xradar). Estoy interesado en SEO y "
|
435 |
+
#~ "Social Media, así como desarrollo en PHP y Wordpress."
|
436 |
+
|
437 |
+
#~ msgid "My blog about SEO"
|
438 |
+
#~ msgstr "Mi blog sobre SEO"
|
439 |
+
|
440 |
+
#~ msgid "[Polish]"
|
441 |
+
#~ msgstr " "
|
442 |
|
443 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
444 |
+
#~ msgstr "Paweł Rabinek en Google Plus"
|
|
|
445 |
|
446 |
+
#~ msgid "LinkedIn profile"
|
447 |
+
#~ msgstr "Perfil en LinkedIn"
|
|
|
448 |
|
449 |
+
#~ msgid "Usefull links:"
|
450 |
+
#~ msgstr "Links interesantes:"
|
|
|
451 |
|
452 |
+
#~ msgid "Unlimited web hosting"
|
453 |
+
#~ msgstr "Alojamiento web ilimitado"
|
|
|
454 |
|
455 |
+
#~ msgid "Best SEO software"
|
456 |
+
#~ msgstr "Mejor software SEO"
|
|
|
457 |
|
458 |
+
#~ msgid "Wordpress templates"
|
459 |
+
#~ msgstr "Plantillas de Wordpress"
|
|
|
460 |
|
461 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
462 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-fr_FR.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-fr_FR.po
CHANGED
@@ -2,203 +2,460 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (FR: Emmanuel Beziat) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: French\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "Paramètres"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB paramètres"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "Cacher Simple Social Buttons"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "inactives"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
msgid "
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr "Avant le contenu"
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "Après le contenu"
|
85 |
|
86 |
-
#: ../ssb-
|
87 |
-
msgid "
|
88 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
|
|
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "Afficher sur les pages de catégories"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "Afficher sur les pages d'archives"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Affichers sur les pages de tags"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
-
#: ../ssb-
|
|
|
|
|
|
|
|
|
131 |
#, fuzzy
|
132 |
-
msgid "
|
133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
|
135 |
-
#: ../ssb-
|
136 |
-
msgid "
|
137 |
-
msgstr "
|
138 |
|
139 |
-
#: ../ssb-
|
140 |
-
msgid "
|
141 |
-
msgstr "
|
142 |
|
143 |
-
#: ../ssb-
|
144 |
-
msgid "
|
145 |
-
msgstr "
|
146 |
|
147 |
-
#: ../ssb-
|
148 |
-
msgid "
|
149 |
-
msgstr "
|
150 |
|
151 |
-
#: ../ssb-
|
152 |
-
msgid "
|
153 |
-
msgstr "
|
154 |
|
155 |
-
#: ../ssb-
|
156 |
-
msgid "
|
157 |
-
msgstr "
|
158 |
|
159 |
-
#: ../ssb-
|
160 |
-
msgid "
|
161 |
-
msgstr "
|
162 |
|
163 |
-
#: ../ssb-
|
164 |
-
msgid "
|
165 |
-
msgstr "
|
166 |
|
167 |
-
#: ../ssb-
|
168 |
-
msgid "
|
169 |
-
msgstr "
|
170 |
|
171 |
-
#: ../ssb-
|
172 |
-
msgid "
|
173 |
-
msgstr "
|
174 |
|
175 |
-
#: ../ssb-
|
176 |
-
msgid "
|
177 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
-
|
180 |
-
|
181 |
-
msgstr "Paweł Rabinek sur Google Plus"
|
182 |
|
183 |
-
|
184 |
-
|
185 |
-
msgstr "Profil LinkedIn"
|
186 |
|
187 |
-
|
188 |
-
|
189 |
-
msgstr "Liens utiles :"
|
190 |
|
191 |
-
|
192 |
-
|
193 |
-
msgstr "Hébergement web illimité"
|
194 |
|
195 |
-
|
196 |
-
|
197 |
-
msgstr "Meilleur logiciel de référencement"
|
198 |
|
199 |
-
|
200 |
-
|
201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
204 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:37+0500\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (FR: Emmanuel Beziat) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: fr_FR\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Paramètres"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB paramètres"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Cacher Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Suivez-moi sur twitter !"
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek sur Facebook"
|
90 |
+
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Cacher Simple Social Buttons"
|
120 |
+
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
|
|
164 |
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
|
|
168 |
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Paramètres"
|
187 |
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Afficher sur les pages de catégories"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Afficher sur les pages d'archives"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Affichers sur les pages de tags"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
+
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Partage twitter"
|
270 |
+
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Cacher Simple Social Buttons"
|
276 |
+
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
291 |
+
msgstr ""
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong>, par <strong>Paweł Rabinek</"
|
336 |
+
#~ "strong>. Cette extension ajoute des boutons de réseaux sociaux, comme "
|
337 |
+
#~ "<strong>Google +1</strong>, <strong>Facebook J'aime</strong> et "
|
338 |
+
#~ "<strong>Twitter</strong>. La plus flexible des extensions de boutons de "
|
339 |
+
#~ "réseaux sociaux !"
|
340 |
+
|
341 |
+
#~ msgid "Select buttons"
|
342 |
+
#~ msgstr "Choisir les boutons"
|
343 |
+
|
344 |
+
#~ msgid "Select social media buttons:"
|
345 |
+
#~ msgstr "Choisissez les boutons de réseaux sociaux :"
|
346 |
+
|
347 |
+
#~ msgid "inactive"
|
348 |
+
#~ msgstr "inactives"
|
349 |
+
|
350 |
+
#~ msgid "Google plus one (+1)"
|
351 |
+
#~ msgstr "Google plus un (+1)"
|
352 |
+
|
353 |
+
#~ msgid "Facebook Like it"
|
354 |
+
#~ msgstr "Facebook J'aime"
|
355 |
+
|
356 |
+
#~ msgid "Single posts - display settings"
|
357 |
+
#~ msgstr "Articles seuls - paramètres d'affichages"
|
358 |
|
359 |
+
#~ msgid "Place buttons on single post:"
|
360 |
+
#~ msgstr "Placer les boutons sur un article seul :"
|
|
|
361 |
|
362 |
+
#~ msgid "Before the content"
|
363 |
+
#~ msgstr "Avant le contenu"
|
|
|
364 |
|
365 |
+
#~ msgid "After the content"
|
366 |
+
#~ msgstr "Après le contenu"
|
|
|
367 |
|
368 |
+
#~ msgid "Single pages - display settings"
|
369 |
+
#~ msgstr "Pages - paramètres d'affichage"
|
|
|
370 |
|
371 |
+
#~ msgid "Place buttons on single pages:"
|
372 |
+
#~ msgstr "Placer les boutons sur les pages :"
|
|
|
373 |
|
374 |
+
#~ msgid "Before the page content"
|
375 |
+
#~ msgstr "Avant le contenu de la page"
|
376 |
+
|
377 |
+
#~ msgid "After the page content"
|
378 |
+
#~ msgstr "Après le contenu de la page"
|
379 |
+
|
380 |
+
#~ msgid "Archives - display settings"
|
381 |
+
#~ msgstr "Archives - paramètres d'affichage"
|
382 |
+
|
383 |
+
#~ msgid "Select additional places to display buttons:"
|
384 |
+
#~ msgstr "Choisissez une place supplémentaire pour afficher les boutons :"
|
385 |
+
|
386 |
+
#~ msgid "Show at frontpage"
|
387 |
+
#~ msgstr "Afficher sur la page principale"
|
388 |
+
|
389 |
+
#~ msgid "Place buttons on archives:"
|
390 |
+
#~ msgstr "Placer les boutons sur les archives :"
|
391 |
+
|
392 |
+
#, fuzzy
|
393 |
+
#~ msgid "Save Changes"
|
394 |
+
#~ msgstr "Enregistrer les changement"
|
395 |
+
|
396 |
+
#~ msgid "About this plugin:"
|
397 |
+
#~ msgstr "À propos de cette extension"
|
398 |
+
|
399 |
+
#~ msgid ""
|
400 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
401 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
402 |
+
#~ msgstr ""
|
403 |
+
#~ "Parlez à <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
404 |
+
#~ "\">@rabinek</a> sur Twitter pour signaler les bugs ou demander des ajouts."
|
405 |
+
|
406 |
+
#~ msgid "Enjoy the plugin?"
|
407 |
+
#~ msgstr "Cette extension vous plaît ?"
|
408 |
+
|
409 |
+
#~ msgid ""
|
410 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
411 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
412 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
413 |
+
#~ msgstr ""
|
414 |
+
#~ "<a href=\"http://twitter.com/?status=J'utilise @rabinek - WordPress "
|
415 |
+
#~ "Simple Social Buttons ! http://blog.rabinek.pl/\" target=\"_blank"
|
416 |
+
#~ "\">Twittez cette info</a> et n'hésitez pas à faire un don !"
|
417 |
+
|
418 |
+
#~ msgid ""
|
419 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
420 |
+
#~ "support your open source developers. Thank you!"
|
421 |
+
#~ msgstr ""
|
422 |
+
#~ "<strong>Faire un don :</strong> Faire une extension demande beaucoup de "
|
423 |
+
#~ "travail - aidez les développeurs à améliorer leur travail. Merci !"
|
424 |
+
|
425 |
+
#~ msgid "About the author:"
|
426 |
+
#~ msgstr "À propos de l'auteur :"
|
427 |
+
|
428 |
+
#~ msgid ""
|
429 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
430 |
+
#~ "social media, PHP and Wordpress developement."
|
431 |
+
#~ msgstr ""
|
432 |
+
#~ "Salut ! Mon nom est Paweł Rabinek (surnommé xradar). Je m'intéresse "
|
433 |
+
#~ "beaucoup au référencement et aux réseaux sociaux, au développement PHP et "
|
434 |
+
#~ "pour WordPress."
|
435 |
+
|
436 |
+
#~ msgid "My blog about SEO"
|
437 |
+
#~ msgstr "Mon blog sur le référencement (SEO)"
|
438 |
+
|
439 |
+
#~ msgid "[Polish]"
|
440 |
+
#~ msgstr " "
|
441 |
+
|
442 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
443 |
+
#~ msgstr "Paweł Rabinek sur Google Plus"
|
444 |
+
|
445 |
+
#~ msgid "LinkedIn profile"
|
446 |
+
#~ msgstr "Profil LinkedIn"
|
447 |
+
|
448 |
+
#~ msgid "Usefull links:"
|
449 |
+
#~ msgstr "Liens utiles :"
|
450 |
+
|
451 |
+
#~ msgid "Unlimited web hosting"
|
452 |
+
#~ msgstr "Hébergement web illimité"
|
453 |
+
|
454 |
+
#~ msgid "Best SEO software"
|
455 |
+
#~ msgstr "Meilleur logiciel de référencement"
|
456 |
+
|
457 |
+
#~ msgid "Wordpress templates"
|
458 |
+
#~ msgstr "Thèmes pour WordPress"
|
459 |
|
460 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
461 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-lt_LT.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-lt_LT.po
CHANGED
@@ -2,202 +2,465 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: German\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "Nuostatos"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB Nuostatos"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "Paslėpti Simple Social Buttons"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "neaktyvus"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
msgid "
|
66 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
msgid "
|
70 |
-
msgstr "
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr "Prieš turinį"
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "Po turinio"
|
85 |
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
|
92 |
-
|
|
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
|
|
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "Rodyti kategorijų puslapiuose"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "Rodyti archyvo puslapiuose"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Rodyti gairių puslapiuose"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
|
142 |
-
#: ../ssb-
|
143 |
-
msgid "
|
144 |
-
|
|
|
145 |
|
146 |
-
#: ../ssb-
|
147 |
-
msgid "
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: ../ssb-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
-
#: ../ssb-
|
155 |
-
|
156 |
-
|
|
|
|
|
157 |
|
158 |
-
#: ../ssb-
|
159 |
-
msgid "
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: ../ssb-
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: ../ssb-
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: ../ssb-
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: ../ssb-
|
175 |
-
msgid "
|
176 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
msgstr "Paweł Rabinek Google Plus socialiniame tinkle"
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
msgstr "LinkedIn Profilis"
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
msgstr "Naudingos nuorodos :"
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
msgstr "Neribojamo svetainių talpinimo paslaugos"
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "Geriausia paieškų optimizavimo sistemų (SEO) programinė įranga"
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr "WordPress šablonai"
|
201 |
|
202 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
203 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:37+0500\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "Nuostatos"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB Nuostatos"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Paslėpti Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Sekite mane Twitter socialiniame tinkle"
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek Facebook socialiniame tinkle"
|
90 |
+
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Paslėpti Simple Social Buttons"
|
120 |
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
164 |
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
168 |
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
|
|
176 |
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
|
|
180 |
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Nuostatos"
|
187 |
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Rodyti kategorijų puslapiuose"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Rodyti archyvo puslapiuose"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Rodyti gairių puslapiuose"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
+
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
+
msgstr ""
|
264 |
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
+
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Twitter share"
|
270 |
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Paslėpti Simple Social Buttons"
|
276 |
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
291 |
+
msgstr ""
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong>, sukurta <strong>Paweł Rabinek</"
|
336 |
+
#~ "strong>. Šis papildinys prideda socialinių tinklų, tokių kaip "
|
337 |
+
#~ "<strong>Google +1</strong>, <strong>Facebook Like It</strong> ir "
|
338 |
+
#~ "<strong>Twitter Share</strong> panaudojimo galimybę. Lanksčiausias kada "
|
339 |
+
#~ "nors sukurtas socialinių tinklų mygtukų papildinys."
|
340 |
+
|
341 |
+
#~ msgid "Select buttons"
|
342 |
+
#~ msgstr "Pasirinkti mygtukus"
|
343 |
+
|
344 |
+
#~ msgid "Select social media buttons:"
|
345 |
+
#~ msgstr "Pasirinkti socialinių tinklų mygtukus:"
|
346 |
+
|
347 |
+
#~ msgid "inactive"
|
348 |
+
#~ msgstr "neaktyvus"
|
349 |
+
|
350 |
+
#~ msgid "Google plus one (+1)"
|
351 |
+
#~ msgstr "Google plus one (+1)"
|
352 |
+
|
353 |
+
#~ msgid "Facebook Like it"
|
354 |
+
#~ msgstr "Facebook Like it"
|
355 |
+
|
356 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
357 |
+
#~ msgstr "Išjungti papildinio CSS (tik pažengusiems vartotojams)"
|
358 |
+
|
359 |
+
#~ msgid "Single posts - display settings"
|
360 |
+
#~ msgstr "Pavieniai įrašai - rodyti nuostatas"
|
361 |
+
|
362 |
+
#~ msgid "Place buttons on single post:"
|
363 |
+
#~ msgstr "Pridėti mygtukus pavieniame įraše:"
|
364 |
+
|
365 |
+
#~ msgid "Before the content"
|
366 |
+
#~ msgstr "Prieš turinį"
|
367 |
+
|
368 |
+
#~ msgid "After the content"
|
369 |
+
#~ msgstr "Po turinio"
|
370 |
+
|
371 |
+
#~ msgid "Single pages - display settings"
|
372 |
+
#~ msgstr "Pavieniai puslapiai - rodyti parinktis"
|
373 |
+
|
374 |
+
#~ msgid "Place buttons on single pages:"
|
375 |
+
#~ msgstr "Pridėti mygtukus pavieniuose puslapiuose:"
|
376 |
+
|
377 |
+
#~ msgid "Before the page content"
|
378 |
+
#~ msgstr "Prieš puslapio turinį"
|
379 |
+
|
380 |
+
#~ msgid "After the page content"
|
381 |
+
#~ msgstr "Po puslapio turinio"
|
382 |
+
|
383 |
+
#~ msgid "Archives - display settings"
|
384 |
+
#~ msgstr "Archyvai - parodyti nuostatas"
|
385 |
+
|
386 |
+
#~ msgid "Select additional places to display buttons:"
|
387 |
+
#~ msgstr "Pasirinkti papildomas mygtukų rodymo sritis:"
|
388 |
+
|
389 |
+
#~ msgid "Show at frontpage"
|
390 |
+
#~ msgstr "Rodyti tituliniame puslapyje"
|
391 |
+
|
392 |
+
#~ msgid "Place buttons on archives:"
|
393 |
+
#~ msgstr "Pridėti mygtukus archyvuose:"
|
394 |
+
|
395 |
+
#~ msgid "Save Changes"
|
396 |
+
#~ msgstr "Įrašyti Pakeitimus"
|
397 |
+
|
398 |
+
#~ msgid "About this plugin:"
|
399 |
+
#~ msgstr "Apie šį papildinį:"
|
400 |
+
|
401 |
+
#~ msgid ""
|
402 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
403 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
404 |
+
#~ msgstr ""
|
405 |
+
#~ "Praneškite <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
406 |
+
#~ "\">@rabinek</a> Twitter socialiniame tinkle apie rastas programavimo "
|
407 |
+
#~ "klaidas arba ateities pageidavimus."
|
408 |
+
|
409 |
+
#~ msgid "Enjoy the plugin?"
|
410 |
+
#~ msgstr "Patinka šis papildinys?"
|
411 |
+
|
412 |
+
#~ msgid ""
|
413 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
414 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
415 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
416 |
+
#~ msgstr ""
|
417 |
+
#~ "<a href=\"http://twitter.com/?status=Aš naudoju @rabinek's WordPress "
|
418 |
+
#~ "Simple Social Buttons papildinį - pažiūrėkite patys! http://blog.rabinek."
|
419 |
+
#~ "pl/\" target=\"_blank\">Paskelbkite apie tai Twitter socialiniame tinkle</"
|
420 |
+
#~ "a> ir pagalvokite, galbūt vertėtų paaukoti atsidėkojant autoriui?"
|
421 |
+
|
422 |
+
#~ msgid ""
|
423 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
424 |
+
#~ "support your open source developers. Thank you!"
|
425 |
+
#~ msgstr ""
|
426 |
+
#~ "<strong>Paaukokite :</strong> Papildinių kūrimas - labai sudėtingas ir "
|
427 |
+
#~ "daug sunkaus darbo reikalaujantis procesas - paremkite atvirojo kodo "
|
428 |
+
#~ "programinės įrangos kūrėjus ir plėtotojus. Ačiū Jums!"
|
429 |
+
|
430 |
+
#~ msgid "About the author:"
|
431 |
+
#~ msgstr "Apie autorių:"
|
432 |
+
|
433 |
+
#~ msgid ""
|
434 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
435 |
+
#~ "social media, PHP and Wordpress developement."
|
436 |
+
#~ msgstr ""
|
437 |
+
#~ "Sveiki! Mano vardas Paweł Rabinek (dar esu žinomas kaip xradar). Domiuosi "
|
438 |
+
#~ "paieškų sistemų optimizavimu (SEO) ir socialiniais tinklais, PHP "
|
439 |
+
#~ "programavimu ir WordPress plėtinių kūrimu."
|
440 |
+
|
441 |
+
#~ msgid "My blog about SEO"
|
442 |
+
#~ msgstr "Mano tinklaraštis apie paieškų sistemų optimizavimą (SEO)"
|
443 |
+
|
444 |
+
#~ msgid "[Polish]"
|
445 |
+
#~ msgstr " [Lenkiškai]"
|
446 |
|
447 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
448 |
+
#~ msgstr "Paweł Rabinek Google Plus socialiniame tinkle"
|
|
|
449 |
|
450 |
+
#~ msgid "LinkedIn profile"
|
451 |
+
#~ msgstr "LinkedIn Profilis"
|
|
|
452 |
|
453 |
+
#~ msgid "Usefull links:"
|
454 |
+
#~ msgstr "Naudingos nuorodos :"
|
|
|
455 |
|
456 |
+
#~ msgid "Unlimited web hosting"
|
457 |
+
#~ msgstr "Neribojamo svetainių talpinimo paslaugos"
|
|
|
458 |
|
459 |
+
#~ msgid "Best SEO software"
|
460 |
+
#~ msgstr "Geriausia paieškų optimizavimo sistemų (SEO) programinė įranga"
|
|
|
461 |
|
462 |
+
#~ msgid "Wordpress templates"
|
463 |
+
#~ msgstr "WordPress šablonai"
|
|
|
464 |
|
465 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
466 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-nl_NL.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-nl_NL.po
CHANGED
@@ -1,225 +1,463 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: \n"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"Content-
|
12 |
-
"
|
13 |
-
"X-Poedit-
|
14 |
-
"X-Poedit-
|
15 |
-
"
|
16 |
-
"X-Generator: Poedit
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: ..\n"
|
19 |
-
|
20 |
-
# Traduit par @RhooManu - www.infographizm.com
|
21 |
-
#: ../
|
22 |
-
msgid "Settings"
|
23 |
-
msgstr "Instellingen"
|
24 |
-
|
25 |
-
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
-
msgid "SSB Settings"
|
28 |
-
msgstr "SSB Instellingen"
|
29 |
-
|
30 |
-
#: ../
|
31 |
-
msgid "Hide Simple Social Buttons"
|
32 |
-
msgstr "Verberg Simple Social Buttons"
|
33 |
-
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid ""
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
"
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
msgid "
|
84 |
-
msgstr "
|
85 |
-
|
86 |
-
#: ../ssb-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
msgid "
|
120 |
-
msgstr "
|
121 |
-
|
122 |
-
#: ../ssb-
|
123 |
-
msgid "
|
124 |
-
msgstr "
|
125 |
-
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
-
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
-
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
-
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
-
|
142 |
-
#: ../ssb-
|
143 |
-
msgid ""
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
"
|
149 |
-
|
150 |
-
#: ../ssb-
|
151 |
-
msgid "
|
152 |
-
msgstr "
|
153 |
-
|
154 |
-
#: ../ssb-
|
155 |
-
msgid ""
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
msgid "
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
#: ../ssb-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:37+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"Language: nl_NL\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-SearchPath-0: ..\n"
|
19 |
+
|
20 |
+
# Traduit par @RhooManu - www.infographizm.com
|
21 |
+
#: ../classes/ssb-admin.php:44
|
22 |
+
msgid "Settings"
|
23 |
+
msgstr "Instellingen"
|
24 |
+
|
25 |
+
# Traduit par @RhooManu - www.infographizm.com
|
26 |
+
#: ../classes/ssb-admin.php:83
|
27 |
+
msgid "SSB Settings"
|
28 |
+
msgstr "SSB Instellingen"
|
29 |
+
|
30 |
+
#: ../classes/ssb-admin.php:101
|
31 |
+
msgid "Hide Simple Social Buttons"
|
32 |
+
msgstr "Verberg Simple Social Buttons"
|
33 |
+
|
34 |
+
#: ../classes/ssb-admin.php:268
|
35 |
+
msgid "Leave A Review?"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../classes/ssb-admin.php:269
|
39 |
+
msgid ""
|
40 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
41 |
+
"leaving us a review on WordPress.org?"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: ../classes/ssb-admin.php:270
|
45 |
+
msgid "Sure! I'd love to!"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: ../classes/ssb-admin.php:271
|
49 |
+
msgid "I've already left a review"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: ../classes/ssb-admin.php:272
|
53 |
+
msgid "Maybe Later"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: ../classes/ssb-admin.php:273
|
57 |
+
msgid "Never show again"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
61 |
+
msgid "makes Social Sharing easy for everyone"
|
62 |
+
msgstr ""
|
63 |
+
|
64 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
65 |
+
msgid ""
|
66 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
67 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
68 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
69 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
70 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
71 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
72 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
73 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
77 |
+
msgid "Spread the Word"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
81 |
+
#, fuzzy
|
82 |
+
#| msgid "Follow me on Twitter"
|
83 |
+
msgid "Share on Twitter"
|
84 |
+
msgstr "Volg me op Twitter"
|
85 |
+
|
86 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
87 |
+
#, fuzzy
|
88 |
+
#| msgid "Paweł Rabinek on Facebook"
|
89 |
+
msgid "Share on Facebook"
|
90 |
+
msgstr "Paweł Rabinek op Facebook"
|
91 |
+
|
92 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
93 |
+
msgid "Rate on WordPress.org"
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
97 |
+
msgid "Subscribe Newsletter"
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
101 |
+
msgid "Email"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
105 |
+
msgid "Name"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
109 |
+
msgid "Recommended Plugins"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
113 |
+
msgid "Choose File"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: ../classes/ssb-settings.php:30
|
117 |
+
#, fuzzy
|
118 |
+
#| msgid "Hide Simple Social Buttons"
|
119 |
+
msgid "Social Buttons"
|
120 |
+
msgstr "Verberg Simple Social Buttons"
|
121 |
+
|
122 |
+
#: ../classes/ssb-settings.php:35
|
123 |
+
msgid "Social Buttons Designs"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: ../classes/ssb-settings.php:40
|
127 |
+
msgid "Social Buttons Postions"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../classes/ssb-settings.php:45
|
131 |
+
msgid "Sidebar"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: ../classes/ssb-settings.php:50
|
135 |
+
msgid "On Media"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: ../classes/ssb-settings.php:55
|
139 |
+
msgid "Popup"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: ../classes/ssb-settings.php:60
|
143 |
+
msgid "Fly In"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: ../classes/ssb-settings.php:65
|
147 |
+
msgid "InLine"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: ../classes/ssb-settings.php:70
|
151 |
+
msgid "Additional features"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: ../classes/ssb-settings.php:122
|
155 |
+
msgid "Sidebar Orientation"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
159 |
+
msgid "<h4>Display Settings</h4>"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: ../classes/ssb-settings.php:134
|
163 |
+
msgid "Intro Animation"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
167 |
+
msgid "Display Share Counts"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
171 |
+
msgid "Display Total Shares"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
175 |
+
msgid "Add Icon Spacing"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
179 |
+
msgid "Hide On Mobile Devices"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
# Traduit par @RhooManu - www.infographizm.com
|
183 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
184 |
+
#, fuzzy
|
185 |
+
#| msgid "Settings"
|
186 |
+
msgid "Post type Settings"
|
187 |
+
msgstr "Instellingen"
|
188 |
+
|
189 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
190 |
+
#: ../classes/ssb-settings.php:333
|
191 |
+
msgid "Multi checkbox description"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: ../classes/ssb-settings.php:189
|
195 |
+
msgid ""
|
196 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
200 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
201 |
+
#: ../classes/ssb-settings.php:365
|
202 |
+
msgid ""
|
203 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
204 |
+
"buttons of your own choice that matches with your website color schemes. "
|
205 |
+
"These social buttons will help in driving more engagement and traffic to "
|
206 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
207 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
208 |
+
"more!"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: ../classes/ssb-settings.php:200
|
212 |
+
msgid "Icon Position"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: ../classes/ssb-settings.php:213
|
216 |
+
msgid "Icon Alignment"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: ../classes/ssb-settings.php:225
|
220 |
+
msgid "Animation"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: ../classes/ssb-settings.php:271
|
224 |
+
#, fuzzy
|
225 |
+
#| msgid "Show at category pages"
|
226 |
+
msgid "Show at Category pages"
|
227 |
+
msgstr "Toon op categorie pagina's"
|
228 |
+
|
229 |
+
#: ../classes/ssb-settings.php:277
|
230 |
+
#, fuzzy
|
231 |
+
#| msgid "Show at archive pages"
|
232 |
+
msgid "Show at Archive pages"
|
233 |
+
msgstr "Toon op archief pagina's"
|
234 |
+
|
235 |
+
#: ../classes/ssb-settings.php:284
|
236 |
+
#, fuzzy
|
237 |
+
#| msgid "Show at tag pages"
|
238 |
+
msgid "Show at Tag pages"
|
239 |
+
msgstr "Toon op tag pagina's"
|
240 |
+
|
241 |
+
#: ../classes/ssb-settings.php:299
|
242 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: ../classes/ssb-settings.php:317
|
246 |
+
msgid "Icon Style"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: ../classes/ssb-settings.php:332
|
250 |
+
msgid "Postions"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: ../classes/ssb-settings.php:346
|
254 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: ../classes/ssb-settings.php:355
|
258 |
+
msgid ""
|
259 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
260 |
+
msgstr ""
|
261 |
+
|
262 |
+
#: ../classes/ssb-settings.php:364
|
263 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: ../classes/ssb-settings.php:373
|
267 |
+
#, fuzzy
|
268 |
+
#| msgid "Twitter share"
|
269 |
+
msgid "Twitter @username:"
|
270 |
+
msgstr "Twitter share"
|
271 |
+
|
272 |
+
#: ../inc/ssb-deactivate-form.php:84
|
273 |
+
#, fuzzy
|
274 |
+
#| msgid "Hide Simple Social Buttons"
|
275 |
+
msgid "Quick feedback about Simple Social Buttons"
|
276 |
+
msgstr "Verberg Simple Social Buttons"
|
277 |
+
|
278 |
+
#: ../inc/ssb-deactivate-form.php:87
|
279 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
#: ../inc/ssb-deactivate-form.php:94
|
283 |
+
msgid "I only needed the plugin for a short period"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: ../inc/ssb-deactivate-form.php:103
|
287 |
+
msgid "I found a better plugin"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: ../inc/ssb-deactivate-form.php:106
|
291 |
+
msgid "Kindly tell us the name of plugin"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: ../inc/ssb-deactivate-form.php:113
|
295 |
+
msgid "The plugin broke my site"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: ../inc/ssb-deactivate-form.php:122
|
299 |
+
msgid "The plugin suddenly stopped working"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: ../inc/ssb-deactivate-form.php:131
|
303 |
+
msgid "I no longer need the plugin"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: ../inc/ssb-deactivate-form.php:140
|
307 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: ../inc/ssb-deactivate-form.php:149
|
311 |
+
msgid "Other"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: ../inc/ssb-deactivate-form.php:152
|
315 |
+
msgid "Kindly tell us the reason so we can improve."
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: ../inc/ssb-deactivate-form.php:157
|
319 |
+
msgid "Anonymous feedback"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: ../inc/ssb-deactivate-form.php:162
|
323 |
+
msgid "Cancel"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: ../simple-social-buttons.php:371
|
327 |
+
msgid "Vote!"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#~ msgid ""
|
331 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
332 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
333 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
334 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
335 |
+
#~ msgstr ""
|
336 |
+
#~ "<strong>Simple Social Buttons</strong> door <strong>Paweł Rabinek</"
|
337 |
+
#~ "strong>. Deze plugin voegt sociale media knoppen toe, zoals: "
|
338 |
+
#~ "<strong>Google +1</strong>, <strong>Facebook Like</strong> and "
|
339 |
+
#~ "<strong>Twitter share</strong>. De meest flexibele plugin voor sociale "
|
340 |
+
#~ "knoppen ooit."
|
341 |
+
|
342 |
+
#~ msgid "Select buttons"
|
343 |
+
#~ msgstr "Selecteer knoppen"
|
344 |
+
|
345 |
+
#~ msgid "Select social media buttons:"
|
346 |
+
#~ msgstr "Selecteer sociale media knoppen:"
|
347 |
+
|
348 |
+
#~ msgid "inactive"
|
349 |
+
#~ msgstr "inactief"
|
350 |
+
|
351 |
+
#~ msgid "Google plus one (+1)"
|
352 |
+
#~ msgstr "Google plus een (+1)"
|
353 |
+
|
354 |
+
#~ msgid "Facebook Like it"
|
355 |
+
#~ msgstr "Facebook Like it"
|
356 |
+
|
357 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
358 |
+
#~ msgstr "Uitschakelen plugin CSS (alleen geavanceerde gebruikers)"
|
359 |
+
|
360 |
+
#~ msgid "Single posts - display settings"
|
361 |
+
#~ msgstr "Enkelvoudige berichten - weergave instellingen"
|
362 |
+
|
363 |
+
#~ msgid "Place buttons on single post:"
|
364 |
+
#~ msgstr "Plaats knoppen op een enkelvoudig bericht:"
|
365 |
+
|
366 |
+
#~ msgid "Before the content"
|
367 |
+
#~ msgstr "Voor de inhoud"
|
368 |
+
|
369 |
+
#~ msgid "After the content"
|
370 |
+
#~ msgstr "Na de inhoud"
|
371 |
+
|
372 |
+
#~ msgid "Single pages - display settings"
|
373 |
+
#~ msgstr "Enkelvoudige pagina's - weergave instellingen"
|
374 |
+
|
375 |
+
#~ msgid "Place buttons on single pages:"
|
376 |
+
#~ msgstr "Plaats knoppen op enkelvoudige pagina's:"
|
377 |
+
|
378 |
+
#~ msgid "Before the page content"
|
379 |
+
#~ msgstr "Voor de pagina inhoud"
|
380 |
+
|
381 |
+
#~ msgid "After the page content"
|
382 |
+
#~ msgstr "Na de pagina inhoud"
|
383 |
+
|
384 |
+
#~ msgid "Archives - display settings"
|
385 |
+
#~ msgstr "Archieven - weergave instellingen"
|
386 |
+
|
387 |
+
#~ msgid "Select additional places to display buttons:"
|
388 |
+
#~ msgstr "Selecteer extra plaatsen om knoppen weer te geven:"
|
389 |
+
|
390 |
+
#~ msgid "Show at frontpage"
|
391 |
+
#~ msgstr "Toon op voorpagina"
|
392 |
+
|
393 |
+
#~ msgid "Place buttons on archives:"
|
394 |
+
#~ msgstr "Plaats knoppen op archieven:"
|
395 |
+
|
396 |
+
#~ msgid "Save Changes"
|
397 |
+
#~ msgstr "Bewaar Wijzigingen"
|
398 |
+
|
399 |
+
#~ msgid "About this plugin:"
|
400 |
+
#~ msgstr "Over deze plugin:"
|
401 |
+
|
402 |
+
#~ msgid ""
|
403 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
404 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
405 |
+
#~ msgstr ""
|
406 |
+
#~ "Spreek met <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
407 |
+
#~ "\">@rabinek</a> op Twitter voor bugs of gewenste functionaliteiten."
|
408 |
+
|
409 |
+
#~ msgid "Enjoy the plugin?"
|
410 |
+
#~ msgstr "Vind je de plugin leuk?"
|
411 |
+
|
412 |
+
#~ msgid ""
|
413 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
414 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
415 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
416 |
+
#~ msgstr ""
|
417 |
+
#~ "<a href=\"http://twitter.com/?status=Ik gebruik @rabinek's WordPress "
|
418 |
+
#~ "Simple Social Buttons plugin - probeer hem ook! http://blog.rabinek.pl/\" "
|
419 |
+
#~ "target=\"_blank\">Tweet erover</a> en overweeg een donatie."
|
420 |
+
|
421 |
+
#~ msgid ""
|
422 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
423 |
+
#~ "support your open source developers. Thank you!"
|
424 |
+
#~ msgstr ""
|
425 |
+
#~ "<strong>Doneer:</strong> Er gaat veel hard werk in het ontwikkelen van "
|
426 |
+
#~ "plugins - ondersteun je open source-ontwikkelaars. Dank je wel!"
|
427 |
+
|
428 |
+
#~ msgid "About the author:"
|
429 |
+
#~ msgstr "Over de auteur:"
|
430 |
+
|
431 |
+
#~ msgid ""
|
432 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
433 |
+
#~ "social media, PHP and Wordpress developement."
|
434 |
+
#~ msgstr ""
|
435 |
+
#~ "Hallo! Ik heet Paweł Rabinek (aka xradar). Ik ben geïnteresseerd in SEO "
|
436 |
+
#~ "en social media, PHP en Wordpress ontwikkeling."
|
437 |
+
|
438 |
+
#~ msgid "My blog about SEO"
|
439 |
+
#~ msgstr "Mijn SEO blog"
|
440 |
+
|
441 |
+
#~ msgid "[Polish]"
|
442 |
+
#~ msgstr "[Pools]"
|
443 |
+
|
444 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
445 |
+
#~ msgstr "Paweł Rabinek op Google Plus"
|
446 |
+
|
447 |
+
#~ msgid "LinkedIn profile"
|
448 |
+
#~ msgstr "LinkedIn profiel"
|
449 |
+
|
450 |
+
#~ msgid "Usefull links:"
|
451 |
+
#~ msgstr "Handige links:"
|
452 |
+
|
453 |
+
#~ msgid "Unlimited web hosting"
|
454 |
+
#~ msgstr "Ongelimiteerde webhosting"
|
455 |
+
|
456 |
+
#~ msgid "Best SEO software"
|
457 |
+
#~ msgstr "Beste SEO software"
|
458 |
+
|
459 |
+
#~ msgid "Wordpress templates"
|
460 |
+
#~ msgstr "WordPress templates"
|
461 |
+
|
462 |
+
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
463 |
+
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-pl_PL.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Paweł Rabinek <pawel@rabinek.pl>\n"
|
8 |
"Language-Team: Paweł Rabinek <pawel@rabinek.pl>\n"
|
9 |
"Language: pl\n"
|
@@ -13,27 +13,68 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#: ../
|
20 |
msgid "Settings"
|
21 |
msgstr "Ustawienia"
|
22 |
|
23 |
-
#: ../
|
24 |
msgid "SSB Settings"
|
25 |
msgstr "Ustawienia SSB"
|
26 |
|
27 |
-
#: ../
|
28 |
msgid "Hide Simple Social Buttons"
|
29 |
msgstr "Ukryj przyciski wtyczki Simple Social Buttons"
|
30 |
|
31 |
-
#: ../ssb-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
msgid ""
|
33 |
-
"<strong>Simple Social Buttons</strong> by <strong
|
34 |
-
"
|
35 |
-
"strong
|
36 |
-
"
|
|
|
|
|
|
|
|
|
37 |
msgstr ""
|
38 |
"<strong>Simple Social Buttons</strong>, autor <strong>Paweł Rabinek</"
|
39 |
"strong>. Wtyczka dodaje do wpisów przyciski: <strong>Google +1</strong>, "
|
@@ -41,175 +82,365 @@ msgstr ""
|
|
41 |
"<strong>Pinterest</strong>. Najlepsza wtyczka z przyciskami social media dla "
|
42 |
"Wordpress."
|
43 |
|
44 |
-
#: ../ssb-
|
45 |
-
msgid "
|
46 |
-
msgstr "
|
47 |
|
48 |
-
#: ../ssb-
|
49 |
-
|
50 |
-
|
|
|
|
|
51 |
|
52 |
-
#: ../ssb-
|
53 |
-
|
54 |
-
msgid "
|
55 |
-
|
|
|
56 |
|
57 |
-
#: ../ssb-
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
|
61 |
-
#: ../ssb-
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
|
65 |
-
#: ../ssb-
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
|
69 |
-
#: ../ssb-
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
|
73 |
-
#: ../ssb-
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
|
77 |
-
#: ../ssb-
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
|
|
|
|
84 |
|
85 |
-
#: ../ssb-
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
|
89 |
-
#: ../ssb-
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
|
93 |
-
#: ../ssb-
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
|
97 |
-
#: ../ssb-
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
-
#: ../ssb-
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
|
105 |
-
#: ../ssb-
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
|
109 |
-
#: ../ssb-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
|
113 |
-
#: ../ssb-
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
-
#: ../ssb-
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
|
121 |
-
#: ../ssb-
|
122 |
-
|
123 |
-
|
|
|
|
|
124 |
|
125 |
-
#: ../ssb-
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
msgstr "Pokazuj na stroniach kategorii"
|
128 |
|
129 |
-
#: ../ssb-
|
130 |
-
|
|
|
|
|
131 |
msgstr "Pokazuje w archiwum dat"
|
132 |
|
133 |
-
#: ../ssb-
|
134 |
-
|
|
|
|
|
135 |
msgstr "Pokazuj na stronach tagów"
|
136 |
|
137 |
-
#: ../ssb-
|
138 |
-
msgid "
|
139 |
-
msgstr "
|
|
|
|
|
|
|
|
|
140 |
|
141 |
-
#: ../ssb-
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
-
#: ../ssb-
|
146 |
-
|
|
|
|
|
147 |
msgstr "Twitter @użytkownik"
|
148 |
|
149 |
-
#: ../ssb-
|
150 |
-
|
151 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
-
#: ../ssb-
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
|
157 |
-
#: ../ssb-
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
|
161 |
-
#: ../ssb-
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
|
165 |
-
#: ../ssb-
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
|
169 |
-
#: ../ssb-
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
|
173 |
-
#: ../ssb-
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
|
177 |
-
#: ../ssb-
|
178 |
-
msgid ""
|
179 |
-
"Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and social "
|
180 |
-
"media, PHP and Wordpress developement."
|
181 |
msgstr ""
|
182 |
-
"Hej! Nazywam się Paweł Rabinek (nick xradar). Zawodowo zajmuje się SEO i "
|
183 |
-
"mediami społecznościowymi. Programuję w PHP, często z wykorzystaniem "
|
184 |
-
"Wordpressa."
|
185 |
|
186 |
-
#: ../ssb-
|
187 |
-
msgid "
|
188 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
-
#: ../
|
191 |
-
msgid "
|
192 |
-
msgstr "
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "Mój blog o SEO"
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr " "
|
201 |
|
202 |
-
|
203 |
-
|
204 |
-
msgstr "Napisz do mnie na Twitter"
|
205 |
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
-
|
211 |
-
|
212 |
-
msgstr "Profil na LinkedIn"
|
213 |
|
214 |
#~ msgid ""
|
215 |
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
"Last-Translator: Paweł Rabinek <pawel@rabinek.pl>\n"
|
8 |
"Language-Team: Paweł Rabinek <pawel@rabinek.pl>\n"
|
9 |
"Language: pl\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: ../classes/ssb-admin.php:44
|
20 |
msgid "Settings"
|
21 |
msgstr "Ustawienia"
|
22 |
|
23 |
+
#: ../classes/ssb-admin.php:83
|
24 |
msgid "SSB Settings"
|
25 |
msgstr "Ustawienia SSB"
|
26 |
|
27 |
+
#: ../classes/ssb-admin.php:101
|
28 |
msgid "Hide Simple Social Buttons"
|
29 |
msgstr "Ukryj przyciski wtyczki Simple Social Buttons"
|
30 |
|
31 |
+
#: ../classes/ssb-admin.php:268
|
32 |
+
msgid "Leave A Review?"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: ../classes/ssb-admin.php:269
|
36 |
+
msgid ""
|
37 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
38 |
+
"leaving us a review on WordPress.org?"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../classes/ssb-admin.php:270
|
42 |
+
msgid "Sure! I'd love to!"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: ../classes/ssb-admin.php:271
|
46 |
+
msgid "I've already left a review"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: ../classes/ssb-admin.php:272
|
50 |
+
msgid "Maybe Later"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: ../classes/ssb-admin.php:273
|
54 |
+
msgid "Never show again"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
58 |
+
msgid "makes Social Sharing easy for everyone"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
62 |
+
#, fuzzy
|
63 |
+
#| msgid ""
|
64 |
+
#| "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
65 |
+
#| "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
66 |
+
#| "strong>, <strong>Facebook Like it</strong>, <strong>Twitter share</"
|
67 |
+
#| "strong> and <strong>Pinterest</strong>. The most flexible social buttons "
|
68 |
+
#| "plugin ever."
|
69 |
msgid ""
|
70 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
71 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
72 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
73 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
74 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
75 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
76 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
77 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
78 |
msgstr ""
|
79 |
"<strong>Simple Social Buttons</strong>, autor <strong>Paweł Rabinek</"
|
80 |
"strong>. Wtyczka dodaje do wpisów przyciski: <strong>Google +1</strong>, "
|
82 |
"<strong>Pinterest</strong>. Najlepsza wtyczka z przyciskami social media dla "
|
83 |
"Wordpress."
|
84 |
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
86 |
+
msgid "Spread the Word"
|
87 |
+
msgstr ""
|
88 |
|
89 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
90 |
+
#, fuzzy
|
91 |
+
#| msgid "Follow me on Twitter"
|
92 |
+
msgid "Share on Twitter"
|
93 |
+
msgstr "Napisz do mnie na Twitter"
|
94 |
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
96 |
+
#, fuzzy
|
97 |
+
#| msgid "Paweł Rabinek on Facebook"
|
98 |
+
msgid "Share on Facebook"
|
99 |
+
msgstr "Paweł Rabinek na Facebook"
|
100 |
|
101 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
102 |
+
msgid "Rate on WordPress.org"
|
103 |
+
msgstr ""
|
104 |
|
105 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
106 |
+
msgid "Subscribe Newsletter"
|
107 |
+
msgstr ""
|
108 |
|
109 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
110 |
+
msgid "Email"
|
111 |
+
msgstr ""
|
112 |
|
113 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
114 |
+
msgid "Name"
|
115 |
+
msgstr ""
|
116 |
|
117 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
118 |
+
msgid "Recommended Plugins"
|
119 |
+
msgstr ""
|
120 |
|
121 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
122 |
+
msgid "Choose File"
|
123 |
+
msgstr ""
|
124 |
|
125 |
+
#: ../classes/ssb-settings.php:30
|
126 |
+
#, fuzzy
|
127 |
+
#| msgid "Hide Simple Social Buttons"
|
128 |
+
msgid "Social Buttons"
|
129 |
+
msgstr "Ukryj przyciski wtyczki Simple Social Buttons"
|
130 |
|
131 |
+
#: ../classes/ssb-settings.php:35
|
132 |
+
msgid "Social Buttons Designs"
|
133 |
+
msgstr ""
|
134 |
|
135 |
+
#: ../classes/ssb-settings.php:40
|
136 |
+
msgid "Social Buttons Postions"
|
137 |
+
msgstr ""
|
138 |
|
139 |
+
#: ../classes/ssb-settings.php:45
|
140 |
+
msgid "Sidebar"
|
141 |
+
msgstr ""
|
142 |
|
143 |
+
#: ../classes/ssb-settings.php:50
|
144 |
+
msgid "On Media"
|
145 |
+
msgstr ""
|
146 |
|
147 |
+
#: ../classes/ssb-settings.php:55
|
148 |
+
msgid "Popup"
|
149 |
+
msgstr ""
|
150 |
|
151 |
+
#: ../classes/ssb-settings.php:60
|
152 |
+
msgid "Fly In"
|
153 |
+
msgstr ""
|
154 |
|
155 |
+
#: ../classes/ssb-settings.php:65
|
156 |
+
msgid "InLine"
|
157 |
+
msgstr ""
|
158 |
|
159 |
+
#: ../classes/ssb-settings.php:70
|
160 |
+
msgid "Additional features"
|
161 |
+
msgstr "Dodatkowe funkcje"
|
162 |
+
|
163 |
+
#: ../classes/ssb-settings.php:122
|
164 |
+
msgid "Sidebar Orientation"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
168 |
+
msgid "<h4>Display Settings</h4>"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../classes/ssb-settings.php:134
|
172 |
+
msgid "Intro Animation"
|
173 |
+
msgstr ""
|
174 |
|
175 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
176 |
+
msgid "Display Share Counts"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
180 |
+
msgid "Display Total Shares"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
184 |
+
msgid "Add Icon Spacing"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
188 |
+
msgid "Hide On Mobile Devices"
|
189 |
+
msgstr ""
|
190 |
|
191 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
192 |
+
#, fuzzy
|
193 |
+
#| msgid "Settings"
|
194 |
+
msgid "Post type Settings"
|
195 |
+
msgstr "Ustawienia"
|
196 |
|
197 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
198 |
+
#: ../classes/ssb-settings.php:333
|
199 |
+
msgid "Multi checkbox description"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: ../classes/ssb-settings.php:189
|
203 |
+
msgid ""
|
204 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
208 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
209 |
+
#: ../classes/ssb-settings.php:365
|
210 |
+
msgid ""
|
211 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
212 |
+
"buttons of your own choice that matches with your website color schemes. "
|
213 |
+
"These social buttons will help in driving more engagement and traffic to "
|
214 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
215 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
216 |
+
"more!"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: ../classes/ssb-settings.php:200
|
220 |
+
msgid "Icon Position"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: ../classes/ssb-settings.php:213
|
224 |
+
msgid "Icon Alignment"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: ../classes/ssb-settings.php:225
|
228 |
+
msgid "Animation"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: ../classes/ssb-settings.php:271
|
232 |
+
#, fuzzy
|
233 |
+
#| msgid "Show at category pages"
|
234 |
+
msgid "Show at Category pages"
|
235 |
msgstr "Pokazuj na stroniach kategorii"
|
236 |
|
237 |
+
#: ../classes/ssb-settings.php:277
|
238 |
+
#, fuzzy
|
239 |
+
#| msgid "Show at archive pages"
|
240 |
+
msgid "Show at Archive pages"
|
241 |
msgstr "Pokazuje w archiwum dat"
|
242 |
|
243 |
+
#: ../classes/ssb-settings.php:284
|
244 |
+
#, fuzzy
|
245 |
+
#| msgid "Show at tag pages"
|
246 |
+
msgid "Show at Tag pages"
|
247 |
msgstr "Pokazuj na stronach tagów"
|
248 |
|
249 |
+
#: ../classes/ssb-settings.php:299
|
250 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: ../classes/ssb-settings.php:317
|
254 |
+
msgid "Icon Style"
|
255 |
+
msgstr ""
|
256 |
|
257 |
+
#: ../classes/ssb-settings.php:332
|
258 |
+
msgid "Postions"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: ../classes/ssb-settings.php:346
|
262 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../classes/ssb-settings.php:355
|
266 |
+
msgid ""
|
267 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: ../classes/ssb-settings.php:364
|
271 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
272 |
+
msgstr ""
|
273 |
|
274 |
+
#: ../classes/ssb-settings.php:373
|
275 |
+
#, fuzzy
|
276 |
+
#| msgid "Twitter @username"
|
277 |
+
msgid "Twitter @username:"
|
278 |
msgstr "Twitter @użytkownik"
|
279 |
|
280 |
+
#: ../inc/ssb-deactivate-form.php:84
|
281 |
+
#, fuzzy
|
282 |
+
#| msgid "Hide Simple Social Buttons"
|
283 |
+
msgid "Quick feedback about Simple Social Buttons"
|
284 |
+
msgstr "Ukryj przyciski wtyczki Simple Social Buttons"
|
285 |
+
|
286 |
+
#: ../inc/ssb-deactivate-form.php:87
|
287 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: ../inc/ssb-deactivate-form.php:94
|
291 |
+
msgid "I only needed the plugin for a short period"
|
292 |
+
msgstr ""
|
293 |
|
294 |
+
#: ../inc/ssb-deactivate-form.php:103
|
295 |
+
msgid "I found a better plugin"
|
296 |
+
msgstr ""
|
297 |
|
298 |
+
#: ../inc/ssb-deactivate-form.php:106
|
299 |
+
msgid "Kindly tell us the name of plugin"
|
300 |
+
msgstr ""
|
301 |
|
302 |
+
#: ../inc/ssb-deactivate-form.php:113
|
303 |
+
msgid "The plugin broke my site"
|
304 |
+
msgstr ""
|
305 |
|
306 |
+
#: ../inc/ssb-deactivate-form.php:122
|
307 |
+
msgid "The plugin suddenly stopped working"
|
308 |
+
msgstr ""
|
309 |
|
310 |
+
#: ../inc/ssb-deactivate-form.php:131
|
311 |
+
msgid "I no longer need the plugin"
|
312 |
+
msgstr ""
|
313 |
|
314 |
+
#: ../inc/ssb-deactivate-form.php:140
|
315 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
316 |
+
msgstr ""
|
317 |
|
318 |
+
#: ../inc/ssb-deactivate-form.php:149
|
319 |
+
msgid "Other"
|
|
|
|
|
320 |
msgstr ""
|
|
|
|
|
|
|
321 |
|
322 |
+
#: ../inc/ssb-deactivate-form.php:152
|
323 |
+
msgid "Kindly tell us the reason so we can improve."
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: ../inc/ssb-deactivate-form.php:157
|
327 |
+
msgid "Anonymous feedback"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: ../inc/ssb-deactivate-form.php:162
|
331 |
+
msgid "Cancel"
|
332 |
+
msgstr ""
|
333 |
|
334 |
+
#: ../simple-social-buttons.php:371
|
335 |
+
msgid "Vote!"
|
336 |
+
msgstr ""
|
337 |
|
338 |
+
#~ msgid "Select buttons"
|
339 |
+
#~ msgstr "Wybór przycisków"
|
|
|
340 |
|
341 |
+
#~ msgid "Select social media buttons:"
|
342 |
+
#~ msgstr "Wybierz przyciski do wyświetlenia:"
|
|
|
343 |
|
344 |
+
#~ msgid "inactive"
|
345 |
+
#~ msgstr "nieaktywny"
|
|
|
346 |
|
347 |
+
#~ msgid "Google plus one (+1)"
|
348 |
+
#~ msgstr "Google plus jeden (+1)"
|
349 |
+
|
350 |
+
#~ msgid "Facebook Like it"
|
351 |
+
#~ msgstr "Facebook Lubię to"
|
352 |
+
|
353 |
+
#~ msgid "Twitter share"
|
354 |
+
#~ msgstr "Wyślij na Twitter"
|
355 |
+
|
356 |
+
#~ msgid "Pinterest - Pin It"
|
357 |
+
#~ msgstr "Pinterest - Pin It"
|
358 |
+
|
359 |
+
#~ msgid "Will be visible only on post with thumbnail"
|
360 |
+
#~ msgstr "Widoczny tylko dla wpisów z ustawioną ikoną"
|
361 |
+
|
362 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
363 |
+
#~ msgstr "Wyłącz style CSS wtyczki (tylko dla zaawansowanych użytkowników)"
|
364 |
+
|
365 |
+
#~ msgid "Single posts - display settings"
|
366 |
+
#~ msgstr "Pojedyńcze wpisy - ustawienia"
|
367 |
+
|
368 |
+
#~ msgid "Place buttons on single post:"
|
369 |
+
#~ msgstr "Miejsce przycisków na podstronie wpisu:"
|
370 |
+
|
371 |
+
#~ msgid "Before the content"
|
372 |
+
#~ msgstr "Nad treścią wpisu"
|
373 |
+
|
374 |
+
#~ msgid "After the content"
|
375 |
+
#~ msgstr "Pod treścią wpisu"
|
376 |
+
|
377 |
+
#~ msgid "Single pages - display settings"
|
378 |
+
#~ msgstr "Pojedyńcze strony - ustawienia"
|
379 |
+
|
380 |
+
#~ msgid "Place buttons on single pages:"
|
381 |
+
#~ msgstr "Miejsce przycisków na stronach:"
|
382 |
+
|
383 |
+
#~ msgid "Before the page content"
|
384 |
+
#~ msgstr "Nad treścią strony"
|
385 |
+
|
386 |
+
#~ msgid "After the page content"
|
387 |
+
#~ msgstr "Pod treścią strony"
|
388 |
+
|
389 |
+
#~ msgid "Archives - display settings"
|
390 |
+
#~ msgstr "Archiwa - ustawienia"
|
391 |
+
|
392 |
+
#~ msgid "Select additional places to display buttons:"
|
393 |
+
#~ msgstr "Dodatkowe miejsca do wyświetlenia przycisków:"
|
394 |
+
|
395 |
+
#~ msgid "Show at frontpage"
|
396 |
+
#~ msgstr "Pokazuj na stronie głównej"
|
397 |
+
|
398 |
+
#~ msgid "Place buttons on archives:"
|
399 |
+
#~ msgstr "Miejsce przycisków na stronach archiwum:"
|
400 |
+
|
401 |
+
#~ msgid "Save Changes"
|
402 |
+
#~ msgstr "Zapisz ustawienia"
|
403 |
+
|
404 |
+
#~ msgid "About this plugin:"
|
405 |
+
#~ msgstr "Informacje o wtyczce:"
|
406 |
+
|
407 |
+
#~ msgid "Plugin support"
|
408 |
+
#~ msgstr "Pomoc na forum"
|
409 |
+
|
410 |
+
#~ msgid "Review this plugin"
|
411 |
+
#~ msgstr "Recenzje wtyczki"
|
412 |
+
|
413 |
+
#~ msgid "Enjoy this plugin?"
|
414 |
+
#~ msgstr "Podoba Ci się ta wtyczka?"
|
415 |
+
|
416 |
+
#~ msgid "Buy me a beer"
|
417 |
+
#~ msgstr "Postaw mi piwo"
|
418 |
+
|
419 |
+
#~ msgid "About the author:"
|
420 |
+
#~ msgstr "Informacje o autorze:"
|
421 |
+
|
422 |
+
#~ msgid ""
|
423 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
424 |
+
#~ "social media, PHP and Wordpress developement."
|
425 |
+
#~ msgstr ""
|
426 |
+
#~ "Hej! Nazywam się Paweł Rabinek (nick xradar). Zawodowo zajmuje się SEO i "
|
427 |
+
#~ "mediami społecznościowymi. Programuję w PHP, często z wykorzystaniem "
|
428 |
+
#~ "Wordpressa."
|
429 |
+
|
430 |
+
#~ msgid "Paweł Rabinek on Google+"
|
431 |
+
#~ msgstr "Paweł Rabinek na Google+"
|
432 |
+
|
433 |
+
#~ msgid "Free SEO Audit"
|
434 |
+
#~ msgstr "Darmowy audyt SEO"
|
435 |
+
|
436 |
+
#~ msgid "My blog about SEO"
|
437 |
+
#~ msgstr "Mój blog o SEO"
|
438 |
+
|
439 |
+
#~ msgid "[Polish]"
|
440 |
+
#~ msgstr " "
|
441 |
|
442 |
+
#~ msgid "LinkedIn profile"
|
443 |
+
#~ msgstr "Profil na LinkedIn"
|
|
|
444 |
|
445 |
#~ msgid ""
|
446 |
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
lang/simplesocialbuttons-sk_SK.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-sk_SK.po
CHANGED
@@ -2,224 +2,461 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
msgid "Settings"
|
22 |
msgstr "Nastavenia"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
-
#: ../
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB nastavenia"
|
28 |
|
29 |
-
#: ../
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Skryť jednoduché sociálnej Buttons"
|
32 |
|
33 |
-
#: ../ssb-admin.php:
|
|
|
|
|
|
|
|
|
34 |
msgid ""
|
35 |
-
"
|
36 |
-
"
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
"
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
"
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
|
|
69 |
|
70 |
-
#: ../ssb-
|
71 |
-
msgid "
|
72 |
-
msgstr "
|
73 |
|
74 |
-
#: ../ssb-
|
75 |
-
|
76 |
-
|
|
|
|
|
77 |
|
78 |
-
#: ../ssb-
|
79 |
-
|
80 |
-
|
|
|
|
|
81 |
|
82 |
-
#: ../ssb-
|
83 |
-
msgid "
|
84 |
-
msgstr "
|
85 |
|
86 |
-
#: ../ssb-
|
87 |
-
msgid "
|
88 |
-
msgstr "
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
msgid "
|
92 |
-
msgstr "
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
|
104 |
-
|
|
|
|
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
msgid "
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
msgstr "Ukázať na stránky kategórie"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "Zobraziť Archív stránky"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
|
|
|
|
|
128 |
msgstr "Ukázať na značku stránok"
|
129 |
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
|
|
|
|
|
|
|
|
141 |
|
142 |
-
#: ../ssb-
|
143 |
msgid ""
|
144 |
-
"
|
145 |
-
|
|
|
|
|
|
|
146 |
msgstr ""
|
147 |
-
"Porozprávajte sa s<a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
148 |
-
"\">@rabinek</a>na twitteri pre chyby alebo požiadavky na nové funkcie."
|
149 |
|
150 |
-
#: ../ssb-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
-
#: ../ssb-
|
155 |
-
|
156 |
-
|
157 |
-
"
|
158 |
-
"
|
|
|
|
|
|
|
159 |
msgstr ""
|
160 |
-
"<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress Simple "
|
161 |
-
"Sociálna Odznaky plugin- check it out! http://blog.rabinek.pl/\" target="
|
162 |
-
"\"_blank\">Tweet o tom</a> a zvažoval, že daruje"
|
163 |
|
164 |
-
#: ../ssb-
|
165 |
-
msgid ""
|
166 |
-
"<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
167 |
-
"support your open source developers. Thank you!"
|
168 |
msgstr ""
|
169 |
-
"<strong>Darovať:</strong> Veľa tvrdej práce ide do budovy plugins - podpora "
|
170 |
-
"váš open source vývojárov. ďakujem!"
|
171 |
|
172 |
-
#: ../ssb-
|
173 |
-
msgid "
|
174 |
-
msgstr "
|
175 |
|
176 |
-
#: ../ssb-
|
177 |
-
msgid ""
|
178 |
-
"Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and social "
|
179 |
-
"media, PHP and Wordpress developement."
|
180 |
msgstr ""
|
181 |
-
"ahoj! Moje meno je Paweł Rabinek (aka xradar). Som zúčastnenými v SEO a "
|
182 |
-
"sociálne médiá, vývoj PHP a Wordpress."
|
183 |
|
184 |
-
#: ../ssb-
|
185 |
-
msgid "
|
186 |
-
msgstr "
|
187 |
|
188 |
-
#: ../ssb-
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
|
192 |
-
#: ../ssb-
|
193 |
-
msgid "
|
194 |
-
msgstr "
|
195 |
|
196 |
-
#: ../ssb-
|
197 |
-
msgid "
|
198 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
-
|
201 |
-
|
202 |
-
msgstr "Paweł Rabinek na Google Plus"
|
203 |
|
204 |
-
|
205 |
-
|
206 |
-
msgstr "LinkedIn profil"
|
207 |
|
208 |
-
|
209 |
-
|
210 |
-
msgstr "Užitočné odkazy:"
|
211 |
|
212 |
-
|
213 |
-
|
214 |
-
msgstr "Neobmedzený webhosting"
|
215 |
|
216 |
-
|
217 |
-
|
218 |
-
msgstr "Najlepšie SEO softvér"
|
219 |
|
220 |
-
|
221 |
-
|
222 |
-
msgstr "WordPress šablóny"
|
223 |
|
224 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
225 |
#~ msgstr "ahoj! Moje meno je Paweł Rabinek (aka xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
21 |
msgid "Settings"
|
22 |
msgstr "Nastavenia"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB nastavenia"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Skryť jednoduché sociálnej Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Nasledujte ma na stebėtų"
|
84 |
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek na Facebook"
|
90 |
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
+
msgstr ""
|
114 |
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Skryť jednoduché sociálnej Buttons"
|
120 |
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Nastavenia"
|
187 |
+
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Ukázať na stránky kategórie"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Zobraziť Archív stránky"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Ukázať na značku stránok"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
msgstr ""
|
|
|
|
|
264 |
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
+
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Twitter podiel"
|
270 |
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Skryť jednoduché sociálnej Buttons"
|
276 |
+
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
msgstr ""
|
|
|
|
|
|
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
|
|
|
|
283 |
msgstr ""
|
|
|
|
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
|
|
|
|
291 |
msgstr ""
|
|
|
|
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Jednoduché sociálnych tlačidiel</strong> poskytujú <strong>Paweł "
|
336 |
+
#~ "Rabinek</strong>. Tento plugin pridáva sociálnych médií tlačidiel, ako "
|
337 |
+
#~ "napríklad: <strong>Google + 1</strong>, <strong>páči Facebook</strong> a "
|
338 |
+
#~ "<strong>Twitter zdieľať</strong>. Najviac flexibilné sociálnej buttons "
|
339 |
+
#~ "plugin vôbec."
|
340 |
+
|
341 |
+
#~ msgid "Select buttons"
|
342 |
+
#~ msgstr "Zvoľte tlačidlá"
|
343 |
+
|
344 |
+
#~ msgid "Select social media buttons:"
|
345 |
+
#~ msgstr "Vyberte sociálnych médií tlačidiel:"
|
346 |
+
|
347 |
+
#~ msgid "inactive"
|
348 |
+
#~ msgstr "neaktívne"
|
349 |
+
|
350 |
+
#~ msgid "Google plus one (+1)"
|
351 |
+
#~ msgstr "Google plus jedna (+ 1)"
|
352 |
+
|
353 |
+
#~ msgid "Facebook Like it"
|
354 |
+
#~ msgstr "Facebook ako to"
|
355 |
+
|
356 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
357 |
+
#~ msgstr "Zakázať plugin CSS (iba pokročilí používatelia)"
|
358 |
+
|
359 |
+
#~ msgid "Single posts - display settings"
|
360 |
+
#~ msgstr "Jediné príspevky - nastavenia displeja"
|
361 |
+
|
362 |
+
#~ msgid "Place buttons on single post:"
|
363 |
+
#~ msgstr "Miesto tlačidlá na jednom post:"
|
364 |
+
|
365 |
+
#~ msgid "Before the content"
|
366 |
+
#~ msgstr "Pred obsah"
|
367 |
+
|
368 |
+
#~ msgid "After the content"
|
369 |
+
#~ msgstr "Po obsah"
|
370 |
+
|
371 |
+
#~ msgid "Single pages - display settings"
|
372 |
+
#~ msgstr "Jednotlivé stránky - nastavenia displeja"
|
373 |
+
|
374 |
+
#~ msgid "Place buttons on single pages:"
|
375 |
+
#~ msgstr "Miesto tlačidlá na jednotlivé strany:"
|
376 |
+
|
377 |
+
#~ msgid "Before the page content"
|
378 |
+
#~ msgstr "Pred obsahu stránky"
|
379 |
+
|
380 |
+
#~ msgid "After the page content"
|
381 |
+
#~ msgstr "Po obsah stránky"
|
382 |
+
|
383 |
+
#~ msgid "Archives - display settings"
|
384 |
+
#~ msgstr "Archívy - nastavenie obrazovky"
|
385 |
+
|
386 |
+
#~ msgid "Select additional places to display buttons:"
|
387 |
+
#~ msgstr "Vyberte ďalšie miesta na zobrazenie tlačidiel:"
|
388 |
+
|
389 |
+
#~ msgid "Show at frontpage"
|
390 |
+
#~ msgstr "Zobraziť v programe frontpage"
|
391 |
+
|
392 |
+
#~ msgid "Place buttons on archives:"
|
393 |
+
#~ msgstr "Miesto tlačidlá na archívy:"
|
394 |
+
|
395 |
+
#~ msgid "Save Changes"
|
396 |
+
#~ msgstr "Uložiť zmeny"
|
397 |
+
|
398 |
+
#~ msgid "About this plugin:"
|
399 |
+
#~ msgstr "O tento plugin:"
|
400 |
+
|
401 |
+
#~ msgid ""
|
402 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
403 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
404 |
+
#~ msgstr ""
|
405 |
+
#~ "Porozprávajte sa s<a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
406 |
+
#~ "\">@rabinek</a>na twitteri pre chyby alebo požiadavky na nové funkcie."
|
407 |
+
|
408 |
+
#~ msgid "Enjoy the plugin?"
|
409 |
+
#~ msgstr "Užite si plugin?"
|
410 |
+
|
411 |
+
#~ msgid ""
|
412 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
413 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
414 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
415 |
+
#~ msgstr ""
|
416 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
417 |
+
#~ "Simple Sociálna Odznaky plugin- check it out! http://blog.rabinek.pl/\" "
|
418 |
+
#~ "target=\"_blank\">Tweet o tom</a> a zvažoval, že daruje"
|
419 |
+
|
420 |
+
#~ msgid ""
|
421 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
422 |
+
#~ "support your open source developers. Thank you!"
|
423 |
+
#~ msgstr ""
|
424 |
+
#~ "<strong>Darovať:</strong> Veľa tvrdej práce ide do budovy plugins - "
|
425 |
+
#~ "podpora váš open source vývojárov. ďakujem!"
|
426 |
+
|
427 |
+
#~ msgid "About the author:"
|
428 |
+
#~ msgstr "O autorovi:"
|
429 |
+
|
430 |
+
#~ msgid ""
|
431 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
432 |
+
#~ "social media, PHP and Wordpress developement."
|
433 |
+
#~ msgstr ""
|
434 |
+
#~ "ahoj! Moje meno je Paweł Rabinek (aka xradar). Som zúčastnenými v SEO a "
|
435 |
+
#~ "sociálne médiá, vývoj PHP a Wordpress."
|
436 |
+
|
437 |
+
#~ msgid "My blog about SEO"
|
438 |
+
#~ msgstr "Môj blog o SEO"
|
439 |
+
|
440 |
+
#~ msgid "[Polish]"
|
441 |
+
#~ msgstr "[Poľský]"
|
442 |
|
443 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
444 |
+
#~ msgstr "Paweł Rabinek na Google Plus"
|
|
|
445 |
|
446 |
+
#~ msgid "LinkedIn profile"
|
447 |
+
#~ msgstr "LinkedIn profil"
|
|
|
448 |
|
449 |
+
#~ msgid "Usefull links:"
|
450 |
+
#~ msgstr "Užitočné odkazy:"
|
|
|
451 |
|
452 |
+
#~ msgid "Unlimited web hosting"
|
453 |
+
#~ msgstr "Neobmedzený webhosting"
|
|
|
454 |
|
455 |
+
#~ msgid "Best SEO software"
|
456 |
+
#~ msgstr "Najlepšie SEO softvér"
|
|
|
457 |
|
458 |
+
#~ msgid "Wordpress templates"
|
459 |
+
#~ msgstr "WordPress šablóny"
|
|
|
460 |
|
461 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
462 |
#~ msgstr "ahoj! Moje meno je Paweł Rabinek (aka xradar)."
|
lang/simplesocialbuttons-sr_RS.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-sr_RS.po
CHANGED
@@ -2,223 +2,461 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"
|
16 |
-
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
msgid "Settings"
|
22 |
msgstr "Postavke"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
-
#: ../
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB postavke"
|
28 |
|
29 |
-
#: ../
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Sakrij Simple Social Buttons"
|
32 |
|
33 |
-
#: ../ssb-admin.php:
|
|
|
|
|
|
|
|
|
34 |
msgid ""
|
35 |
-
"
|
36 |
-
"
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
"
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
|
68 |
|
69 |
-
#: ../ssb-
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
|
73 |
-
#: ../ssb-
|
74 |
-
|
75 |
-
|
|
|
|
|
76 |
|
77 |
-
#: ../ssb-
|
78 |
-
|
79 |
-
|
|
|
|
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
|
85 |
-
#: ../ssb-
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
|
89 |
-
#: ../ssb-
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
|
93 |
-
#: ../ssb-
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
|
97 |
-
#: ../ssb-
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
#: ../ssb-
|
102 |
-
|
103 |
-
|
|
|
|
|
104 |
|
105 |
-
#: ../ssb-
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
|
109 |
-
#: ../ssb-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
|
113 |
-
#: ../ssb-
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
|
117 |
-
#: ../ssb-
|
118 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
msgstr "Prikaži na stranici sa kategorijama"
|
120 |
|
121 |
-
#: ../ssb-
|
122 |
-
|
|
|
|
|
123 |
msgstr "Prikaži na stranici sa arhivama"
|
124 |
|
125 |
-
#: ../ssb-
|
126 |
-
|
|
|
|
|
127 |
msgstr "Prikaži na stranicama sa tagovima"
|
128 |
|
129 |
-
#: ../ssb-
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
|
133 |
-
#: ../ssb-
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
|
137 |
-
#: ../ssb-
|
138 |
-
msgid "
|
139 |
-
msgstr "
|
|
|
|
|
|
|
|
|
140 |
|
141 |
-
#: ../ssb-
|
142 |
msgid ""
|
143 |
-
"
|
144 |
-
|
|
|
|
|
|
|
145 |
msgstr ""
|
146 |
-
"Razgovaraj sa<a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
147 |
-
"\">@rabinek</a> na twitter-u u slučaju bug-ova ili zahteva "
|
148 |
|
149 |
-
#: ../ssb-
|
150 |
-
|
151 |
-
|
|
|
|
|
152 |
|
153 |
-
#: ../ssb-
|
154 |
-
|
155 |
-
|
156 |
-
"
|
157 |
-
"
|
|
|
|
|
|
|
158 |
msgstr ""
|
159 |
-
"<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress Simple "
|
160 |
-
"Social Buttons plugin - check it out! http://blog.rabinek.pl/\" target="
|
161 |
-
"\"_blank\">Tweetuj o tome</a> i razmisli o doniranju."
|
162 |
|
163 |
-
#: ../ssb-
|
164 |
-
msgid ""
|
165 |
-
"<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
166 |
-
"support your open source developers. Thank you!"
|
167 |
msgstr ""
|
168 |
-
"<strong>Doniraj:</strong>Mnogo rada se ulaže u izgradnju plugina - podržite "
|
169 |
-
"open source programere. Hvala!"
|
170 |
|
171 |
-
#: ../ssb-
|
172 |
-
msgid "
|
173 |
-
msgstr "
|
174 |
|
175 |
-
#: ../ssb-
|
176 |
-
msgid ""
|
177 |
-
"Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and social "
|
178 |
-
"media, PHP and Wordpress developement."
|
179 |
msgstr ""
|
180 |
-
"Pozdrav! Moje ime je Paweł Rabinek (tzv xradar). Interesuje me SEO i "
|
181 |
-
"socijalne medije,PHP i Wordpress programiranje."
|
182 |
|
183 |
-
#: ../ssb-
|
184 |
-
msgid "
|
185 |
-
msgstr "
|
186 |
|
187 |
-
#: ../ssb-
|
188 |
-
msgid "
|
189 |
-
msgstr "
|
190 |
|
191 |
-
#: ../ssb-
|
192 |
-
msgid "
|
193 |
-
msgstr "
|
194 |
|
195 |
-
#: ../ssb-
|
196 |
-
msgid "
|
197 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
|
199 |
-
|
200 |
-
|
201 |
-
msgstr "Paweł Rabinek na Google Plus"
|
202 |
|
203 |
-
|
204 |
-
|
205 |
-
msgstr "LinkedIn profil"
|
206 |
|
207 |
-
|
208 |
-
|
209 |
-
msgstr "Korisni linkovi:"
|
210 |
|
211 |
-
|
212 |
-
|
213 |
-
msgstr "Neograničen web hosting"
|
214 |
|
215 |
-
|
216 |
-
|
217 |
-
msgstr "Najbolji SEO software"
|
218 |
|
219 |
-
|
220 |
-
|
221 |
-
msgstr "Wordpress templates"
|
222 |
|
223 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
224 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
21 |
msgid "Settings"
|
22 |
msgstr "Postavke"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB postavke"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "Sakrij Simple Social Buttons"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
40 |
+
"leaving us a review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
66 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
67 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
68 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
69 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
70 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
71 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
72 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
73 |
+
msgstr ""
|
74 |
|
75 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
76 |
+
msgid "Spread the Word"
|
77 |
+
msgstr ""
|
78 |
|
79 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
80 |
+
#, fuzzy
|
81 |
+
#| msgid "Follow me on Twitter"
|
82 |
+
msgid "Share on Twitter"
|
83 |
+
msgstr "Prati me na Twitter"
|
84 |
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
86 |
+
#, fuzzy
|
87 |
+
#| msgid "Paweł Rabinek on Facebook"
|
88 |
+
msgid "Share on Facebook"
|
89 |
+
msgstr "Paweł Rabinek na Facebook"
|
90 |
|
91 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
92 |
+
msgid "Rate on WordPress.org"
|
93 |
+
msgstr ""
|
94 |
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
96 |
+
msgid "Subscribe Newsletter"
|
97 |
+
msgstr ""
|
98 |
|
99 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
100 |
+
msgid "Email"
|
101 |
+
msgstr ""
|
102 |
|
103 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
104 |
+
msgid "Name"
|
105 |
+
msgstr ""
|
106 |
|
107 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
108 |
+
msgid "Recommended Plugins"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
112 |
+
msgid "Choose File"
|
113 |
+
msgstr ""
|
114 |
|
115 |
+
#: ../classes/ssb-settings.php:30
|
116 |
+
#, fuzzy
|
117 |
+
#| msgid "Hide Simple Social Buttons"
|
118 |
+
msgid "Social Buttons"
|
119 |
+
msgstr "Sakrij Simple Social Buttons"
|
120 |
|
121 |
+
#: ../classes/ssb-settings.php:35
|
122 |
+
msgid "Social Buttons Designs"
|
123 |
+
msgstr ""
|
124 |
|
125 |
+
#: ../classes/ssb-settings.php:40
|
126 |
+
msgid "Social Buttons Postions"
|
127 |
+
msgstr ""
|
128 |
|
129 |
+
#: ../classes/ssb-settings.php:45
|
130 |
+
msgid "Sidebar"
|
131 |
+
msgstr ""
|
132 |
|
133 |
+
#: ../classes/ssb-settings.php:50
|
134 |
+
msgid "On Media"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../classes/ssb-settings.php:55
|
138 |
+
msgid "Popup"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../classes/ssb-settings.php:60
|
142 |
+
msgid "Fly In"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: ../classes/ssb-settings.php:65
|
146 |
+
msgid "InLine"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: ../classes/ssb-settings.php:70
|
150 |
+
msgid "Additional features"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: ../classes/ssb-settings.php:122
|
154 |
+
msgid "Sidebar Orientation"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
158 |
+
msgid "<h4>Display Settings</h4>"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: ../classes/ssb-settings.php:134
|
162 |
+
msgid "Intro Animation"
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
166 |
+
msgid "Display Share Counts"
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
170 |
+
msgid "Display Total Shares"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
174 |
+
msgid "Add Icon Spacing"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
178 |
+
msgid "Hide On Mobile Devices"
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# Traduit par @RhooManu - www.infographizm.com
|
182 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
183 |
+
#, fuzzy
|
184 |
+
#| msgid "Settings"
|
185 |
+
msgid "Post type Settings"
|
186 |
+
msgstr "Postavke"
|
187 |
+
|
188 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
189 |
+
#: ../classes/ssb-settings.php:333
|
190 |
+
msgid "Multi checkbox description"
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: ../classes/ssb-settings.php:189
|
194 |
+
msgid ""
|
195 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
199 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
200 |
+
#: ../classes/ssb-settings.php:365
|
201 |
+
msgid ""
|
202 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
203 |
+
"buttons of your own choice that matches with your website color schemes. "
|
204 |
+
"These social buttons will help in driving more engagement and traffic to "
|
205 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
206 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
207 |
+
"more!"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: ../classes/ssb-settings.php:200
|
211 |
+
msgid "Icon Position"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../classes/ssb-settings.php:213
|
215 |
+
msgid "Icon Alignment"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: ../classes/ssb-settings.php:225
|
219 |
+
msgid "Animation"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: ../classes/ssb-settings.php:271
|
223 |
+
#, fuzzy
|
224 |
+
#| msgid "Show at category pages"
|
225 |
+
msgid "Show at Category pages"
|
226 |
msgstr "Prikaži na stranici sa kategorijama"
|
227 |
|
228 |
+
#: ../classes/ssb-settings.php:277
|
229 |
+
#, fuzzy
|
230 |
+
#| msgid "Show at archive pages"
|
231 |
+
msgid "Show at Archive pages"
|
232 |
msgstr "Prikaži na stranici sa arhivama"
|
233 |
|
234 |
+
#: ../classes/ssb-settings.php:284
|
235 |
+
#, fuzzy
|
236 |
+
#| msgid "Show at tag pages"
|
237 |
+
msgid "Show at Tag pages"
|
238 |
msgstr "Prikaži na stranicama sa tagovima"
|
239 |
|
240 |
+
#: ../classes/ssb-settings.php:299
|
241 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: ../classes/ssb-settings.php:317
|
245 |
+
msgid "Icon Style"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: ../classes/ssb-settings.php:332
|
249 |
+
msgid "Postions"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: ../classes/ssb-settings.php:346
|
253 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: ../classes/ssb-settings.php:355
|
257 |
msgid ""
|
258 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: ../classes/ssb-settings.php:364
|
262 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
263 |
msgstr ""
|
|
|
|
|
264 |
|
265 |
+
#: ../classes/ssb-settings.php:373
|
266 |
+
#, fuzzy
|
267 |
+
#| msgid "Twitter share"
|
268 |
+
msgid "Twitter @username:"
|
269 |
+
msgstr "Twitter share"
|
270 |
|
271 |
+
#: ../inc/ssb-deactivate-form.php:84
|
272 |
+
#, fuzzy
|
273 |
+
#| msgid "Hide Simple Social Buttons"
|
274 |
+
msgid "Quick feedback about Simple Social Buttons"
|
275 |
+
msgstr "Sakrij Simple Social Buttons"
|
276 |
+
|
277 |
+
#: ../inc/ssb-deactivate-form.php:87
|
278 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
279 |
msgstr ""
|
|
|
|
|
|
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:94
|
282 |
+
msgid "I only needed the plugin for a short period"
|
|
|
|
|
283 |
msgstr ""
|
|
|
|
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:103
|
286 |
+
msgid "I found a better plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:106
|
290 |
+
msgid "Kindly tell us the name of plugin"
|
|
|
|
|
291 |
msgstr ""
|
|
|
|
|
292 |
|
293 |
+
#: ../inc/ssb-deactivate-form.php:113
|
294 |
+
msgid "The plugin broke my site"
|
295 |
+
msgstr ""
|
296 |
|
297 |
+
#: ../inc/ssb-deactivate-form.php:122
|
298 |
+
msgid "The plugin suddenly stopped working"
|
299 |
+
msgstr ""
|
300 |
|
301 |
+
#: ../inc/ssb-deactivate-form.php:131
|
302 |
+
msgid "I no longer need the plugin"
|
303 |
+
msgstr ""
|
304 |
|
305 |
+
#: ../inc/ssb-deactivate-form.php:140
|
306 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:149
|
310 |
+
msgid "Other"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:152
|
314 |
+
msgid "Kindly tell us the reason so we can improve."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:157
|
318 |
+
msgid "Anonymous feedback"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../inc/ssb-deactivate-form.php:162
|
322 |
+
msgid "Cancel"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: ../simple-social-buttons.php:371
|
326 |
+
msgid "Vote!"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#~ msgid ""
|
330 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
331 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
332 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
333 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
334 |
+
#~ msgstr ""
|
335 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>."
|
336 |
+
#~ "Ovaj plugin dodaje dugmad sa socijalnim medijima kao što su:"
|
337 |
+
#~ "<strong>Google +1</strong>, <strong>Facebook Like it</strong> "
|
338 |
+
#~ "i<strong>Twitter share</strong>. Najfleksibilnija plugin sa socijalnim "
|
339 |
+
#~ "dugmadima ikada."
|
340 |
+
|
341 |
+
#~ msgid "Select buttons"
|
342 |
+
#~ msgstr "Izaberi dugmad"
|
343 |
+
|
344 |
+
#~ msgid "Select social media buttons:"
|
345 |
+
#~ msgstr "Izaberi dugmad socijalnih medija:"
|
346 |
+
|
347 |
+
#~ msgid "inactive"
|
348 |
+
#~ msgstr "neaktivno"
|
349 |
+
|
350 |
+
#~ msgid "Google plus one (+1)"
|
351 |
+
#~ msgstr "Google plus one (+1)"
|
352 |
+
|
353 |
+
#~ msgid "Facebook Like it"
|
354 |
+
#~ msgstr "Facebook Like it"
|
355 |
+
|
356 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
357 |
+
#~ msgstr "Onemogući plugin CSS (samo unapredjeni korisnici)"
|
358 |
+
|
359 |
+
#~ msgid "Single posts - display settings"
|
360 |
+
#~ msgstr "Sami postovi - prikaži postavke"
|
361 |
+
|
362 |
+
#~ msgid "Place buttons on single post:"
|
363 |
+
#~ msgstr "Postavi dugme za jedan post:"
|
364 |
+
|
365 |
+
#~ msgid "Before the content"
|
366 |
+
#~ msgstr "Pre sadržaja"
|
367 |
+
|
368 |
+
#~ msgid "After the content"
|
369 |
+
#~ msgstr "Posle sadržaja"
|
370 |
+
|
371 |
+
#~ msgid "Single pages - display settings"
|
372 |
+
#~ msgstr "Same stranice - prikaži postavke"
|
373 |
+
|
374 |
+
#~ msgid "Place buttons on single pages:"
|
375 |
+
#~ msgstr "Postavi dugmad na same stranice:"
|
376 |
+
|
377 |
+
#~ msgid "Before the page content"
|
378 |
+
#~ msgstr "Pre sadržaja stranice"
|
379 |
+
|
380 |
+
#~ msgid "After the page content"
|
381 |
+
#~ msgstr "Posle sadržaja stranice"
|
382 |
+
|
383 |
+
#~ msgid "Archives - display settings"
|
384 |
+
#~ msgstr "Arhive - prikaži postavke"
|
385 |
+
|
386 |
+
#~ msgid "Select additional places to display buttons:"
|
387 |
+
#~ msgstr "Izaberi dodatna mesta za prikaz dugmadi:"
|
388 |
+
|
389 |
+
#~ msgid "Show at frontpage"
|
390 |
+
#~ msgstr "Prikaži na prednjoj stranici"
|
391 |
+
|
392 |
+
#~ msgid "Place buttons on archives:"
|
393 |
+
#~ msgstr "Postavi dugme na arhivama:"
|
394 |
+
|
395 |
+
#~ msgid "Save Changes"
|
396 |
+
#~ msgstr "Sačuvaj promene"
|
397 |
+
|
398 |
+
#~ msgid "About this plugin:"
|
399 |
+
#~ msgstr "O ovom pluginu:"
|
400 |
+
|
401 |
+
#~ msgid ""
|
402 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
403 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
404 |
+
#~ msgstr ""
|
405 |
+
#~ "Razgovaraj sa<a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
406 |
+
#~ "\">@rabinek</a> na twitter-u u slučaju bug-ova ili zahteva "
|
407 |
+
|
408 |
+
#~ msgid "Enjoy the plugin?"
|
409 |
+
#~ msgstr "Uživate u pluginu?"
|
410 |
+
|
411 |
+
#~ msgid ""
|
412 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
413 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
414 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
415 |
+
#~ msgstr ""
|
416 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
417 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
418 |
+
#~ "target=\"_blank\">Tweetuj o tome</a> i razmisli o doniranju."
|
419 |
+
|
420 |
+
#~ msgid ""
|
421 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
422 |
+
#~ "support your open source developers. Thank you!"
|
423 |
+
#~ msgstr ""
|
424 |
+
#~ "<strong>Doniraj:</strong>Mnogo rada se ulaže u izgradnju plugina - "
|
425 |
+
#~ "podržite open source programere. Hvala!"
|
426 |
+
|
427 |
+
#~ msgid "About the author:"
|
428 |
+
#~ msgstr "O autoru:"
|
429 |
+
|
430 |
+
#~ msgid ""
|
431 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
432 |
+
#~ "social media, PHP and Wordpress developement."
|
433 |
+
#~ msgstr ""
|
434 |
+
#~ "Pozdrav! Moje ime je Paweł Rabinek (tzv xradar). Interesuje me SEO i "
|
435 |
+
#~ "socijalne medije,PHP i Wordpress programiranje."
|
436 |
+
|
437 |
+
#~ msgid "My blog about SEO"
|
438 |
+
#~ msgstr "Moj blog o SEO"
|
439 |
+
|
440 |
+
#~ msgid "[Polish]"
|
441 |
+
#~ msgstr "[Poljski]"
|
442 |
|
443 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
444 |
+
#~ msgstr "Paweł Rabinek na Google Plus"
|
|
|
445 |
|
446 |
+
#~ msgid "LinkedIn profile"
|
447 |
+
#~ msgstr "LinkedIn profil"
|
|
|
448 |
|
449 |
+
#~ msgid "Usefull links:"
|
450 |
+
#~ msgstr "Korisni linkovi:"
|
|
|
451 |
|
452 |
+
#~ msgid "Unlimited web hosting"
|
453 |
+
#~ msgstr "Neograničen web hosting"
|
|
|
454 |
|
455 |
+
#~ msgid "Best SEO software"
|
456 |
+
#~ msgstr "Najbolji SEO software"
|
|
|
457 |
|
458 |
+
#~ msgid "Wordpress templates"
|
459 |
+
#~ msgstr "Wordpress templates"
|
|
|
460 |
|
461 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
462 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-sv_SE.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-sv_SE.po
CHANGED
@@ -1,211 +1,442 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator: Olle Gustafsson <olle@dalnix.se>\n"
|
8 |
-
"Language-Team: Paweł Rabinek (SE: Olle Gustafsson) <pawel@rabinek.pl>\n"
|
9 |
-
"Language: sv_SE\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit
|
17 |
-
"X-Poedit-SearchPath-0: ..\n"
|
18 |
-
|
19 |
-
#: ../
|
20 |
-
msgid "Settings"
|
21 |
-
msgstr "Inställningar"
|
22 |
-
|
23 |
-
#: ../
|
24 |
-
msgid "SSB Settings"
|
25 |
-
msgstr "SSB inställningar"
|
26 |
-
|
27 |
-
#: ../
|
28 |
-
msgid "Hide Simple Social Buttons"
|
29 |
-
msgstr "Göm Simple Social Button"
|
30 |
-
|
31 |
-
#: ../ssb-admin.php:
|
32 |
-
msgid ""
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
"
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
"
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
#: ../ssb-admin.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: ../ssb-
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: ../ssb-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
#: ../ssb-
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: ../ssb-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: ../ssb-
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
-
|
105 |
-
#: ../ssb-
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: ../ssb-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: ../ssb-
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: ../ssb-
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: ../ssb-
|
122 |
-
msgid "
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: ../ssb-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: ../ssb-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
#: ../ssb-
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
+
"Last-Translator: Olle Gustafsson <olle@dalnix.se>\n"
|
8 |
+
"Language-Team: Paweł Rabinek (SE: Olle Gustafsson) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: sv_SE\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
|
19 |
+
#: ../classes/ssb-admin.php:44
|
20 |
+
msgid "Settings"
|
21 |
+
msgstr "Inställningar"
|
22 |
+
|
23 |
+
#: ../classes/ssb-admin.php:83
|
24 |
+
msgid "SSB Settings"
|
25 |
+
msgstr "SSB inställningar"
|
26 |
+
|
27 |
+
#: ../classes/ssb-admin.php:101
|
28 |
+
msgid "Hide Simple Social Buttons"
|
29 |
+
msgstr "Göm Simple Social Button"
|
30 |
+
|
31 |
+
#: ../classes/ssb-admin.php:268
|
32 |
+
msgid "Leave A Review?"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: ../classes/ssb-admin.php:269
|
36 |
+
msgid ""
|
37 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider "
|
38 |
+
"leaving us a review on WordPress.org?"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../classes/ssb-admin.php:270
|
42 |
+
msgid "Sure! I'd love to!"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: ../classes/ssb-admin.php:271
|
46 |
+
msgid "I've already left a review"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: ../classes/ssb-admin.php:272
|
50 |
+
msgid "Maybe Later"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: ../classes/ssb-admin.php:273
|
54 |
+
msgid "Never show again"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
58 |
+
msgid "makes Social Sharing easy for everyone"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
62 |
+
#, fuzzy
|
63 |
+
#| msgid ""
|
64 |
+
#| "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
65 |
+
#| "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
66 |
+
#| "strong>, <strong>Facebook Like it</strong>, <strong>Twitter share</"
|
67 |
+
#| "strong> and <strong>Pinterest</strong>. The most flexible social buttons "
|
68 |
+
#| "plugin ever."
|
69 |
+
msgid ""
|
70 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
71 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
72 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
73 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
74 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
75 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
76 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
77 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
78 |
+
msgstr ""
|
79 |
+
"<strong>Simple Social Buttons</strong> av <strong>Paweł Rabinek</strong>. "
|
80 |
+
"Denna plugin lägger till knappar för sociala medier, så som: <strong>Google "
|
81 |
+
"+1</strong>, <strong>Facebook Like it</strong>, <strong>Twitter share</"
|
82 |
+
"strong> och <strong>Pinterest</strong>. Den mest flexibla sociala knapp "
|
83 |
+
"plugin någonsin."
|
84 |
+
|
85 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
86 |
+
msgid "Spread the Word"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
90 |
+
#, fuzzy
|
91 |
+
#| msgid "Follow me on Twitter"
|
92 |
+
msgid "Share on Twitter"
|
93 |
+
msgstr "Följ mig på Twitter"
|
94 |
+
|
95 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
96 |
+
#, fuzzy
|
97 |
+
#| msgid "Paweł Rabinek on Facebook"
|
98 |
+
msgid "Share on Facebook"
|
99 |
+
msgstr "Pawek Rabinek på Facebook"
|
100 |
+
|
101 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
102 |
+
msgid "Rate on WordPress.org"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
106 |
+
msgid "Subscribe Newsletter"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
110 |
+
msgid "Email"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
114 |
+
msgid "Name"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
118 |
+
msgid "Recommended Plugins"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
122 |
+
msgid "Choose File"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: ../classes/ssb-settings.php:30
|
126 |
+
#, fuzzy
|
127 |
+
#| msgid "Hide Simple Social Buttons"
|
128 |
+
msgid "Social Buttons"
|
129 |
+
msgstr "Göm Simple Social Button"
|
130 |
+
|
131 |
+
#: ../classes/ssb-settings.php:35
|
132 |
+
msgid "Social Buttons Designs"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: ../classes/ssb-settings.php:40
|
136 |
+
msgid "Social Buttons Postions"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: ../classes/ssb-settings.php:45
|
140 |
+
msgid "Sidebar"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: ../classes/ssb-settings.php:50
|
144 |
+
msgid "On Media"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: ../classes/ssb-settings.php:55
|
148 |
+
msgid "Popup"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: ../classes/ssb-settings.php:60
|
152 |
+
msgid "Fly In"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: ../classes/ssb-settings.php:65
|
156 |
+
msgid "InLine"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: ../classes/ssb-settings.php:70
|
160 |
+
msgid "Additional features"
|
161 |
+
msgstr "Ytterligare inställningar"
|
162 |
+
|
163 |
+
#: ../classes/ssb-settings.php:122
|
164 |
+
msgid "Sidebar Orientation"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
168 |
+
msgid "<h4>Display Settings</h4>"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../classes/ssb-settings.php:134
|
172 |
+
msgid "Intro Animation"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
176 |
+
msgid "Display Share Counts"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
180 |
+
msgid "Display Total Shares"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
184 |
+
msgid "Add Icon Spacing"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
188 |
+
msgid "Hide On Mobile Devices"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
192 |
+
#, fuzzy
|
193 |
+
#| msgid "Settings"
|
194 |
+
msgid "Post type Settings"
|
195 |
+
msgstr "Inställningar"
|
196 |
+
|
197 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
198 |
+
#: ../classes/ssb-settings.php:333
|
199 |
+
msgid "Multi checkbox description"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: ../classes/ssb-settings.php:189
|
203 |
+
msgid ""
|
204 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
208 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
209 |
+
#: ../classes/ssb-settings.php:365
|
210 |
+
msgid ""
|
211 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
212 |
+
"buttons of your own choice that matches with your website color schemes. "
|
213 |
+
"These social buttons will help in driving more engagement and traffic to "
|
214 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
215 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
216 |
+
"more!"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: ../classes/ssb-settings.php:200
|
220 |
+
msgid "Icon Position"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: ../classes/ssb-settings.php:213
|
224 |
+
msgid "Icon Alignment"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: ../classes/ssb-settings.php:225
|
228 |
+
msgid "Animation"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: ../classes/ssb-settings.php:271
|
232 |
+
#, fuzzy
|
233 |
+
#| msgid "Show at category pages"
|
234 |
+
msgid "Show at Category pages"
|
235 |
+
msgstr "Visa på kategorisidor"
|
236 |
+
|
237 |
+
#: ../classes/ssb-settings.php:277
|
238 |
+
#, fuzzy
|
239 |
+
#| msgid "Show at archive pages"
|
240 |
+
msgid "Show at Archive pages"
|
241 |
+
msgstr "Visa på arkivsidor"
|
242 |
+
|
243 |
+
#: ../classes/ssb-settings.php:284
|
244 |
+
#, fuzzy
|
245 |
+
#| msgid "Show at tag pages"
|
246 |
+
msgid "Show at Tag pages"
|
247 |
+
msgstr "Visa på taggsidor"
|
248 |
+
|
249 |
+
#: ../classes/ssb-settings.php:299
|
250 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: ../classes/ssb-settings.php:317
|
254 |
+
msgid "Icon Style"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: ../classes/ssb-settings.php:332
|
258 |
+
msgid "Postions"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: ../classes/ssb-settings.php:346
|
262 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../classes/ssb-settings.php:355
|
266 |
+
msgid ""
|
267 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: ../classes/ssb-settings.php:364
|
271 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: ../classes/ssb-settings.php:373
|
275 |
+
#, fuzzy
|
276 |
+
#| msgid "Twitter @username"
|
277 |
+
msgid "Twitter @username:"
|
278 |
+
msgstr "Twitter @användarnamn"
|
279 |
+
|
280 |
+
#: ../inc/ssb-deactivate-form.php:84
|
281 |
+
#, fuzzy
|
282 |
+
#| msgid "Hide Simple Social Buttons"
|
283 |
+
msgid "Quick feedback about Simple Social Buttons"
|
284 |
+
msgstr "Göm Simple Social Button"
|
285 |
+
|
286 |
+
#: ../inc/ssb-deactivate-form.php:87
|
287 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: ../inc/ssb-deactivate-form.php:94
|
291 |
+
msgid "I only needed the plugin for a short period"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: ../inc/ssb-deactivate-form.php:103
|
295 |
+
msgid "I found a better plugin"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: ../inc/ssb-deactivate-form.php:106
|
299 |
+
msgid "Kindly tell us the name of plugin"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: ../inc/ssb-deactivate-form.php:113
|
303 |
+
msgid "The plugin broke my site"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: ../inc/ssb-deactivate-form.php:122
|
307 |
+
msgid "The plugin suddenly stopped working"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: ../inc/ssb-deactivate-form.php:131
|
311 |
+
msgid "I no longer need the plugin"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: ../inc/ssb-deactivate-form.php:140
|
315 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: ../inc/ssb-deactivate-form.php:149
|
319 |
+
msgid "Other"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: ../inc/ssb-deactivate-form.php:152
|
323 |
+
msgid "Kindly tell us the reason so we can improve."
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: ../inc/ssb-deactivate-form.php:157
|
327 |
+
msgid "Anonymous feedback"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: ../inc/ssb-deactivate-form.php:162
|
331 |
+
msgid "Cancel"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: ../simple-social-buttons.php:371
|
335 |
+
msgid "Vote!"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#~ msgid "Select buttons"
|
339 |
+
#~ msgstr "Välj knapp"
|
340 |
+
|
341 |
+
#~ msgid "Select social media buttons:"
|
342 |
+
#~ msgstr "Välj knappar:"
|
343 |
+
|
344 |
+
#~ msgid "inactive"
|
345 |
+
#~ msgstr "inaktiv"
|
346 |
+
|
347 |
+
#~ msgid "Google plus one (+1)"
|
348 |
+
#~ msgstr "Google plus one (+1)"
|
349 |
+
|
350 |
+
#~ msgid "Facebook Like it"
|
351 |
+
#~ msgstr "Facebook Gilla"
|
352 |
+
|
353 |
+
#~ msgid "Twitter share"
|
354 |
+
#~ msgstr "Twitter dela"
|
355 |
+
|
356 |
+
#~ msgid "Pinterest - Pin It"
|
357 |
+
#~ msgstr "Pinterest - Pin it"
|
358 |
+
|
359 |
+
#~ msgid "Will be visible only on post with thumbnail"
|
360 |
+
#~ msgstr "Visas endast på inlägg med tumnaglar"
|
361 |
+
|
362 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
363 |
+
#~ msgstr "Inaktivera CSS (endast för avancerade användare)"
|
364 |
+
|
365 |
+
#~ msgid "Single posts - display settings"
|
366 |
+
#~ msgstr "Enkla inlägg - visa inställningar"
|
367 |
+
|
368 |
+
#~ msgid "Place buttons on single post:"
|
369 |
+
#~ msgstr "Placera knappar på enstaka inlägg:"
|
370 |
+
|
371 |
+
#~ msgid "Before the content"
|
372 |
+
#~ msgstr "Före innehåll"
|
373 |
+
|
374 |
+
#~ msgid "After the content"
|
375 |
+
#~ msgstr "Efter innehåll"
|
376 |
+
|
377 |
+
#~ msgid "Single pages - display settings"
|
378 |
+
#~ msgstr "Enskilda sidor - visa inställningar"
|
379 |
+
|
380 |
+
#~ msgid "Place buttons on single pages:"
|
381 |
+
#~ msgstr "Placera knappar på enskilda sidor"
|
382 |
+
|
383 |
+
#~ msgid "Before the page content"
|
384 |
+
#~ msgstr "Före sidans innehåll"
|
385 |
+
|
386 |
+
#~ msgid "After the page content"
|
387 |
+
#~ msgstr "Efter sidans innehåll"
|
388 |
+
|
389 |
+
#~ msgid "Archives - display settings"
|
390 |
+
#~ msgstr "Arkiv - visa inställningar"
|
391 |
+
|
392 |
+
#~ msgid "Select additional places to display buttons:"
|
393 |
+
#~ msgstr "Välj ytterligare ställen att visa knapparna:"
|
394 |
+
|
395 |
+
#~ msgid "Show at frontpage"
|
396 |
+
#~ msgstr "Visa på förstasida"
|
397 |
+
|
398 |
+
#~ msgid "Place buttons on archives:"
|
399 |
+
#~ msgstr "Placera knapp på arkiv:"
|
400 |
+
|
401 |
+
#~ msgid "Save Changes"
|
402 |
+
#~ msgstr "Spara ändringar"
|
403 |
+
|
404 |
+
#~ msgid "About this plugin:"
|
405 |
+
#~ msgstr "Om denna plugin:"
|
406 |
+
|
407 |
+
#~ msgid "Plugin support"
|
408 |
+
#~ msgstr "Plugin support"
|
409 |
+
|
410 |
+
#~ msgid "Review this plugin"
|
411 |
+
#~ msgstr "Recencera denna plugin"
|
412 |
+
|
413 |
+
#~ msgid "Enjoy this plugin?"
|
414 |
+
#~ msgstr "Gillar du denna plugin?"
|
415 |
+
|
416 |
+
#~ msgid "Buy me a beer"
|
417 |
+
#~ msgstr "Bjud mig på en öl"
|
418 |
+
|
419 |
+
#~ msgid "About the author:"
|
420 |
+
#~ msgstr "Om författaren:"
|
421 |
+
|
422 |
+
#~ msgid ""
|
423 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
424 |
+
#~ "social media, PHP and Wordpress developement."
|
425 |
+
#~ msgstr ""
|
426 |
+
#~ "Hej! Mitt namn är Pawel Rabinek (aka xradar). Jag är intresserad i SEO "
|
427 |
+
#~ "och social medier, PHP och Wordpress utveckling."
|
428 |
+
|
429 |
+
#~ msgid "Paweł Rabinek on Google+"
|
430 |
+
#~ msgstr "Pawel Rabinek på Google+"
|
431 |
+
|
432 |
+
#~ msgid "Free SEO Audit"
|
433 |
+
#~ msgstr "Gratis SEO granskning"
|
434 |
+
|
435 |
+
#~ msgid "My blog about SEO"
|
436 |
+
#~ msgstr "Min blogg om SEO"
|
437 |
+
|
438 |
+
#~ msgid "[Polish]"
|
439 |
+
#~ msgstr "[Polska]"
|
440 |
+
|
441 |
+
#~ msgid "LinkedIn profile"
|
442 |
+
#~ msgstr "LinkedIn profil"
|
lang/simplesocialbuttons-th_TH.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-th_TH.po
CHANGED
@@ -2,202 +2,455 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-Language: German\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
-
#: ../
|
21 |
-
#: ../ssb-admin.php:11
|
22 |
msgid "Settings"
|
23 |
msgstr "การตั้งค่า"
|
24 |
|
25 |
# Traduit par @RhooManu - www.infographizm.com
|
26 |
-
#: ../
|
27 |
msgid "SSB Settings"
|
28 |
msgstr "SSB การตั้งค่า"
|
29 |
|
30 |
-
#: ../
|
31 |
msgid "Hide Simple Social Buttons"
|
32 |
msgstr "ซ่อนปุ่มสังคมแบบง่าย ๆ"
|
33 |
|
34 |
-
#: ../ssb-admin.php:
|
35 |
-
msgid "
|
36 |
-
msgstr "
|
37 |
|
38 |
-
#: ../ssb-admin.php:
|
39 |
-
msgid "
|
40 |
-
|
|
|
|
|
41 |
|
42 |
-
#: ../ssb-admin.php:
|
43 |
-
msgid "
|
44 |
-
msgstr "
|
45 |
|
46 |
-
#: ../ssb-admin.php:
|
47 |
-
|
48 |
-
|
49 |
-
msgid "inactive"
|
50 |
-
msgstr "เฉื่อยชา"
|
51 |
|
52 |
-
#: ../ssb-admin.php:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: ../ssb-admin.php:
|
57 |
-
msgid "
|
58 |
-
msgstr "
|
59 |
|
60 |
-
#: ../ssb-
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
#: ../ssb-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
msgid "
|
70 |
-
msgstr "
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
msgid "
|
74 |
-
msgstr "
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
msgid "
|
79 |
-
|
|
|
80 |
|
81 |
-
#: ../ssb-
|
82 |
-
|
83 |
-
|
84 |
-
msgstr "หลังจากเนื้อหา"
|
85 |
|
86 |
-
#: ../ssb-
|
87 |
-
msgid "
|
88 |
-
msgstr "
|
89 |
|
90 |
-
#: ../ssb-
|
91 |
-
msgid "
|
92 |
-
msgstr "
|
93 |
|
94 |
-
#: ../ssb-
|
95 |
-
msgid "
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: ../ssb-
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
#: ../ssb-
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: ../ssb-
|
107 |
-
msgid "
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: ../ssb-
|
111 |
-
msgid "
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: ../ssb-
|
115 |
-
|
|
|
|
|
116 |
msgstr "แสดงที่หน้าหมวดหมู่"
|
117 |
|
118 |
-
#: ../ssb-
|
119 |
-
|
|
|
|
|
120 |
msgstr "แสดงที่หน้าเว็บที่เก็บ"
|
121 |
|
122 |
-
#: ../ssb-
|
123 |
-
|
|
|
|
|
124 |
msgstr "แสดงที่หน้าแท็ก"
|
125 |
|
126 |
-
#: ../ssb-
|
127 |
-
msgid "
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: ../ssb-
|
131 |
-
msgid "
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: ../ssb-
|
135 |
-
msgid "
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: ../ssb-
|
139 |
-
msgid "
|
140 |
-
msgstr "
|
141 |
|
142 |
-
#: ../ssb-
|
143 |
-
msgid "
|
144 |
-
msgstr "
|
145 |
|
146 |
-
#: ../ssb-
|
147 |
-
msgid "
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: ../ssb-
|
151 |
-
|
152 |
-
|
|
|
|
|
153 |
|
154 |
-
#: ../ssb-
|
155 |
-
|
156 |
-
|
|
|
|
|
157 |
|
158 |
-
#: ../ssb-
|
159 |
-
msgid "
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: ../ssb-
|
163 |
-
msgid "
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: ../ssb-
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: ../ssb-
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: ../ssb-
|
175 |
-
msgid "
|
176 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
msgstr "Paweł Rabinek ใน google บวกหนึ่ง"
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
msgstr "ประวัตของลิ้ง"
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
msgstr "ลิ้งที่มีประโชย์"
|
189 |
|
190 |
-
|
191 |
-
|
192 |
-
msgstr "โฮสติ้ง จำกัด เว็บ"
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
msgstr "ซอฟต์แวร์ SEO ที่ดีที่สุด"
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr "แม่แบบ Wordpress"
|
201 |
|
202 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
203 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
"Last-Translator: Mads Phikamphon <mads@genvejen.dk>\n"
|
8 |
"Language-Team: Paweł Rabinek (DE: Dennis Schreiber) <pawel@rabinek.pl>\n"
|
9 |
+
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.com
|
20 |
+
#: ../classes/ssb-admin.php:44
|
|
|
21 |
msgid "Settings"
|
22 |
msgstr "การตั้งค่า"
|
23 |
|
24 |
# Traduit par @RhooManu - www.infographizm.com
|
25 |
+
#: ../classes/ssb-admin.php:83
|
26 |
msgid "SSB Settings"
|
27 |
msgstr "SSB การตั้งค่า"
|
28 |
|
29 |
+
#: ../classes/ssb-admin.php:101
|
30 |
msgid "Hide Simple Social Buttons"
|
31 |
msgstr "ซ่อนปุ่มสังคมแบบง่าย ๆ"
|
32 |
|
33 |
+
#: ../classes/ssb-admin.php:268
|
34 |
+
msgid "Leave A Review?"
|
35 |
+
msgstr ""
|
36 |
|
37 |
+
#: ../classes/ssb-admin.php:269
|
38 |
+
msgid ""
|
39 |
+
"We hope you've enjoyed using Simple Social Buttons! Would you consider leaving us a "
|
40 |
+
"review on WordPress.org?"
|
41 |
+
msgstr ""
|
42 |
|
43 |
+
#: ../classes/ssb-admin.php:270
|
44 |
+
msgid "Sure! I'd love to!"
|
45 |
+
msgstr ""
|
46 |
|
47 |
+
#: ../classes/ssb-admin.php:271
|
48 |
+
msgid "I've already left a review"
|
49 |
+
msgstr ""
|
|
|
|
|
50 |
|
51 |
+
#: ../classes/ssb-admin.php:272
|
52 |
+
msgid "Maybe Later"
|
53 |
+
msgstr ""
|
54 |
|
55 |
+
#: ../classes/ssb-admin.php:273
|
56 |
+
msgid "Never show again"
|
57 |
+
msgstr ""
|
58 |
|
59 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
60 |
+
msgid "makes Social Sharing easy for everyone"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
64 |
+
msgid ""
|
65 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://wpbrigade.com/?"
|
66 |
+
"utm_source=simple-social-buttons-lite&utm_medium=link-header&utm_campaign=pro-upgrade"
|
67 |
+
"\">WPBrigade</a></strong> adds an advanced set of social media sharing buttons to "
|
68 |
+
"your WordPress sites, such as: <strong>Google +1</strong>, <strong>Facebook</strong>, "
|
69 |
+
"<strong>WhatsApp</strong>, <strong>Viber</strong>, <strong>Twitter</strong>, "
|
70 |
+
"<strong>Reddit</strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. "
|
71 |
+
"This makes it the most flexible social sharing plugin ever for Everyone."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
75 |
+
msgid "Spread the Word"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
79 |
+
#, fuzzy
|
80 |
+
#| msgid "Follow me on Twitter"
|
81 |
+
msgid "Share on Twitter"
|
82 |
+
msgstr "ตามผมมาใน twitter"
|
83 |
|
84 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
85 |
+
#, fuzzy
|
86 |
+
#| msgid "Paweł Rabinek on Facebook"
|
87 |
+
msgid "Share on Facebook"
|
88 |
+
msgstr "Pawel Rabinek ใน Facebook"
|
89 |
+
|
90 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
91 |
+
msgid "Rate on WordPress.org"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
95 |
+
msgid "Subscribe Newsletter"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
99 |
+
msgid "Email"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
103 |
+
msgid "Name"
|
104 |
+
msgstr ""
|
105 |
|
106 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
107 |
+
msgid "Recommended Plugins"
|
108 |
+
msgstr ""
|
109 |
|
110 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
111 |
+
msgid "Choose File"
|
112 |
+
msgstr ""
|
113 |
|
114 |
+
#: ../classes/ssb-settings.php:30
|
115 |
+
#, fuzzy
|
116 |
+
#| msgid "Hide Simple Social Buttons"
|
117 |
+
msgid "Social Buttons"
|
118 |
+
msgstr "ซ่อนปุ่มสังคมแบบง่าย ๆ"
|
119 |
|
120 |
+
#: ../classes/ssb-settings.php:35
|
121 |
+
msgid "Social Buttons Designs"
|
122 |
+
msgstr ""
|
|
|
123 |
|
124 |
+
#: ../classes/ssb-settings.php:40
|
125 |
+
msgid "Social Buttons Postions"
|
126 |
+
msgstr ""
|
127 |
|
128 |
+
#: ../classes/ssb-settings.php:45
|
129 |
+
msgid "Sidebar"
|
130 |
+
msgstr ""
|
131 |
|
132 |
+
#: ../classes/ssb-settings.php:50
|
133 |
+
msgid "On Media"
|
134 |
+
msgstr ""
|
135 |
|
136 |
+
#: ../classes/ssb-settings.php:55
|
137 |
+
msgid "Popup"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: ../classes/ssb-settings.php:60
|
141 |
+
msgid "Fly In"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: ../classes/ssb-settings.php:65
|
145 |
+
msgid "InLine"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: ../classes/ssb-settings.php:70
|
149 |
+
msgid "Additional features"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: ../classes/ssb-settings.php:122
|
153 |
+
msgid "Sidebar Orientation"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
157 |
+
msgid "<h4>Display Settings</h4>"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: ../classes/ssb-settings.php:134
|
161 |
+
msgid "Intro Animation"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
165 |
+
msgid "Display Share Counts"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
169 |
+
msgid "Display Total Shares"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
173 |
+
msgid "Add Icon Spacing"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
177 |
+
msgid "Hide On Mobile Devices"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
# Traduit par @RhooManu - www.infographizm.com
|
181 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
182 |
+
#, fuzzy
|
183 |
+
#| msgid "Settings"
|
184 |
+
msgid "Post type Settings"
|
185 |
+
msgstr "การตั้งค่า"
|
186 |
+
|
187 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
188 |
+
#: ../classes/ssb-settings.php:333
|
189 |
+
msgid "Multi checkbox description"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: ../classes/ssb-settings.php:189
|
193 |
+
msgid "Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
197 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
198 |
+
#: ../classes/ssb-settings.php:365
|
199 |
+
msgid ""
|
200 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social buttons "
|
201 |
+
"of your own choice that matches with your website color schemes. These social buttons "
|
202 |
+
"will help in driving more engagement and traffic to your site. Some of the Pro "
|
203 |
+
"features include: Show Social media buttons on Images/Photos, Social Popups on exit/"
|
204 |
+
"intent, Social Flyin slides and so much more!"
|
205 |
+
msgstr ""
|
206 |
|
207 |
+
#: ../classes/ssb-settings.php:200
|
208 |
+
msgid "Icon Position"
|
209 |
+
msgstr ""
|
210 |
|
211 |
+
#: ../classes/ssb-settings.php:213
|
212 |
+
msgid "Icon Alignment"
|
213 |
+
msgstr ""
|
214 |
|
215 |
+
#: ../classes/ssb-settings.php:225
|
216 |
+
msgid "Animation"
|
217 |
+
msgstr ""
|
218 |
|
219 |
+
#: ../classes/ssb-settings.php:271
|
220 |
+
#, fuzzy
|
221 |
+
#| msgid "Show at category pages"
|
222 |
+
msgid "Show at Category pages"
|
223 |
msgstr "แสดงที่หน้าหมวดหมู่"
|
224 |
|
225 |
+
#: ../classes/ssb-settings.php:277
|
226 |
+
#, fuzzy
|
227 |
+
#| msgid "Show at archive pages"
|
228 |
+
msgid "Show at Archive pages"
|
229 |
msgstr "แสดงที่หน้าเว็บที่เก็บ"
|
230 |
|
231 |
+
#: ../classes/ssb-settings.php:284
|
232 |
+
#, fuzzy
|
233 |
+
#| msgid "Show at tag pages"
|
234 |
+
msgid "Show at Tag pages"
|
235 |
msgstr "แสดงที่หน้าแท็ก"
|
236 |
|
237 |
+
#: ../classes/ssb-settings.php:299
|
238 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
239 |
+
msgstr ""
|
240 |
|
241 |
+
#: ../classes/ssb-settings.php:317
|
242 |
+
msgid "Icon Style"
|
243 |
+
msgstr ""
|
244 |
|
245 |
+
#: ../classes/ssb-settings.php:332
|
246 |
+
msgid "Postions"
|
247 |
+
msgstr ""
|
248 |
|
249 |
+
#: ../classes/ssb-settings.php:346
|
250 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
251 |
+
msgstr ""
|
252 |
|
253 |
+
#: ../classes/ssb-settings.php:355
|
254 |
+
msgid "Get more engagement and shares on scrolling and exit intent to visitors."
|
255 |
+
msgstr ""
|
256 |
|
257 |
+
#: ../classes/ssb-settings.php:364
|
258 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: ../classes/ssb-settings.php:373
|
262 |
+
#, fuzzy
|
263 |
+
#| msgid "Twitter share"
|
264 |
+
msgid "Twitter @username:"
|
265 |
+
msgstr "Twitter แบ่งปั่น"
|
266 |
|
267 |
+
#: ../inc/ssb-deactivate-form.php:84
|
268 |
+
#, fuzzy
|
269 |
+
#| msgid "Hide Simple Social Buttons"
|
270 |
+
msgid "Quick feedback about Simple Social Buttons"
|
271 |
+
msgstr "ซ่อนปุ่มสังคมแบบง่าย ๆ"
|
272 |
|
273 |
+
#: ../inc/ssb-deactivate-form.php:87
|
274 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
275 |
+
msgstr ""
|
276 |
|
277 |
+
#: ../inc/ssb-deactivate-form.php:94
|
278 |
+
msgid "I only needed the plugin for a short period"
|
279 |
+
msgstr ""
|
280 |
|
281 |
+
#: ../inc/ssb-deactivate-form.php:103
|
282 |
+
msgid "I found a better plugin"
|
283 |
+
msgstr ""
|
284 |
|
285 |
+
#: ../inc/ssb-deactivate-form.php:106
|
286 |
+
msgid "Kindly tell us the name of plugin"
|
287 |
+
msgstr ""
|
288 |
|
289 |
+
#: ../inc/ssb-deactivate-form.php:113
|
290 |
+
msgid "The plugin broke my site"
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: ../inc/ssb-deactivate-form.php:122
|
294 |
+
msgid "The plugin suddenly stopped working"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: ../inc/ssb-deactivate-form.php:131
|
298 |
+
msgid "I no longer need the plugin"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: ../inc/ssb-deactivate-form.php:140
|
302 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: ../inc/ssb-deactivate-form.php:149
|
306 |
+
msgid "Other"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/ssb-deactivate-form.php:152
|
310 |
+
msgid "Kindly tell us the reason so we can improve."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: ../inc/ssb-deactivate-form.php:157
|
314 |
+
msgid "Anonymous feedback"
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: ../inc/ssb-deactivate-form.php:162
|
318 |
+
msgid "Cancel"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: ../simple-social-buttons.php:371
|
322 |
+
msgid "Vote!"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#~ msgid ""
|
326 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. This "
|
327 |
+
#~ "plugin adds a social media buttons, such as: <strong>Google +1</strong>, "
|
328 |
+
#~ "<strong>Facebook Like it</strong> and <strong>Twitter share</strong>. The most "
|
329 |
+
#~ "flexible social buttons plugin ever."
|
330 |
+
#~ msgstr ""
|
331 |
+
#~ "<strong>Simple Social Buttons</strong>, จาก <strong>Paweł Rabinek</strong>. "
|
332 |
+
#~ "ปลั๊กอินนี้จะเพิ่มปุ่มสื่อสังคมเช่น <strong>Google +1</strong>, <strong>Facebook ชอบมัน</strong> "
|
333 |
+
#~ "et <strong>Twitter</strong>. ความยืดหยุ่นมากที่สุดปุ่มสังคมปลั๊กอินที่เคย"
|
334 |
+
|
335 |
+
#~ msgid "Select buttons"
|
336 |
+
#~ msgstr "เลื่อกปุ่ม"
|
337 |
+
|
338 |
+
#~ msgid "Select social media buttons:"
|
339 |
+
#~ msgstr "เลื่อกปุ่มสังคมในการสื่อ"
|
340 |
+
|
341 |
+
#~ msgid "inactive"
|
342 |
+
#~ msgstr "เฉื่อยชา"
|
343 |
+
|
344 |
+
#~ msgid "Google plus one (+1)"
|
345 |
+
#~ msgstr "Google บวก หนึ่ง (+1)"
|
346 |
+
|
347 |
+
#~ msgid "Facebook Like it"
|
348 |
+
#~ msgstr "Facebook ชอบมัน"
|
349 |
+
|
350 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
351 |
+
#~ msgstr "ปิดการใช้งานปลั๊กอิน (เฉพาะผู้ใช้ขั้นสูง)"
|
352 |
+
|
353 |
+
#~ msgid "Single posts - display settings"
|
354 |
+
#~ msgstr "โพสต์เดี่ยว - ตั้งค่าการแสดง"
|
355 |
+
|
356 |
+
#~ msgid "Place buttons on single post:"
|
357 |
+
#~ msgstr "วางปุ่มบนโพสต์เดียว:"
|
358 |
+
|
359 |
+
#~ msgid "Before the content"
|
360 |
+
#~ msgstr "ก่อนหน้าเนื่อหา"
|
361 |
+
|
362 |
+
#~ msgid "After the content"
|
363 |
+
#~ msgstr "หลังจากเนื้อหา"
|
364 |
+
|
365 |
+
#~ msgid "Single pages - display settings"
|
366 |
+
#~ msgstr "หน้าเดี่ยว - ตั้งค่าการแสดง"
|
367 |
+
|
368 |
+
#~ msgid "Place buttons on single pages:"
|
369 |
+
#~ msgstr "วางปุ่มบนหน้าเดี่ยว"
|
370 |
+
|
371 |
+
#~ msgid "Before the page content"
|
372 |
+
#~ msgstr "ก่อนหน้าเนื้อหาบนหน้าเว็บ"
|
373 |
+
|
374 |
+
#~ msgid "After the page content"
|
375 |
+
#~ msgstr "หลังจากเนื้อหาบนหน้าเว็บ"
|
376 |
+
|
377 |
+
#~ msgid "Archives - display settings"
|
378 |
+
#~ msgstr "คลังเก็บ - ตั้งค่าการแสดง"
|
379 |
+
|
380 |
+
#~ msgid "Select additional places to display buttons:"
|
381 |
+
#~ msgstr "เลือกสถานที่เพิ่มเติมเพื่อแสดงปุ่ม:"
|
382 |
+
|
383 |
+
#~ msgid "Show at frontpage"
|
384 |
+
#~ msgstr "แสดงที่หน้าแรก"
|
385 |
+
|
386 |
+
#~ msgid "Place buttons on archives:"
|
387 |
+
#~ msgstr "วางปุ่มบนที่เก็บ"
|
388 |
+
|
389 |
+
#~ msgid "Save Changes"
|
390 |
+
#~ msgstr "บันทึกการเปลี่ยนแปลง"
|
391 |
+
|
392 |
+
#~ msgid "About this plugin:"
|
393 |
+
#~ msgstr "เกี่ยวกับปลั๊กอินนี้:"
|
394 |
+
|
395 |
+
#~ msgid ""
|
396 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank\">@rabinek</a> on "
|
397 |
+
#~ "twitter for bugs or feature requests."
|
398 |
+
#~ msgstr ""
|
399 |
+
#~ "พูดกับ<a href=\"http://twitter.com/rabinek\" target=\"_blank\">@rabinek</a> ได้ที่ "
|
400 |
+
#~ "Twitter สำหรับข้อบกพร่องหรือแสดงคุณสมบัติ"
|
401 |
+
|
402 |
+
#~ msgid "Enjoy the plugin?"
|
403 |
+
#~ msgstr "เพลิดเพลินไปกับปลั๊กอิน?"
|
404 |
+
|
405 |
+
#~ msgid ""
|
406 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress Simple Social "
|
407 |
+
#~ "Buttons plugin - check it out! http://blog.rabinek.pl/\" target=\"_blank\">Tweet "
|
408 |
+
#~ "about it</a> and consider donating."
|
409 |
+
#~ msgstr ""
|
410 |
+
#~ "<a href=\"http://twitter.com/?status=Ich verwende @rabinek's - WordPress Simple "
|
411 |
+
#~ "Social Buttons ตรวจสอบ! http://blog.rabinek.pl/\" target=\"_blank\">บอกเกี่ยวกับ "
|
412 |
+
#~ "tweet</a>และพิจารณาการบริจาค"
|
413 |
+
|
414 |
+
#~ msgid ""
|
415 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - support "
|
416 |
+
#~ "your open source developers. Thank you!"
|
417 |
+
#~ msgstr ""
|
418 |
+
#~ "<strong>Spenden :</strong> ทำงานหนักมากที่จะเข้าสู่ปลั๊กอิน - สนับสนุนนักพัฒนาโอเพนซอร์สของคุณ "
|
419 |
+
#~ "ขอขอบคุณ!"
|
420 |
+
|
421 |
+
#~ msgid "About the author:"
|
422 |
+
#~ msgstr "เกี่ยวกับผู้เขียน :"
|
423 |
+
|
424 |
+
#~ msgid ""
|
425 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and social media, "
|
426 |
+
#~ "PHP and Wordpress developement."
|
427 |
+
#~ msgstr ""
|
428 |
+
#~ "สวัสดี! ชื่อของฉันคือ Paweł Rabinek (aka xradar) ฉัน สนใจ ใน SEO และสื่อสังคม, PHP และ "
|
429 |
+
#~ "Wordpress developement."
|
430 |
+
|
431 |
+
#~ msgid "My blog about SEO"
|
432 |
+
#~ msgstr "บล็อกของฉันเกี่ยวกับ SEO"
|
433 |
+
|
434 |
+
#~ msgid "[Polish]"
|
435 |
+
#~ msgstr "ขัด"
|
436 |
|
437 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
438 |
+
#~ msgstr "Paweł Rabinek ใน google บวกหนึ่ง"
|
|
|
439 |
|
440 |
+
#~ msgid "LinkedIn profile"
|
441 |
+
#~ msgstr "ประวัตของลิ้ง"
|
|
|
442 |
|
443 |
+
#~ msgid "Usefull links:"
|
444 |
+
#~ msgstr "ลิ้งที่มีประโชย์"
|
|
|
445 |
|
446 |
+
#~ msgid "Unlimited web hosting"
|
447 |
+
#~ msgstr "โฮสติ้ง จำกัด เว็บ"
|
|
|
448 |
|
449 |
+
#~ msgid "Best SEO software"
|
450 |
+
#~ msgstr "ซอฟต์แวร์ SEO ที่ดีที่สุด"
|
|
|
451 |
|
452 |
+
#~ msgid "Wordpress templates"
|
453 |
+
#~ msgstr "แม่แบบ Wordpress"
|
|
|
454 |
|
455 |
#~ msgid "Hi! My name is Paweł Rabinek (aka xradar)."
|
456 |
#~ msgstr "Hej! Nazywam się Paweł Rabinek (nick xradar)."
|
lang/simplesocialbuttons-uk_UA.mo
CHANGED
Binary file
|
lang/simplesocialbuttons-uk_UA.po
CHANGED
@@ -2,219 +2,456 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Michael Yunat <Michael.Yunat@gmail.com>\n"
|
8 |
"Language-Team: http://getvoip.com/\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"
|
16 |
-
"X-Generator: Poedit 1.6.5\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.co
|
20 |
-
#: ../
|
21 |
msgid "Settings"
|
22 |
msgstr "Налаштування"
|
23 |
|
24 |
-
#: ../
|
25 |
msgid "SSB Settings"
|
26 |
msgstr "Налаштування SSB"
|
27 |
|
28 |
-
#: ../
|
29 |
msgid "Hide Simple Social Buttons"
|
30 |
msgstr "Приховати Прості соціальні кнопки"
|
31 |
|
32 |
-
#: ../ssb-admin.php:
|
|
|
|
|
|
|
|
|
33 |
msgid ""
|
34 |
-
"
|
35 |
-
"
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
"
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
67 |
|
68 |
-
#: ../ssb-
|
69 |
-
msgid "
|
70 |
-
msgstr "
|
71 |
|
72 |
-
#: ../ssb-
|
73 |
-
|
74 |
-
|
|
|
|
|
75 |
|
76 |
-
#: ../ssb-
|
77 |
-
|
78 |
-
|
|
|
|
|
79 |
|
80 |
-
#: ../ssb-
|
81 |
-
msgid "
|
82 |
-
msgstr "
|
83 |
|
84 |
-
#: ../ssb-
|
85 |
-
msgid "
|
86 |
-
msgstr "
|
87 |
|
88 |
-
#: ../ssb-
|
89 |
-
msgid "
|
90 |
-
msgstr "
|
91 |
|
92 |
-
#: ../ssb-
|
93 |
-
msgid "
|
94 |
-
msgstr "
|
95 |
|
96 |
-
#: ../ssb-
|
97 |
-
msgid "
|
98 |
-
msgstr "
|
|
|
|
|
|
|
|
|
99 |
|
100 |
-
#: ../ssb-
|
101 |
-
|
102 |
-
|
|
|
|
|
103 |
|
104 |
-
#: ../ssb-
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: ../ssb-
|
109 |
-
msgid "
|
110 |
-
msgstr "
|
111 |
|
112 |
-
#: ../ssb-
|
113 |
-
msgid "
|
114 |
-
msgstr "
|
115 |
|
116 |
-
#: ../ssb-
|
117 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
msgstr "Показати на сторінках категорій"
|
119 |
|
120 |
-
#: ../ssb-
|
121 |
-
|
|
|
|
|
122 |
msgstr "Показати на сторінках архіву"
|
123 |
|
124 |
-
#: ../ssb-
|
125 |
-
|
|
|
|
|
126 |
msgstr "Показати на сторінках тегів"
|
127 |
|
128 |
-
#: ../ssb-
|
129 |
-
msgid "
|
130 |
-
msgstr "
|
131 |
|
132 |
-
#: ../ssb-
|
133 |
-
msgid "
|
134 |
-
msgstr "
|
135 |
|
136 |
-
#: ../ssb-
|
137 |
-
msgid "
|
138 |
-
msgstr "
|
|
|
|
|
|
|
|
|
139 |
|
140 |
-
#: ../ssb-
|
141 |
msgid ""
|
142 |
-
"
|
143 |
-
|
|
|
|
|
|
|
144 |
msgstr ""
|
145 |
-
"Поговоріть з <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
146 |
-
"\">@rabinek</a>на Твіттері для Проблеми і пропозиції ."
|
147 |
|
148 |
-
#: ../ssb-
|
149 |
-
|
150 |
-
|
|
|
|
|
151 |
|
152 |
-
#: ../ssb-
|
153 |
-
|
154 |
-
|
155 |
-
"
|
156 |
-
"
|
|
|
|
|
|
|
157 |
msgstr ""
|
158 |
-
" <a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress Simple "
|
159 |
-
"Social Buttons plugin - check it out! http://blog.rabinek.pl/\" target="
|
160 |
-
"\"_blank\">Tweet про це</a> і то підтримайте. "
|
161 |
|
162 |
-
#: ../ssb-
|
163 |
-
msgid ""
|
164 |
-
"<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
165 |
-
"support your open source developers. Thank you!"
|
166 |
msgstr ""
|
167 |
-
"<strong>Пожертвування:</strong> багато важкої роботи переходить в "
|
168 |
-
"будівельних плагінів - "
|
169 |
|
170 |
-
#: ../ssb-
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: ../ssb-
|
175 |
-
msgid ""
|
176 |
-
"Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and social "
|
177 |
-
"media, PHP and Wordpress developement."
|
178 |
msgstr ""
|
179 |
-
"Привіт, мене звуть Павло Rabinek (ака xradar). Я interesed в SEO та "
|
180 |
-
"соціальних ЗМІ, PHP та Розвитку Wordpress."
|
181 |
|
182 |
-
#: ../ssb-
|
183 |
-
msgid "
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#: ../ssb-
|
187 |
-
msgid "
|
188 |
-
msgstr "
|
189 |
|
190 |
-
#: ../ssb-
|
191 |
-
msgid "
|
192 |
-
msgstr "
|
193 |
|
194 |
-
#: ../ssb-
|
195 |
-
msgid "
|
196 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
198 |
-
|
199 |
-
|
200 |
-
msgstr "Павло Rabinek на Google Plus"
|
201 |
|
202 |
-
|
203 |
-
|
204 |
-
msgstr "Профіль LinkedIn"
|
205 |
|
206 |
-
|
207 |
-
|
208 |
-
msgstr "Корисні посилання:"
|
209 |
|
210 |
-
|
211 |
-
|
212 |
-
msgstr "Необмежена веб-хостинг"
|
213 |
|
214 |
-
|
215 |
-
|
216 |
-
msgstr "Найкраще програмне забезпечення SEO"
|
217 |
|
218 |
-
|
219 |
-
|
220 |
-
msgstr "Шаблони Wordpress"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: simplesocialbuttons\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-10-28 11:38+0500\n"
|
6 |
+
"PO-Revision-Date: 2017-10-28 11:38+0500\n"
|
7 |
"Last-Translator: Michael Yunat <Michael.Yunat@gmail.com>\n"
|
8 |
"Language-Team: http://getvoip.com/\n"
|
9 |
+
"Language: uk\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 2.0.2\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
# Traduit par @RhooManu - www.infographizm.co
|
20 |
+
#: ../classes/ssb-admin.php:44
|
21 |
msgid "Settings"
|
22 |
msgstr "Налаштування"
|
23 |
|
24 |
+
#: ../classes/ssb-admin.php:83
|
25 |
msgid "SSB Settings"
|
26 |
msgstr "Налаштування SSB"
|
27 |
|
28 |
+
#: ../classes/ssb-admin.php:101
|
29 |
msgid "Hide Simple Social Buttons"
|
30 |
msgstr "Приховати Прості соціальні кнопки"
|
31 |
|
32 |
+
#: ../classes/ssb-admin.php:268
|
33 |
+
msgid "Leave A Review?"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: ../classes/ssb-admin.php:269
|
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:270
|
43 |
+
msgid "Sure! I'd love to!"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../classes/ssb-admin.php:271
|
47 |
+
msgid "I've already left a review"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../classes/ssb-admin.php:272
|
51 |
+
msgid "Maybe Later"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: ../classes/ssb-admin.php:273
|
55 |
+
msgid "Never show again"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../classes/ssb-settings-strucutre.php:409
|
59 |
+
msgid "makes Social Sharing easy for everyone"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../classes/ssb-settings-strucutre.php:410
|
63 |
+
msgid ""
|
64 |
+
"<strong>Simple Social Buttons</strong> by <strong><a href=\"https://"
|
65 |
+
"wpbrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-"
|
66 |
+
"header&utm_campaign=pro-upgrade\">WPBrigade</a></strong> adds an advanced "
|
67 |
+
"set of social media sharing buttons to your WordPress sites, such as: "
|
68 |
+
"<strong>Google +1</strong>, <strong>Facebook</strong>, <strong>WhatsApp</"
|
69 |
+
"strong>, <strong>Viber</strong>, <strong>Twitter</strong>, <strong>Reddit</"
|
70 |
+
"strong>, <strong>LinkedIn</strong> and <strong>Pinterest</strong>. This "
|
71 |
+
"makes it the most flexible social sharing plugin ever for Everyone."
|
72 |
+
msgstr ""
|
73 |
|
74 |
+
#: ../classes/ssb-settings-strucutre.php:422
|
75 |
+
msgid "Spread the Word"
|
76 |
+
msgstr ""
|
77 |
|
78 |
+
#: ../classes/ssb-settings-strucutre.php:425
|
79 |
+
#, fuzzy
|
80 |
+
#| msgid "Follow me on Twitter"
|
81 |
+
msgid "Share on Twitter"
|
82 |
+
msgstr "Слідуйте за мною на Twitter"
|
83 |
|
84 |
+
#: ../classes/ssb-settings-strucutre.php:428
|
85 |
+
#, fuzzy
|
86 |
+
#| msgid "Paweł Rabinek on Facebook"
|
87 |
+
msgid "Share on Facebook"
|
88 |
+
msgstr "Павло Rabinek на Facebook"
|
89 |
|
90 |
+
#: ../classes/ssb-settings-strucutre.php:432
|
91 |
+
msgid "Rate on WordPress.org"
|
92 |
+
msgstr ""
|
93 |
|
94 |
+
#: ../classes/ssb-settings-strucutre.php:441
|
95 |
+
msgid "Subscribe Newsletter"
|
96 |
+
msgstr ""
|
97 |
|
98 |
+
#: ../classes/ssb-settings-strucutre.php:444
|
99 |
+
msgid "Email"
|
100 |
+
msgstr ""
|
101 |
|
102 |
+
#: ../classes/ssb-settings-strucutre.php:449
|
103 |
+
msgid "Name"
|
104 |
+
msgstr ""
|
105 |
|
106 |
+
#: ../classes/ssb-settings-strucutre.php:465
|
107 |
+
msgid "Recommended Plugins"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../classes/ssb-settings-strucutre.php:687
|
111 |
+
msgid "Choose File"
|
112 |
+
msgstr ""
|
113 |
|
114 |
+
#: ../classes/ssb-settings.php:30
|
115 |
+
#, fuzzy
|
116 |
+
#| msgid "Hide Simple Social Buttons"
|
117 |
+
msgid "Social Buttons"
|
118 |
+
msgstr "Приховати Прості соціальні кнопки"
|
119 |
|
120 |
+
#: ../classes/ssb-settings.php:35
|
121 |
+
msgid "Social Buttons Designs"
|
122 |
+
msgstr ""
|
123 |
|
124 |
+
#: ../classes/ssb-settings.php:40
|
125 |
+
msgid "Social Buttons Postions"
|
126 |
+
msgstr ""
|
127 |
|
128 |
+
#: ../classes/ssb-settings.php:45
|
129 |
+
msgid "Sidebar"
|
130 |
+
msgstr ""
|
131 |
|
132 |
+
#: ../classes/ssb-settings.php:50
|
133 |
+
msgid "On Media"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: ../classes/ssb-settings.php:55
|
137 |
+
msgid "Popup"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: ../classes/ssb-settings.php:60
|
141 |
+
msgid "Fly In"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: ../classes/ssb-settings.php:65
|
145 |
+
msgid "InLine"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: ../classes/ssb-settings.php:70
|
149 |
+
msgid "Additional features"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: ../classes/ssb-settings.php:122
|
153 |
+
msgid "Sidebar Orientation"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: ../classes/ssb-settings.php:123 ../classes/ssb-settings.php:201
|
157 |
+
msgid "<h4>Display Settings</h4>"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: ../classes/ssb-settings.php:134
|
161 |
+
msgid "Intro Animation"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: ../classes/ssb-settings.php:149 ../classes/ssb-settings.php:240
|
165 |
+
msgid "Display Share Counts"
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../classes/ssb-settings.php:155 ../classes/ssb-settings.php:246
|
169 |
+
msgid "Display Total Shares"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: ../classes/ssb-settings.php:161 ../classes/ssb-settings.php:252
|
173 |
+
msgid "Add Icon Spacing"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: ../classes/ssb-settings.php:174 ../classes/ssb-settings.php:265
|
177 |
+
msgid "Hide On Mobile Devices"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
# Traduit par @RhooManu - www.infographizm.co
|
181 |
+
#: ../classes/ssb-settings.php:180 ../classes/ssb-settings.php:290
|
182 |
+
#, fuzzy
|
183 |
+
#| msgid "Settings"
|
184 |
+
msgid "Post type Settings"
|
185 |
+
msgstr "Налаштування"
|
186 |
+
|
187 |
+
#: ../classes/ssb-settings.php:181 ../classes/ssb-settings.php:291
|
188 |
+
#: ../classes/ssb-settings.php:333
|
189 |
+
msgid "Multi checkbox description"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: ../classes/ssb-settings.php:189
|
193 |
+
msgid ""
|
194 |
+
"Want even more fine tuned control over your Sidebar Social Buttons Styling?"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: ../classes/ssb-settings.php:190 ../classes/ssb-settings.php:300
|
198 |
+
#: ../classes/ssb-settings.php:347 ../classes/ssb-settings.php:356
|
199 |
+
#: ../classes/ssb-settings.php:365
|
200 |
+
msgid ""
|
201 |
+
"By upgrading to Simple Social Buttons Pro, you get access to Styling Social "
|
202 |
+
"buttons of your own choice that matches with your website color schemes. "
|
203 |
+
"These social buttons will help in driving more engagement and traffic to "
|
204 |
+
"your site. Some of the Pro features include: Show Social media buttons on "
|
205 |
+
"Images/Photos, Social Popups on exit/intent, Social Flyin slides and so much "
|
206 |
+
"more!"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: ../classes/ssb-settings.php:200
|
210 |
+
msgid "Icon Position"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: ../classes/ssb-settings.php:213
|
214 |
+
msgid "Icon Alignment"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: ../classes/ssb-settings.php:225
|
218 |
+
msgid "Animation"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: ../classes/ssb-settings.php:271
|
222 |
+
#, fuzzy
|
223 |
+
#| msgid "Show at category pages"
|
224 |
+
msgid "Show at Category pages"
|
225 |
msgstr "Показати на сторінках категорій"
|
226 |
|
227 |
+
#: ../classes/ssb-settings.php:277
|
228 |
+
#, fuzzy
|
229 |
+
#| msgid "Show at archive pages"
|
230 |
+
msgid "Show at Archive pages"
|
231 |
msgstr "Показати на сторінках архіву"
|
232 |
|
233 |
+
#: ../classes/ssb-settings.php:284
|
234 |
+
#, fuzzy
|
235 |
+
#| msgid "Show at tag pages"
|
236 |
+
msgid "Show at Tag pages"
|
237 |
msgstr "Показати на сторінках тегів"
|
238 |
|
239 |
+
#: ../classes/ssb-settings.php:299
|
240 |
+
msgid "Want to style the Inline Social buttons matches your theme colors?"
|
241 |
+
msgstr ""
|
242 |
|
243 |
+
#: ../classes/ssb-settings.php:317
|
244 |
+
msgid "Icon Style"
|
245 |
+
msgstr ""
|
246 |
|
247 |
+
#: ../classes/ssb-settings.php:332
|
248 |
+
msgid "Postions"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: ../classes/ssb-settings.php:346
|
252 |
+
msgid "Show Social Sharing buttons on images or photos in your posts/pages."
|
253 |
+
msgstr ""
|
254 |
|
255 |
+
#: ../classes/ssb-settings.php:355
|
256 |
msgid ""
|
257 |
+
"Get more engagement and shares on scrolling and exit intent to visitors."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: ../classes/ssb-settings.php:364
|
261 |
+
msgid "Advanced Fly ins with animations to have more Social shares."
|
262 |
msgstr ""
|
|
|
|
|
263 |
|
264 |
+
#: ../classes/ssb-settings.php:373
|
265 |
+
#, fuzzy
|
266 |
+
#| msgid "Twitter share"
|
267 |
+
msgid "Twitter @username:"
|
268 |
+
msgstr "Twitter Частка"
|
269 |
|
270 |
+
#: ../inc/ssb-deactivate-form.php:84
|
271 |
+
#, fuzzy
|
272 |
+
#| msgid "Hide Simple Social Buttons"
|
273 |
+
msgid "Quick feedback about Simple Social Buttons"
|
274 |
+
msgstr "Приховати Прості соціальні кнопки"
|
275 |
+
|
276 |
+
#: ../inc/ssb-deactivate-form.php:87
|
277 |
+
msgid "If you have a moment, please let us know why you are deactivating:"
|
278 |
msgstr ""
|
|
|
|
|
|
|
279 |
|
280 |
+
#: ../inc/ssb-deactivate-form.php:94
|
281 |
+
msgid "I only needed the plugin for a short period"
|
|
|
|
|
282 |
msgstr ""
|
|
|
|
|
283 |
|
284 |
+
#: ../inc/ssb-deactivate-form.php:103
|
285 |
+
msgid "I found a better plugin"
|
286 |
+
msgstr ""
|
287 |
|
288 |
+
#: ../inc/ssb-deactivate-form.php:106
|
289 |
+
msgid "Kindly tell us the name of plugin"
|
|
|
|
|
290 |
msgstr ""
|
|
|
|
|
291 |
|
292 |
+
#: ../inc/ssb-deactivate-form.php:113
|
293 |
+
msgid "The plugin broke my site"
|
294 |
+
msgstr ""
|
295 |
|
296 |
+
#: ../inc/ssb-deactivate-form.php:122
|
297 |
+
msgid "The plugin suddenly stopped working"
|
298 |
+
msgstr ""
|
299 |
|
300 |
+
#: ../inc/ssb-deactivate-form.php:131
|
301 |
+
msgid "I no longer need the plugin"
|
302 |
+
msgstr ""
|
303 |
|
304 |
+
#: ../inc/ssb-deactivate-form.php:140
|
305 |
+
msgid "It's a temporary deactivation. I'm just debugging an issue."
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: ../inc/ssb-deactivate-form.php:149
|
309 |
+
msgid "Other"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: ../inc/ssb-deactivate-form.php:152
|
313 |
+
msgid "Kindly tell us the reason so we can improve."
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: ../inc/ssb-deactivate-form.php:157
|
317 |
+
msgid "Anonymous feedback"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: ../inc/ssb-deactivate-form.php:162
|
321 |
+
msgid "Cancel"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: ../simple-social-buttons.php:371
|
325 |
+
msgid "Vote!"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#~ msgid ""
|
329 |
+
#~ "<strong>Simple Social Buttons</strong> by <strong>Paweł Rabinek</strong>. "
|
330 |
+
#~ "This plugin adds a social media buttons, such as: <strong>Google +1</"
|
331 |
+
#~ "strong>, <strong>Facebook Like it</strong> and <strong>Twitter share</"
|
332 |
+
#~ "strong>. The most flexible social buttons plugin ever."
|
333 |
+
#~ msgstr ""
|
334 |
+
#~ "<strong>Прості Соціальні Кнопки Paweł Rabinek</strong>Цей плагін додає "
|
335 |
+
#~ "соціальні кнопки медіафайлів, наприклад: <strong>Google +1</strong> "
|
336 |
+
#~ "<strong>, <strong>Facebook Like it</strong> <strong>Twitter share</"
|
337 |
+
#~ "strong> Самі гнучкі соціальні кнопки у плагіні."
|
338 |
+
|
339 |
+
#~ msgid "Select buttons"
|
340 |
+
#~ msgstr "Кнопки вибору"
|
341 |
+
|
342 |
+
#~ msgid "Select social media buttons:"
|
343 |
+
#~ msgstr "Виберіть кнопки соціальних медіа:"
|
344 |
+
|
345 |
+
#~ msgid "inactive"
|
346 |
+
#~ msgstr "неактивний"
|
347 |
+
|
348 |
+
#~ msgid "Google plus one (+1)"
|
349 |
+
#~ msgstr "Google plus один (+1)"
|
350 |
+
|
351 |
+
#~ msgid "Facebook Like it"
|
352 |
+
#~ msgstr "Facebook Like"
|
353 |
+
|
354 |
+
#~ msgid "Disable plugin CSS (only advanced users)"
|
355 |
+
#~ msgstr "Відключити CSS плагін (тільки для досвідчених користувачів)"
|
356 |
+
|
357 |
+
#~ msgid "Single posts - display settings"
|
358 |
+
#~ msgstr "Одиничний пост - показати налаштування"
|
359 |
+
|
360 |
+
#~ msgid "Place buttons on single post:"
|
361 |
+
#~ msgstr "Помістіть кнопки на одному пості:"
|
362 |
+
|
363 |
+
#~ msgid "Before the content"
|
364 |
+
#~ msgstr "Перед змістом"
|
365 |
+
|
366 |
+
#~ msgid "After the content"
|
367 |
+
#~ msgstr "Після змісту"
|
368 |
+
|
369 |
+
#~ msgid "Single pages - Відображати settings"
|
370 |
+
#~ msgstr "Одиночні сторінки - настройки дисплея"
|
371 |
+
|
372 |
+
#~ msgid "Place buttons on single pages:"
|
373 |
+
#~ msgstr "Помістіть кнопки на окремі сторінки:"
|
374 |
+
|
375 |
+
#~ msgid "Before the page content"
|
376 |
+
#~ msgstr "Перед вмісту сторінки"
|
377 |
+
|
378 |
+
#~ msgid "After the page content"
|
379 |
+
#~ msgstr "Після вміст сторінки"
|
380 |
+
|
381 |
+
#~ msgid "Archives - Відображати settings"
|
382 |
+
#~ msgstr "Архіви - настройки дисплея"
|
383 |
+
|
384 |
+
#~ msgid "Select additional places to Відображати buttons:"
|
385 |
+
#~ msgstr "Виберіть додаткові місця для показу кнопок:"
|
386 |
+
|
387 |
+
#~ msgid "Show at frontpage"
|
388 |
+
#~ msgstr "Показати на головній сторінці"
|
389 |
+
|
390 |
+
#~ msgid "Place buttons on archives:"
|
391 |
+
#~ msgstr "Помістіть кнопки на архіви:"
|
392 |
+
|
393 |
+
#~ msgid "Save Changes"
|
394 |
+
#~ msgstr "Зберегти зміни"
|
395 |
+
|
396 |
+
#~ msgid "About this plugin:"
|
397 |
+
#~ msgstr "Про це плагіні:"
|
398 |
+
|
399 |
+
#~ msgid ""
|
400 |
+
#~ "Talk to <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
401 |
+
#~ "\">@rabinek</a> on twitter for bugs or feature requests."
|
402 |
+
#~ msgstr ""
|
403 |
+
#~ "Поговоріть з <a href=\"http://twitter.com/rabinek\" target=\"_blank"
|
404 |
+
#~ "\">@rabinek</a>на Твіттері для Проблеми і пропозиції ."
|
405 |
+
|
406 |
+
#~ msgid "Enjoy the plugin?"
|
407 |
+
#~ msgstr "Насолоджуйтесь плагіном?"
|
408 |
+
|
409 |
+
#~ msgid ""
|
410 |
+
#~ "<a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
411 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
412 |
+
#~ "target=\"_blank\">Tweet about it</a> and consider donating."
|
413 |
+
#~ msgstr ""
|
414 |
+
#~ " <a href=\"http://twitter.com/?status=I'm using @rabinek's WordPress "
|
415 |
+
#~ "Simple Social Buttons plugin - check it out! http://blog.rabinek.pl/\" "
|
416 |
+
#~ "target=\"_blank\">Tweet про це</a> і то підтримайте. "
|
417 |
+
|
418 |
+
#~ msgid ""
|
419 |
+
#~ "<strong>Donate:</strong> A lot of hard work goes into building plugins - "
|
420 |
+
#~ "support your open source developers. Thank you!"
|
421 |
+
#~ msgstr ""
|
422 |
+
#~ "<strong>Пожертвування:</strong> багато важкої роботи переходить в "
|
423 |
+
#~ "будівельних плагінів - "
|
424 |
+
|
425 |
+
#~ msgid "About the author:"
|
426 |
+
#~ msgstr "Про автора:"
|
427 |
+
|
428 |
+
#~ msgid ""
|
429 |
+
#~ "Hi! My name is Paweł Rabinek (aka xradar). I'm interesed in SEO and "
|
430 |
+
#~ "social media, PHP and Wordpress developement."
|
431 |
+
#~ msgstr ""
|
432 |
+
#~ "Привіт, мене звуть Павло Rabinek (ака xradar). Я interesed в SEO та "
|
433 |
+
#~ "соціальних ЗМІ, PHP та Розвитку Wordpress."
|
434 |
+
|
435 |
+
#~ msgid "My blog about SEO"
|
436 |
+
#~ msgstr "Мій блог про SEO"
|
437 |
+
|
438 |
+
#~ msgid "[Polish]"
|
439 |
+
#~ msgstr "[Польський]"
|
440 |
|
441 |
+
#~ msgid "Paweł Rabinek on Google Plus"
|
442 |
+
#~ msgstr "Павло Rabinek на Google Plus"
|
|
|
443 |
|
444 |
+
#~ msgid "LinkedIn profile"
|
445 |
+
#~ msgstr "Профіль LinkedIn"
|
|
|
446 |
|
447 |
+
#~ msgid "Usefull links:"
|
448 |
+
#~ msgstr "Корисні посилання:"
|
|
|
449 |
|
450 |
+
#~ msgid "Unlimited web hosting"
|
451 |
+
#~ msgstr "Необмежена веб-хостинг"
|
|
|
452 |
|
453 |
+
#~ msgid "Best SEO software"
|
454 |
+
#~ msgstr "Найкраще програмне забезпечення SEO"
|
|
|
455 |
|
456 |
+
#~ msgid "Wordpress templates"
|
457 |
+
#~ msgstr "Шаблони Wordpress"
|
|
readme.txt
CHANGED
@@ -1,34 +1,72 @@
|
|
1 |
-
=== Simple Social Buttons ===
|
2 |
-
Contributors:
|
3 |
Donate link: https://wpbrigade.com/
|
4 |
-
Tags:
|
5 |
-
Requires at least:
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
-
License URI:
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Simple Social Buttons adds
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
-
That's not all. Simple Social Buttons can also add social media buttons to:
|
22 |
|
23 |
- Static Pages
|
24 |
- Front Page
|
25 |
- Posts Categories
|
26 |
- Date Archives
|
27 |
- Tags Archives
|
|
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
-
|
32 |
|
33 |
Simple Social Buttons is currently in the following languages:
|
34 |
|
@@ -52,71 +90,71 @@ Simple Social Buttons is currently in the following languages:
|
|
52 |
1. Download the latest version of Simple Social Buttons
|
53 |
2. Upload folder named simple-social-buttons to the /wp-content/plugins/ directory
|
54 |
3. Activate the plugin through the 'Plugins' menu in WordPress
|
55 |
-
4.
|
56 |
-
|
57 |
-
That's it. Buttons will show on your blog posts.
|
58 |
-
|
59 |
-
You can also use this plugin directly in your template by function `<?php get_ssb([$order]); ?>`, where `$order` is a string with args ( example: `$order = "googleplus=1&fblike=2&twitter=3"` ) or an array ( example: `$order = array('googleplus' => 1, 'fblike' => 2, 'twitter' => 3)` ). If you would like to hide a specified button, you should set order to "0".
|
60 |
|
|
|
61 |
|
62 |
== Frequently Asked Questions ==
|
63 |
|
64 |
-
=
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
= Is the plug will be developed? =
|
69 |
-
|
70 |
-
Yes. I've some plans about developing Simple Social Buttons. There will be more buttons, more customization, and more powerfull! Follow me on Twitter [@rabinek](http://twitter.com/rabinek "Paweł Rabinek na Twitter") and stay tuned.
|
71 |
|
72 |
= Why use this plugin? =
|
73 |
|
74 |
-
This plugin
|
75 |
|
76 |
= How about support? =
|
77 |
|
78 |
Use [plugin's forum](http://wordpress.org/support/plugin/simple-social-buttons "Forum") to ask about plugin or report some problems.
|
79 |
|
80 |
-
=
|
81 |
|
82 |
-
|
83 |
|
84 |
-
=
|
85 |
|
86 |
-
|
87 |
-
|
88 |
-
= Who helped to improve Simple Social Buttons? =
|
89 |
|
90 |
-
|
91 |
|
92 |
-
- Karol from [LigaBBVA.pl](http://www.ligabbva.pl/ "Liga hiszpańska BBVA") for PHP developement
|
93 |
-
- [@RhooManu](http://twitter.com/RhooManu "RhooManu on Twitter") for french translation
|
94 |
-
- [Usability Idealist](http://usability-idealist.de/ "Fabian Wolf - Usability Idealist") for converting code to object-oriented, adding buttons order and many fixes
|
95 |
-
- [@Dennis Schreiber](http://twitter.com/flammbar "Dennis Schreiber on Twitter") for german translation
|
96 |
-
- [@Marcos González](http://twitter.com/qmarcos "Marcos on Twitter") for spanish translation
|
97 |
-
- [Vincent G](http://www.host1free.com/ "Web Hosting") for lithuanian translation
|
98 |
-
- [Mads Phikamphon](http://www.genvejen.dk/ "Mads blog") for danish translation
|
99 |
-
- [Na's mad](http://nasmad.dk/ "Na's mad blog") for thai translation
|
100 |
-
- [WebHostingGeeks.com](http://webhostinggeeks.com/blog/ "Webhosting Geeks") for slovak translation
|
101 |
-
- [WPdiscounts](http://wpdiscounts.com/ "WPdiscounts") for dutch translation
|
102 |
-
- [Web Hosting Hub](http://www.webhostinghub.com/ "Webhostinghub") for serbo-croatian translation
|
103 |
-
- [Michael Yunat](http://getvoip.com/blog "http://getvoip.com") for ukrainian translation
|
104 |
|
105 |
== Screenshots ==
|
106 |
|
107 |
-
1.
|
108 |
-
2.
|
109 |
-
3.
|
110 |
-
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
== Upgrade Notice ==
|
113 |
|
114 |
-
=
|
115 |
-
*
|
116 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
= 1.9.0 =
|
121 |
* Enhancement: Social Share Buttons Drag and Drop Feature.
|
122 |
* Enhancement: Introducing New Social Buttons: Facebook Share, LinkedIn.
|
@@ -229,4 +267,4 @@ Big thanks to:
|
|
229 |
* Fixed PHP warning
|
230 |
|
231 |
= 1.7.9 =
|
232 |
-
* Fixed users permission
|
1 |
+
=== Simple Social Buttons - Social Sharing for Everyone ===
|
2 |
+
Contributors: hiddenpearls, WPBrigade
|
3 |
Donate link: https://wpbrigade.com/
|
4 |
+
Tags: Social share, Social buttons, Whatsapp, Viber, LinkedIn, facebook, google, twitter, pinterest, plus one
|
5 |
+
Requires at least: 4.0
|
6 |
Tested up to: 4.8
|
7 |
+
Stable tag: 2.0.0
|
8 |
License: GPLv2 or later
|
9 |
+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Google +1, Facebook, WhatsApp, Viber, Twitter, Reddit, LinkedIn and Pinterest. This makes it the most flexible social sharing plugin ever for Everyone.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
[Simple Social Buttons](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.") adds ( with lots of options like Sidebar, inline, above and below the posts content, on photos, popups, fly ins ) an advanced set of social media sharing buttons to your WordPress sites, such as: Google +1, Facebook, WhatsApp, Viber, Twitter, Reddit, LinkedIn and Pinterest.
|
16 |
|
17 |
+
> Rich set of features makes it the most flexible **Social Sharing plugin ever for Everyone**.
|
18 |
+
|
19 |
+
** This social sharing Plugin is fully customizable. You can decide where to position those buttons:**
|
20 |
+
|
21 |
+
**Inline**
|
22 |
+
- Social Sharing Buttons above the post content
|
23 |
+
- Social Sharing Buttons under the post content
|
24 |
+
- Social Sharing Buttons above and under the post
|
25 |
+
- Hide Social Share buttons on mobile devices
|
26 |
+
- Stunning Animations
|
27 |
+
- [Upgrade to Pro](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.") for customizing the colors
|
28 |
+
|
29 |
+
**SideBar**
|
30 |
+
- Social Share buttons on left & right sidebars with Animations
|
31 |
+
- Hide Social Share buttons on mobile devices
|
32 |
+
- Display Total Share counts
|
33 |
+
- [Upgrade to Pro](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.") for customizing the colors
|
34 |
+
|
35 |
+
**on Media** *[Premium Feature](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.")*
|
36 |
+
- Set Social Share buttons positions on left, right etc with Animations
|
37 |
+
- Hide Social Share buttons on mobile devices
|
38 |
+
- Display Total Share counts
|
39 |
+
- Settings for customizing the colors
|
40 |
+
- Apply Social Share buttons on Specific Custom Post Types
|
41 |
+
|
42 |
+
**Popups** *[Premium Feature](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.")*
|
43 |
+
- Social Share buttons on popups
|
44 |
+
- Trigger popups as soon as use scrolls the page
|
45 |
+
- Trigger popups on Exit/Intent.
|
46 |
+
- Hide Social Share popups on mobile devices
|
47 |
+
- Display Total Share counts
|
48 |
+
- Options for customizing the colors
|
49 |
+
|
50 |
+
**Fly-ins** *[Premium Feature](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-readme&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.")*
|
51 |
+
- Social Share Flyins on bottom left & right with Animations
|
52 |
+
- Hide Social Share Fly-ins on mobile devices
|
53 |
+
- Display Total Share counts
|
54 |
+
- Settings for customizing the colors of buttons and fly-ins
|
55 |
+
|
56 |
+
** That's not all. Simple Social Buttons can also add social media buttons to: **
|
57 |
|
|
|
58 |
|
59 |
- Static Pages
|
60 |
- Front Page
|
61 |
- Posts Categories
|
62 |
- Date Archives
|
63 |
- Tags Archives
|
64 |
+
- **Custom Post Types**
|
65 |
|
66 |
+
[markdown syntax]: http://daringfireball.net/projects/markdown/syntax
|
67 |
+
The most easiest Social Sharing solution for EVERYONE!
|
68 |
|
69 |
+
Want's more? Now you can change the **order of buttons** on your post!
|
70 |
|
71 |
Simple Social Buttons is currently in the following languages:
|
72 |
|
90 |
1. Download the latest version of Simple Social Buttons
|
91 |
2. Upload folder named simple-social-buttons to the /wp-content/plugins/ directory
|
92 |
3. Activate the plugin through the 'Plugins' menu in WordPress
|
93 |
+
4. Go to Plugin settings -> Everything is self explanatory on settings page. Select networks, styles, locations and then chose settings for each location.
|
94 |
+
5. (Optional) Customize the buttons in the Settings > Inline, Siderbar, Popup, Media, Flyins.
|
|
|
|
|
|
|
95 |
|
96 |
+
That's it. Buttons will show on your blog posts or any custom type you want. Just select it from each section.
|
97 |
|
98 |
== Frequently Asked Questions ==
|
99 |
|
100 |
+
= How to use it? =
|
101 |
|
102 |
+
Check the written [documentation](https://wpbrigade.com/docs-article/getting-started-simple-social-buttons/) with screenshots.
|
|
|
|
|
|
|
|
|
103 |
|
104 |
= Why use this plugin? =
|
105 |
|
106 |
+
This plugin lets you adds the Facebook share button, Google plus one +1, Twitter share button and Pinterest Pin for each post or page on your blog. This is the simple, easy and effective way to promote your blog in social media networks.
|
107 |
|
108 |
= How about support? =
|
109 |
|
110 |
Use [plugin's forum](http://wordpress.org/support/plugin/simple-social-buttons "Forum") to ask about plugin or report some problems.
|
111 |
|
112 |
+
= Why upgrade to Pro? =
|
113 |
|
114 |
+
Premium version includes Priority support, premium featuers like access to customizing colors of social media buttons, Social popups, fly-ins, on Media Social buttons etc
|
115 |
|
116 |
+
Check the more details [here](https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-faqs&utm_campaign=pro-upgrade "This plugin makes Social Sharing easy for EVERYONE.")
|
117 |
|
118 |
+
= Is there a template tag for custom install? =
|
|
|
|
|
119 |
|
120 |
+
Yes, you can use `<?php get_ssb(); ?>` in your template file (see installation section). Default instalation don't require that.
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
|
123 |
== Screenshots ==
|
124 |
|
125 |
+
1. Drag and Drop Social media buttons.
|
126 |
+
2. Social Share buttons styles.
|
127 |
+
3. Social media sharing button locations.
|
128 |
+
4. Social Share Buttons - Settings
|
129 |
+
5. Social Share buttons on sidebars.
|
130 |
+
6. Social Share buttons before, after or above and under the content.
|
131 |
+
7. Social Share buttons on images/photos.
|
132 |
+
8. Social Share buttons on Social popups.
|
133 |
+
9. Social Share buttons on flyins.
|
134 |
|
135 |
== Upgrade Notice ==
|
136 |
|
137 |
+
= 2.0.0 =
|
138 |
+
* Relaunched with a whole set of NEW FEATURES and Improvement. Please upgrade immediately and provide your feedback. highly recommended. Aplogies in advance, if anything breaks!
|
139 |
|
140 |
|
141 |
== Changelog ==
|
142 |
|
143 |
+
= 2.0.0 - 2017-10-31 =
|
144 |
+
* New Feature: Refactored i.e rewritten the whole plugin with lots of new features.
|
145 |
+
* New Feature: Inline social share buttons with animations and custom colors in Pro vesrion.
|
146 |
+
* New Feature: Sidebar social share buttons with animations and custom colors in Pro vesrion.
|
147 |
+
* New Feature: Social share Popups with events triggers on exit/intent and on scroll.
|
148 |
+
* New Feature: Social Share buttons on images in posts or pages or custom post types. Helps in drive more engagement with site visitors.
|
149 |
+
* New Feature: Fly-in the social popups. Style it with your WordPress theme and win the use engagement.
|
150 |
+
* New Feature: Choose Social media buttons from more than 5 different social button styles.
|
151 |
+
* New Feature: Show Social media buttons on 5 different locations or positions.
|
152 |
+
* New Feature: Choose Social Networks with Drag and Drop feature.
|
153 |
+
* New Feature: Introducing Whatsapp, Viber, Reddit and linked in.
|
154 |
+
* Bug Fix: Improved the loading speed of social media buttons.
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
= 1.9.0 =
|
159 |
* Enhancement: Social Share Buttons Drag and Drop Feature.
|
160 |
* Enhancement: Introducing New Social Buttons: Facebook Share, LinkedIn.
|
267 |
* Fixed PHP warning
|
268 |
|
269 |
= 1.7.9 =
|
270 |
+
* Fixed users permission
|
screenshot-1.png
DELETED
Binary file
|
screenshot-2.png
DELETED
Binary file
|
screenshot-3.png
DELETED
Binary file
|
simple-social-buttons.php
CHANGED
@@ -2,15 +2,16 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Simple Social Buttons
|
4 |
* Plugin URI: http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/
|
5 |
-
* Description:
|
6 |
-
* Version:
|
7 |
* Author: WPBrigade
|
8 |
* Author URI: http://www.WPBrigade.com/
|
9 |
-
* Text Domain:
|
10 |
* Domain Path: /lang
|
11 |
*/
|
12 |
|
13 |
-
/*
|
|
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -26,25 +27,16 @@
|
|
26 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
27 |
*/
|
28 |
|
29 |
-
/**
|
30 |
-
* HACK: Converted to class, added buttons ordering, improve saving settings
|
31 |
-
* @author Fabian Wolf
|
32 |
-
* @link http://usability-idealist.de/
|
33 |
-
* @since 1.3
|
34 |
-
* @requires PHP 5
|
35 |
-
*/
|
36 |
-
|
37 |
|
38 |
class SimpleSocialButtonsPR {
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
|
44 |
// plugin default settings
|
45 |
-
|
46 |
'googleplus' => '1',
|
47 |
-
'fblike' => '2',
|
48 |
'twitter' => '3',
|
49 |
'pinterest' => '0',
|
50 |
'beforepost' => '1',
|
@@ -53,282 +45,317 @@ class SimpleSocialButtonsPR {
|
|
53 |
'afterpage' => '0',
|
54 |
'beforearchive' => '0',
|
55 |
'afterarchive' => '0',
|
56 |
-
|
57 |
-
|
|
|
58 |
);
|
59 |
|
60 |
// defined buttons
|
61 |
-
|
62 |
|
63 |
// an array to store current settings, to avoid passing them between functions
|
64 |
-
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
/**
|
68 |
* Constructor
|
69 |
*/
|
70 |
function __construct() {
|
71 |
-
register_activation_hook( __FILE__, array(&$this, 'plugin_install') );
|
72 |
-
register_deactivation_hook( __FILE__, array(&$this, 'plugin_uninstall') );
|
73 |
-
|
74 |
|
75 |
$this->constants();
|
76 |
-
|
77 |
-
* Action hooks
|
78 |
-
*/
|
79 |
-
add_action( 'create_ssb', array(&$this, 'direct_display'), 10 , 1);
|
80 |
|
81 |
-
|
82 |
-
|
83 |
-
*/
|
84 |
-
add_action( 'init', array(&$this, 'plugin_init') );
|
85 |
|
86 |
-
|
87 |
-
$this->
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
-
|
90 |
-
add_action( '
|
91 |
-
if ( !isset($this->settings['override_css']) || $this->settings['override_css'] != 1) {
|
92 |
-
add_action( 'wp_head', array(&$this, 'include_css') );
|
93 |
-
}
|
94 |
|
95 |
/**
|
96 |
* Filter hooks
|
97 |
*/
|
98 |
-
add_filter( 'the_content', array(
|
99 |
-
add_filter( 'the_excerpt', array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
add_filter( 'plugin_row_meta', array( $this, '_row_meta'), 10, 2 );
|
102 |
}
|
103 |
|
104 |
-
function
|
105 |
-
|
|
|
|
|
106 |
}
|
107 |
|
108 |
-
function
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
}
|
113 |
-
/**
|
114 |
-
* Both avoids time-wasting https calls AND provides better SSL-protection if the current server is accessed using HTTPS
|
115 |
-
*/
|
116 |
-
public function get_current_http( $echo = true ) {
|
117 |
-
$return = 'http' . (strtolower(@$_SERVER['HTTPS']) == 'on' ? 's' : '') . '://';
|
118 |
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
|
124 |
-
|
|
|
125 |
}
|
126 |
|
127 |
-
function
|
128 |
-
$
|
129 |
-
|
130 |
-
$lang_fb = str_replace('-', '_', $lang);
|
131 |
|
132 |
-
// most common problem with incorrect WPLANG in /wp-config.php
|
133 |
-
if($lang_fb == "en" || empty($lang_fb)) {
|
134 |
-
$lang_fb = "en_US";
|
135 |
-
}
|
136 |
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
* NOTE: Conditional tags seem to work only AFTER the page has loaded, thus the code has been added here instead of at the plugin init
|
141 |
-
* @author Fabian Wolf
|
142 |
-
* @link http://usability-idealist.de/
|
143 |
-
* @date Di 20. Dez 17:50:01 CET 2011
|
144 |
-
*/
|
145 |
-
if($this->where_to_insert() != false || $force_include == true) {
|
146 |
-
?>
|
147 |
|
148 |
-
|
149 |
-
<script type="text/javascript">
|
150 |
-
//<![CDATA[
|
151 |
-
<?php if ((int)$this->settings['googleplus'] != 0):?>
|
152 |
-
// google plus
|
153 |
-
window.___gcfg = {lang: '<?php echo $lang_g; ?>'};
|
154 |
-
(function() {
|
155 |
-
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
156 |
-
po.src = 'https://apis.google.com/js/plusone.js';
|
157 |
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
158 |
-
})();
|
159 |
-
<?php endif;?>
|
160 |
-
<?php if ((int)$this->settings['fblike'] != 0 || (int)$this->settings['fbshare'] != 0):?>
|
161 |
-
// facebook
|
162 |
-
(function(d, s, id) {
|
163 |
-
var js, fjs = d.getElementsByTagName(s)[0];
|
164 |
-
if (d.getElementById(id)) return;
|
165 |
-
js = d.createElement(s); js.id = id;
|
166 |
-
js.src = "//connect.facebook.net/<?php echo $lang_fb; ?>/all.js#xfbml=1";
|
167 |
-
fjs.parentNode.insertBefore(js, fjs);
|
168 |
-
}(document, 'script', 'facebook-jssdk'));
|
169 |
-
<?php endif;?>
|
170 |
-
<?php if ((int)$this->settings['twitter'] != 0):?>
|
171 |
-
// twitter
|
172 |
-
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
173 |
-
<?php endif;?>
|
174 |
-
// ]]>
|
175 |
-
</script>
|
176 |
-
<?php if ((int)$this->settings['pinterest'] != 0):?>
|
177 |
-
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
|
178 |
-
<?php endif;?>
|
179 |
-
<!-- linkedin -->
|
180 |
-
<?php if ( isset( $this->settings['linkedin'] ) && (int)$this->settings['linkedin'] != 0): ?>
|
181 |
-
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
|
182 |
-
<?php endif; ?>
|
183 |
-
<!-- /End of Simple Social Buttons -->
|
184 |
|
185 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
}
|
187 |
-
}
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
-
|
191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
div.ssb-button-googleplus { width: 100px; }
|
198 |
-
div.ssb-button-fblike { width: 140px; line-height: 1; }
|
199 |
-
div.ssb-button-fbshare { width: 140px; line-height: 1; }
|
200 |
-
div.ssb-button-twitter { width: 130px; }
|
201 |
-
div.ssb-button-pinterest { width: 100px; }
|
202 |
-
.fb-like iframe { max-width: none !important; }
|
203 |
-
.simplesocialbuttons .simplesocialbutton { display: inline-block; vertical-align: top; width: auto;float: none; margin: 0 5px 5px;}
|
204 |
-
.simplesocialbuttons .simplesocialbutton iframe { margin: 0; vertical-align: inherit; }
|
205 |
-
|
206 |
-
</style>
|
207 |
-
<!-- End of Simple Social Buttons -->
|
208 |
|
209 |
-
|
210 |
-
|
|
|
|
|
211 |
|
212 |
-
|
213 |
-
* Called when installing = activating the plugin
|
214 |
-
*/
|
215 |
-
function plugin_install() {
|
216 |
-
$defaultSettings = $this->check_old_settings();
|
217 |
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
* @param string $autoload Should this option be automatically loaded by the function wp_load_alloptions() (puts options into object cache on each page load)? Valid values: yes or no. Default: yes
|
224 |
-
*/
|
225 |
-
add_option( $this->pluginPrefix . 'settings', $defaultSettings, '', 'yes' );
|
226 |
-
add_option( $this->pluginPrefix . 'version', $this->pluginVersion, '', 'yes' ); // for backward-compatiblity checks
|
227 |
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
|
236 |
-
$oldSettings = get_option( $this->pluginPrefix . 'settings', array() );
|
237 |
|
238 |
-
|
239 |
-
$return = wp_parse_args( $oldSettings, $this->pluginDefaultSettings );
|
240 |
}
|
241 |
|
242 |
-
|
|
|
|
|
|
|
243 |
}
|
244 |
|
245 |
-
/**
|
246 |
-
* Plugin unistall and database clean up
|
247 |
-
*/
|
248 |
-
function plugin_uninstall() {
|
249 |
-
if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') ) {
|
250 |
-
exit();
|
251 |
-
}
|
252 |
|
253 |
-
|
254 |
-
delete_option( $this->pluginPrefix . 'version' );
|
255 |
|
256 |
-
|
|
|
|
|
257 |
|
|
|
|
|
258 |
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
if(empty($return) != false) {
|
265 |
-
$return = $this->pluginDefaultSettings;
|
266 |
}
|
|
|
267 |
|
268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
}
|
270 |
|
271 |
/**
|
272 |
-
*
|
|
|
|
|
273 |
*/
|
274 |
-
function
|
275 |
-
$return = false;
|
276 |
|
277 |
-
|
278 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
|
280 |
-
/**
|
281 |
-
* Compile settings array
|
282 |
-
* @see http://codex.wordpress.org/Function_Reference/wp_parse_args
|
283 |
-
* @param mixed $args
|
284 |
-
* @param mixed $defaults
|
285 |
-
*/
|
286 |
-
$updatedSettings = wp_parse_args( $newSettings, $currentSettings );
|
287 |
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
|
292 |
-
|
|
|
|
|
|
|
293 |
}
|
294 |
|
295 |
-
/**
|
296 |
-
* Returns true on pages where buttons should be shown
|
297 |
-
*/
|
298 |
-
function where_to_insert() {
|
299 |
-
$return = false;
|
300 |
|
301 |
-
|
302 |
-
|
303 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
}
|
305 |
|
306 |
-
|
307 |
-
|
308 |
-
|
|
|
|
|
309 |
}
|
310 |
|
311 |
-
|
312 |
-
|
313 |
-
|
|
|
|
|
|
|
|
|
314 |
}
|
315 |
|
316 |
-
|
317 |
-
|
318 |
-
|
|
|
|
|
|
|
|
|
|
|
319 |
}
|
320 |
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
}
|
326 |
|
327 |
-
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
$return = true;
|
330 |
}
|
|
|
331 |
return $return;
|
|
|
332 |
}
|
333 |
|
334 |
|
@@ -339,87 +366,95 @@ window.___gcfg = {lang: '<?php echo $lang_g; ?>'};
|
|
339 |
*/
|
340 |
public function _row_meta( $links, $file ) {
|
341 |
|
342 |
-
|
343 |
|
344 |
-
|
345 |
-
|
346 |
-
|
|
|
347 |
|
348 |
-
|
349 |
-
|
350 |
|
351 |
-
|
352 |
-
}
|
353 |
|
354 |
|
355 |
/**
|
356 |
-
*
|
|
|
|
|
357 |
*/
|
358 |
-
function
|
359 |
-
|
360 |
-
if(
|
361 |
return $content;
|
362 |
}
|
363 |
|
364 |
-
|
365 |
-
|
366 |
-
foreach ($this->arrKnownButtons as $button_name) {
|
367 |
-
if ( isset( $this->settings[$button_name] ) ) {
|
368 |
-
$order[$button_name] = $this->settings[$button_name];
|
369 |
-
}
|
370 |
-
}
|
371 |
-
$ssb_buttonscode = $this->generate_buttons_code($order);
|
372 |
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
}
|
387 |
-
|
388 |
-
|
389 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
}
|
391 |
-
|
392 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
}
|
394 |
}
|
395 |
|
396 |
return $content;
|
397 |
|
398 |
-
|
399 |
-
|
400 |
-
function direct_display($order = null)
|
401 |
-
{
|
402 |
-
// Return false if hide SSB for this page/post is disabled
|
403 |
-
if (is_single() && array_shift(get_post_meta(get_the_ID(), $this->hideCustomMetaKey)) == 'true') return false;
|
404 |
|
405 |
-
// Display buttons and scripts
|
406 |
-
$buttons_code = $this->generate_buttons_code($order);
|
407 |
-
echo $buttons_code;
|
408 |
-
$this->include_social_js(true);
|
409 |
-
}
|
410 |
|
411 |
/**
|
412 |
* Generate buttons html code with specified order
|
413 |
*
|
414 |
* @param mixed $order - order of social buttons
|
415 |
*/
|
416 |
-
function generate_buttons_code($order = null)
|
417 |
-
{
|
418 |
-
foreach ($this->arrKnownButtons as $button_name) {
|
419 |
-
$defaultOrder[$button_name] = $this->pluginDefaultSettings[$button_name];
|
420 |
-
}
|
421 |
-
|
422 |
-
$order = wp_parse_args($order, $defaultOrder);
|
423 |
|
424 |
// define empty buttons code to use
|
425 |
$ssb_buttonscode = '';
|
@@ -428,428 +463,283 @@ window.___gcfg = {lang: '<?php echo $lang_g; ?>'};
|
|
428 |
$permalink = get_permalink();
|
429 |
$title = get_the_title();
|
430 |
|
431 |
-
//Sorting the buttons
|
432 |
$arrButtons = array();
|
433 |
-
foreach($this->arrKnownButtons as $button_name) {
|
434 |
-
if(!empty($order[$button_name]) && (int)$order[$button_name] != 0) {
|
435 |
-
$arrButtons[$button_name] = $order[$button_name];
|
436 |
}
|
437 |
}
|
438 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
|
440 |
$arrButtonsCode = array();
|
441 |
-
foreach($arrButtons as $button_name => $button_sort) {
|
442 |
-
switch($button_name) {
|
443 |
case 'googleplus':
|
444 |
-
$
|
445 |
-
break;
|
446 |
-
case 'fblike':
|
447 |
-
$arrButtonsCode[] = '<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><div class="fb-like" data-href="'.$permalink.'" data-send="false" data-layout="button_count" data-show-faces="false"></div></div>';
|
448 |
-
break;
|
449 |
-
case 'fbshare':
|
450 |
-
$arrButtonsCode[] = '<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook Share--><div id="fb-root"></div><div class="fb-share-button" data-href="'.$permalink.'" data-send="false" data-layout="button_count" ></div></div>';
|
451 |
-
break;
|
452 |
-
case 'twitter':
|
453 |
-
$arrButtonsCode[] = '<div class="simplesocialbutton ssb-button-twitter"><!-- Twitter--><a href="https://twitter.com/share" class="twitter-share-button" data-text="'.$title.'" data-url="'.$permalink.'" ' . ((!empty($this->settings['twitterusername'])) ? 'data-via="'.$this->settings['twitterusername'].'" ' : '') . 'rel="nofollow"></a></div>';
|
454 |
-
break;
|
455 |
-
case 'linkedin':
|
456 |
-
$arrButtonsCode[] = '<div class="simplesocialbutton ssb-button-linkdin"><!-- LinkdIn--><script type="IN/Share" data-counter="right"></script></div>';
|
457 |
-
break;
|
458 |
-
case 'pinterest':
|
459 |
-
global $post;
|
460 |
-
$thumb_id = get_post_thumbnail_id($post->ID);
|
461 |
-
|
462 |
-
// Don't show 'Pin It' button, if post doesn't have thumbnail
|
463 |
-
if (empty($thumb_id)) break;
|
464 |
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
|
|
469 |
|
470 |
-
|
471 |
-
$description = (!empty($thumb_alt)) ? $thumb_alt : $title ;
|
472 |
|
473 |
-
$arrButtonsCode[] = '<div class="simplesocialbutton ssb-button-pinterest"><!-- Pinterest--><a href="http://pinterest.com/pin/create/button/?url='.urlencode($permalink).'&media='.urlencode($thumb_src).'&description='.urlencode($description).'" data-pin-do="buttonPin" data-pin-config="beside" rel="nofollow"><img border="0" src="<a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" title="Pin It" /></a></div>';
|
474 |
break;
|
475 |
-
}
|
476 |
-
}
|
477 |
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
$ssb_buttonscode .= '</div>'."\n";
|
482 |
-
}
|
483 |
|
484 |
-
|
485 |
-
|
486 |
-
}
|
|
|
487 |
|
|
|
488 |
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
class SimpleSocialButtonsPR_Admin extends SimpleSocialButtonsPR {
|
495 |
|
496 |
-
|
497 |
-
|
|
|
|
|
498 |
|
|
|
499 |
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
|
504 |
-
|
505 |
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
add_action( 'in_admin_header', array( $this, 'skip_notices' ), 100000 );
|
511 |
|
512 |
-
|
513 |
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
}
|
518 |
|
519 |
-
|
520 |
-
global $wpdb;
|
521 |
|
522 |
-
|
523 |
-
|
|
|
|
|
|
|
|
|
524 |
|
|
|
|
|
|
|
|
|
|
|
525 |
|
|
|
|
|
|
|
526 |
|
527 |
-
|
528 |
-
|
|
|
|
|
529 |
|
530 |
-
|
531 |
-
|
532 |
-
|
|
|
|
|
533 |
|
534 |
-
|
535 |
-
|
536 |
-
|
|
|
537 |
}
|
538 |
|
539 |
-
|
540 |
-
}
|
541 |
|
542 |
-
|
|
|
|
|
543 |
|
544 |
-
if ( 'toplevel_page_simple-social-buttons' == $page ) {
|
545 |
-
wp_enqueue_script( 'ssb-admin-js', plugins_url( 'assets/js/admin.js', __FILE__ ), array( 'jquery', 'jquery-ui-sortable' ), time(), $in_footer = false );
|
546 |
}
|
547 |
|
|
|
548 |
}
|
549 |
|
550 |
/**
|
551 |
-
*
|
|
|
|
|
|
|
|
|
|
|
552 |
*/
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
$postType = get_post_type($postId);
|
557 |
-
|
558 |
-
if ($postType != 'page' && $postType != 'post') return false;
|
559 |
-
|
560 |
-
$currentSsbHide = get_post_custom_values($this->hideCustomMetaKey, $postId);
|
561 |
-
|
562 |
-
if ($currentSsbHide[0] == 'true') {
|
563 |
-
$checked = true;
|
564 |
} else {
|
565 |
-
$
|
566 |
}
|
567 |
-
|
568 |
-
// Rendering meta box
|
569 |
-
if (!function_exists('add_meta_box')) include('includes/template.php');
|
570 |
-
add_meta_box('ssb_meta_box', __('SSB Settings', 'simplesocialbuttons'), array(&$this, 'render_ssb_meta_box'), $postType, 'side', 'default', array('type' => $postType, 'checked' => $checked));
|
571 |
}
|
572 |
|
573 |
-
|
574 |
-
* Showing custom meta field
|
575 |
-
*/
|
576 |
-
public function render_ssb_meta_box($post, $metabox)
|
577 |
-
{
|
578 |
-
wp_nonce_field( plugin_basename( __FILE__ ), 'ssb_noncename' );
|
579 |
-
?>
|
580 |
-
|
581 |
-
<label for="<?php echo $this->hideCustomMetaKey;?>"><input type="checkbox" id="<?php echo $this->hideCustomMetaKey;?>" name="<?php echo $this->hideCustomMetaKey;?>" value="true" <?php if ($metabox['args']['checked']):?>checked="checked"<?php endif;?>/> <?php echo __('Hide Simple Social Buttons', 'simplesocialbuttons');?></label>
|
582 |
-
|
583 |
-
<?php
|
584 |
-
}
|
585 |
-
|
586 |
-
|
587 |
-
/**
|
588 |
-
* Saving custom meta value
|
589 |
-
*/
|
590 |
-
public function ssb_save_meta($post_id, $post)
|
591 |
-
{
|
592 |
-
$postId = (int)$post_id;
|
593 |
|
594 |
-
|
595 |
-
|
596 |
-
return;
|
597 |
-
|
598 |
-
// Verify this came from the our screen and with proper authorization
|
599 |
-
if ( !wp_verify_nonce( $_POST['ssb_noncename'], plugin_basename( __FILE__ ) ) )
|
600 |
-
return;
|
601 |
-
|
602 |
-
// Check permissions
|
603 |
-
if ( 'page' == $_POST['post_type'] ) {
|
604 |
-
if ( !current_user_can( 'edit_page', $post_id ) )
|
605 |
-
return;
|
606 |
} else {
|
607 |
-
|
608 |
-
return;
|
609 |
}
|
610 |
|
611 |
-
// Saving data
|
612 |
-
$newValue = (isset($_POST[$this->hideCustomMetaKey])) ? $_POST[$this->hideCustomMetaKey] : 'false';
|
613 |
-
|
614 |
-
update_post_meta($postId, $this->hideCustomMetaKey, $newValue);
|
615 |
}
|
616 |
|
617 |
-
|
618 |
/**
|
619 |
-
*
|
620 |
*
|
621 |
-
* @since
|
622 |
*/
|
623 |
-
function
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
}
|
629 |
-
|
630 |
-
include SSB_PLUGIN_DIR . 'inc/ssb-deactivate-form.php';
|
631 |
}
|
632 |
|
633 |
-
|
634 |
-
|
635 |
-
*
|
636 |
-
* @since 1.9.0
|
637 |
-
*/
|
638 |
-
function ssb_deactivate() {
|
639 |
-
$email = get_option( 'admin_email' );
|
640 |
-
$_reason = sanitize_text_field( wp_unslash( $_POST['reason'] ) );
|
641 |
-
$reason_detail = sanitize_text_field( wp_unslash( $_POST['reason_detail'] ) );
|
642 |
-
$reason = '';
|
643 |
-
|
644 |
-
if ( $_reason == '1' ) {
|
645 |
-
$reason = 'I only needed the plugin for a short period';
|
646 |
-
} elseif ( $_reason == '2' ) {
|
647 |
-
$reason = 'I found a better plugin';
|
648 |
-
} elseif ( $_reason == '3' ) {
|
649 |
-
$reason = 'The plugin broke my site';
|
650 |
-
} elseif ( $_reason == '4' ) {
|
651 |
-
$reason = 'The plugin suddenly stopped working';
|
652 |
-
} elseif ( $_reason == '5' ) {
|
653 |
-
$reason = 'I no longer need the plugin';
|
654 |
-
} elseif ( $_reason == '6' ) {
|
655 |
-
$reason = 'It\'s a temporary deactivation. I\'m just debugging an issue.';
|
656 |
-
} elseif ( $_reason == '7' ) {
|
657 |
-
$reason = 'Other';
|
658 |
-
}
|
659 |
-
$fields = array(
|
660 |
-
'email' => $email,
|
661 |
-
'website' => get_site_url(),
|
662 |
-
'action' => 'Deactivate',
|
663 |
-
'reason' => $reason,
|
664 |
-
'reason_detail' => $reason_detail,
|
665 |
-
'blog_language' => get_bloginfo( 'language' ),
|
666 |
-
'wordpress_version' => get_bloginfo( 'version' ),
|
667 |
-
'plugin_version' => SSB_VERSION,
|
668 |
-
'plugin_name' => 'Simple Social Buttons',
|
669 |
-
);
|
670 |
-
|
671 |
-
$response = wp_remote_post( SSB_FEEDBACK_SERVER, array(
|
672 |
-
'method' => 'POST',
|
673 |
-
'timeout' => 5,
|
674 |
-
'httpversion' => '1.0',
|
675 |
-
'blocking' => false,
|
676 |
-
'headers' => array(),
|
677 |
-
'body' => $fields,
|
678 |
-
) );
|
679 |
-
|
680 |
-
wp_die();
|
681 |
}
|
682 |
|
683 |
-
/**
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
$this->review_dismissal();
|
691 |
-
$this->review_prending();
|
692 |
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
|
|
697 |
|
698 |
-
|
699 |
-
|
700 |
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
|
705 |
-
// 1296000 = 15 Days in seconds.
|
706 |
-
if ( time() - $activation_time > 1296000 ) {
|
707 |
-
add_action( 'admin_notices' , array( $this, 'review_notice_message' ) );
|
708 |
}
|
709 |
|
710 |
-
}
|
711 |
-
|
712 |
/**
|
713 |
-
* Show
|
714 |
*
|
715 |
-
* @since
|
716 |
*/
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
<
|
|
|
|
|
|
|
|
|
|
|
742 |
</div>
|
743 |
-
|
744 |
-
<h3><?php _e( 'Leave A Review?', 'simplesocialbuttons' ) ?></h3>
|
745 |
-
<p><?php _e( 'We hope you\'ve enjoyed using Simple Social Buttons! Would you consider leaving us a review on WordPress.org?', 'simplesocialbuttons' ) ?></p>
|
746 |
-
<ul class="ssb-review-ul"><li><a href="https://wordpress.org/support/plugin/simple-social-buttons/reviews/?filter=5" target="_blank"><span class="dashicons dashicons-external"></span><?php _e( 'Sure! I\'d love to!', 'simplesocialbuttons' ) ?></a></li>
|
747 |
-
<li><a href="<?php echo $dismiss_url ?>"><span class="dashicons dashicons-smiley"></span><?php _e( 'I\'ve already left a review', 'simplesocialbuttons' ) ?></a></li>
|
748 |
-
<li><a href="<?php echo $later_url ?>"><span class="dashicons dashicons-calendar-alt"></span><?php _e( 'Maybe Later', 'simplesocialbuttons' ) ?></a></li>
|
749 |
-
<li><a href="<?php echo $dismiss_url ?>"><span class="dashicons dashicons-dismiss"></span><?php _e( 'Never show again', 'simplesocialbuttons' ) ?></a></li></ul>
|
750 |
-
</div>
|
751 |
-
</div>
|
752 |
-
<?php
|
753 |
-
}
|
754 |
-
|
755 |
-
/**
|
756 |
-
* Set time to current so review notice will popup after 15 days
|
757 |
-
*
|
758 |
-
* @since 1.9.0
|
759 |
-
*/
|
760 |
-
function review_prending() {
|
761 |
-
|
762 |
-
// delete_site_option( 'ssb_review_dismiss' );
|
763 |
-
if ( ! is_admin() ||
|
764 |
-
! current_user_can( 'manage_options' ) ||
|
765 |
-
! isset( $_GET['_wpnonce'] ) ||
|
766 |
-
! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'ssb-review-nonce' ) ||
|
767 |
-
! isset( $_GET['ssb_review_later'] ) ) {
|
768 |
-
|
769 |
-
return;
|
770 |
-
}
|
771 |
-
|
772 |
-
// Reset Time to current time.
|
773 |
-
update_site_option( 'ssb_active_time', time() );
|
774 |
-
|
775 |
-
}
|
776 |
-
|
777 |
-
/**
|
778 |
-
* Check and Dismiss review message.
|
779 |
-
*
|
780 |
-
* @since 1.9.0
|
781 |
-
*/
|
782 |
-
private function review_dismissal() {
|
783 |
-
|
784 |
-
//delete_site_option( 'ssb_review_dismiss' );
|
785 |
-
if ( ! is_admin() ||
|
786 |
-
! current_user_can( 'manage_options' ) ||
|
787 |
-
! isset( $_GET['_wpnonce'] ) ||
|
788 |
-
! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'ssb-review-nonce' ) ||
|
789 |
-
! isset( $_GET['ssb_review_dismiss'] ) ) {
|
790 |
-
|
791 |
-
return;
|
792 |
-
}
|
793 |
-
|
794 |
-
add_site_option( 'ssb_review_dismiss', 'yes' );
|
795 |
-
}
|
796 |
-
|
797 |
-
|
798 |
-
/**
|
799 |
-
* Skip the all the notice from settings page.
|
800 |
-
*
|
801 |
-
* @since 1.9.0
|
802 |
-
*/
|
803 |
-
function skip_notices() {
|
804 |
-
|
805 |
-
if ( 'toplevel_page_simple-social-buttons' === get_current_screen()->id ) {
|
806 |
-
|
807 |
-
global $wp_filter;
|
808 |
-
|
809 |
-
if ( is_network_admin() and isset( $wp_filter['network_admin_notices'] ) ) {
|
810 |
-
unset( $wp_filter['network_admin_notices'] );
|
811 |
-
} elseif ( is_user_admin() and isset( $wp_filter['user_admin_notices'] ) ) {
|
812 |
-
unset( $wp_filter['user_admin_notices'] );
|
813 |
-
} else {
|
814 |
-
if ( isset( $wp_filter['admin_notices'] ) ) {
|
815 |
-
unset( $wp_filter['admin_notices'] );
|
816 |
-
}
|
817 |
-
}
|
818 |
-
|
819 |
-
if ( isset( $wp_filter['all_admin_notices'] ) ) {
|
820 |
-
unset( $wp_filter['all_admin_notices'] );
|
821 |
-
}
|
822 |
}
|
823 |
|
824 |
-
}
|
825 |
|
826 |
-
} // end SimpleSocialButtonsPR_Admin
|
827 |
|
828 |
-
|
|
|
|
|
829 |
$_ssb_pr = new SimpleSocialButtonsPR_Admin();
|
830 |
} else {
|
831 |
$_ssb_pr = new SimpleSocialButtonsPR();
|
832 |
}
|
833 |
|
834 |
-
|
835 |
-
|
836 |
-
*
|
837 |
-
* @param mixed $order - order of the buttons in array or string (parsed by wp_parse_args())
|
838 |
-
*
|
839 |
-
* @example 1 - use in template with default order
|
840 |
-
* get_ssb();
|
841 |
-
*
|
842 |
-
* @example 2 - use in template with specified order
|
843 |
-
* get_ssb('googleplus=3&fblike=2&twitter=1');
|
844 |
-
*
|
845 |
-
* @example 3 - hiding button by setting order to 0. By using code below googleplus button won't be displayed
|
846 |
-
* get_ssb('googleplus=0&fblike=1&twitter=2');
|
847 |
-
*
|
848 |
-
*
|
849 |
-
*/
|
850 |
-
function get_ssb($order = null)
|
851 |
-
{
|
852 |
-
do_action('create_ssb', $order);
|
853 |
}
|
854 |
|
855 |
?>
|
2 |
/**
|
3 |
* Plugin Name: Simple Social Buttons
|
4 |
* Plugin URI: http://www.WPBrigade.com/wordpress/plugins/simple-social-buttons/
|
5 |
+
* Description: Simple Social Buttons adds an advanced set of social media sharing buttons to your WordPress sites, such as: Google +1, Facebook, WhatsApp, Viber, Twitter, Reddit, LinkedIn and Pinterest. This makes it the most <code>Flexible Social Sharing Plugin ever for Everyone.</code>
|
6 |
+
* Version: 2.0.0
|
7 |
* Author: WPBrigade
|
8 |
* Author URI: http://www.WPBrigade.com/
|
9 |
+
* Text Domain: simple-social-buttons
|
10 |
* Domain Path: /lang
|
11 |
*/
|
12 |
|
13 |
+
/*
|
14 |
+
Copyright 2011, Muhammad Adnan (WPBrigade) (email : captain@wpbrigade.com)
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License, version 2, as
|
27 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
28 |
*/
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
class SimpleSocialButtonsPR {
|
32 |
+
public $pluginName = 'Simple Social Buttons';
|
33 |
+
public $pluginVersion = '2.0.0-beta';
|
34 |
+
public $pluginPrefix = 'ssb_pr_';
|
35 |
+
public $hideCustomMetaKey = '_ssb_hide';
|
36 |
|
37 |
// plugin default settings
|
38 |
+
public $pluginDefaultSettings = array(
|
39 |
'googleplus' => '1',
|
|
|
40 |
'twitter' => '3',
|
41 |
'pinterest' => '0',
|
42 |
'beforepost' => '1',
|
45 |
'afterpage' => '0',
|
46 |
'beforearchive' => '0',
|
47 |
'afterarchive' => '0',
|
48 |
+
'fbshare' => '0',
|
49 |
+
'linkedin' => '0',
|
50 |
+
'cache' => 'on',
|
51 |
);
|
52 |
|
53 |
// defined buttons
|
54 |
+
public $arrKnownButtons = array( 'googleplus', 'twitter', 'pinterest', 'fbshare', 'linkedin', 'reddit', 'whatsapp', 'viber' );
|
55 |
|
56 |
// an array to store current settings, to avoid passing them between functions
|
57 |
+
public $settings = array();
|
58 |
|
59 |
+
public $selected_networks = array();
|
60 |
+
public $selected_theme = '';
|
61 |
+
public $selected_position = '';
|
62 |
+
public $inline_option = '';
|
63 |
+
public $sidebar_option = '';
|
64 |
+
public $extra_option = '';
|
65 |
|
66 |
/**
|
67 |
* Constructor
|
68 |
*/
|
69 |
function __construct() {
|
|
|
|
|
|
|
70 |
|
71 |
$this->constants();
|
72 |
+
include_once SSB_PLUGIN_DIR . '/inc/upgrade-routine.php';
|
|
|
|
|
|
|
73 |
|
74 |
+
register_activation_hook( __FILE__, array( $this, 'plugin_install' ) );
|
75 |
+
register_deactivation_hook( __FILE__, array( $this, 'plugin_uninstall' ) );
|
|
|
|
|
76 |
|
77 |
+
$this->_includes();
|
78 |
+
$this->set_selected_networks();
|
79 |
+
$this->set_selected_theme();
|
80 |
+
$this->set_selected_position();
|
81 |
+
$this->set_inline_option();
|
82 |
+
$this->set_sidebar_option();
|
83 |
+
$this->set_extra_option();
|
84 |
|
85 |
+
|
86 |
+
add_action( 'plugins_loaded', array( $this, 'load_plugin_domain' ) );
|
|
|
|
|
|
|
87 |
|
88 |
/**
|
89 |
* Filter hooks
|
90 |
*/
|
91 |
+
add_filter( 'the_content', array( $this, 'insert_buttons' ) );
|
92 |
+
add_filter( 'the_excerpt', array( $this, 'insert_excerpt_buttons' ) );
|
93 |
+
|
94 |
+
add_filter( 'plugin_row_meta', array( $this, '_row_meta' ), 10, 2 );
|
95 |
+
|
96 |
+
add_action( 'wp_enqueue_scripts', array( $this, 'front_enqueue_scripts' ) );
|
97 |
+
|
98 |
+
// Queue up our hook function
|
99 |
+
add_action( 'wp_footer' , array( $this, 'ssb_footer_functions' ), 99 );
|
100 |
+
|
101 |
+
add_filter( 'ssb_footer_scripts', array( $this, 'ssb_output_cache_trigger' ) );
|
102 |
+
|
103 |
+
add_action( 'wp_ajax_ssb_fetch_data', array( $this, 'ajax_fetch_fresh_data' ) );
|
104 |
+
add_action( 'wp_ajax_nopriv_ssb_fetch_data', array( $this, 'ajax_fetch_fresh_data' ) );
|
105 |
+
|
106 |
+
add_action( 'wp_footer', array( $this, 'include_sidebar' ) );
|
107 |
+
add_action( 'wp_head', array( $this, 'css_file' ) );
|
108 |
+
|
109 |
+
add_action( 'admin_notices', array( $this, 'update_notice' ) );
|
110 |
+
add_action( 'admin_init', array( $this, 'review_update_notice' ) );
|
111 |
|
|
|
112 |
}
|
113 |
|
114 |
+
function set_selected_networks() {
|
115 |
+
$networks = get_option( 'ssb_networks' );
|
116 |
+
$this->selected_networks = array_flip( array_merge( array( 0 ), explode( ',', $networks['icon_selection'] ) ) );
|
117 |
+
|
118 |
}
|
119 |
|
120 |
+
function set_selected_theme() {
|
121 |
+
$theme = get_option( 'ssb_themes' );
|
122 |
+
$this->selected_theme = $theme['icon_style'];
|
123 |
+
|
124 |
}
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
+
function set_selected_position() {
|
127 |
+
$theme = get_option( 'ssb_positions' );
|
128 |
+
$this->selected_position = $theme['position'];
|
129 |
+
}
|
130 |
|
131 |
+
function set_inline_option() {
|
132 |
+
$this->inline_option = get_option( 'ssb_inline' );
|
133 |
}
|
134 |
|
135 |
+
function set_sidebar_option() {
|
136 |
+
$this->sidebar_option = get_option( 'ssb_sidebar' );
|
137 |
+
}
|
|
|
138 |
|
|
|
|
|
|
|
|
|
139 |
|
140 |
+
function set_extra_option() {
|
141 |
+
$this->extra_option = get_option( 'ssb_advanced' );
|
142 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
+
function ajax_fetch_fresh_data() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
+
$order = array();
|
147 |
+
$post_id = $_POST['postID'];
|
148 |
+
foreach ( $this->arrKnownButtons as $button_name ) {
|
149 |
+
|
150 |
+
if ( isset( $this->settings[ $button_name ] ) && $this->settings[ $button_name ] > 0 ) {
|
151 |
+
$order[ $button_name ] = $this->settings[ $button_name ];
|
152 |
+
}
|
153 |
}
|
|
|
154 |
|
155 |
+
$_share_links = array();
|
156 |
+
foreach ( $order as $social_name => $priority ) {
|
157 |
+
if ( 'totalshare' == $social_name || 'viber' == $social_name ) {
|
158 |
+
continue; }
|
159 |
+
$_share_links[ $social_name ] = call_user_func( 'ssb_' . $social_name . '_generate_link', get_permalink( $post_id ) );
|
160 |
+
}
|
161 |
|
162 |
+
$result = ssb_fetch_shares_via_curl_multi( array_filter( $_share_links ) );
|
163 |
+
// $result = ssb_fetch_shares_via_curl_multi(
|
164 |
+
// array(
|
165 |
+
// 'linkedin' => ssb_linkedin_generate_link( 'https://wpbrigade.com/first-wordcamp-talk/' ),
|
166 |
+
// 'fbshare' => ssb_fbshare_generate_link( 'https://propakistani.pk/2017/09/06/lahore-get-600-million-disneyland-like-amusement-park/' ),
|
167 |
+
// 'googleplus' => ssb_googleplus_generate_link( 'https://wpbrigade.com/first-wordcamp-talk/' ),
|
168 |
+
// 'twitter' => ssb_twitter_generate_link( 'https://wptavern.com/jetpack-5-3-adds-php-7-1-compatibility-better-control-for-wordads-placement' ),
|
169 |
+
// 'pinterest' => ssb_pinterest_generate_link( 'http://websitehostingcost.com/tag/dedicated/' ),
|
170 |
+
// 'reddit' => ssb_reddit_generate_link( 'http://stackoverflow.com/q/811074/1288' )
|
171 |
+
// )
|
172 |
+
// );
|
173 |
+
$share_counts = ssb_fetch_fresh_counts( $result , $post_id );
|
174 |
+
update_post_meta( $post_id, 'ssb_cache_timestamp',floor( ( ( date( 'U' ) / 60) / 60 ) ) );
|
175 |
+
echo json_encode( $share_counts );
|
176 |
+
wp_die();
|
177 |
+
}
|
178 |
+
|
179 |
+
function ssb_output_cache_trigger( $info ) {
|
180 |
+
|
181 |
+
// Return early if we're not on a single page or we have fresh cache.
|
182 |
+
if ( ( ! is_singular() || ssb_is_cache_fresh( $info['postID'], true )) && empty( $_GET['ssb_cache'] ) ) {
|
183 |
+
return $info;
|
184 |
+
}
|
185 |
|
186 |
+
// Return if we're on a WooCommerce account page.
|
187 |
+
if ( function_exists( 'is_account_page' ) && is_account_page() ) {
|
188 |
+
return $info;
|
189 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
+
// Return if caching is off.
|
192 |
+
if ( 'on' != $this->settings['cache'] ) {
|
193 |
+
return $info;
|
194 |
+
}
|
195 |
|
196 |
+
ob_start();
|
|
|
|
|
|
|
|
|
197 |
|
198 |
+
?>
|
199 |
+
var ssb_admin_ajax = '<?php echo admin_url( 'admin-ajax.php' ); ?>';
|
200 |
+
var is_ssb_used = jQuery('.simplesocialbuttons');
|
201 |
+
var postID = <?php echo $info['postID']; ?> ;
|
202 |
+
if( is_ssb_used ) {
|
|
|
|
|
|
|
|
|
203 |
|
204 |
+
var data = {
|
205 |
+
'action': 'ssb_fetch_data',
|
206 |
+
'postID': postID
|
207 |
+
};
|
208 |
+
jQuery.post(ssb_admin_ajax, data, function(data, textStatus, xhr) {
|
209 |
+
var array = JSON.parse(data);
|
210 |
+
console.log(array);
|
211 |
|
212 |
+
jQuery.each( array, function( index, value ){
|
213 |
+
console.log(index);
|
214 |
+
console.log(value);
|
215 |
+
jQuery('.ssb_'+ index +'_counter').html(value);
|
216 |
+
});
|
217 |
|
|
|
218 |
|
219 |
+
});
|
|
|
220 |
}
|
221 |
|
222 |
+
<?php
|
223 |
+
$info['footer_output'] .= ob_get_clean();
|
224 |
+
|
225 |
+
return $info;
|
226 |
}
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
|
229 |
+
function ssb_footer_functions() {
|
|
|
230 |
|
231 |
+
// Fetch a few variables.
|
232 |
+
$info['postID'] = get_the_ID();
|
233 |
+
$info['footer_output'] = '';
|
234 |
|
235 |
+
// Pass the array through our custom filters.
|
236 |
+
$info = apply_filters( 'ssb_footer_scripts' , $info );
|
237 |
|
238 |
+
// If we have output, output it.
|
239 |
+
if ( $info['footer_output'] ) {
|
240 |
+
echo '<script type="text/javascript">';
|
241 |
+
echo $info['footer_output'];
|
242 |
+
echo '</script>';
|
|
|
|
|
243 |
}
|
244 |
+
}
|
245 |
|
246 |
+
|
247 |
+
|
248 |
+
function front_enqueue_scripts() {
|
249 |
+
|
250 |
+
wp_enqueue_style( 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' );
|
251 |
+
wp_enqueue_script( 'jquery' );
|
252 |
+
wp_enqueue_script( 'ssb-front-js', plugins_url( 'assets/js/front.js', __FILE__ ), array( 'jquery' ), SSB_VERSION );
|
253 |
+
wp_enqueue_style( 'ssb-front-css', plugins_url( 'assets/css/front.css', __FILE__ ), false, SSB_VERSION );
|
254 |
}
|
255 |
|
256 |
/**
|
257 |
+
* Includes all files.
|
258 |
+
*
|
259 |
+
* @since 2.0
|
260 |
*/
|
261 |
+
function _includes() {
|
|
|
262 |
|
263 |
+
include_once SSB_PLUGIN_DIR . '/inc/utils.php';
|
264 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/facebook.php';
|
265 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/linkedin.php';
|
266 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/twitter.php';
|
267 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/googleplus.php';
|
268 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/pinterest.php';
|
269 |
+
include_once SSB_PLUGIN_DIR . '/ssb-social-counts/reddit.php';
|
270 |
+
}
|
271 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
|
273 |
+
function load_plugin_domain() {
|
274 |
+
load_plugin_textdomain( 'simple-social-buttons', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
|
275 |
+
}
|
276 |
|
277 |
+
function constants() {
|
278 |
+
define( 'SSB_FEEDBACK_SERVER', 'https://wpbrigade.com/' );
|
279 |
+
define( 'SSB_VERSION', $this->pluginVersion );
|
280 |
+
define( 'SSB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
281 |
}
|
282 |
|
|
|
|
|
|
|
|
|
|
|
283 |
|
284 |
+
/**
|
285 |
+
* Set default settings.
|
286 |
+
*/
|
287 |
+
function plugin_install() {
|
288 |
+
|
289 |
+
if ( ! get_option( 'ssb_networks' ) ) {
|
290 |
+
$_default = array(
|
291 |
+
'icon_selection' => 'fbshare,twitter,googleplus,linkedin',
|
292 |
+
);
|
293 |
+
update_option( 'ssb_networks', $_default );
|
294 |
}
|
295 |
|
296 |
+
if ( ! get_option( 'ssb_themes' ) ) {
|
297 |
+
$_default = array(
|
298 |
+
'icon_style' => 'sm-round',
|
299 |
+
);
|
300 |
+
update_option( 'ssb_themes', $_default );
|
301 |
}
|
302 |
|
303 |
+
if ( ! get_option( 'ssb_positions' ) ) {
|
304 |
+
$_default = array(
|
305 |
+
'position' => array(
|
306 |
+
'inline' => 'inline',
|
307 |
+
),
|
308 |
+
);
|
309 |
+
update_option( 'ssb_positions', $_default );
|
310 |
}
|
311 |
|
312 |
+
if ( ! get_option( 'ssb_inline' ) ) {
|
313 |
+
$_default = array(
|
314 |
+
'location' => 'below',
|
315 |
+
'posts' => array(
|
316 |
+
'post' => 'post',
|
317 |
+
),
|
318 |
+
);
|
319 |
+
update_option( 'ssb_inline', $_default );
|
320 |
}
|
321 |
|
322 |
+
update_option( $this->pluginPrefix . 'version', $this->pluginVersion );
|
323 |
+
|
324 |
+
}
|
325 |
+
|
326 |
+
/**
|
327 |
+
* Plugin unistall and database clean up
|
328 |
+
*/
|
329 |
+
function plugin_uninstall() {
|
330 |
+
if ( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
331 |
+
exit();
|
332 |
}
|
333 |
|
334 |
+
delete_option( $this->pluginPrefix . 'settings' );
|
335 |
+
delete_option( $this->pluginPrefix . 'version' );
|
336 |
+
|
337 |
+
}
|
338 |
+
|
339 |
+
|
340 |
+
function _get_settings( $section, $value, $default = false ) {
|
341 |
+
$section = $section . '_option';
|
342 |
+
return isset( $this->$section[ $value ] ) && ! empty( $this->$section[ $value ] ) ? $this->$section[ $value ] : $default;
|
343 |
+
}
|
344 |
+
|
345 |
+
/**
|
346 |
+
* Returns true on pages where buttons should be shown
|
347 |
+
*/
|
348 |
+
function where_to_insert() {
|
349 |
+
|
350 |
+
$return = false;
|
351 |
+
|
352 |
+
// Single Page/Post
|
353 |
+
if ( isset( $this->selected_position['inline'] ) && 'false' == get_post_meta( get_the_ID(), $this->hideCustomMetaKey , true ) ) {
|
354 |
$return = true;
|
355 |
}
|
356 |
+
|
357 |
return $return;
|
358 |
+
|
359 |
}
|
360 |
|
361 |
|
366 |
*/
|
367 |
public function _row_meta( $links, $file ) {
|
368 |
|
369 |
+
if ( strpos( $file, 'simple-social-buttons.php' ) !== false ) {
|
370 |
|
371 |
+
// Set link for Reviews.
|
372 |
+
$new_links = array(
|
373 |
+
'<a href="https://wordpress.org/support/plugin/simple-social-buttons/reviews/?filter=5" target="_blank"><span class="dashicons dashicons-thumbs-up"></span> ' . __( 'Vote!', 'simplesocialbuttons' ) . '</a>',
|
374 |
+
);
|
375 |
|
376 |
+
$links = array_merge( $links, $new_links );
|
377 |
+
}
|
378 |
|
379 |
+
return $links;
|
380 |
+
}
|
381 |
|
382 |
|
383 |
/**
|
384 |
+
* Add inline for the excerpt.
|
385 |
+
*
|
386 |
+
* @since 2.0
|
387 |
*/
|
388 |
+
function insert_excerpt_buttons( $content ) {
|
389 |
+
|
390 |
+
if ( is_single() ) {
|
391 |
return $content;
|
392 |
}
|
393 |
|
394 |
+
return $this->insert_buttons( $content );
|
395 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
|
397 |
+
|
398 |
+
/**
|
399 |
+
* Add Inline Buttons.
|
400 |
+
*
|
401 |
+
* @since 1.0
|
402 |
+
*/
|
403 |
+
function insert_buttons( $content ) {
|
404 |
+
|
405 |
+
if ( is_archive() && ! $this->inline_option['show_on_category'] ) {
|
406 |
+
return $content; }
|
407 |
+
if ( is_category() && ! $this->inline_option['show_on_archive'] ) {
|
408 |
+
return $content; }
|
409 |
+
if ( is_tag() && ! $this->inline_option['show_on_tag'] ) {
|
410 |
+
return $content; }
|
411 |
+
|
412 |
+
// && 'false' == get_post_meta( get_the_ID(), $this->hideCustomMetaKey , true )
|
413 |
+
if ( isset( $this->selected_position['inline'] ) ) {
|
414 |
+
// Show Total at the end.
|
415 |
+
if ( $this->_get_settings( 'inline', 'total_share' ) ) {
|
416 |
+
$show_total = true;
|
417 |
+
} else {
|
418 |
+
$show_total = false;
|
419 |
}
|
420 |
+
|
421 |
+
$extra_class = 'simplesocialbuttons_inline simplesocialbuttons-align-' . $this->_get_settings( 'inline', 'icon_alignment', 'left' );
|
422 |
+
|
423 |
+
// if ( $this->inline['share_counts'] ) {
|
424 |
+
if ( $this->_get_settings( 'inline', 'share_counts' ) ) {
|
425 |
+
$show_count = true;
|
426 |
+
$extra_class .= ' ssb_counter-activate';
|
427 |
+
} else {
|
428 |
+
$show_count = false;
|
429 |
}
|
430 |
+
|
431 |
+
if ( $this->_get_settings( 'inline', 'hide_mobile' ) ) {
|
432 |
+
$extra_class .= ' simplesocialbuttons-mobile-hidden'; }
|
433 |
+
$extra_class .= ' simplesocialbuttons-inline-' . $this->_get_settings( 'inline', 'animation', 'no-animation' );
|
434 |
+
|
435 |
+
$ssb_buttonscode = $this->generate_buttons_code( $this->selected_networks, $show_count, $show_total, $extra_class );
|
436 |
+
|
437 |
+
if ( in_array( $this->get_post_type(), $this->inline_option['posts'] ) ) {
|
438 |
+
if ( $this->inline_option['location'] == 'above' || $this->inline_option['location'] == 'above_below' ) {
|
439 |
+
$content = $ssb_buttonscode . $content;
|
440 |
+
}
|
441 |
+
if ( $this->inline_option['location'] == 'below' || $this->inline_option['location'] == 'above_below' ) {
|
442 |
+
$content = $content . $ssb_buttonscode;
|
443 |
+
}
|
444 |
}
|
445 |
}
|
446 |
|
447 |
return $content;
|
448 |
|
449 |
+
}
|
|
|
|
|
|
|
|
|
|
|
450 |
|
|
|
|
|
|
|
|
|
|
|
451 |
|
452 |
/**
|
453 |
* Generate buttons html code with specified order
|
454 |
*
|
455 |
* @param mixed $order - order of social buttons
|
456 |
*/
|
457 |
+
function generate_buttons_code( $order = null, $show_count = false, $show_total = false, $extra_class = '' ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
|
459 |
// define empty buttons code to use
|
460 |
$ssb_buttonscode = '';
|
463 |
$permalink = get_permalink();
|
464 |
$title = get_the_title();
|
465 |
|
466 |
+
// Sorting the buttons
|
467 |
$arrButtons = array();
|
468 |
+
foreach ( $this->arrKnownButtons as $button_name ) {
|
469 |
+
if ( ! empty( $order[ $button_name ] ) && (int) $order[ $button_name ] != 0 ) {
|
470 |
+
$arrButtons[ $button_name ] = $order[ $button_name ];
|
471 |
}
|
472 |
}
|
473 |
+
// echo '<pre>'; print_r( $arrButtons ); echo '</pre>';
|
474 |
+
@asort( $arrButtons );
|
475 |
+
|
476 |
+
// add total share index in array.
|
477 |
+
if ( $show_total ) {
|
478 |
+
$arrButtons['totalshare'] = '100'; }
|
479 |
+
$post_id = get_the_id();
|
480 |
+
|
481 |
+
// // Reset the cache timestamp if needed
|
482 |
+
// // if false fetch the new share counts.
|
483 |
+
if ( isset( $this->settings['cache'] ) && $this->settings['cache'] == 'off' ) {
|
484 |
+
|
485 |
+
$_share_links = array();
|
486 |
+
foreach ( $arrButtons as $social_name => $priority ) {
|
487 |
+
if ( 'totalshare' == $social_name || 'viber' == $social_name ) {
|
488 |
+
continue; }
|
489 |
+
$_share_links[ $social_name ] = call_user_func( 'ssb_' . $social_name . '_generate_link', get_permalink() );
|
490 |
+
}
|
491 |
+
|
492 |
+
$result = ssb_fetch_shares_via_curl_multi( array_filter( $_share_links ) );
|
493 |
+
// $result = ssb_fetch_shares_via_curl_multi(
|
494 |
+
// array(
|
495 |
+
// 'linkedin' => ssb_linkedin_generate_link( 'https://wpbrigade.com/first-wordcamp-talk/' ),
|
496 |
+
// 'fbshare' => ssb_fbshare_generate_link( 'https://propakistani.pk/2017/09/06/lahore-get-600-million-disneyland-like-amusement-park/' ),
|
497 |
+
// 'googleplus' => ssb_googleplus_generate_link( 'https://wpbrigade.com/first-wordcamp-talk/' ),
|
498 |
+
// 'twitter' => ssb_twitter_generate_link( 'https://wptavern.com/jetpack-5-3-adds-php-7-1-compatibility-better-control-for-wordads-placement' ),
|
499 |
+
// 'pinterest' => ssb_pinterest_generate_link( 'http://websitehostingcost.com/tag/dedicated/' ),
|
500 |
+
// 'reddit' => ssb_reddit_generate_link( 'http://stackoverflow.com/q/811074/1288' )
|
501 |
+
// )
|
502 |
+
// );
|
503 |
+
$share_counts = ssb_fetch_fresh_counts( $result , $post_id );
|
504 |
+
// update_post_meta( $post_id,'ssb_cache_timestamp',floor( ( ( date( 'U' ) / 60) / 60 ) ) );
|
505 |
+
} else {
|
506 |
+
$share_counts = ssb_fetch_cached_counts( array_flip( $arrButtons ), $post_id );
|
507 |
+
}
|
508 |
|
509 |
$arrButtonsCode = array();
|
510 |
+
foreach ( $arrButtons as $button_name => $button_sort ) {
|
511 |
+
switch ( $button_name ) {
|
512 |
case 'googleplus':
|
513 |
+
$googleplus_share = $share_counts['googleplus'] ? $share_counts['googleplus'] : 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
514 |
|
515 |
+
$_html = '<button class="simplesocial-gplus-share" data-href="https://plus.google.com/share?url=' . $permalink . '" onclick="javascript:window.open(this.dataset.href, \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;"><span class="simplesocialtxt">Google+</span>';
|
516 |
+
if ( $show_count ) {
|
517 |
+
$_html .= '<span class="ssb_counter ssb_googleplus_counter">' . $googleplus_share . '</span>';
|
518 |
+
}
|
519 |
+
$_html .= '</button>';
|
520 |
|
521 |
+
$arrButtonsCode[] = $_html;
|
|
|
522 |
|
|
|
523 |
break;
|
|
|
|
|
524 |
|
525 |
+
case 'fbshare':
|
526 |
+
$fbshare_share = $share_counts['fbshare'] ? $share_counts['fbshare'] : 0;
|
527 |
+
$_html = '<button class="simplesocial-fb-share" target="_blank" data-href="https://www.facebook.com/sharer/sharer.php?u=' . $permalink . '" onclick="javascript:window.open(this.dataset.href, \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;"><span class="simplesocialtxt">Facebook </span> ';
|
|
|
|
|
528 |
|
529 |
+
if ( $show_count ) {
|
530 |
+
$_html .= '<span class="ssb_counter ssb_fbshare_counter">' . $fbshare_share . '</span>';
|
531 |
+
}
|
532 |
+
$_html .= '</button>';
|
533 |
|
534 |
+
$arrButtonsCode[] = $_html;
|
535 |
|
536 |
+
break;
|
537 |
+
case 'twitter':
|
538 |
+
$twitter_share = $share_counts['twitter'] ? $share_counts['twitter'] : 0;
|
539 |
+
$via = ! empty( $this->extra_option['twitter_handle'] ) ? '&via=' . $this->extra_option['twitter_handle'] : '' ;
|
540 |
+
$_html = '<button class="simplesocial-twt-share" data-href="https://twitter.com/share?text=' . $title . '&url=' . $permalink . '' . $via . '" rel="nofollow" onclick="javascript:window.open(this.dataset.href, \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;"><span class="simplesocialtxt">Twitter</span> ';
|
|
|
541 |
|
542 |
+
if ( $show_count ) {
|
543 |
+
$_html .= '<span class="ssb_counter ssb_twitter_counter">' . $twitter_share . '</span>';
|
544 |
+
}
|
545 |
+
$_html .= '</button>';
|
546 |
|
547 |
+
$arrButtonsCode[] = $_html;
|
548 |
|
549 |
+
break;
|
550 |
+
case 'linkedin':
|
551 |
+
$linkedin_share = $share_counts['linkedin'] ? $share_counts['linkedin'] : 0;
|
552 |
|
553 |
+
$_html = '<button target="popup" class="simplesocial-linkedin-share" data-href="https://www.linkedin.com/cws/share?url=' . get_permalink() . '" onclick="javascript:window.open(this.dataset.href, \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;"><span class="simplesocialtxt">LinkedIn</span>';
|
554 |
|
555 |
+
if ( $show_count ) {
|
556 |
+
$_html .= '<span class="ssb_counter ssb_linkedin_counter">' . $linkedin_share . '</span>';
|
557 |
+
}
|
558 |
+
$_html .= '</button>';
|
|
|
559 |
|
560 |
+
$arrButtonsCode[] = $_html;
|
561 |
|
562 |
+
break;
|
563 |
+
case 'pinterest':
|
564 |
+
$pinterest_share = $share_counts['pinterest'] ? $share_counts['pinterest'] : 0;
|
|
|
565 |
|
566 |
+
$_html = '<button rel="nofollow" class="simplesocial-pinterest-share" onclick="var e=document.createElement(\'script\');e.setAttribute(\'type\',\'text/javascript\');e.setAttribute(\'charset\',\'UTF-8\');e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e);return false;" ><span class="simplesocialtxt">Pinterest</span>';
|
|
|
567 |
|
568 |
+
if ( $show_count ) {
|
569 |
+
$_html .= '<span class="ssb_counter ssb_pinterest_counter">' . $pinterest_share . '</span>';
|
570 |
+
}
|
571 |
+
$_html .= '</button>';
|
572 |
+
|
573 |
+
$arrButtonsCode[] = $_html;
|
574 |
|
575 |
+
break;
|
576 |
+
case 'totalshare':
|
577 |
+
$total_share = $share_counts['total'] ? $share_counts['total'] : 0;
|
578 |
+
$arrButtonsCode[] = "<span class='share-counter'>" . $total_share . '<span>Shares</span></span>';
|
579 |
+
break;
|
580 |
|
581 |
+
case 'reddit':
|
582 |
+
$reddit_score = $share_counts['reddit'] ? $share_counts['reddit'] : 0;
|
583 |
+
$_html = '<button class="simplesocial-reddit-share" data-href="https://reddit.com/submit?url=' . $permalink . '&title=' . $title . '" onclick="javascript:window.open(this.dataset.href, \'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;" ><span class="simplesocialtxt">Reddit</span> ';
|
584 |
|
585 |
+
if ( $show_count ) {
|
586 |
+
$_html .= '<span class="ssb_counter ssb_reddit_counter">' . $reddit_score . '</span>';
|
587 |
+
}
|
588 |
+
$_html .= '</button>';
|
589 |
|
590 |
+
$arrButtonsCode[] = $_html;
|
591 |
+
break;
|
592 |
+
case 'whatsapp':
|
593 |
+
$arrButtonsCode[] = '<button onclick="javascript:window.open(this.dataset.href, \'_self\' );return false;" class="simplesocial-whatsapp-share" data-href="whatsapp://send?text=' . $permalink . '"><span class="simplesocialtxt">Share on WhatsApp</span></button>';
|
594 |
+
break;
|
595 |
|
596 |
+
case 'viber':
|
597 |
+
$arrButtonsCode[] = '<button onclick="javascript:window.open(this.dataset.href, \'_self\' );return false;" class="simplesocial-viber-share" data-href="viber://forward?text=' . $permalink . '"><span class="simplesocialtxt">Share on Viber</span></button>';
|
598 |
+
break;
|
599 |
+
}
|
600 |
}
|
601 |
|
602 |
+
if ( count( $arrButtonsCode ) > 0 ) {
|
|
|
603 |
|
604 |
+
$ssb_buttonscode .= '<div class="simplesocialbuttons simplesocial-' . $this->selected_theme . ' ' . $extra_class . '">' . "\n";
|
605 |
+
$ssb_buttonscode .= implode( "\n", $arrButtonsCode ) . "\n";
|
606 |
+
$ssb_buttonscode .= '</div>' . "\n";
|
607 |
|
|
|
|
|
608 |
}
|
609 |
|
610 |
+
return $ssb_buttonscode;
|
611 |
}
|
612 |
|
613 |
/**
|
614 |
+
* Get the option value
|
615 |
+
*
|
616 |
+
* @param string $option Name of option.
|
617 |
+
* @param boolean $default Default value.
|
618 |
+
*
|
619 |
+
* @since 2.0
|
620 |
*/
|
621 |
+
function get_option( $option, $default = false ) {
|
622 |
+
if ( isset( $this->settings[ $option ] ) ) {
|
623 |
+
return $this->settings[ $option ];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
624 |
} else {
|
625 |
+
return $default;
|
626 |
}
|
|
|
|
|
|
|
|
|
627 |
}
|
628 |
|
629 |
+
function get_post_type(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
630 |
|
631 |
+
if ( is_home() || is_front_page() ) {
|
632 |
+
return 'home';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
} else {
|
634 |
+
return get_post_type();
|
|
|
635 |
}
|
636 |
|
|
|
|
|
|
|
|
|
637 |
}
|
638 |
|
|
|
639 |
/**
|
640 |
+
* Add Buttons on SideBar.
|
641 |
*
|
642 |
+
* @since 2.0
|
643 |
*/
|
644 |
+
function include_sidebar() {
|
645 |
+
if ( isset( $this->selected_position['sidebar'] ) && in_array( $this->get_post_type(), $this->_get_settings( 'sidebar', 'posts', array() ) ) ) {
|
646 |
+
$show_total = false;
|
647 |
+
$show_count = false;
|
648 |
+
// Show Total at the end.
|
649 |
+
if ( $this->sidebar_option['total_share'] ) {
|
650 |
+
$show_total = true;
|
651 |
+
}
|
652 |
+
if ( $this->sidebar_option['share_counts'] ) {
|
653 |
+
$show_count = true;
|
654 |
+
}
|
655 |
+
if ( in_array( $this->get_post_type(), $this->sidebar_option['posts'] ) ) {
|
656 |
+
$class = 'simplesocialbuttons-float-' . $this->sidebar_option['orientation'] . '-center';
|
657 |
+
if ( $this->sidebar_option['hide_mobile'] ) {
|
658 |
+
$class .= ' simplesocialbuttons-mobile-hidden'; }
|
659 |
+
$class .= ' simplesocialbuttons-slide-' . $this->_get_settings( 'sidebar', 'animation', 'no-animation' );
|
660 |
+
echo $this->generate_buttons_code( $this->selected_networks, $show_count, $show_total, $class );
|
661 |
+
}
|
662 |
}
|
|
|
|
|
663 |
}
|
664 |
|
665 |
+
function css_file() {
|
666 |
+
include_once dirname( __FILE__ ) . '/inc/custom-css.php';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
667 |
}
|
668 |
|
669 |
+
/**
|
670 |
+
* Update option when user click on dismiss button.
|
671 |
+
*
|
672 |
+
* @since 2.0.0
|
673 |
+
*/
|
674 |
+
function review_update_notice() {
|
|
|
|
|
|
|
675 |
|
676 |
+
if ( ! is_admin() ||
|
677 |
+
! current_user_can( 'manage_options' ) ||
|
678 |
+
! isset( $_GET['_wpnonce'] ) ||
|
679 |
+
! wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'ssb-update-nonce' ) ||
|
680 |
+
! isset( $_GET['ssb_update_2_0_dismiss'] ) ) {
|
681 |
|
682 |
+
return;
|
683 |
+
}
|
684 |
|
685 |
+
if ( isset( $_GET['ssb_update_2_0_dismiss'] ) ) {
|
686 |
+
update_option( 'ssb_update_2_0_dismiss', 'yes' );
|
687 |
+
}
|
688 |
|
|
|
|
|
|
|
689 |
}
|
690 |
|
|
|
|
|
691 |
/**
|
692 |
+
* Show 2.0 Update Notice.
|
693 |
*
|
694 |
+
* @since 2.0.0
|
695 |
*/
|
696 |
+
function update_notice() {
|
697 |
+
//delete_option( 'ssb_update_2_0_dismiss' );
|
698 |
+
if ( get_option( 'ssb_update_2_0_dismiss' ) ) { return; }
|
699 |
+
|
700 |
+
$scheme = ( parse_url( $_SERVER['REQUEST_URI'], PHP_URL_QUERY ) ) ? '&' : '?';
|
701 |
+
$url = admin_url( 'admin.php?page=simple-social-buttons' ) . '&ssb_update_2_0_dismiss=yes';
|
702 |
+
$dismiss_url = wp_nonce_url( $url, 'ssb-update-nonce' );
|
703 |
+
|
704 |
+
?>
|
705 |
+
<style media="screen">
|
706 |
+
.ssb-update-notice { background: #dbf5ff; padding: 20px 20px; border: 1px solid #0085ba; border-radius: 5px; margin: 20px 20px 20px 0; }
|
707 |
+
.ssb-update-notice:after { content: ''; display: table; clear: both; }
|
708 |
+
.ssb-update-thumbnail { width: 114px; float: left; line-height: 80px; text-align: center; border-right: 4px solid transparent; }
|
709 |
+
.ssb-update-thumbnail img { width: 100px; vertical-align: middle; }
|
710 |
+
.ssb-update-text { overflow: hidden; }
|
711 |
+
.ssb-update-text h3 { font-size: 24px; margin: 0 0 5px; font-weight: 400; line-height: 1.3; }
|
712 |
+
.ssb-update-text p { font-size: 13px; margin: 0 0 5px; }
|
713 |
+
.ssb_update_dismiss_button{ padding: 7px 12px; background: #0085ba; border: 1px solid #006799; border-radius: 5px; display: inline-block; color: #fff; text-decoration: none; box-shadow: 0px 2px 0px 0px rgba(0, 103, 153, 1); position: relative; margin: 15px 10px 5px 0; }
|
714 |
+
.ssb_update_dismiss_button:hover{ top: 2px; box-shadow: 0px 0px 0px 0px rgba(0, 103, 153, 1); color: #fff; background: #006799; }
|
715 |
+
</style>
|
716 |
+
<div class="ssb-update-notice">
|
717 |
+
<div class="ssb-update-thumbnail">
|
718 |
+
<img src="<?php echo plugins_url( 'assets/images/ssb_icon.png', __FILE__ ); ?>" alt="">
|
719 |
+
</div>
|
720 |
+
<div class="ssb-update-text">
|
721 |
+
<h3><?php _e( 'Simple Social Buttons 2.0 (Relaunched)', 'simple-social-buttons' ); ?></h3>
|
722 |
+
<p><?php _e( 'Simple Social Buttons had 50,000 Active installs and It was abondoned and rarely updated since last 5 years.<br /> We at <a href="https://WPBrigade.com/?utm_source=simple-social-buttons-lite&utm_medium=link-notice-2-0" target="_blank">WPBrigade</a> adopted this plugin and rewrote it completely from scratch.<br /> <a href="https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-notice-2-0&utm_campaign=pro-upgrade" target="_blank">Check out</a> What\'s new in 2.0 version.<br /> Pardon me, If there is anything broken. Please <a href="https://WPBrigade.com/contact/?utm_source=simple-social-buttons-lite" target="_blank">report</a> us any issue you see in the plugin.', 'simple-social-buttons' ); ?></p>
|
723 |
+
<a href="<?php echo $dismiss_url ?>" class="ssb_update_dismiss_button">Dismiss</a>
|
724 |
+
<a href="https://wpbrigade.com/wordpress/plugins/simple-social-buttons-pro/?utm_source=simple-social-buttons-lite&utm_medium=link-learn-more&utm_campaign=pro-upgrade" target="_blank" class="ssb_update_dismiss_button">Learn more</a>
|
725 |
+
</div>
|
726 |
</div>
|
727 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
728 |
}
|
729 |
|
730 |
+
} // end class
|
731 |
|
|
|
732 |
|
733 |
+
global $_ssb_pr;
|
734 |
+
if ( is_admin() ) {
|
735 |
+
include_once dirname( __FILE__ ) . '/classes/ssb-admin.php';
|
736 |
$_ssb_pr = new SimpleSocialButtonsPR_Admin();
|
737 |
} else {
|
738 |
$_ssb_pr = new SimpleSocialButtonsPR();
|
739 |
}
|
740 |
|
741 |
+
function get_ssb( $order = null ) {
|
742 |
+
return '<!-- Shortcode Removed -->';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
743 |
}
|
744 |
|
745 |
?>
|
ssb-admin.php
DELETED
@@ -1,438 +0,0 @@
|
|
1 |
-
<div class="wrap">
|
2 |
-
|
3 |
-
<style type="text/css">
|
4 |
-
div.inside ul li {
|
5 |
-
line-height: 16px;
|
6 |
-
list-style-type: square;
|
7 |
-
margin-left: 15px;
|
8 |
-
}
|
9 |
-
.ssb_right_sidebar{
|
10 |
-
|
11 |
-
width: 255px;
|
12 |
-
float: right;
|
13 |
-
min-width: inherit;
|
14 |
-
box-sizing: border-box;
|
15 |
-
}
|
16 |
-
.ssb_right_sidebar #poststuff {
|
17 |
-
width: 255px;
|
18 |
-
float: right;
|
19 |
-
min-width: inherit;
|
20 |
-
box-sizing: border-box;
|
21 |
-
max-width: 100%;
|
22 |
-
min-width: 100%;
|
23 |
-
}
|
24 |
-
.ssb_right_sidebar .ssb_social_links_wrapper{
|
25 |
-
padding: 10px;
|
26 |
-
min-width: 100%;
|
27 |
-
box-sizing: border-box;
|
28 |
-
}
|
29 |
-
.ssb_right_sidebar .ssb_social_links li a {
|
30 |
-
width: 100%;
|
31 |
-
display: block;
|
32 |
-
position: relative;
|
33 |
-
}
|
34 |
-
.ssb_right_sidebar .ssb_social_links .dashicons {
|
35 |
-
position: absolute;
|
36 |
-
right: 10px;
|
37 |
-
margin-top: 3px;
|
38 |
-
}
|
39 |
-
.ssb_social_links_wrapper .postbox{
|
40 |
-
min-width: 100%;
|
41 |
-
border:0;
|
42 |
-
}
|
43 |
-
.ssb_right_sidebar .ssb_social_links li .twitter .dashicons {
|
44 |
-
color: #45b0e3;
|
45 |
-
}
|
46 |
-
.ssb_right_sidebar .ssb_social_links li .facebook .dashicons {
|
47 |
-
color: #3b5998;
|
48 |
-
}
|
49 |
-
.ssb_right_sidebar .ssb_social_links li .wordpress .dashicons {
|
50 |
-
color: #21759b;
|
51 |
-
}
|
52 |
-
.ssb_right_sidebar .plugins_lists li {
|
53 |
-
padding-bottom: 12px;
|
54 |
-
line-height: 1.4;
|
55 |
-
}
|
56 |
-
.ssb_right_sidebar #poststuff .stuffbox>h3,.ssb_right_sidebar #poststuff h2,.ssb_right_sidebar #poststuff h3.hndle{
|
57 |
-
border-bottom: 1px solid #ccc;
|
58 |
-
font-size: 1.3em;
|
59 |
-
padding: 10px;
|
60 |
-
}
|
61 |
-
.ssb_settings_container {
|
62 |
-
float: left;
|
63 |
-
width: calc(100% - 275px);
|
64 |
-
}
|
65 |
-
.ssb_settings_container .postbox .inside,.ssb_settings_container .stuffbox .inside{
|
66 |
-
padding: 12px;
|
67 |
-
box-sizing: border-box;
|
68 |
-
}
|
69 |
-
#ssb_subscribe_btn {
|
70 |
-
display: block;
|
71 |
-
margin: 20px auto 0;
|
72 |
-
}
|
73 |
-
.ssb_settings_container .postbox .inside h3{
|
74 |
-
margin: 0 -12px 10px;
|
75 |
-
padding: 0 12px 15px;
|
76 |
-
border-bottom: 1px solid #ccc;
|
77 |
-
}
|
78 |
-
.ssb_settings_container #poststuff{
|
79 |
-
min-width: 100%;
|
80 |
-
}
|
81 |
-
.ssb_settings_container #poststuff h2{
|
82 |
-
border-bottom: 1px solid #ccc;
|
83 |
-
font-size: 1.3em;
|
84 |
-
}
|
85 |
-
.ssb_settings_container #poststuff .ssb_settings_box{
|
86 |
-
border:1px solid #ccc;
|
87 |
-
overflow: hidden;
|
88 |
-
display: table;
|
89 |
-
background: #f6f6f6;
|
90 |
-
}
|
91 |
-
.ssb_settings_container #poststuff .ssb_settings_box + .ssb_settings_box{
|
92 |
-
border-top: 0;
|
93 |
-
}
|
94 |
-
.ssb_settings_container #poststuff .ssb_settings_box h2{
|
95 |
-
width: 180px;
|
96 |
-
float: left;
|
97 |
-
text-align: center;
|
98 |
-
background: #f6f6f6;
|
99 |
-
border:0;
|
100 |
-
display: table-cell;
|
101 |
-
padding: 10px;
|
102 |
-
}
|
103 |
-
.ssb_settings_container #poststuff .ssb_settings_box ul{
|
104 |
-
overflow: hidden;
|
105 |
-
margin:0;
|
106 |
-
padding: 10px 0;
|
107 |
-
list-style: none;
|
108 |
-
font-size: 0;
|
109 |
-
border-left: 1px solid #ccc;
|
110 |
-
display: table-cell;
|
111 |
-
vertical-align: top;
|
112 |
-
width: 100%;
|
113 |
-
background: #fff;
|
114 |
-
}
|
115 |
-
.ssb_settings_container #poststuff .ssb_settings_box ul li{
|
116 |
-
display: inline-block;
|
117 |
-
margin-bottom: 0;
|
118 |
-
list-style: none;
|
119 |
-
font-size: 16px;
|
120 |
-
}
|
121 |
-
.ssb_settings_container #poststuff .ssb_settings_box ul li:hover{
|
122 |
-
cursor: pointer;
|
123 |
-
|
124 |
-
}
|
125 |
-
.ssb-top-bar{
|
126 |
-
background: #f3fbff;
|
127 |
-
overflow: hidden;
|
128 |
-
padding: 12px 20px;
|
129 |
-
|
130 |
-
}
|
131 |
-
.ssb-top-bar img {
|
132 |
-
float: left;
|
133 |
-
margin-right: 20px;
|
134 |
-
width: 100px;
|
135 |
-
}
|
136 |
-
.ssb-top-bar-content{
|
137 |
-
overflow: hidden;
|
138 |
-
}
|
139 |
-
.ssb-top-bar-content h2{
|
140 |
-
margin: 10px 0;
|
141 |
-
}
|
142 |
-
@media only screen and (max-width: 850px){
|
143 |
-
|
144 |
-
.ssb_settings_container{
|
145 |
-
width:100%;
|
146 |
-
}
|
147 |
-
.ssb_right_sidebar{
|
148 |
-
float: left;
|
149 |
-
}
|
150 |
-
.ssb_settings_container #poststuff .ssb_settings_box h2{
|
151 |
-
width: 120px;
|
152 |
-
}
|
153 |
-
}
|
154 |
-
</style>
|
155 |
-
|
156 |
-
<div class="ssb-top-bar">
|
157 |
-
<a href="https://wpbrigade.com/"><img src="<?php echo plugins_url( 'assets/images/ssb_icon.png', __FILE__ ) ?>" alt="Simple Social Buttons"></a>
|
158 |
-
<div class="ssb-top-bar-content">
|
159 |
-
<h2>Simple Social Buttons - <?php _e('Settings'); ?>:</h2>
|
160 |
-
<p><?php _e('<strong>Simple Social Buttons</strong> by <strong><a href="https://wpbrigade.com/">WPBrigade</a></strong>. This plugin adds a social media buttons, such as: <strong>Google +1</strong>, <strong>Facebook Like it</strong>, <strong>Facebook share</strong>, <strong>Twitter share</strong>, <strong>LinkedIn share</strong> and <strong>Pinterest</strong>. The most flexible social buttons plugin ever.', 'simplesocialbuttons'); ?></p>
|
161 |
-
</div>
|
162 |
-
|
163 |
-
</div>
|
164 |
-
|
165 |
-
<?php
|
166 |
-
|
167 |
-
$all_icons = array(
|
168 |
-
'fblike' => 0,
|
169 |
-
'twitter' => 0,
|
170 |
-
'googleplus' => 0,
|
171 |
-
'pinterest' => 0,
|
172 |
-
'fbshare' => 0,
|
173 |
-
'linkedin' => 0
|
174 |
-
);
|
175 |
-
|
176 |
-
if(strtolower(@$_POST['hiddenconfirm']) == 'y') {
|
177 |
-
|
178 |
-
/**
|
179 |
-
* Compile settings array
|
180 |
-
* @see http://codex.wordpress.org/Function_Reference/wp_parse_args
|
181 |
-
*/
|
182 |
-
|
183 |
-
// image_oder return string thats why we explode it.
|
184 |
-
// add empty array to start form 1 index.
|
185 |
-
update_option( 'ssb_icons_order', sanitize_text_field( wp_unslash( $_POST['ssb_icons_order'] ) ) );
|
186 |
-
$ssb_icons_order = array_merge( array(0), explode( ',', sanitize_text_field( wp_unslash( $_POST['ssb_icons_order'] ) ) ) );
|
187 |
-
|
188 |
-
$updateSettings = array(
|
189 |
-
'googleplus' => isset( $_POST['ssb_googleplus'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_googleplus'] ) ) : '',
|
190 |
-
'fblike' => isset( $_POST['ssb_fblike'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_fblike'] ) ) : '',
|
191 |
-
'twitter' => isset( $_POST['ssb_twitter'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_twitter'] ) ) : '',
|
192 |
-
'pinterest' => isset( $_POST['ssb_pinterest'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_pinterest'] ) ) : '',
|
193 |
-
|
194 |
-
'beforepost' => isset( $_POST['ssb_beforepost'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_beforepost'] ) ) : '',
|
195 |
-
'afterpost' => isset( $_POST['ssb_afterpost'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_afterpost'] ) ) : '',
|
196 |
-
'beforepage' => isset( $_POST['ssb_beforepage'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_beforepage'] ) ) : '',
|
197 |
-
'afterpage' => isset( $_POST['ssb_afterpage'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_afterpage'] ) ) : '',
|
198 |
-
'beforearchive' => isset( $_POST['ssb_beforearchive'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_beforearchive'] ) ) : '',
|
199 |
-
'afterarchive' => isset( $_POST['ssb_afterarchive'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_afterarchive'] ) ) : '',
|
200 |
-
|
201 |
-
'showfront' => isset( $_POST['ssb_showfront'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_showfront'] ) ) : '',
|
202 |
-
'showcategory' => isset( $_POST['ssb_showcategory'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_showcategory'] ) ) : '',
|
203 |
-
'showarchive' => isset( $_POST['ssb_showarchive'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_showarchive'] ) ) : '',
|
204 |
-
'showtag' => isset( $_POST['ssb_showtag'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_showtag'] ) ) : '',
|
205 |
-
|
206 |
-
'override_css' => isset( $_POST['ssb_override_css'] ) ? sanitize_text_field( wp_unslash( $_POST['ssb_override_css'] ) ) : '',
|
207 |
-
|
208 |
-
'twitterusername' => isset( $_POST['ssb_twitterusername'] ) ? str_replace(array("@", " "), "", sanitize_text_field( wp_unslash( $_POST['ssb_twitterusername'] ) ) ) : '',
|
209 |
-
);
|
210 |
-
|
211 |
-
$this->update_settings( array_merge( $updateSettings, array_merge( $all_icons, array_flip( $ssb_icons_order ) ) ) );
|
212 |
-
|
213 |
-
}
|
214 |
-
|
215 |
-
/**
|
216 |
-
* HACK: Use one big array instead of a bunchload of single options
|
217 |
-
* @author Fabian Wolf
|
218 |
-
* @link http://usability-idealist.de/
|
219 |
-
* @since 1.2.1
|
220 |
-
*/
|
221 |
-
|
222 |
-
// get settings from database
|
223 |
-
$settings = $this->get_settings();
|
224 |
-
|
225 |
-
extract( $settings, EXTR_PREFIX_ALL, 'ssb' );
|
226 |
-
|
227 |
-
|
228 |
-
?>
|
229 |
-
|
230 |
-
|
231 |
-
<div class="postbox-container ssb_settings_container">
|
232 |
-
<div id="poststuff">
|
233 |
-
<form name="ssb_form" method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
|
234 |
-
|
235 |
-
<div class="postbox">
|
236 |
-
<h2>Select buttons</h2>
|
237 |
-
<div class="inside">
|
238 |
-
<p>Drag & Drop to activate and order your share buttons:</p>
|
239 |
-
<div class="ssb_settings_box">
|
240 |
-
|
241 |
-
|
242 |
-
<h2>Active</h2>
|
243 |
-
<ul id="ssb_active_icons" class="items" style="min-height:35px">
|
244 |
-
<!-- <li id="facebook" class="list">FaceBook</li>
|
245 |
-
<li id="twitter" class="list">Twiiter</li> -->
|
246 |
-
|
247 |
-
<?php
|
248 |
-
$ssb_icons_order = array();
|
249 |
-
foreach ($this->arrKnownButtons as $button_name) {
|
250 |
-
$ssb_icons_order[$button_name] = isset( $settings[$button_name] ) ? $settings[$button_name] : '' ;
|
251 |
-
}
|
252 |
-
asort( $ssb_icons_order );
|
253 |
-
?>
|
254 |
-
<?php foreach ($ssb_icons_order as $key => $value): ?>
|
255 |
-
<?php if ( $value != 0): ?>
|
256 |
-
<li data-id="<?php echo $key ?>" class="list"><img src="<?php echo plugins_url( 'assets/images/'.$key.'.jpg', __FILE__ ) ?>" /></li>
|
257 |
-
<?php endif; ?>
|
258 |
-
<?php endforeach; ?>
|
259 |
-
|
260 |
-
|
261 |
-
</ul>
|
262 |
-
</div>
|
263 |
-
<div class="ssb_settings_box">
|
264 |
-
<h2>InActive</h2>
|
265 |
-
|
266 |
-
<ul id="ssb_inactive_icons" class="items" style="min-height:35px">
|
267 |
-
<?php foreach ( $ssb_icons_order as $key => $value): ?>
|
268 |
-
<?php if ( $value == 0): ?>
|
269 |
-
<li data-id="<?php echo $key ?>" class="list" ><img src="<?php echo plugins_url( 'assets/images/'.$key.'.jpg', __FILE__ ) ?>" /></li>
|
270 |
-
<?php endif; ?>
|
271 |
-
<?php endforeach; ?>
|
272 |
-
</ul>
|
273 |
-
</div>
|
274 |
-
|
275 |
-
<input type="hidden" id="ssb_icons_order" name="ssb_icons_order" value="<?php echo get_option( 'ssb_icons_order', join( ',', array_flip( array_filter( $ssb_icons_order ) ) ) ) ?>" />
|
276 |
-
|
277 |
-
|
278 |
-
<p><label for="ssb_override_css"><input type="checkbox" name="ssb_override_css" id="ssb_override_css" value="1" <?php if(!empty($ssb_override_css)) { echo 'checked="checked"'; } ?>/> <?php _e('Disable plugin CSS (only advanced users)', 'simplesocialbuttons'); ?></label></p>
|
279 |
-
</div>
|
280 |
-
</div>
|
281 |
-
|
282 |
-
<div class="postbox">
|
283 |
-
<div class="inside">
|
284 |
-
<h3><?php _e('Single posts - display settings', 'simplesocialbuttons'); ?></h3>
|
285 |
-
<h4><?php _e('Place buttons on single post:', 'simplesocialbuttons'); ?></h4>
|
286 |
-
<p><input type="checkbox" name="ssb_beforepost" id="ssb_beforepost" value="1" <?php if(!empty($ssb_beforepost)) { ?>checked="checked"<?php } ?> /> <label for="ssb_beforepost"><?php _e('Before the content', 'simplesocialbuttons'); ?></label></p>
|
287 |
-
<p><input type="checkbox" name="ssb_afterpost" id="ssb_afterpost" value="1" <?php if(!empty($ssb_afterpost)) { ?>checked="checked"<?php } ?> /> <label for="ssb_afterpost"><?php _e('After the content', 'simplesocialbuttons'); ?></label></p>
|
288 |
-
</div>
|
289 |
-
</div>
|
290 |
-
|
291 |
-
<div class="postbox">
|
292 |
-
<div class="inside">
|
293 |
-
<h3><?php _e('Single pages - display settings', 'simplesocialbuttons'); ?></h3>
|
294 |
-
<h4><?php _e('Place buttons on single pages:', 'simplesocialbuttons'); ?></h4>
|
295 |
-
<p><input type="checkbox" name="ssb_beforepage" id="ssb_beforepage" value="1" <?php if(!empty($ssb_beforepage)) { ?>checked="checked"<?php } ?> /> <label for="ssb_beforepage"><?php _e('Before the page content', 'simplesocialbuttons'); ?></label></p>
|
296 |
-
<p><input type="checkbox" name="ssb_afterpage" id="ssb_afterpage" value="1" <?php if(!empty($ssb_afterpage)) { ?>checked="checked"<?php } ?> /> <label for="ssb_afterpage"><?php _e('After the page content', 'simplesocialbuttons'); ?></label></p>
|
297 |
-
</div>
|
298 |
-
</div>
|
299 |
-
|
300 |
-
<div class="postbox">
|
301 |
-
<div class="inside">
|
302 |
-
<h3><?php _e('Archives - display settings', 'simplesocialbuttons'); ?></h3>
|
303 |
-
<h4><?php _e('Select additional places to display buttons:', 'simplesocialbuttons'); ?></h4>
|
304 |
-
<p><input type="checkbox" name="ssb_showfront" id="ssb_showfront" value="1" <?php if(!empty($ssb_showfront)) { ?>checked="checked"<?php } ?> /> <label for="ssb_showfront"><?php _e('Show at frontpage', 'simplesocialbuttons'); ?></label></p>
|
305 |
-
<p><input type="checkbox" name="ssb_showcategory" id="ssb_showcategory" value="1" <?php if(!empty($ssb_showcategory)) { ?>checked="checked"<?php } ?> /> <label for="ssb_showcategory"><?php _e('Show at category pages', 'simplesocialbuttons'); ?></label></p>
|
306 |
-
<p><input type="checkbox" name="ssb_showarchive" id="ssb_showarchive" value="1" <?php if(!empty($ssb_showarchive)) { ?>checked="checked"<?php } ?> /> <label for="ssb_showarchive"><?php _e('Show at archive pages', 'simplesocialbuttons'); ?></label></p>
|
307 |
-
<p><input type="checkbox" name="ssb_showtag" id="ssb_showtag" value="1" <?php if(!empty($ssb_showtag)) { ?>checked="checked"<?php } ?> /> <label for="ssb_showtag"><?php _e('Show at tag pages', 'simplesocialbuttons'); ?></label></p>
|
308 |
-
|
309 |
-
<h4><?php _e('Place buttons on archives:', 'simplesocialbuttons'); ?></h4>
|
310 |
-
<p><input type="checkbox" name="ssb_beforearchive" id="ssb_beforearchive" value="1" <?php if(!empty($ssb_beforearchive)) { ?>checked="checked"<?php } ?> /> <label for="ssb_beforearchive"><?php _e('Before the content', 'simplesocialbuttons'); ?></label></p>
|
311 |
-
<p><input type="checkbox" name="ssb_afterarchive" id="ssb_afterarchive" value="1" <?php if(!empty($ssb_afterarchive)) { ?>checked="checked"<?php } ?> /> <label for="ssb_afterarchive"><?php _e('After the content', 'simplesocialbuttons'); ?></label></p>
|
312 |
-
</div>
|
313 |
-
</div>
|
314 |
-
|
315 |
-
<div class="postbox">
|
316 |
-
<div class="inside">
|
317 |
-
<h3><?php _e('Additional features'); ?></h3>
|
318 |
-
<p><label for="ssb_twitterusername"><?php _e('Twitter @username', 'simplesocialbuttons'); ?>: <input type="text" name="ssb_twitterusername" id="ssb_twitterusername" value="<?php echo (isset($ssb_twitterusername)) ? $ssb_twitterusername : "";?>" /></label></p>
|
319 |
-
</div>
|
320 |
-
</div>
|
321 |
-
|
322 |
-
<div class="submit">
|
323 |
-
<input type="hidden" name="hiddenconfirm" value="Y" />
|
324 |
-
<input type="submit" name="Submit" class="button-primary" value="<?php _e('Save Changes'); ?>" />
|
325 |
-
</div>
|
326 |
-
|
327 |
-
</form>
|
328 |
-
</div>
|
329 |
-
</div>
|
330 |
-
|
331 |
-
<div class="postbox-container ssb_right_sidebar">
|
332 |
-
<div id="poststuff">
|
333 |
-
<div class="postbox ssb_social_links_wrapper">
|
334 |
-
<div class="sidebar postbox">
|
335 |
-
<h2>Spread the Word</h2>
|
336 |
-
<ul class="ssb_social_links">
|
337 |
-
<li>
|
338 |
-
<a href="http://twitter.com/share?text=Check out this (FREE) Amazing Social Share Plugin for WordPress&url=https://wordpress.org/plugins/simple-social-buttons/" data-count="none" class="button twitter" target="_blank" title="Post to Twitter Now">Share on Twitter<span class="dashicons dashicons-twitter"></span></a>
|
339 |
-
</li>
|
340 |
-
|
341 |
-
<li>
|
342 |
-
<a href="https://www.facebook.com/sharer/sharer.php?u=https://wordpress.org/plugins/simple-social-buttons/" class="button facebook" target="_blank" title="Check out this (FREE) Amazing Social Share Plugin for WordPress">Share on Facebook<span class="dashicons dashicons-facebook"></span>
|
343 |
-
</a>
|
344 |
-
</li>
|
345 |
-
|
346 |
-
<li>
|
347 |
-
<a href="https://wordpress.org/plugins/simple-social-buttons/?filter=5" class="button wordpress" target="_blank" title="Rate on WordPress.org">Rate on WordPress.org<span class="dashicons dashicons-wordpress"></span>
|
348 |
-
</a>
|
349 |
-
</li>
|
350 |
-
</ul>
|
351 |
-
</div>
|
352 |
-
</div>
|
353 |
-
|
354 |
-
<div class="postbox ssb_social_links_wrapper">
|
355 |
-
<div class="sidebar postbox">
|
356 |
-
|
357 |
-
<h2>Subscribe Newsletter</h2>
|
358 |
-
<ul>
|
359 |
-
<li>
|
360 |
-
<label for="">Email</label>
|
361 |
-
<input type="email" name="subscriber_mail" value="<?php echo get_option( 'admin_email' ) ?>" id="ssb_subscribe_mail">
|
362 |
-
<p class="ssb_subscribe_warning"></p>
|
363 |
-
</li>
|
364 |
-
<li>
|
365 |
-
<label for="">Name</label>
|
366 |
-
<input type="text" name="subscriber_name" id="ssb_subscribe_name" value="<?php echo wp_get_current_user()->display_name ?>">
|
367 |
-
</li>
|
368 |
-
<li>
|
369 |
-
<input type="submit" value="Subscribe Now" class="button button-primary button-big" id="ssb_subscribe_btn">
|
370 |
-
<img src="<?php echo admin_url( 'images/spinner.gif' ) ?>" class="ssb_subscribe_loader" style="display:none">
|
371 |
-
</li>
|
372 |
-
<li>
|
373 |
-
<p class="ssb_return_message"></p>
|
374 |
-
</li>
|
375 |
-
</ul>
|
376 |
-
</div>
|
377 |
-
</div>
|
378 |
-
|
379 |
-
<div class="postbox ssb_social_links_wrapper">
|
380 |
-
<div class="sidebar postbox">
|
381 |
-
<h2>Recommended Plugins</h2>
|
382 |
-
<!-- <p>Following are the plugins highly recommend by Team WPBrigade.com</p> -->
|
383 |
-
<ul class="plugins_lists">
|
384 |
-
<li>
|
385 |
-
<a href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Post to Twitter Now">LoginPress - Login Customizer</a>
|
386 |
-
</li>
|
387 |
-
|
388 |
-
<li>
|
389 |
-
<a href="https://analytify.io/ref/73/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Share with your facebook friends about this awesome plugin.">Google Analytics by Analytify
|
390 |
-
</a>
|
391 |
-
</li>
|
392 |
-
|
393 |
-
<li>
|
394 |
-
<a href="https://wpbrigade.com/wordpress/plugins/related-posts/?utm_source=ssb-lite&utm_medium=sidebar&utm_campaign=pro-upgrade" target="_blank" title="Releated Posts Thumbnails">Releated Posts Thumbnails</a>
|
395 |
-
</li>
|
396 |
-
|
397 |
-
<li>
|
398 |
-
<a href="http://wpbrigade.com/recommend/maintenance-mode" target="_blank" title="Under Construction & Maintenance mode">Under Construction & Maintenance mode
|
399 |
-
</a>
|
400 |
-
</li>
|
401 |
-
</ul>
|
402 |
-
</div>
|
403 |
-
</div>
|
404 |
-
|
405 |
-
</div>
|
406 |
-
</div>
|
407 |
-
</div>
|
408 |
-
|
409 |
-
<script type="text/javascript">
|
410 |
-
jQuery(document).ready(function($) {
|
411 |
-
$('#ssb_subscribe_btn').on('click', function(event) {
|
412 |
-
event.preventDefault();
|
413 |
-
var subscriber_mail = $('#ssb_subscribe_mail').val();
|
414 |
-
var name = $('#ssb_subscribe_name').val();
|
415 |
-
if (!subscriber_mail) {
|
416 |
-
$('.ssb_subscribe_warning').html('Please Enter Email');
|
417 |
-
return;
|
418 |
-
}
|
419 |
-
$.ajax({
|
420 |
-
url: 'https://wpbrigade.com/wp-json/wpbrigade/v1/subsribe-to-mailchimp',
|
421 |
-
type: 'POST',
|
422 |
-
data: {
|
423 |
-
subscriber_mail : subscriber_mail,
|
424 |
-
name : name,
|
425 |
-
plugin_name : 'ssb'
|
426 |
-
},
|
427 |
-
beforeSend : function() {
|
428 |
-
$('.ssb_subscribe_loader').show();
|
429 |
-
$('#ssb_subscribe_btn').attr('disabled', 'disabled');
|
430 |
-
}
|
431 |
-
})
|
432 |
-
.done(function(res) {
|
433 |
-
$('.ssb_return_message').html(res);
|
434 |
-
$('.ssb_subscribe_loader').hide();
|
435 |
-
});
|
436 |
-
});
|
437 |
-
});
|
438 |
-
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ssb-social-counts/facebook.php
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
function ssb_format_fbshare_response( $response ) {
|
5 |
+
|
6 |
+
$formatted_response = json_decode( $response , true );
|
7 |
+
$likes = $formatted_response['og_object']['likes']['summary']['total_count'];
|
8 |
+
$comments = $formatted_response['share']['comment_count'];
|
9 |
+
$shares = $formatted_response['share']['share_count'];
|
10 |
+
$total = $likes + $comments + $shares;
|
11 |
+
return $total;
|
12 |
+
}
|
13 |
+
|
14 |
+
function ssb_fbshare_generate_link( $url ) {
|
15 |
+
$link = 'https://graph.facebook.com/?fields=og_object{likes.summary(true).limit(0)},share&id=' . $url;
|
16 |
+
return $link;
|
17 |
+
}
|
ssb-social-counts/googleplus.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function ssb_format_googleplus_response( $response ) {
|
4 |
+
$response = json_decode( $response, true );
|
5 |
+
return isset( $response[0]['result']['metadata']['globalCounts']['count'] ) ? intval( $response[0]['result']['metadata']['globalCounts']['count'] ) : 0;
|
6 |
+
}
|
7 |
+
|
8 |
+
|
9 |
+
function ssb_googleplus_generate_link( $link ) {
|
10 |
+
return $link;
|
11 |
+
}
|
12 |
+
|
ssb-social-counts/linkedin.php
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
function ssb_linkedin_generate_link( $url ) {
|
5 |
+
$request_url = 'https://www.linkedin.com/countserv/count/share?url=' . $url . '&format=json';
|
6 |
+
return $request_url;
|
7 |
+
}
|
8 |
+
|
9 |
+
|
10 |
+
function ssb_format_linkedin_response( $response ) {
|
11 |
+
$response = json_decode( $response, true );
|
12 |
+
return isset( $response['count'] ) ? intval( $response['count'] ) : 0;
|
13 |
+
}
|
ssb-social-counts/pinterest.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function ssb_pinterest_generate_link( $url ) {
|
4 |
+
$request_url = 'https://api.pinterest.com/v1/urls/count.json?url=' . $url ;
|
5 |
+
|
6 |
+
return $request_url;
|
7 |
+
}
|
8 |
+
|
9 |
+
|
10 |
+
function ssb_format_pinterest_response( $response ) {
|
11 |
+
|
12 |
+
$response = preg_replace( '/^receiveCount\((.*)\)$/', "\\1", $response );
|
13 |
+
$response = json_decode( $response,true );
|
14 |
+
return isset( $response['count'] ) ? intval( $response['count'] ) : 0;
|
15 |
+
}
|
ssb-social-counts/reddit.php
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
|
4 |
+
function ssb_reddit_generate_link( $url ) {
|
5 |
+
$request_url = 'https://www.reddit.com/api/info.json?url=' . $url;
|
6 |
+
return $request_url;
|
7 |
+
}
|
8 |
+
|
9 |
+
|
10 |
+
function ssb_format_reddit_response( $response ) {
|
11 |
+
$response = json_decode( $response, true );
|
12 |
+
$score = 0;
|
13 |
+
foreach ( $response['data']['children'] as $child ) {
|
14 |
+
$score += $child['data']['score'];
|
15 |
+
}
|
16 |
+
|
17 |
+
return $score;
|
18 |
+
}
|
ssb-social-counts/twitter.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function ssb_twitter_generate_link( $url ) {
|
4 |
+
|
5 |
+
// Return the correct Twitter JSON endpoint URL
|
6 |
+
$request_url = 'http://public.newsharecounts.com/count.json?url=' . $url;
|
7 |
+
return $request_url;
|
8 |
+
}
|
9 |
+
|
10 |
+
|
11 |
+
function ssb_format_twitter_response( $response ) {
|
12 |
+
// Parse the response to get the actual number
|
13 |
+
$response = json_decode( $response, true );
|
14 |
+
return isset( $response['count'] ) ? intval( $response['count'] ) : 0;
|
15 |
+
}
|