Ocean Social Sharing - Version 1.1.0

Version Description

  • Added: Improved Accessibility.
  • Added: Dutch translation.
  • Updated: Language translation strings.
  • Updated: readme.txt file.
Download this release

Release Info

Developer apprimit
Plugin Icon 128x128 Ocean Social Sharing
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.15 to 1.1.0

README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ocean Social Sharing [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
2
+
3
+ **Contributors:** Nick
4
+ **Requires at least:** WordPress 4.4
5
+ **Tested up to:** WordPress 4.9.1
6
+ **Stable tag:** 1.0.9
7
+ **License:** GPLv2 or later
8
+ **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ ## Description
11
+
12
+ A simple plugin to add social share buttons to your posts.
13
+ This plugin requires the [OceanWP](https://oceanwp.org/) theme to be installed.
assets/css/style.css CHANGED
@@ -10,13 +10,11 @@
10
  .entry-share ul li:last-child {
11
  margin-right: 0; }
12
  .entry-share ul li a {
13
- display: -webkit-inline-flex;
14
  display: -ms-inline-flex;
 
15
  display: inline-flex;
16
- -webkit-align-items: center;
17
  -ms-flex-align: center;
18
  align-items: center;
19
- -webkit-justify-content: center;
20
  -ms-flex-pack: center;
21
  justify-content: center;
22
  position: relative;
@@ -29,10 +27,6 @@
29
  fill: #fff;
30
  width: 16px;
31
  height: 16px;
32
- -webkit-transition: all 0.3s ease;
33
- -moz-transition: all 0.3s ease;
34
- -ms-transition: all 0.3s ease;
35
- -o-transition: all 0.3s ease;
36
  transition: all 0.3s ease; }
37
 
38
  .entry-share.side ul {
@@ -192,21 +186,14 @@
192
  margin: 6px 0; }
193
 
194
  .entry-share.has-name ul {
195
- display: -webkit-box;
196
- display: -webkit-flex;
197
  display: -ms-flexbox;
198
  display: flex;
199
- -webkit-flex-wrap: wrap;
200
  -ms-flex-wrap: wrap;
201
  flex-wrap: wrap;
202
- -webkit-justify-content: space-between;
203
  -ms-flex-pack: space-between;
204
  justify-content: space-between; }
205
  .entry-share.has-name ul li {
206
  margin: 6px;
207
- -webkit-box-flex: 1;
208
- -moz-box-flex: 1;
209
- -webkit-flex: 1;
210
  -ms-flex: 1;
211
  flex: 1; }
212
  .entry-share.has-name ul li a {
@@ -219,21 +206,15 @@
219
  top: 0;
220
  bottom: 0;
221
  left: 0;
222
- display: -webkit-inline-flex;
223
  display: -ms-inline-flex;
 
224
  display: inline-flex;
225
- -webkit-align-items: center;
226
  -ms-flex-align: center;
227
  align-items: center;
228
- -webkit-justify-content: center;
229
  -ms-flex-pack: center;
230
  justify-content: center;
231
  background-color: rgba(0, 0, 0, 0.08);
232
  padding: 0 12px;
233
- -webkit-transition: all 0.3s ease;
234
- -moz-transition: all 0.3s ease;
235
- -ms-transition: all 0.3s ease;
236
- -o-transition: all 0.3s ease;
237
  transition: all 0.3s ease; }
238
 
239
  .entry-share.has-name .oss-name {
10
  .entry-share ul li:last-child {
11
  margin-right: 0; }
12
  .entry-share ul li a {
 
13
  display: -ms-inline-flex;
14
+ display: -ms-inline-flexbox;
15
  display: inline-flex;
 
16
  -ms-flex-align: center;
17
  align-items: center;
 
18
  -ms-flex-pack: center;
19
  justify-content: center;
20
  position: relative;
27
  fill: #fff;
28
  width: 16px;
29
  height: 16px;
 
 
 
 
30
  transition: all 0.3s ease; }
31
 
32
  .entry-share.side ul {
186
  margin: 6px 0; }
187
 
188
  .entry-share.has-name ul {
 
 
189
  display: -ms-flexbox;
190
  display: flex;
 
191
  -ms-flex-wrap: wrap;
192
  flex-wrap: wrap;
 
193
  -ms-flex-pack: space-between;
194
  justify-content: space-between; }
195
  .entry-share.has-name ul li {
196
  margin: 6px;
 
 
 
197
  -ms-flex: 1;
198
  flex: 1; }
199
  .entry-share.has-name ul li a {
206
  top: 0;
207
  bottom: 0;
208
  left: 0;
 
209
  display: -ms-inline-flex;
210
+ display: -ms-inline-flexbox;
211
  display: inline-flex;
 
212
  -ms-flex-align: center;
213
  align-items: center;
 
214
  -ms-flex-pack: center;
215
  justify-content: center;
216
  background-color: rgba(0, 0, 0, 0.08);
217
  padding: 0 12px;
 
 
 
 
218
  transition: all 0.3s ease; }
219
 
220
  .entry-share.has-name .oss-name {
assets/css/style.min.css CHANGED
@@ -1 +1 @@
1
- .entry-share ul{margin:0;padding:0;list-style:none}.entry-share ul li{margin-right:8px}.entry-share ul li:last-child{margin-right:0}.entry-share ul li a{display:-webkit-inline-flex;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;width:40px;height:40px;line-height:1;border-radius:30px;overflow:hidden}.entry-share ul li a .oss-icon{fill:#fff;width:16px;height:16px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.entry-share.side ul{float:right}.entry-share.side ul li{float:left}.entry-share.top ul{text-align:center}.entry-share.top ul li{display:inline-block}.entry-share.minimal ul li a{border:1px solid #e9e9e9}.entry-share.minimal ul li a .oss-icon{fill:#bbb}.entry-share.minimal ul li.twitter a:hover{color:#00aced;border-color:#00aced}.entry-share.minimal ul li.twitter a:hover .oss-icon{fill:#00aced}.entry-share.minimal ul li.facebook a:hover{color:#3b5998;border-color:#3b5998}.entry-share.minimal ul li.facebook a:hover .oss-icon{fill:#3b5998}.entry-share.minimal ul li.googleplus a:hover{color:#dd4b39;border-color:#dd4b39}.entry-share.minimal ul li.googleplus a:hover .oss-icon{fill:#dd4b39}.entry-share.minimal ul li.linkedin a:hover{color:#3399CC;border-color:#3399CC}.entry-share.minimal ul li.linkedin a:hover .oss-icon{fill:#3399CC}.entry-share.minimal ul li.pinterest a:hover{color:#cb2027;border-color:#cb2027}.entry-share.minimal ul li.pinterest a:hover .oss-icon{fill:#cb2027}.entry-share.minimal ul li.viber a:hover{color:#9d62cc;border-color:#9d62cc}.entry-share.minimal ul li.viber a:hover .oss-icon{fill:#9d62cc}.entry-share.minimal ul li.vk a:hover{color:#3673be;border-color:#3673be}.entry-share.minimal ul li.vk a:hover .oss-icon{fill:#3673be}.entry-share.minimal ul li.reddit a:hover{color:#ff5c1f;border-color:#ff5c1f}.entry-share.minimal ul li.reddit a:hover .oss-icon{fill:#ff5c1f}.entry-share.minimal ul li.tumblr a:hover{color:#35465c;border-color:#35465c}.entry-share.minimal ul li.tumblr a:hover .oss-icon{fill:#35465c}.entry-share.minimal ul li.viadeo a:hover{color:#ff7452;border-color:#ff7452}.entry-share.minimal ul li.viadeo a:hover .oss-icon{fill:#ff7452}.entry-share.minimal ul li.whatsapp a:hover{color:#00e676;border-color:#00e676}.entry-share.minimal ul li.whatsapp a:hover .oss-icon{fill:#00e676}.entry-share.colored ul li a{color:#fff}.entry-share.colored ul li a:hover{-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}.entry-share.colored ul li a .oss-icon{fill:#fff}.entry-share.colored ul li.twitter a{background-color:#00aced}.entry-share.colored ul li.facebook a{background-color:#3b5998}.entry-share.colored ul li.googleplus a{background-color:#dd4b39}.entry-share.colored ul li.linkedin a{background-color:#3399CC}.entry-share.colored ul li.pinterest a{background-color:#cb2027}.entry-share.colored ul li.viber a{background-color:#9d62cc}.entry-share.colored ul li.vk a{background-color:#3673be}.entry-share.colored ul li.reddit a{background-color:#ff5c1f}.entry-share.colored ul li.tumblr a{background-color:#35465c}.entry-share.colored ul li.viadeo a{background-color:#ff7452}.entry-share.colored ul li.whatsapp a{background-color:#00e676}.entry-share.dark ul li a{background-color:#222;color:#fff}.entry-share.dark ul li a:hover{-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}.entry-share.dark ul li a .oss-icon{fill:#fff}.entry-share.dark.has-name .oss-icon-wrap{background-color:rgba(255,255,255,0.08)}.entry-share .theme-heading{margin:0;padding:0}.entry-share .theme-heading .text:before,.entry-share .theme-heading .text:after{display:none !important}.entry-share.side .theme-heading{float:left;line-height:40px}.entry-share.top .theme-heading{display:block;margin-bottom:10px;line-height:1.6;text-align:center}.entry-share.has-name.side .theme-heading{margin:6px 0}.entry-share.has-name ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}.entry-share.has-name ul li{margin:6px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.entry-share.has-name ul li a{min-width:144px;width:100%}.entry-share.has-name .oss-icon-wrap{display:block;position:absolute;top:0;bottom:0;left:0;display:-webkit-inline-flex;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,0.08);padding:0 12px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.entry-share.has-name .oss-name{display:block;width:100%;padding:0 10px 0 50px;font-size:15px;font-weight:500;text-align:center}.entry-share.has-name.minimal li a:hover .oss-icon{fill:#fff !important}.entry-share.has-name.minimal li.twitter a:hover .oss-icon-wrap{background-color:#00aced}.entry-share.has-name.minimal li.facebook a:hover .oss-icon-wrap{background-color:#3b5998}.entry-share.has-name.minimal li.googleplus a:hover .oss-icon-wrap{background-color:#dd4b39}.entry-share.has-name.minimal li.linkedin a:hover .oss-icon-wrap{background-color:#3399CC}.entry-share.has-name.minimal li.pinterest a:hover .oss-icon-wrap{background-color:#cb2027}.entry-share.has-name.minimal li.viber a:hover .oss-icon-wrap{background-color:#9d62cc}.entry-share.has-name.minimal li.vk a:hover .oss-icon-wrap{background-color:#3673be}.entry-share.has-name.minimal li.reddit a:hover .oss-icon-wrap{background-color:#ff5c1f}.entry-share.has-name.minimal li.tumblr a:hover .oss-icon-wrap{background-color:#35465c}.entry-share.has-name.minimal li.viadeo a:hover .oss-icon-wrap{background-color:#ff7452}.entry-share.has-name.minimal li.whatsapp a:hover .oss-icon-wrap{background-color:#00e676}.entry-share.no-heading ul{float:none}.entry-share .oss-name{display:none}.single .entry-share{margin-top:30px;padding-top:30px;border-top:1px solid #f1f1f1}.single .entry-share-wrap .entry-share{margin-top:0;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f1f1f1}@media only screen and (max-width: 480px){.entry-share.side .theme-heading{float:none;margin:0 0 20px;line-height:1;text-align:center}.entry-share.side ul{float:none;text-align:center}.entry-share.side ul li{float:none;display:inline-block}}
1
+ .entry-share ul{margin:0;padding:0;list-style:none}.entry-share ul li{margin-right:8px}.entry-share ul li:last-child{margin-right:0}.entry-share ul li a{display:-ms-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;width:40px;height:40px;line-height:1;border-radius:30px;overflow:hidden}.entry-share ul li a .oss-icon{fill:#fff;width:16px;height:16px;transition:all 0.3s ease}.entry-share.side ul{float:right}.entry-share.side ul li{float:left}.entry-share.top ul{text-align:center}.entry-share.top ul li{display:inline-block}.entry-share.minimal ul li a{border:1px solid #e9e9e9}.entry-share.minimal ul li a .oss-icon{fill:#bbb}.entry-share.minimal ul li.twitter a:hover{color:#00aced;border-color:#00aced}.entry-share.minimal ul li.twitter a:hover .oss-icon{fill:#00aced}.entry-share.minimal ul li.facebook a:hover{color:#3b5998;border-color:#3b5998}.entry-share.minimal ul li.facebook a:hover .oss-icon{fill:#3b5998}.entry-share.minimal ul li.googleplus a:hover{color:#dd4b39;border-color:#dd4b39}.entry-share.minimal ul li.googleplus a:hover .oss-icon{fill:#dd4b39}.entry-share.minimal ul li.linkedin a:hover{color:#3399CC;border-color:#3399CC}.entry-share.minimal ul li.linkedin a:hover .oss-icon{fill:#3399CC}.entry-share.minimal ul li.pinterest a:hover{color:#cb2027;border-color:#cb2027}.entry-share.minimal ul li.pinterest a:hover .oss-icon{fill:#cb2027}.entry-share.minimal ul li.viber a:hover{color:#9d62cc;border-color:#9d62cc}.entry-share.minimal ul li.viber a:hover .oss-icon{fill:#9d62cc}.entry-share.minimal ul li.vk a:hover{color:#3673be;border-color:#3673be}.entry-share.minimal ul li.vk a:hover .oss-icon{fill:#3673be}.entry-share.minimal ul li.reddit a:hover{color:#ff5c1f;border-color:#ff5c1f}.entry-share.minimal ul li.reddit a:hover .oss-icon{fill:#ff5c1f}.entry-share.minimal ul li.tumblr a:hover{color:#35465c;border-color:#35465c}.entry-share.minimal ul li.tumblr a:hover .oss-icon{fill:#35465c}.entry-share.minimal ul li.viadeo a:hover{color:#ff7452;border-color:#ff7452}.entry-share.minimal ul li.viadeo a:hover .oss-icon{fill:#ff7452}.entry-share.minimal ul li.whatsapp a:hover{color:#00e676;border-color:#00e676}.entry-share.minimal ul li.whatsapp a:hover .oss-icon{fill:#00e676}.entry-share.colored ul li a{color:#fff}.entry-share.colored ul li a:hover{-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}.entry-share.colored ul li a .oss-icon{fill:#fff}.entry-share.colored ul li.twitter a{background-color:#00aced}.entry-share.colored ul li.facebook a{background-color:#3b5998}.entry-share.colored ul li.googleplus a{background-color:#dd4b39}.entry-share.colored ul li.linkedin a{background-color:#3399CC}.entry-share.colored ul li.pinterest a{background-color:#cb2027}.entry-share.colored ul li.viber a{background-color:#9d62cc}.entry-share.colored ul li.vk a{background-color:#3673be}.entry-share.colored ul li.reddit a{background-color:#ff5c1f}.entry-share.colored ul li.tumblr a{background-color:#35465c}.entry-share.colored ul li.viadeo a{background-color:#ff7452}.entry-share.colored ul li.whatsapp a{background-color:#00e676}.entry-share.dark ul li a{background-color:#222;color:#fff}.entry-share.dark ul li a:hover{-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}.entry-share.dark ul li a .oss-icon{fill:#fff}.entry-share.dark.has-name .oss-icon-wrap{background-color:rgba(255,255,255,0.08)}.entry-share .theme-heading{margin:0;padding:0}.entry-share .theme-heading .text:before,.entry-share .theme-heading .text:after{display:none !important}.entry-share.side .theme-heading{float:left;line-height:40px}.entry-share.top .theme-heading{display:block;margin-bottom:10px;line-height:1.6;text-align:center}.entry-share.has-name.side .theme-heading{margin:6px 0}.entry-share.has-name ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:space-between;justify-content:space-between}.entry-share.has-name ul li{margin:6px;-ms-flex:1;flex:1}.entry-share.has-name ul li a{min-width:144px;width:100%}.entry-share.has-name .oss-icon-wrap{display:block;position:absolute;top:0;bottom:0;left:0;display:-ms-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,0.08);padding:0 12px;transition:all 0.3s ease}.entry-share.has-name .oss-name{display:block;width:100%;padding:0 10px 0 50px;font-size:15px;font-weight:500;text-align:center}.entry-share.has-name.minimal li a:hover .oss-icon{fill:#fff !important}.entry-share.has-name.minimal li.twitter a:hover .oss-icon-wrap{background-color:#00aced}.entry-share.has-name.minimal li.facebook a:hover .oss-icon-wrap{background-color:#3b5998}.entry-share.has-name.minimal li.googleplus a:hover .oss-icon-wrap{background-color:#dd4b39}.entry-share.has-name.minimal li.linkedin a:hover .oss-icon-wrap{background-color:#3399CC}.entry-share.has-name.minimal li.pinterest a:hover .oss-icon-wrap{background-color:#cb2027}.entry-share.has-name.minimal li.viber a:hover .oss-icon-wrap{background-color:#9d62cc}.entry-share.has-name.minimal li.vk a:hover .oss-icon-wrap{background-color:#3673be}.entry-share.has-name.minimal li.reddit a:hover .oss-icon-wrap{background-color:#ff5c1f}.entry-share.has-name.minimal li.tumblr a:hover .oss-icon-wrap{background-color:#35465c}.entry-share.has-name.minimal li.viadeo a:hover .oss-icon-wrap{background-color:#ff7452}.entry-share.has-name.minimal li.whatsapp a:hover .oss-icon-wrap{background-color:#00e676}.entry-share.no-heading ul{float:none}.entry-share .oss-name{display:none}.single .entry-share{margin-top:30px;padding-top:30px;border-top:1px solid #f1f1f1}.single .entry-share-wrap .entry-share{margin-top:0;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f1f1f1}@media only screen and (max-width: 480px){.entry-share.side .theme-heading{float:none;margin:0 0 20px;line-height:1;text-align:center}.entry-share.side ul{float:none;text-align:center}.entry-share.side ul li{float:none;display:inline-block}}
languages/ocean-social-sharing-es_ES.mo CHANGED
Binary file
languages/ocean-social-sharing-es_ES.po CHANGED
@@ -2,86 +2,240 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Ocean Social Sharing\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
5
- "POT-Creation-Date: 2016-10-10 21:19:12+00:00\n"
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "PO-Revision-Date: 2017-10-27 10:46+0000\n"
10
- "Last-Translator: sabiertas <angel@solucionesabiertas.es>\n"
11
- "Language-Team: Spanish (Spain)\n"
12
- "X-Generator: Loco - https://localise.biz/\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-Language: English\n"
16
- "X-Poedit-Country: UNITED STATES\n"
17
- "X-Poedit-SourceCharset: utf-8\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
20
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
21
- "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
 
22
  "X-Textdomain-Support: yes\n"
23
- "Language: es-ES"
24
 
25
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
26
  msgid "Cheatin&#8217; huh?"
27
  msgstr "¿Haciendo trampas?"
28
 
29
- #: ocean-social-sharing.php:195
30
- msgid "Ocean Social Sharing requires that you use ocean as your parent theme."
31
- msgstr "Ocean Social Sharing necesita que OceanWP sea el tema padre."
32
-
33
- #: ocean-social-sharing.php:195
34
- msgid "Install Ocean Now"
35
- msgstr "Instalar OceanWP ahora"
36
-
37
- #: ocean-social-sharing.php:209
38
  msgid "Social Sharing"
39
  msgstr "Compartir en redes sociales"
40
 
41
- #: ocean-social-sharing.php:222
42
  msgid "Sharing Buttons"
43
  msgstr "Botones de compartir"
44
 
45
- #: ocean-social-sharing.php:239 template/social-share.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  msgid "Please Share This"
47
  msgstr "Por favor comparte esto"
48
 
49
- #: ocean-social-sharing.php:245
50
- msgid "Heading on Posts"
51
- msgstr "Cabecera en las entradas"
52
 
53
- #: ocean-social-sharing.php:261
54
- msgid "Twitter Handle"
55
- msgstr "Manejar twitter"
56
 
57
- #: ocean-social-sharing.php:278
58
- msgid "Links Borders Color"
59
- msgstr "Color del borde de los iconos"
60
 
61
- #: ocean-social-sharing.php:294
62
- msgid "Icons Background Color"
63
- msgstr "Color de fondo de los iconos"
 
 
 
 
64
 
65
- #: ocean-social-sharing.php:310
66
- msgid "Icons Color"
67
- msgstr "Color de los iconos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
- #: template/social-share.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  msgid "Share on Twitter"
71
  msgstr "Compartir en twiter"
72
 
73
- #: template/social-share.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  msgid "Share on Facebook"
75
  msgstr "Compartir en Facebook"
76
 
77
- #: template/social-share.php:86
78
- msgid "Share on Google+"
 
 
 
 
 
 
79
  msgstr "Compartir en Google+"
80
 
81
- #: template/social-share.php:96
 
 
 
 
82
  msgid "Share on Pinterest"
83
  msgstr "Compartir en Pinterest"
84
 
85
- #: template/social-share.php:106
 
 
 
 
86
  msgid "Share on LinkedIn"
87
- msgstr "Compartir en linkedin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Ocean Social Sharing\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
5
+ "POT-Creation-Date: 2020-03-17 22:19+0100\n"
6
+ "PO-Revision-Date: 2020-03-17 22:19+0100\n"
7
+ "Last-Translator: sabiertas <angel@solucionesabiertas.es>\n"
8
+ "Language-Team: Spanish (Spain)\n"
9
+ "Language: es_ES\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.3\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
 
15
  "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
 
 
 
17
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
18
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
+ "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
20
+ "esc_attr__\n"
21
  "X-Textdomain-Support: yes\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
 
24
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
25
  msgid "Cheatin&#8217; huh?"
26
  msgstr "¿Haciendo trampas?"
27
 
28
+ #: ocean-social-sharing.php:207
 
 
 
 
 
 
 
 
29
  msgid "Social Sharing"
30
  msgstr "Compartir en redes sociales"
31
 
32
+ #: ocean-social-sharing.php:232
33
  msgid "Sharing Buttons"
34
  msgstr "Botones de compartir"
35
 
36
+ #: ocean-social-sharing.php:260
37
+ msgid "Position"
38
+ msgstr ""
39
+
40
+ #: ocean-social-sharing.php:266
41
+ msgid "Before the Content"
42
+ msgstr ""
43
+
44
+ #: ocean-social-sharing.php:267
45
+ msgid "After the Content"
46
+ msgstr ""
47
+
48
+ #: ocean-social-sharing.php:268
49
+ msgid "Before & After the Content"
50
+ msgstr ""
51
+
52
+ #: ocean-social-sharing.php:269
53
+ msgid "No Buttons in the Content"
54
+ msgstr ""
55
+
56
+ #: ocean-social-sharing.php:283
57
+ msgid "Add Social Name"
58
+ msgstr ""
59
+
60
+ #: ocean-social-sharing.php:294
61
  msgid "Please Share This"
62
  msgstr "Por favor comparte esto"
63
 
64
+ #: ocean-social-sharing.php:300
65
+ msgid "Sharing Heading"
66
+ msgstr ""
67
 
68
+ #: ocean-social-sharing.php:317
69
+ msgid "Heading Position"
70
+ msgstr ""
71
 
72
+ #: ocean-social-sharing.php:323
73
+ msgid "Side"
74
+ msgstr ""
75
 
76
+ #: ocean-social-sharing.php:324
77
+ msgid "Top"
78
+ msgstr ""
79
+
80
+ #: ocean-social-sharing.php:337
81
+ msgid "Twitter Username"
82
+ msgstr ""
83
 
84
+ #: ocean-social-sharing.php:352
85
+ msgid "Styling"
86
+ msgstr ""
87
+
88
+ #: ocean-social-sharing.php:367
89
+ msgid "Style"
90
+ msgstr ""
91
+
92
+ #: ocean-social-sharing.php:373
93
+ msgid "Minimal"
94
+ msgstr ""
95
+
96
+ #: ocean-social-sharing.php:374
97
+ msgid "Colored"
98
+ msgstr ""
99
+
100
+ #: ocean-social-sharing.php:375
101
+ msgid "Dark"
102
+ msgstr ""
103
 
104
+ #: ocean-social-sharing.php:388
105
+ msgid "Border Radius"
106
+ msgstr ""
107
+
108
+ #: ocean-social-sharing.php:389
109
+ msgid "Add a custom border radius. px - em - %."
110
+ msgstr ""
111
+
112
+ #: ocean-social-sharing.php:405
113
+ msgid "Minimal Style: Borders Color"
114
+ msgstr ""
115
+
116
+ #: ocean-social-sharing.php:420
117
+ msgid "Minimal Style: Background Color"
118
+ msgstr ""
119
+
120
+ #: ocean-social-sharing.php:435
121
+ msgid "Minimal Style: Color"
122
+ msgstr ""
123
+
124
+ #: template/social-share.php:69
125
+ #, fuzzy
126
+ #| msgid "Share on Pinterest"
127
+ msgid "Share this content"
128
+ msgstr "Compartir en Pinterest"
129
+
130
+ #: template/social-share.php:75
131
+ msgid "Available sharing options"
132
+ msgstr ""
133
+
134
+ #: template/social-share.php:100
135
  msgid "Share on Twitter"
136
  msgstr "Compartir en twiter"
137
 
138
+ #: template/social-share.php:101 template/social-share.php:124
139
+ #: template/social-share.php:148 template/social-share.php:175
140
+ #: template/social-share.php:205 template/social-share.php:231
141
+ #: template/social-share.php:275 template/social-share.php:298
142
+ #: template/social-share.php:334 template/social-share.php:362
143
+ #: template/social-share.php:396
144
+ msgid "Opens in a new window"
145
+ msgstr ""
146
+
147
+ #: template/social-share.php:111
148
+ msgid "Twitter"
149
+ msgstr "Twitter"
150
+
151
+ #: template/social-share.php:123
152
  msgid "Share on Facebook"
153
  msgstr "Compartir en Facebook"
154
 
155
+ #: template/social-share.php:135
156
+ msgid "Facebook"
157
+ msgstr "Facebook"
158
+
159
+ #: template/social-share.php:147
160
+ #, fuzzy
161
+ #| msgid "Share on Google+"
162
+ msgid "Share on Google plus"
163
  msgstr "Compartir en Google+"
164
 
165
+ #: template/social-share.php:162
166
+ msgid "Google+"
167
+ msgstr "Google+"
168
+
169
+ #: template/social-share.php:174
170
  msgid "Share on Pinterest"
171
  msgstr "Compartir en Pinterest"
172
 
173
+ #: template/social-share.php:192
174
+ msgid "Pinterest"
175
+ msgstr "Pinterest"
176
+
177
+ #: template/social-share.php:204
178
  msgid "Share on LinkedIn"
179
+ msgstr "Compartir en LinkedIn"
180
+
181
+ #: template/social-share.php:218
182
+ msgid "LinkedIn"
183
+ msgstr "LinkedIn"
184
+
185
+ #: template/social-share.php:230
186
+ msgid "Share on Viber"
187
+ msgstr "Compartir en Viber"
188
+
189
+ #: template/social-share.php:262
190
+ msgid "Viber"
191
+ msgstr "Viber"
192
+
193
+ #: template/social-share.php:274
194
+ msgid "Share on VK"
195
+ msgstr "Compartir en VK"
196
+
197
+ #: template/social-share.php:285
198
+ msgid "VK"
199
+ msgstr "VK"
200
+
201
+ #: template/social-share.php:297
202
+ msgid "Share on Reddit"
203
+ msgstr "Compartir en Reddit"
204
+
205
+ #: template/social-share.php:321
206
+ msgid "Reddit"
207
+ msgstr "Reddit"
208
+
209
+ #: template/social-share.php:333
210
+ msgid "Share on Tumblr"
211
+ msgstr "Compartir en Tumblr"
212
+
213
+ #: template/social-share.php:349
214
+ msgid "Tumblr"
215
+ msgstr "Tumblr"
216
+
217
+ #: template/social-share.php:361
218
+ msgid "Share on Viadeo"
219
+ msgstr "Compartir en Viadeo"
220
+
221
+ #: template/social-share.php:383
222
+ msgid "Viadeo"
223
+ msgstr "Viadeo"
224
+
225
+ #: template/social-share.php:395
226
+ msgid "Share on WhatsApp"
227
+ msgstr "Compartir en WhatsApp"
228
+
229
+ #: template/social-share.php:416
230
+ msgid "WhatsApp"
231
+ msgstr "WhatsApp"
232
+
233
+ #~ msgid ""
234
+ #~ "Ocean Social Sharing requires that you use ocean as your parent theme."
235
+ #~ msgstr "Ocean Social Sharing necesita que OceanWP sea el tema padre."
236
+
237
+ #~ msgid "Install Ocean Now"
238
+ #~ msgstr "Instalar OceanWP ahora"
239
+
240
+ #~ msgid "Icons Color"
241
+ #~ msgstr "Color de los iconos"
languages/ocean-social-sharing-et.mo CHANGED
Binary file
languages/ocean-social-sharing-et.po CHANGED
@@ -4,88 +4,244 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Ocean Social Sharing\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
- "POT-Creation-Date: 2016-10-10 21:19:12+00:00\n"
 
 
 
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2018-03-06 15:10+0000\n"
12
- "Last-Translator: Janek <janek.tuttar@gmail.com>\n"
13
- "Language-Team: Estonian\n"
14
- "X-Generator: Loco https://localise.biz/\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
  "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-Language: English\n"
18
- "X-Poedit-Country: UNITED STATES\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
22
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
23
- "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
 
24
  "X-Textdomain-Support: yes\n"
25
- "Language: et"
26
 
27
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
28
  msgid "Cheatin&#8217; huh?"
29
  msgstr "Üritad petta, jah?"
30
 
31
- #: ocean-social-sharing.php:195
32
- msgid "Ocean Social Sharing requires that you use ocean as your parent theme."
33
- msgstr ""
34
- "Ocean Socail Sharing plugin töötab ainult siis kui kui Ocean WP on sinu "
35
- "aktiveeritud kujundus."
36
-
37
- #: ocean-social-sharing.php:195
38
- msgid "Install Ocean Now"
39
- msgstr "Paigalda Ocean nüüd"
40
-
41
- #: ocean-social-sharing.php:209
42
  msgid "Social Sharing"
43
  msgstr "Sotsiaalmeedias jagamine"
44
 
45
- #: ocean-social-sharing.php:222
46
  msgid "Sharing Buttons"
47
  msgstr "Jagamise nupud"
48
 
49
- #: ocean-social-sharing.php:239 template/social-share.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  msgid "Please Share This"
51
  msgstr "Jaga postitust teistega"
52
 
53
- #: ocean-social-sharing.php:245
54
- msgid "Heading on Posts"
55
- msgstr "Postituste pealkirjad"
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
- #: ocean-social-sharing.php:261
58
- msgid "Twitter Handle"
 
 
59
  msgstr "Twitteri handle"
60
 
61
- #: ocean-social-sharing.php:278
62
- msgid "Links Borders Color"
63
- msgstr "Linkide joonte värv"
64
 
65
- #: ocean-social-sharing.php:294
66
- msgid "Icons Background Color"
67
- msgstr "Ikoonide taustavärv"
68
 
69
- #: ocean-social-sharing.php:310
70
- msgid "Icons Color"
71
- msgstr "Ikoonide värvid"
 
 
 
 
72
 
73
- #: template/social-share.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  msgid "Share on Twitter"
75
  msgstr "Jaga Twitteris"
76
 
77
- #: template/social-share.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  msgid "Share on Facebook"
79
  msgstr "Jaga Facebookis"
80
 
81
- #: template/social-share.php:86
82
- msgid "Share on Google+"
 
 
 
 
 
 
83
  msgstr "Jaga Google+"
84
 
85
- #: template/social-share.php:96
 
 
 
 
86
  msgid "Share on Pinterest"
87
  msgstr "Jaga Pinterestis"
88
 
89
- #: template/social-share.php:106
 
 
 
 
90
  msgid "Share on LinkedIn"
91
  msgstr "Jaga Linkedinis"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: Ocean Social Sharing\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
+ "POT-Creation-Date: 2020-03-17 22:20+0100\n"
8
+ "PO-Revision-Date: 2020-03-17 22:20+0100\n"
9
+ "Last-Translator: Janek <janek.tuttar@gmail.com>\n"
10
+ "Language-Team: Estonian\n"
11
+ "Language: et\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.3\n"
 
 
 
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
 
 
 
19
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
20
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
21
+ "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
22
+ "esc_attr__\n"
23
  "X-Textdomain-Support: yes\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
 
26
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
27
  msgid "Cheatin&#8217; huh?"
28
  msgstr "Üritad petta, jah?"
29
 
30
+ #: ocean-social-sharing.php:207
 
 
 
 
 
 
 
 
 
 
31
  msgid "Social Sharing"
32
  msgstr "Sotsiaalmeedias jagamine"
33
 
34
+ #: ocean-social-sharing.php:232
35
  msgid "Sharing Buttons"
36
  msgstr "Jagamise nupud"
37
 
38
+ #: ocean-social-sharing.php:260
39
+ msgid "Position"
40
+ msgstr ""
41
+
42
+ #: ocean-social-sharing.php:266
43
+ msgid "Before the Content"
44
+ msgstr ""
45
+
46
+ #: ocean-social-sharing.php:267
47
+ msgid "After the Content"
48
+ msgstr ""
49
+
50
+ #: ocean-social-sharing.php:268
51
+ msgid "Before & After the Content"
52
+ msgstr ""
53
+
54
+ #: ocean-social-sharing.php:269
55
+ msgid "No Buttons in the Content"
56
+ msgstr ""
57
+
58
+ #: ocean-social-sharing.php:283
59
+ msgid "Add Social Name"
60
+ msgstr ""
61
+
62
+ #: ocean-social-sharing.php:294
63
  msgid "Please Share This"
64
  msgstr "Jaga postitust teistega"
65
 
66
+ #: ocean-social-sharing.php:300
67
+ msgid "Sharing Heading"
68
+ msgstr ""
69
+
70
+ #: ocean-social-sharing.php:317
71
+ msgid "Heading Position"
72
+ msgstr ""
73
+
74
+ #: ocean-social-sharing.php:323
75
+ msgid "Side"
76
+ msgstr ""
77
+
78
+ #: ocean-social-sharing.php:324
79
+ msgid "Top"
80
+ msgstr ""
81
 
82
+ #: ocean-social-sharing.php:337
83
+ #, fuzzy
84
+ #| msgid "Twitter Handle"
85
+ msgid "Twitter Username"
86
  msgstr "Twitteri handle"
87
 
88
+ #: ocean-social-sharing.php:352
89
+ msgid "Styling"
90
+ msgstr ""
91
 
92
+ #: ocean-social-sharing.php:367
93
+ msgid "Style"
94
+ msgstr ""
95
 
96
+ #: ocean-social-sharing.php:373
97
+ msgid "Minimal"
98
+ msgstr ""
99
+
100
+ #: ocean-social-sharing.php:374
101
+ msgid "Colored"
102
+ msgstr ""
103
 
104
+ #: ocean-social-sharing.php:375
105
+ msgid "Dark"
106
+ msgstr ""
107
+
108
+ #: ocean-social-sharing.php:388
109
+ msgid "Border Radius"
110
+ msgstr ""
111
+
112
+ #: ocean-social-sharing.php:389
113
+ msgid "Add a custom border radius. px - em - %."
114
+ msgstr ""
115
+
116
+ #: ocean-social-sharing.php:405
117
+ msgid "Minimal Style: Borders Color"
118
+ msgstr "Minimaalne stiil: ääriste värv"
119
+
120
+ #: ocean-social-sharing.php:420
121
+ msgid "Minimal Style: Background Color"
122
+ msgstr "Minimaalne stiil: taustavärv"
123
+
124
+ #: ocean-social-sharing.php:435
125
+ msgid "Minimal Style: Color"
126
+ msgstr ""
127
+
128
+ #: template/social-share.php:69
129
+ #, fuzzy
130
+ #| msgid "Share on Pinterest"
131
+ msgid "Share this content"
132
+ msgstr "Jaga Pinterestis"
133
+
134
+ #: template/social-share.php:75
135
+ msgid "Available sharing options"
136
+ msgstr ""
137
+
138
+ #: template/social-share.php:100
139
  msgid "Share on Twitter"
140
  msgstr "Jaga Twitteris"
141
 
142
+ #: template/social-share.php:101 template/social-share.php:124
143
+ #: template/social-share.php:148 template/social-share.php:175
144
+ #: template/social-share.php:205 template/social-share.php:231
145
+ #: template/social-share.php:275 template/social-share.php:298
146
+ #: template/social-share.php:334 template/social-share.php:362
147
+ #: template/social-share.php:396
148
+ msgid "Opens in a new window"
149
+ msgstr ""
150
+
151
+ #: template/social-share.php:111
152
+ msgid "Twitter"
153
+ msgstr "Twitter"
154
+
155
+ #: template/social-share.php:123
156
  msgid "Share on Facebook"
157
  msgstr "Jaga Facebookis"
158
 
159
+ #: template/social-share.php:135
160
+ msgid "Facebook"
161
+ msgstr "Facebook"
162
+
163
+ #: template/social-share.php:147
164
+ #, fuzzy
165
+ #| msgid "Share on Google+"
166
+ msgid "Share on Google plus"
167
  msgstr "Jaga Google+"
168
 
169
+ #: template/social-share.php:162
170
+ msgid "Google+"
171
+ msgstr "Google+"
172
+
173
+ #: template/social-share.php:174
174
  msgid "Share on Pinterest"
175
  msgstr "Jaga Pinterestis"
176
 
177
+ #: template/social-share.php:192
178
+ msgid "Pinterest"
179
+ msgstr "Pinterest"
180
+
181
+ #: template/social-share.php:204
182
  msgid "Share on LinkedIn"
183
  msgstr "Jaga Linkedinis"
184
+
185
+ #: template/social-share.php:218
186
+ msgid "LinkedIn"
187
+ msgstr "LinkedIn"
188
+
189
+ #: template/social-share.php:230
190
+ msgid "Share on Viber"
191
+ msgstr "Jaga Viber"
192
+
193
+ #: template/social-share.php:262
194
+ msgid "Viber"
195
+ msgstr "Viber"
196
+
197
+ #: template/social-share.php:274
198
+ msgid "Share on VK"
199
+ msgstr "Jaga VK"
200
+
201
+ #: template/social-share.php:285
202
+ msgid "VK"
203
+ msgstr "VK"
204
+
205
+ #: template/social-share.php:297
206
+ msgid "Share on Reddit"
207
+ msgstr "Jaga Reddit"
208
+
209
+ #: template/social-share.php:321
210
+ msgid "Reddit"
211
+ msgstr "Reddit"
212
+
213
+ #: template/social-share.php:333
214
+ msgid "Share on Tumblr"
215
+ msgstr "Jaga Tumblr"
216
+
217
+ #: template/social-share.php:349
218
+ msgid "Tumblr"
219
+ msgstr "Tumblr"
220
+
221
+ #: template/social-share.php:361
222
+ msgid "Share on Viadeo"
223
+ msgstr "Jaga Viadeo"
224
+
225
+ #: template/social-share.php:383
226
+ msgid "Viadeo"
227
+ msgstr "Viadeo"
228
+
229
+ #: template/social-share.php:395
230
+ msgid "Share on WhatsApp"
231
+ msgstr "Jaga WhatsApp"
232
+
233
+ #: template/social-share.php:416
234
+ msgid "WhatsApp"
235
+ msgstr "WhatsApp"
236
+
237
+ #~ msgid ""
238
+ #~ "Ocean Social Sharing requires that you use ocean as your parent theme."
239
+ #~ msgstr ""
240
+ #~ "Ocean Socail Sharing plugin töötab ainult siis kui kui Ocean WP on sinu "
241
+ #~ "aktiveeritud kujundus."
242
+
243
+ #~ msgid "Install Ocean Now"
244
+ #~ msgstr "Paigalda Ocean nüüd"
245
+
246
+ #~ msgid "Icons Color"
247
+ #~ msgstr "Ikoonide värvid"
languages/ocean-social-sharing-nl_NL.mo ADDED
Binary file
languages/ocean-social-sharing-nl_NL.po ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
+ "POT-Creation-Date: 2020-03-17 22:21+0100\n"
8
+ "PO-Revision-Date: 2020-03-17 22:21+0100\n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: OceanWP\n"
11
+ "Language: nl\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.3\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
20
+ "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;"
21
+ "__ngettext_noop:1,2;_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;"
22
+ "_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr__\n"
23
+ "X-Textdomain-Support: yes\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+
26
+ #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
27
+ msgid "Cheatin&#8217; huh?"
28
+ msgstr ""
29
+
30
+ #: ocean-social-sharing.php:207
31
+ msgid "Social Sharing"
32
+ msgstr "Sociaal Delen"
33
+
34
+ #: ocean-social-sharing.php:232
35
+ msgid "Sharing Buttons"
36
+ msgstr "Sociaal Delen Knoppen"
37
+
38
+ #: ocean-social-sharing.php:260
39
+ msgid "Position"
40
+ msgstr "Positie"
41
+
42
+ #: ocean-social-sharing.php:266
43
+ msgid "Before the Content"
44
+ msgstr ""
45
+
46
+ #: ocean-social-sharing.php:267
47
+ msgid "After the Content"
48
+ msgstr ""
49
+
50
+ #: ocean-social-sharing.php:268
51
+ msgid "Before & After the Content"
52
+ msgstr ""
53
+
54
+ #: ocean-social-sharing.php:269
55
+ msgid "No Buttons in the Content"
56
+ msgstr ""
57
+
58
+ #: ocean-social-sharing.php:283
59
+ msgid "Add Social Name"
60
+ msgstr "Sociaal Naam Toevoegen"
61
+
62
+ #: ocean-social-sharing.php:294
63
+ msgid "Please Share This"
64
+ msgstr "Deel dit"
65
+
66
+ #: ocean-social-sharing.php:300
67
+ msgid "Sharing Heading"
68
+ msgstr "Sociaal Delen Titel"
69
+
70
+ #: ocean-social-sharing.php:317
71
+ msgid "Heading Position"
72
+ msgstr "Titel Positie"
73
+
74
+ #: ocean-social-sharing.php:323
75
+ msgid "Side"
76
+ msgstr "Zijkant"
77
+
78
+ #: ocean-social-sharing.php:324
79
+ msgid "Top"
80
+ msgstr "Top"
81
+
82
+ #: ocean-social-sharing.php:337
83
+ msgid "Twitter Username"
84
+ msgstr "Twitter Gebruikersnaam"
85
+
86
+ #: ocean-social-sharing.php:352
87
+ msgid "Styling"
88
+ msgstr "Stijlen"
89
+
90
+ #: ocean-social-sharing.php:367
91
+ msgid "Style"
92
+ msgstr "Stijl"
93
+
94
+ #: ocean-social-sharing.php:373
95
+ msgid "Minimal"
96
+ msgstr "Minimaal"
97
+
98
+ #: ocean-social-sharing.php:374
99
+ msgid "Colored"
100
+ msgstr "Gekleurd"
101
+
102
+ #: ocean-social-sharing.php:375
103
+ msgid "Dark"
104
+ msgstr "Donker"
105
+
106
+ #: ocean-social-sharing.php:388
107
+ msgid "Border Radius"
108
+ msgstr "Randradius"
109
+
110
+ #: ocean-social-sharing.php:389
111
+ msgid "Add a custom border radius. px - em - %."
112
+ msgstr "Custom randradius toevoegen. px - em - %."
113
+
114
+ #: ocean-social-sharing.php:405
115
+ msgid "Minimal Style: Borders Color"
116
+ msgstr "Minimaal Stijl: Rand Kleur"
117
+
118
+ #: ocean-social-sharing.php:420
119
+ msgid "Minimal Style: Background Color"
120
+ msgstr "Minimaal Stijl: Achtergrond Kleur"
121
+
122
+ #: ocean-social-sharing.php:435
123
+ msgid "Minimal Style: Color"
124
+ msgstr "Minimaal Stijl: Kleur"
125
+
126
+ #: template/social-share.php:69
127
+ #, fuzzy
128
+ #| msgid "Share on Pinterest"
129
+ msgid "Share this content"
130
+ msgstr "Deel op Pinterest"
131
+
132
+ #: template/social-share.php:75
133
+ msgid "Available sharing options"
134
+ msgstr ""
135
+
136
+ #: template/social-share.php:100
137
+ msgid "Share on Twitter"
138
+ msgstr "Deel op Twitter"
139
+
140
+ #: template/social-share.php:101 template/social-share.php:124
141
+ #: template/social-share.php:148 template/social-share.php:175
142
+ #: template/social-share.php:205 template/social-share.php:231
143
+ #: template/social-share.php:275 template/social-share.php:298
144
+ #: template/social-share.php:334 template/social-share.php:362
145
+ #: template/social-share.php:396
146
+ msgid "Opens in a new window"
147
+ msgstr ""
148
+
149
+ #: template/social-share.php:111
150
+ msgid "Twitter"
151
+ msgstr "Twitter"
152
+
153
+ #: template/social-share.php:123
154
+ msgid "Share on Facebook"
155
+ msgstr "Deel op Facebook"
156
+
157
+ #: template/social-share.php:135
158
+ msgid "Facebook"
159
+ msgstr "Facebook"
160
+
161
+ #: template/social-share.php:147
162
+ #, fuzzy
163
+ #| msgid "Share on Google+"
164
+ msgid "Share on Google plus"
165
+ msgstr "Deel op Google+"
166
+
167
+ #: template/social-share.php:162
168
+ msgid "Google+"
169
+ msgstr "Google+"
170
+
171
+ #: template/social-share.php:174
172
+ msgid "Share on Pinterest"
173
+ msgstr "Deel op Pinterest"
174
+
175
+ #: template/social-share.php:192
176
+ msgid "Pinterest"
177
+ msgstr "Pinterest"
178
+
179
+ #: template/social-share.php:204
180
+ msgid "Share on LinkedIn"
181
+ msgstr "Deel op LinkedIn"
182
+
183
+ #: template/social-share.php:218
184
+ msgid "LinkedIn"
185
+ msgstr "LinkedIn"
186
+
187
+ #: template/social-share.php:230
188
+ msgid "Share on Viber"
189
+ msgstr "Deel op Viber"
190
+
191
+ #: template/social-share.php:262
192
+ msgid "Viber"
193
+ msgstr "Viber"
194
+
195
+ #: template/social-share.php:274
196
+ msgid "Share on VK"
197
+ msgstr "Deel op VK"
198
+
199
+ #: template/social-share.php:285
200
+ msgid "VK"
201
+ msgstr "VK"
202
+
203
+ #: template/social-share.php:297
204
+ msgid "Share on Reddit"
205
+ msgstr "Deel op Reddit"
206
+
207
+ #: template/social-share.php:321
208
+ msgid "Reddit"
209
+ msgstr "Reddit"
210
+
211
+ #: template/social-share.php:333
212
+ msgid "Share on Tumblr"
213
+ msgstr "Deel op Tumblr"
214
+
215
+ #: template/social-share.php:349
216
+ msgid "Tumblr"
217
+ msgstr "Tumblr"
218
+
219
+ #: template/social-share.php:361
220
+ msgid "Share on Viadeo"
221
+ msgstr "Deel op Viadeo"
222
+
223
+ #: template/social-share.php:383
224
+ msgid "Viadeo"
225
+ msgstr "Viadeo"
226
+
227
+ #: template/social-share.php:395
228
+ msgid "Share on WhatsApp"
229
+ msgstr "Deel op WhatsApp"
230
+
231
+ #: template/social-share.php:416
232
+ msgid "WhatsApp"
233
+ msgstr "WhatsApp"
languages/ocean-social-sharing-pl_PL.mo CHANGED
Binary file
languages/ocean-social-sharing-pl_PL.po CHANGED
@@ -4,22 +4,23 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
- "POT-Creation-Date: 2018-04-11 16:24+0200\n"
8
- "PO-Revision-Date: 2018-04-11 16:24+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: OceanWP\n"
11
  "Language: pl_PL\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.0.4\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
17
  "|| n%100>=20) ? 1 : 2);\n"
18
  "X-Poedit-Basepath: ..\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
21
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
22
- "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
 
23
  "X-Textdomain-Support: yes\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
@@ -31,203 +32,216 @@ msgstr "Oszukujemy&#8217; co?"
31
  msgid "Social Sharing"
32
  msgstr "Udostępnianie publiczne"
33
 
34
- #: ocean-social-sharing.php:231
35
  msgid "Sharing Buttons"
36
  msgstr "Przyciski udostępniania"
37
 
38
- #: ocean-social-sharing.php:258
39
  msgid "Position"
40
  msgstr ""
41
 
42
- #: ocean-social-sharing.php:264
43
  msgid "Before the Content"
44
  msgstr ""
45
 
46
- #: ocean-social-sharing.php:265
47
  msgid "After the Content"
48
  msgstr ""
49
 
50
- #: ocean-social-sharing.php:266
51
  msgid "Before & After the Content"
52
  msgstr ""
53
 
54
- #: ocean-social-sharing.php:280
 
 
 
 
55
  msgid "Add Social Name"
56
  msgstr ""
57
 
58
- #: ocean-social-sharing.php:291
59
  msgid "Please Share This"
60
  msgstr "Proszę udostępnij to"
61
 
62
- #: ocean-social-sharing.php:297
63
  #, fuzzy
64
  #| msgid "Sharing Buttons"
65
  msgid "Sharing Heading"
66
  msgstr "Przyciski udostępniania"
67
 
68
- #: ocean-social-sharing.php:314
69
  #, fuzzy
70
  #| msgid "Heading on Posts"
71
  msgid "Heading Position"
72
  msgstr "Nagłówek posta"
73
 
74
- #: ocean-social-sharing.php:320
75
  msgid "Side"
76
  msgstr ""
77
 
78
- #: ocean-social-sharing.php:321
79
  msgid "Top"
80
  msgstr ""
81
 
82
- #: ocean-social-sharing.php:334
83
  #, fuzzy
84
  #| msgid "Twitter Handle"
85
  msgid "Twitter Username"
86
  msgstr "Nazwa użytkownika na Twitter'ze"
87
 
88
- #: ocean-social-sharing.php:349
89
  msgid "Styling"
90
  msgstr ""
91
 
92
- #: ocean-social-sharing.php:364
93
  msgid "Style"
94
  msgstr ""
95
 
96
- #: ocean-social-sharing.php:370
97
  msgid "Minimal"
98
  msgstr ""
99
 
100
- #: ocean-social-sharing.php:371
101
  msgid "Colored"
102
  msgstr ""
103
 
104
- #: ocean-social-sharing.php:372
105
  msgid "Dark"
106
  msgstr ""
107
 
108
- #: ocean-social-sharing.php:385
109
  msgid "Border Radius"
110
  msgstr ""
111
 
112
- #: ocean-social-sharing.php:386
113
  msgid "Add a custom border radius. px - em - %."
114
  msgstr ""
115
 
116
- #: ocean-social-sharing.php:402
117
  #, fuzzy
118
  #| msgid "Links Borders Color"
119
  msgid "Minimal Style: Borders Color"
120
  msgstr "Kolor obramowania linku"
121
 
122
- #: ocean-social-sharing.php:417
123
  #, fuzzy
124
  #| msgid "Icons Background Color"
125
  msgid "Minimal Style: Background Color"
126
  msgstr "Kolor tła ikony"
127
 
128
- #: ocean-social-sharing.php:432
129
  msgid "Minimal Style: Color"
130
  msgstr ""
131
 
132
- #: template/social-share.php:99
 
 
 
 
 
 
 
 
 
 
133
  msgid "Share on Twitter"
134
  msgstr "Udostępnij na Twitter'ze"
135
 
136
- #: template/social-share.php:109
137
- #, fuzzy
138
- #| msgid "Twitter Handle"
 
 
 
 
 
 
 
139
  msgid "Twitter"
140
- msgstr "Nazwa użytkownika na Twitter'ze"
141
 
142
- #: template/social-share.php:121
143
  msgid "Share on Facebook"
144
  msgstr "Udostępnij na Facebook'u"
145
 
146
- #: template/social-share.php:132
147
- #, fuzzy
148
- #| msgid "Share on Facebook"
149
  msgid "Facebook"
150
- msgstr "Udostępnij na Facebook'u"
151
 
152
- #: template/social-share.php:144
153
- msgid "Share on Google+"
154
- msgstr "Udostępnij na Google+"
155
-
156
- #: template/social-share.php:158
157
  #, fuzzy
158
  #| msgid "Share on Google+"
159
- msgid "Google+"
160
  msgstr "Udostępnij na Google+"
161
 
162
- #: template/social-share.php:170
 
 
 
 
163
  msgid "Share on Pinterest"
164
  msgstr "Udostępnij na Pinterest"
165
 
166
- #: template/social-share.php:187
167
- #, fuzzy
168
- #| msgid "Share on Pinterest"
169
  msgid "Pinterest"
170
- msgstr "Udostępnij na Pinterest"
171
 
172
- #: template/social-share.php:199
173
  msgid "Share on LinkedIn"
174
  msgstr "Udostępnij na LinkedIn"
175
 
176
- #: template/social-share.php:212
177
- #, fuzzy
178
- #| msgid "Share on LinkedIn"
179
  msgid "LinkedIn"
180
- msgstr "Udostępnij na LinkedIn"
181
 
182
- #: template/social-share.php:224
183
- #, fuzzy
184
- #| msgid "Share on Twitter"
185
  msgid "Share on Viber"
186
- msgstr "Udostępnij na Twitter'ze"
187
 
188
- #: template/social-share.php:255
189
  msgid "Viber"
190
- msgstr ""
191
 
192
- #: template/social-share.php:267
193
- #, fuzzy
194
- #| msgid "Share on Twitter"
195
  msgid "Share on VK"
196
- msgstr "Udostępnij na Twitter'ze"
197
 
198
- #: template/social-share.php:277
199
  msgid "VK"
200
- msgstr ""
201
 
202
- #: template/social-share.php:289
203
- #, fuzzy
204
- #| msgid "Share on Twitter"
205
  msgid "Share on Reddit"
206
- msgstr "Udostępnij na Twitter'ze"
207
 
208
- #: template/social-share.php:312
209
  msgid "Reddit"
210
- msgstr ""
211
 
212
- #: template/social-share.php:324
213
- #, fuzzy
214
- #| msgid "Share on Twitter"
215
  msgid "Share on Tumblr"
216
- msgstr "Udostępnij na Twitter'ze"
217
 
218
- #: template/social-share.php:339
219
  msgid "Tumblr"
220
- msgstr ""
221
 
222
- #: template/social-share.php:351
223
- #, fuzzy
224
- #| msgid "Share on Facebook"
225
  msgid "Share on Viadeo"
226
- msgstr "Udostępnij na Facebook'u"
227
 
228
- #: template/social-share.php:372
229
  msgid "Viadeo"
230
- msgstr ""
 
 
 
 
 
 
 
 
231
 
232
  #~ msgid ""
233
  #~ "Ocean Social Sharing requires that you use ocean as your parent theme."
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
+ "POT-Creation-Date: 2020-03-17 22:21+0100\n"
8
+ "PO-Revision-Date: 2020-03-17 22:21+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: OceanWP\n"
11
  "Language: pl_PL\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.3\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
17
  "|| n%100>=20) ? 1 : 2);\n"
18
  "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-SourceCharset: UTF-8\n"
20
  "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
21
  "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
22
+ "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
23
+ "esc_attr__\n"
24
  "X-Textdomain-Support: yes\n"
25
  "X-Poedit-SearchPath-0: .\n"
26
 
32
  msgid "Social Sharing"
33
  msgstr "Udostępnianie publiczne"
34
 
35
+ #: ocean-social-sharing.php:232
36
  msgid "Sharing Buttons"
37
  msgstr "Przyciski udostępniania"
38
 
39
+ #: ocean-social-sharing.php:260
40
  msgid "Position"
41
  msgstr ""
42
 
43
+ #: ocean-social-sharing.php:266
44
  msgid "Before the Content"
45
  msgstr ""
46
 
47
+ #: ocean-social-sharing.php:267
48
  msgid "After the Content"
49
  msgstr ""
50
 
51
+ #: ocean-social-sharing.php:268
52
  msgid "Before & After the Content"
53
  msgstr ""
54
 
55
+ #: ocean-social-sharing.php:269
56
+ msgid "No Buttons in the Content"
57
+ msgstr ""
58
+
59
+ #: ocean-social-sharing.php:283
60
  msgid "Add Social Name"
61
  msgstr ""
62
 
63
+ #: ocean-social-sharing.php:294
64
  msgid "Please Share This"
65
  msgstr "Proszę udostępnij to"
66
 
67
+ #: ocean-social-sharing.php:300
68
  #, fuzzy
69
  #| msgid "Sharing Buttons"
70
  msgid "Sharing Heading"
71
  msgstr "Przyciski udostępniania"
72
 
73
+ #: ocean-social-sharing.php:317
74
  #, fuzzy
75
  #| msgid "Heading on Posts"
76
  msgid "Heading Position"
77
  msgstr "Nagłówek posta"
78
 
79
+ #: ocean-social-sharing.php:323
80
  msgid "Side"
81
  msgstr ""
82
 
83
+ #: ocean-social-sharing.php:324
84
  msgid "Top"
85
  msgstr ""
86
 
87
+ #: ocean-social-sharing.php:337
88
  #, fuzzy
89
  #| msgid "Twitter Handle"
90
  msgid "Twitter Username"
91
  msgstr "Nazwa użytkownika na Twitter'ze"
92
 
93
+ #: ocean-social-sharing.php:352
94
  msgid "Styling"
95
  msgstr ""
96
 
97
+ #: ocean-social-sharing.php:367
98
  msgid "Style"
99
  msgstr ""
100
 
101
+ #: ocean-social-sharing.php:373
102
  msgid "Minimal"
103
  msgstr ""
104
 
105
+ #: ocean-social-sharing.php:374
106
  msgid "Colored"
107
  msgstr ""
108
 
109
+ #: ocean-social-sharing.php:375
110
  msgid "Dark"
111
  msgstr ""
112
 
113
+ #: ocean-social-sharing.php:388
114
  msgid "Border Radius"
115
  msgstr ""
116
 
117
+ #: ocean-social-sharing.php:389
118
  msgid "Add a custom border radius. px - em - %."
119
  msgstr ""
120
 
121
+ #: ocean-social-sharing.php:405
122
  #, fuzzy
123
  #| msgid "Links Borders Color"
124
  msgid "Minimal Style: Borders Color"
125
  msgstr "Kolor obramowania linku"
126
 
127
+ #: ocean-social-sharing.php:420
128
  #, fuzzy
129
  #| msgid "Icons Background Color"
130
  msgid "Minimal Style: Background Color"
131
  msgstr "Kolor tła ikony"
132
 
133
+ #: ocean-social-sharing.php:435
134
  msgid "Minimal Style: Color"
135
  msgstr ""
136
 
137
+ #: template/social-share.php:69
138
+ #, fuzzy
139
+ #| msgid "Share on Pinterest"
140
+ msgid "Share this content"
141
+ msgstr "Udostępnij na Pinterest"
142
+
143
+ #: template/social-share.php:75
144
+ msgid "Available sharing options"
145
+ msgstr ""
146
+
147
+ #: template/social-share.php:100
148
  msgid "Share on Twitter"
149
  msgstr "Udostępnij na Twitter'ze"
150
 
151
+ #: template/social-share.php:101 template/social-share.php:124
152
+ #: template/social-share.php:148 template/social-share.php:175
153
+ #: template/social-share.php:205 template/social-share.php:231
154
+ #: template/social-share.php:275 template/social-share.php:298
155
+ #: template/social-share.php:334 template/social-share.php:362
156
+ #: template/social-share.php:396
157
+ msgid "Opens in a new window"
158
+ msgstr ""
159
+
160
+ #: template/social-share.php:111
161
  msgid "Twitter"
162
+ msgstr "Twitter"
163
 
164
+ #: template/social-share.php:123
165
  msgid "Share on Facebook"
166
  msgstr "Udostępnij na Facebook'u"
167
 
168
+ #: template/social-share.php:135
 
 
169
  msgid "Facebook"
170
+ msgstr "Facebook"
171
 
172
+ #: template/social-share.php:147
 
 
 
 
173
  #, fuzzy
174
  #| msgid "Share on Google+"
175
+ msgid "Share on Google plus"
176
  msgstr "Udostępnij na Google+"
177
 
178
+ #: template/social-share.php:162
179
+ msgid "Google+"
180
+ msgstr "Google+"
181
+
182
+ #: template/social-share.php:174
183
  msgid "Share on Pinterest"
184
  msgstr "Udostępnij na Pinterest"
185
 
186
+ #: template/social-share.php:192
 
 
187
  msgid "Pinterest"
188
+ msgstr "Pinterest"
189
 
190
+ #: template/social-share.php:204
191
  msgid "Share on LinkedIn"
192
  msgstr "Udostępnij na LinkedIn"
193
 
194
+ #: template/social-share.php:218
 
 
195
  msgid "LinkedIn"
196
+ msgstr "LinkedIn"
197
 
198
+ #: template/social-share.php:230
 
 
199
  msgid "Share on Viber"
200
+ msgstr "Udostępnij na Viber"
201
 
202
+ #: template/social-share.php:262
203
  msgid "Viber"
204
+ msgstr "Viber"
205
 
206
+ #: template/social-share.php:274
 
 
207
  msgid "Share on VK"
208
+ msgstr "Udostępnij na VK"
209
 
210
+ #: template/social-share.php:285
211
  msgid "VK"
212
+ msgstr "VK"
213
 
214
+ #: template/social-share.php:297
 
 
215
  msgid "Share on Reddit"
216
+ msgstr "Udostępnij na Reddit"
217
 
218
+ #: template/social-share.php:321
219
  msgid "Reddit"
220
+ msgstr "Reddit"
221
 
222
+ #: template/social-share.php:333
 
 
223
  msgid "Share on Tumblr"
224
+ msgstr "Udostępnij na Tumblr"
225
 
226
+ #: template/social-share.php:349
227
  msgid "Tumblr"
228
+ msgstr "Tumblr"
229
 
230
+ #: template/social-share.php:361
 
 
231
  msgid "Share on Viadeo"
232
+ msgstr "Udostępnij na Viadeo"
233
 
234
+ #: template/social-share.php:383
235
  msgid "Viadeo"
236
+ msgstr "Viadeo"
237
+
238
+ #: template/social-share.php:395
239
+ msgid "Share on WhatsApp"
240
+ msgstr "Udostępnij na WhatsApp"
241
+
242
+ #: template/social-share.php:416
243
+ msgid "WhatsApp"
244
+ msgstr "WhatsApp"
245
 
246
  #~ msgid ""
247
  #~ "Ocean Social Sharing requires that you use ocean as your parent theme."
languages/ocean-social-sharing.pot CHANGED
@@ -1,89 +1,230 @@
1
  # Copyright (C) 2016
2
  # This file is distributed under the same license as the package.
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
7
- "POT-Creation-Date: 2016-10-10 21:19:12+00:00\n"
8
  "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
  "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: OceanWP\n"
13
  "Language-Team: OceanWP\n"
14
- "X-Generator: grunt-wp-i18n 0.5.3\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
  "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-Language: English\n"
18
- "X-Poedit-Country: UNITED STATES\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-KeywordsList: "
22
- "_esc_attr__;esc_attr_x;esc_attr_e;esc_html__;esc_html_e;esc_html_x;__;_e;__"
23
- "ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_"
24
- "ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
25
  "X-Textdomain-Support: yes\n"
 
 
26
 
27
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
28
  msgid "Cheatin&#8217; huh?"
29
  msgstr ""
30
 
31
- #: ocean-social-sharing.php:195
32
- msgid "Ocean Social Sharing requires that you use ocean as your parent theme."
33
  msgstr ""
34
 
35
- #: ocean-social-sharing.php:195
36
- msgid "Install Ocean Now"
37
  msgstr ""
38
 
39
- #: ocean-social-sharing.php:209
40
- msgid "Social Sharing"
41
  msgstr ""
42
 
43
- #: ocean-social-sharing.php:222
44
- msgid "Sharing Buttons"
45
  msgstr ""
46
 
47
- #: ocean-social-sharing.php:239 template/social-share.php:28
48
- msgid "Please Share This"
49
  msgstr ""
50
 
51
- #: ocean-social-sharing.php:245
52
- msgid "Heading on Posts"
53
  msgstr ""
54
 
55
- #: ocean-social-sharing.php:261
56
- msgid "Twitter Handle"
57
  msgstr ""
58
 
59
- #: ocean-social-sharing.php:278
60
- msgid "Links Borders Color"
61
  msgstr ""
62
 
63
  #: ocean-social-sharing.php:294
64
- msgid "Icons Background Color"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  msgstr ""
66
 
67
- #: ocean-social-sharing.php:310
68
- msgid "Icons Color"
69
  msgstr ""
70
 
71
- #: template/social-share.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgid "Share on Twitter"
73
  msgstr ""
74
 
75
- #: template/social-share.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  msgid "Share on Facebook"
77
  msgstr ""
78
 
79
- #: template/social-share.php:86
80
- msgid "Share on Google+"
81
  msgstr ""
82
 
83
- #: template/social-share.php:96
 
 
 
 
 
 
 
 
84
  msgid "Share on Pinterest"
85
  msgstr ""
86
 
87
- #: template/social-share.php:106
 
 
 
 
88
  msgid "Share on LinkedIn"
89
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Copyright (C) 2016
2
  # This file is distributed under the same license as the package.
3
+ #, fuzzy
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: \n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/style\n"
8
+ "POT-Creation-Date: 2020-03-17 22:17+0100\n"
9
  "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: OceanWP\n"
14
  "Language-Team: OceanWP\n"
15
+ "X-Generator: Poedit 2.3\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
  "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: _esc_attr__;esc_attr_x;esc_attr_e;esc_html__;"
20
+ "esc_html_e;esc_html_x;__;_e;__ngettext:1,2;_n:1,2;"
21
+ "__ngettext_noop:1,2;_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_ex:1,2c;"
22
+ "_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr__\n"
 
 
 
23
  "X-Textdomain-Support: yes\n"
24
+ "Language: en_US\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
 
27
  #: ocean-social-sharing.php:132 ocean-social-sharing.php:141
28
  msgid "Cheatin&#8217; huh?"
29
  msgstr ""
30
 
31
+ #: ocean-social-sharing.php:207
32
+ msgid "Social Sharing"
33
  msgstr ""
34
 
35
+ #: ocean-social-sharing.php:232
36
+ msgid "Sharing Buttons"
37
  msgstr ""
38
 
39
+ #: ocean-social-sharing.php:260
40
+ msgid "Position"
41
  msgstr ""
42
 
43
+ #: ocean-social-sharing.php:266
44
+ msgid "Before the Content"
45
  msgstr ""
46
 
47
+ #: ocean-social-sharing.php:267
48
+ msgid "After the Content"
49
  msgstr ""
50
 
51
+ #: ocean-social-sharing.php:268
52
+ msgid "Before & After the Content"
53
  msgstr ""
54
 
55
+ #: ocean-social-sharing.php:269
56
+ msgid "No Buttons in the Content"
57
  msgstr ""
58
 
59
+ #: ocean-social-sharing.php:283
60
+ msgid "Add Social Name"
61
  msgstr ""
62
 
63
  #: ocean-social-sharing.php:294
64
+ msgid "Please Share This"
65
+ msgstr ""
66
+
67
+ #: ocean-social-sharing.php:300
68
+ msgid "Sharing Heading"
69
+ msgstr ""
70
+
71
+ #: ocean-social-sharing.php:317
72
+ msgid "Heading Position"
73
+ msgstr ""
74
+
75
+ #: ocean-social-sharing.php:323
76
+ msgid "Side"
77
+ msgstr ""
78
+
79
+ #: ocean-social-sharing.php:324
80
+ msgid "Top"
81
+ msgstr ""
82
+
83
+ #: ocean-social-sharing.php:337
84
+ msgid "Twitter Username"
85
+ msgstr ""
86
+
87
+ #: ocean-social-sharing.php:352
88
+ msgid "Styling"
89
  msgstr ""
90
 
91
+ #: ocean-social-sharing.php:367
92
+ msgid "Style"
93
  msgstr ""
94
 
95
+ #: ocean-social-sharing.php:373
96
+ msgid "Minimal"
97
+ msgstr ""
98
+
99
+ #: ocean-social-sharing.php:374
100
+ msgid "Colored"
101
+ msgstr ""
102
+
103
+ #: ocean-social-sharing.php:375
104
+ msgid "Dark"
105
+ msgstr ""
106
+
107
+ #: ocean-social-sharing.php:388
108
+ msgid "Border Radius"
109
+ msgstr ""
110
+
111
+ #: ocean-social-sharing.php:389
112
+ msgid "Add a custom border radius. px - em - %."
113
+ msgstr ""
114
+
115
+ #: ocean-social-sharing.php:405
116
+ msgid "Minimal Style: Borders Color"
117
+ msgstr ""
118
+
119
+ #: ocean-social-sharing.php:420
120
+ msgid "Minimal Style: Background Color"
121
+ msgstr ""
122
+
123
+ #: ocean-social-sharing.php:435
124
+ msgid "Minimal Style: Color"
125
+ msgstr ""
126
+
127
+ #: template/social-share.php:69
128
+ msgid "Share this content"
129
+ msgstr ""
130
+
131
+ #: template/social-share.php:75
132
+ msgid "Available sharing options"
133
+ msgstr ""
134
+
135
+ #: template/social-share.php:100
136
  msgid "Share on Twitter"
137
  msgstr ""
138
 
139
+ #: template/social-share.php:101 template/social-share.php:124
140
+ #: template/social-share.php:148 template/social-share.php:175
141
+ #: template/social-share.php:205 template/social-share.php:231
142
+ #: template/social-share.php:275 template/social-share.php:298
143
+ #: template/social-share.php:334 template/social-share.php:362
144
+ #: template/social-share.php:396
145
+ msgid "Opens in a new window"
146
+ msgstr ""
147
+
148
+ #: template/social-share.php:111
149
+ msgid "Twitter"
150
+ msgstr ""
151
+
152
+ #: template/social-share.php:123
153
  msgid "Share on Facebook"
154
  msgstr ""
155
 
156
+ #: template/social-share.php:135
157
+ msgid "Facebook"
158
  msgstr ""
159
 
160
+ #: template/social-share.php:147
161
+ msgid "Share on Google plus"
162
+ msgstr ""
163
+
164
+ #: template/social-share.php:162
165
+ msgid "Google+"
166
+ msgstr ""
167
+
168
+ #: template/social-share.php:174
169
  msgid "Share on Pinterest"
170
  msgstr ""
171
 
172
+ #: template/social-share.php:192
173
+ msgid "Pinterest"
174
+ msgstr ""
175
+
176
+ #: template/social-share.php:204
177
  msgid "Share on LinkedIn"
178
+ msgstr ""
179
+
180
+ #: template/social-share.php:218
181
+ msgid "LinkedIn"
182
+ msgstr ""
183
+
184
+ #: template/social-share.php:230
185
+ msgid "Share on Viber"
186
+ msgstr ""
187
+
188
+ #: template/social-share.php:262
189
+ msgid "Viber"
190
+ msgstr ""
191
+
192
+ #: template/social-share.php:274
193
+ msgid "Share on VK"
194
+ msgstr ""
195
+
196
+ #: template/social-share.php:285
197
+ msgid "VK"
198
+ msgstr ""
199
+
200
+ #: template/social-share.php:297
201
+ msgid "Share on Reddit"
202
+ msgstr ""
203
+
204
+ #: template/social-share.php:321
205
+ msgid "Reddit"
206
+ msgstr ""
207
+
208
+ #: template/social-share.php:333
209
+ msgid "Share on Tumblr"
210
+ msgstr ""
211
+
212
+ #: template/social-share.php:349
213
+ msgid "Tumblr"
214
+ msgstr ""
215
+
216
+ #: template/social-share.php:361
217
+ msgid "Share on Viadeo"
218
+ msgstr ""
219
+
220
+ #: template/social-share.php:383
221
+ msgid "Viadeo"
222
+ msgstr ""
223
+
224
+ #: template/social-share.php:395
225
+ msgid "Share on WhatsApp"
226
+ msgstr ""
227
+
228
+ #: template/social-share.php:416
229
+ msgid "WhatsApp"
230
+ msgstr ""
ocean-social-sharing.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: Ocean Social Sharing
4
  * Plugin URI: https://oceanwp.org/extension/ocean-social-sharing/
5
  * Description: A simple plugin to add social share buttons to your posts.
6
- * Version: 1.0.15
7
  * Author: OceanWP
8
  * Author URI: https://oceanwp.org/
9
- * Requires at least: 4.5.0
10
- * Tested up to: 5.2
11
  *
12
  * Text Domain: ocean-social-sharing
13
- * Domain Path: /languages/
14
  *
15
  * @package Ocean_Social_Sharing
16
  * @category Core
@@ -86,7 +86,7 @@ final class Ocean_Social_Sharing {
86
  $this->token = 'ocean-social-sharing';
87
  $this->plugin_url = plugin_dir_url( __FILE__ );
88
  $this->plugin_path = plugin_dir_path( __FILE__ );
89
- $this->version = '1.0.15';
90
 
91
  register_activation_hook( __FILE__, array( $this, 'install' ) );
92
 
@@ -120,7 +120,7 @@ final class Ocean_Social_Sharing {
120
  * @return void
121
  */
122
  public function oss_load_plugin_textdomain() {
123
- load_plugin_textdomain( 'ocean-social-sharing', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
124
  }
125
 
126
  /**
@@ -528,7 +528,7 @@ final class Ocean_Social_Sharing {
528
  * @since 1.0.0
529
  */
530
  public function head_css( $output ) {
531
-
532
  // Global vars
533
  $sharing_border_radius = get_theme_mod( 'oss_social_share_style_border_radius' );
534
  $sharing_borders = get_theme_mod( 'oss_sharing_borders_color' );
3
  * Plugin Name: Ocean Social Sharing
4
  * Plugin URI: https://oceanwp.org/extension/ocean-social-sharing/
5
  * Description: A simple plugin to add social share buttons to your posts.
6
+ * Version: 1.1.0
7
  * Author: OceanWP
8
  * Author URI: https://oceanwp.org/
9
+ * Requires at least: 5.3
10
+ * Tested up to: 5.4
11
  *
12
  * Text Domain: ocean-social-sharing
13
+ * Domain Path: /languages
14
  *
15
  * @package Ocean_Social_Sharing
16
  * @category Core
86
  $this->token = 'ocean-social-sharing';
87
  $this->plugin_url = plugin_dir_url( __FILE__ );
88
  $this->plugin_path = plugin_dir_path( __FILE__ );
89
+ $this->version = '1.1.0';
90
 
91
  register_activation_hook( __FILE__, array( $this, 'install' ) );
92
 
120
  * @return void
121
  */
122
  public function oss_load_plugin_textdomain() {
123
+ load_plugin_textdomain( 'ocean-social-sharing', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
124
  }
125
 
126
  /**
528
  * @since 1.0.0
529
  */
530
  public function head_css( $output ) {
531
+
532
  // Global vars
533
  $sharing_border_radius = get_theme_mod( 'oss_social_share_style_border_radius' );
534
  $sharing_borders = get_theme_mod( 'oss_sharing_borders_color' );
readme.txt CHANGED
@@ -1,38 +1,46 @@
1
  === Ocean Social Sharing ===
2
- Contributors: oceanwp
3
  Tags: social, social sharing, social share, share, oceanwp
4
- Requires at least: 4.5
5
- Tested up to: 5.2
6
- Stable tag: 1.0.15
 
7
  License: GPLv2 or later
8
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 
 
 
 
 
 
9
 
10
  == Description ==
11
 
12
- A simple plugin to add social share buttons to your posts.
13
  This plugin requires the [OceanWP](https://oceanwp.org/) theme to be installed.
14
 
15
  = Key Features =
16
 
17
  * Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.
18
- * Alter the social sharing buttons
19
  * Choose between three styles.
20
- * Add the social names.
21
  * Choose the heading position.
22
  * Add or edit the social sharing via a child theme.
23
 
24
  == Installation ==
25
 
26
  1. Upload `ocean-social-sharing` to the `/wp-content/plugins/` directory
27
- 2. Activate the plugin through the 'Plugins' menu in WordPress
28
- 3. Configure it via the Social Sharing section of the customizer
29
  4. Done!
30
 
31
  == Frequently Asked Questions ==
32
 
33
  = I installed the plugin but it does not work =
34
 
35
- This plugin will only work with the [OceanWP](https://oceanwp.org/) theme.
36
 
37
  == Screenshots ==
38
 
@@ -48,6 +56,12 @@ This plugin will only work with the [OceanWP](https://oceanwp.org/) theme.
48
 
49
  == Changelog ==
50
 
 
 
 
 
 
 
51
  = 1.0.15 =
52
  - Added: Codes for the Freemius switch.
53
 
@@ -110,4 +124,4 @@ This plugin will only work with the [OceanWP](https://oceanwp.org/) theme.
110
  - Fixed: Problem excerpt before the social links.
111
 
112
  = 1.0.0 =
113
- - Initial release.
1
  === Ocean Social Sharing ===
2
+ Contributors: oceanwp, apprimit, wpfleek
3
  Tags: social, social sharing, social share, share, oceanwp
4
+ Requires at least: 5.3
5
+ Tested up to: 5.4
6
+ Requires PHP: 7.0
7
+ Stable tag: 1.1.0
8
  License: GPLv2 or later
9
+ License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
+
11
+
12
+ Website: https://oceanwp.org/
13
+ Support: https://oceanwp.org/support/
14
+ Documentation: https://docs.oceanwp.org/
15
+ Extensions: https://oceanwp.org/extensions/
16
+ Email: support@oceanwp.org
17
 
18
  == Description ==
19
 
20
+ A simple plugin to add social sharing buttons to your single blog posts.
21
  This plugin requires the [OceanWP](https://oceanwp.org/) theme to be installed.
22
 
23
  = Key Features =
24
 
25
  * Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.
26
+ * Alter social sharing buttons.
27
  * Choose between three styles.
28
+ * Add social names to your sharing buttons.
29
  * Choose the heading position.
30
  * Add or edit the social sharing via a child theme.
31
 
32
  == Installation ==
33
 
34
  1. Upload `ocean-social-sharing` to the `/wp-content/plugins/` directory
35
+ 2. Activate the plugin through the 'Plugins > Installed Plugins' menu in WordPress dashboard
36
+ 3. Configure it via the Social Sharing section of the Customizer (Appearance > Customize)
37
  4. Done!
38
 
39
  == Frequently Asked Questions ==
40
 
41
  = I installed the plugin but it does not work =
42
 
43
+ This plugin will only function with the [OceanWP](https://oceanwp.org/) theme.
44
 
45
  == Screenshots ==
46
 
56
 
57
  == Changelog ==
58
 
59
+ = 1.1.0 =
60
+ - Added: Improved Accessibility.
61
+ - Added: Dutch translation.
62
+ - Updated: Language translation strings.
63
+ - Updated: readme.txt file.
64
+
65
  = 1.0.15 =
66
  - Added: Codes for the Freemius switch.
67
 
124
  - Fixed: Problem excerpt before the social links.
125
 
126
  = 1.0.0 =
127
+ - Initial release.
template/social-share.php CHANGED
@@ -65,13 +65,14 @@ $classes = implode( ' ', $classes ); ?>
65
  || is_customize_preview() ) { ?>
66
 
67
  <h3 class="theme-heading social-share-title">
68
- <span class="text"><?php echo esc_attr( $heading ); ?></span>
 
69
  </h3>
70
 
71
  <?php
72
  } ?>
73
 
74
- <ul class="oss-social-share clr">
75
 
76
  <?php
77
  // Loop through sites
@@ -96,9 +97,10 @@ $classes = implode( ' ', $classes ); ?>
96
  $handle = str_replace( '@' , '' , trim( $handle ) ); ?>
97
 
98
  <li class="twitter">
99
- <a href="https://twitter.com/share?text=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>&amp;url=<?php echo rawurlencode( esc_url( $url ) ); ?><?php if ( $handle ) echo '&amp;via='. esc_attr( $handle ); ?>" title="<?php esc_html_e( 'Share on Twitter', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
100
  <span class="oss-icon-wrap">
101
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
102
  <path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/>
103
  </svg>
104
  </span>
@@ -106,7 +108,7 @@ $classes = implode( ' ', $classes ); ?>
106
  // If name
107
  if ( true == $name
108
  || is_customize_preview() ) { ?>
109
- <span class="oss-name"><?php esc_html_e( 'Twitter', 'ocean-social-sharing' ); ?></span>
110
  <?php
111
  } ?>
112
  </a>
@@ -118,9 +120,10 @@ $classes = implode( ' ', $classes ); ?>
118
  if ( 'facebook' == $site ) { ?>
119
 
120
  <li class="facebook">
121
- <a href="https://www.facebook.com/sharer.php?u=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on Facebook', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
122
  <span class="oss-icon-wrap">
123
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
124
  <path d="M5.677,12.998V8.123h3.575V6.224C9.252,2.949,11.712,0,14.736,0h3.94v4.874h-3.94
125
  c-0.432,0-0.934,0.524-0.934,1.308v1.942h4.874v4.874h-4.874V24H9.252V12.998H5.677z"/>
126
  </svg>
@@ -129,7 +132,7 @@ $classes = implode( ' ', $classes ); ?>
129
  // If name
130
  if ( true == $name
131
  || is_customize_preview() ) { ?>
132
- <span class="oss-name"><?php esc_html_e( 'Facebook', 'ocean-social-sharing' ); ?></span>
133
  <?php
134
  } ?>
135
  </a>
@@ -141,9 +144,10 @@ $classes = implode( ' ', $classes ); ?>
141
  if ( 'google_plus' == $site ) { ?>
142
 
143
  <li class="googleplus">
144
- <a href="https://plus.google.com/share?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on Google+', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
145
  <span class="oss-icon-wrap">
146
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
147
  <path d="M7.636,10.929V13.5h4.331c-0.175,1.104-1.309,3.236-4.331,3.236c-2.607,0-4.735-2.121-4.735-4.736
148
  s2.127-4.736,4.735-4.736c1.484,0,2.476,0.621,3.044,1.157l2.073-1.961C11.422,5.239,9.698,4.5,7.636,4.5C3.415,4.5,0,7.854,0,12
149
  s3.415,7.5,7.636,7.5c4.407,0,7.331-3.043,7.331-7.329c0-0.493-0.055-0.868-0.12-1.243H7.636z"/>
@@ -155,7 +159,7 @@ $classes = implode( ' ', $classes ); ?>
155
  // If name
156
  if ( true == $name
157
  || is_customize_preview() ) { ?>
158
- <span class="oss-name"><?php esc_html_e( 'Google+', 'ocean-social-sharing' ); ?></span>
159
  <?php
160
  } ?>
161
  </a>
@@ -167,9 +171,10 @@ $classes = implode( ' ', $classes ); ?>
167
  if ( 'pinterest' == $site ) { ?>
168
 
169
  <li class="pinterest">
170
- <a href="https://www.pinterest.com/pin/create/button/?url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;media=<?php echo wp_get_attachment_url( get_post_thumbnail_id( $post_id ) ); ?>&amp;description=<?php echo urlencode( wp_trim_words( strip_shortcodes( get_the_content( $post_id ) ), 40 ) ); ?>" title="<?php esc_html_e( 'Share on Pinterest', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
171
  <span class="oss-icon-wrap">
172
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
173
  <path d="M13.757,17.343c-1.487,0-2.886-0.804-3.365-1.717c0,0-0.8,3.173-0.969,3.785
174
  c-0.596,2.165-2.35,4.331-2.487,4.508c-0.095,0.124-0.305,0.085-0.327-0.078c-0.038-0.276-0.485-3.007,0.041-5.235
175
  c0.264-1.118,1.772-7.505,1.772-7.505s-0.44-0.879-0.44-2.179c0-2.041,1.183-3.565,2.657-3.565c1.252,0,1.857,0.94,1.857,2.068
@@ -184,7 +189,7 @@ $classes = implode( ' ', $classes ); ?>
184
  // If name
185
  if ( true == $name
186
  || is_customize_preview() ) { ?>
187
- <span class="oss-name"><?php esc_html_e( 'Pinterest', 'ocean-social-sharing' ); ?></span>
188
  <?php
189
  } ?>
190
  </a>
@@ -196,9 +201,10 @@ $classes = implode( ' ', $classes ); ?>
196
  if ( 'linkedin' == $site ) { ?>
197
 
198
  <li class="linkedin">
199
- <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;title=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>&amp;summary=<?php echo urlencode( wp_trim_words( strip_shortcodes( get_the_content( $post_id ) ), 40 ) ); ?>&amp;source=<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_html_e( 'Share on LinkedIn', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
200
  <span class="oss-icon-wrap">
201
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
202
  <path d="M6.52,22h-4.13V8.667h4.13V22z M4.436,6.92
203
  c-1.349,0-2.442-1.101-2.442-2.46C1.994,3.102,3.087,2,4.436,2s2.442,1.102,2.442,2.46C6.877,5.819,5.784,6.92,4.436,6.92z
204
  M21.994,22h-4.109c0,0,0-5.079,0-6.999c0-1.919-0.73-2.991-2.249-2.991c-1.652,0-2.515,1.116-2.515,2.991c0,2.054,0,6.999,0,6.999
@@ -209,7 +215,7 @@ $classes = implode( ' ', $classes ); ?>
209
  // If name
210
  if ( true == $name
211
  || is_customize_preview() ) { ?>
212
- <span class="oss-name"><?php esc_html_e( 'LinkedIn', 'ocean-social-sharing' ); ?></span>
213
  <?php
214
  } ?>
215
  </a>
@@ -221,9 +227,10 @@ $classes = implode( ' ', $classes ); ?>
221
  if ( 'viber' == $site ) { ?>
222
 
223
  <li class="viber">
224
- <a href="viber://forward?text=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on Viber', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
225
  <span class="oss-icon-wrap">
226
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
227
  <path d="M14.957,5.825c0.764,0.163,1.349,0.453,1.849,0.921c0.643,0.608,0.996,1.343,1.151,2.4
228
  c0.105,0.689,0.062,0.96-0.182,1.184c-0.229,0.209-0.651,0.217-0.907,0.019c-0.186-0.139-0.244-0.286-0.287-0.685
229
  c-0.05-0.53-0.143-0.902-0.302-1.246c-0.341-0.731-0.942-1.111-1.957-1.235c-0.477-0.058-0.62-0.112-0.775-0.294
@@ -252,7 +259,7 @@ $classes = implode( ' ', $classes ); ?>
252
  // If name
253
  if ( true == $name
254
  || is_customize_preview() ) { ?>
255
- <span class="oss-name"><?php esc_html_e( 'Viber', 'ocean-social-sharing' ); ?></span>
256
  <?php
257
  } ?>
258
  </a>
@@ -264,9 +271,10 @@ $classes = implode( ' ', $classes ); ?>
264
  if ( 'vk' == $site ) { ?>
265
 
266
  <li class="vk">
267
- <a href="https://vk.com/share.php?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on VK', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
268
  <span class="oss-icon-wrap">
269
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
270
  <path d="M11.701 18.771h1.437s.433-.047.654-.284c.21-.221.21-.63.21-.63s-.031-1.927.869-2.21c.887-.281 2.012 1.86 3.211 2.683.916.629 1.605.494 1.605.494l3.211-.044s1.682-.105.887-1.426c-.061-.105-.451-.975-2.371-2.76-2.012-1.861-1.742-1.561.676-4.787 1.469-1.965 2.07-3.166 1.875-3.676-.166-.48-1.26-.361-1.26-.361l-3.602.031s-.27-.031-.465.09c-.195.119-.314.391-.314.391s-.572 1.529-1.336 2.82c-1.623 2.729-2.268 2.879-2.523 2.699-.604-.391-.449-1.58-.449-2.432 0-2.641.404-3.75-.781-4.035-.39-.091-.681-.15-1.685-.166-1.29-.014-2.378.01-2.995.311-.405.203-.72.652-.539.675.24.03.779.146 1.064.537.375.506.359 1.636.359 1.636s.211 3.116-.494 3.503c-.495.262-1.155-.28-2.595-2.756-.735-1.26-1.291-2.67-1.291-2.67s-.105-.256-.299-.406c-.227-.165-.557-.225-.557-.225l-3.435.03s-.51.016-.689.24c-.166.195-.016.615-.016.615s2.686 6.287 5.732 9.453c2.79 2.902 5.956 2.715 5.956 2.715l-.05-.055z"/>
271
  </svg>
272
  </span>
@@ -274,7 +282,7 @@ $classes = implode( ' ', $classes ); ?>
274
  // If name
275
  if ( true == $name
276
  || is_customize_preview() ) { ?>
277
- <span class="oss-name"><?php esc_html_e( 'VK', 'ocean-social-sharing' ); ?></span>
278
  <?php
279
  } ?>
280
  </a>
@@ -286,9 +294,10 @@ $classes = implode( ' ', $classes ); ?>
286
  if ( 'reddit' == $site ) { ?>
287
 
288
  <li class="reddit">
289
- <a href="https://www.reddit.com/submit?url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;title=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>" title="<?php esc_html_e( 'Share on Reddit', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
290
  <span class="oss-icon-wrap">
291
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
292
  <path d="M23.999,11.786c0-1.576-1.294-2.858-2.885-2.858c-0.689,0-1.321,0.241-1.817,0.641
293
  c-1.759-1.095-3.991-1.755-6.383-1.895l1.248-3.91l3.43,0.8c0.09,1.237,1.134,2.217,2.405,2.217c1.33,0,2.412-1.072,2.412-2.391
294
  c0-1.318-1.082-2.39-2.412-2.39c-0.93,0-1.739,0.525-2.141,1.291l-3.985-0.93c-0.334-0.078-0.671,0.112-0.775,0.436L11.547,7.65
@@ -309,7 +318,7 @@ $classes = implode( ' ', $classes ); ?>
309
  // If name
310
  if ( true == $name
311
  || is_customize_preview() ) { ?>
312
- <span class="oss-name"><?php esc_html_e( 'Reddit', 'ocean-social-sharing' ); ?></span>
313
  <?php
314
  } ?>
315
  </a>
@@ -321,9 +330,10 @@ $classes = implode( ' ', $classes ); ?>
321
  if ( 'tumblr' == $site ) { ?>
322
 
323
  <li class="tumblr">
324
- <a href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on Tumblr', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
325
  <span class="oss-icon-wrap">
326
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
327
  <path d="M19.44,22.887c-1.034,0.487-1.97,0.828-2.808,1.024
328
  c-0.838,0.195-1.744,0.293-2.718,0.293c-1.106,0-2.083-0.14-2.933-0.418c-0.851-0.279-1.575-0.677-2.175-1.194
329
  c-0.6-0.518-1.017-1.067-1.248-1.649c-0.231-0.581-0.347-1.425-0.347-2.53V9.93H4.56V6.482c0.947-0.309,1.759-0.751,2.434-1.327
@@ -336,7 +346,7 @@ $classes = implode( ' ', $classes ); ?>
336
  // If name
337
  if ( true == $name
338
  || is_customize_preview() ) { ?>
339
- <span class="oss-name"><?php esc_html_e( 'Tumblr', 'ocean-social-sharing' ); ?></span>
340
  <?php
341
  } ?>
342
  </a>
@@ -348,9 +358,10 @@ $classes = implode( ' ', $classes ); ?>
348
  if ( 'viadeo' == $site ) { ?>
349
 
350
  <li class="viadeo">
351
- <a href="https://partners.viadeo.com/share?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on Viadeo', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
 
352
  <span class="oss-icon-wrap">
353
- <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
354
  <path d="M21.046,0.546c-1.011,2.159-2.882,2.557-2.882,2.557c-1.87,0.476-2.525,1.202-2.525,1.202
355
  c-1.871,1.889-0.396,4.181-0.396,4.181c4.039-0.922,5.514-4.259,5.514-4.259c-0.181,2.242-4.986,4.887-4.986,4.887
356
  c1.592,1.565,3.111,1.374,4.112,0.775c1.328-0.795,1.968-2.537,1.968-2.537C23.142,3.484,21.046,0.546,21.046,0.546z
@@ -369,7 +380,7 @@ $classes = implode( ' ', $classes ); ?>
369
  // If name
370
  if ( true == $name
371
  || is_customize_preview() ) { ?>
372
- <span class="oss-name"><?php esc_html_e( 'Viadeo', 'ocean-social-sharing' ); ?></span>
373
  <?php
374
  } ?>
375
  </a>
@@ -381,9 +392,10 @@ $classes = implode( ' ', $classes ); ?>
381
  if ( 'whatsapp' == $site ) { ?>
382
 
383
  <li class="whatsapp">
384
- <a href="whatsapp://send?text=<?php echo rawurlencode( esc_url( $url ) ); ?>" title="<?php esc_html_e( 'Share on WhatsApp', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;" data-action="share/whatsapp/share">
 
385
  <span class="oss-icon-wrap">
386
- <svg class="oss-icon" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
387
  <path id="WhatsApp" d="M90,43.841c0,24.213-19.779,43.841-44.182,43.841c-7.747,0-15.025-1.98-21.357-5.455L0,90l7.975-23.522
388
  c-4.023-6.606-6.34-14.354-6.34-22.637C1.635,19.628,21.416,0,45.818,0C70.223,0,90,19.628,90,43.841z M45.818,6.982
389
  c-20.484,0-37.146,16.535-37.146,36.859c0,8.065,2.629,15.534,7.076,21.61L11.107,79.14l14.275-4.537
@@ -401,7 +413,7 @@ $classes = implode( ' ', $classes ); ?>
401
  // If name
402
  if ( true == $name
403
  || is_customize_preview() ) { ?>
404
- <span class="oss-name"><?php esc_html_e( 'WhatsApp', 'ocean-social-sharing' ); ?></span>
405
  <?php
406
  } ?>
407
  </a>
65
  || is_customize_preview() ) { ?>
66
 
67
  <h3 class="theme-heading social-share-title">
68
+ <span class="text" aria-hidden="true"><?php echo esc_attr( $heading ); ?></span>
69
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Share this content', 'ocean-social-sharing' ); ?></span>
70
  </h3>
71
 
72
  <?php
73
  } ?>
74
 
75
+ <ul class="oss-social-share clr" aria-label="<?php echo esc_attr__( 'Available sharing options', 'ocean-social-sharing' ); ?>">
76
 
77
  <?php
78
  // Loop through sites
97
  $handle = str_replace( '@' , '' , trim( $handle ) ); ?>
98
 
99
  <li class="twitter">
100
+ <a href="https://twitter.com/share?text=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>&amp;url=<?php echo rawurlencode( esc_url( $url ) ); ?><?php if ( $handle ) echo '&amp;via='. esc_attr( $handle ); ?>" aria-label="<?php esc_attr_e( 'Share on Twitter', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
101
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
102
  <span class="oss-icon-wrap">
103
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
104
  <path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"/>
105
  </svg>
106
  </span>
108
  // If name
109
  if ( true == $name
110
  || is_customize_preview() ) { ?>
111
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Twitter', 'ocean-social-sharing' ); ?></span>
112
  <?php
113
  } ?>
114
  </a>
120
  if ( 'facebook' == $site ) { ?>
121
 
122
  <li class="facebook">
123
+ <a href="https://www.facebook.com/sharer.php?u=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Facebook', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
124
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
125
  <span class="oss-icon-wrap">
126
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
127
  <path d="M5.677,12.998V8.123h3.575V6.224C9.252,2.949,11.712,0,14.736,0h3.94v4.874h-3.94
128
  c-0.432,0-0.934,0.524-0.934,1.308v1.942h4.874v4.874h-4.874V24H9.252V12.998H5.677z"/>
129
  </svg>
132
  // If name
133
  if ( true == $name
134
  || is_customize_preview() ) { ?>
135
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Facebook', 'ocean-social-sharing' ); ?></span>
136
  <?php
137
  } ?>
138
  </a>
144
  if ( 'google_plus' == $site ) { ?>
145
 
146
  <li class="googleplus">
147
+ <a href="https://plus.google.com/share?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Google plus', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
148
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
149
  <span class="oss-icon-wrap">
150
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
151
  <path d="M7.636,10.929V13.5h4.331c-0.175,1.104-1.309,3.236-4.331,3.236c-2.607,0-4.735-2.121-4.735-4.736
152
  s2.127-4.736,4.735-4.736c1.484,0,2.476,0.621,3.044,1.157l2.073-1.961C11.422,5.239,9.698,4.5,7.636,4.5C3.415,4.5,0,7.854,0,12
153
  s3.415,7.5,7.636,7.5c4.407,0,7.331-3.043,7.331-7.329c0-0.493-0.055-0.868-0.12-1.243H7.636z"/>
159
  // If name
160
  if ( true == $name
161
  || is_customize_preview() ) { ?>
162
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Google+', 'ocean-social-sharing' ); ?></span>
163
  <?php
164
  } ?>
165
  </a>
171
  if ( 'pinterest' == $site ) { ?>
172
 
173
  <li class="pinterest">
174
+ <a href="https://www.pinterest.com/pin/create/button/?url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;media=<?php echo wp_get_attachment_url( get_post_thumbnail_id( $post_id ) ); ?>&amp;description=<?php echo urlencode( wp_trim_words( strip_shortcodes( get_the_content( $post_id ) ), 40 ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Pinterest', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
175
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
176
  <span class="oss-icon-wrap">
177
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
178
  <path d="M13.757,17.343c-1.487,0-2.886-0.804-3.365-1.717c0,0-0.8,3.173-0.969,3.785
179
  c-0.596,2.165-2.35,4.331-2.487,4.508c-0.095,0.124-0.305,0.085-0.327-0.078c-0.038-0.276-0.485-3.007,0.041-5.235
180
  c0.264-1.118,1.772-7.505,1.772-7.505s-0.44-0.879-0.44-2.179c0-2.041,1.183-3.565,2.657-3.565c1.252,0,1.857,0.94,1.857,2.068
189
  // If name
190
  if ( true == $name
191
  || is_customize_preview() ) { ?>
192
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Pinterest', 'ocean-social-sharing' ); ?></span>
193
  <?php
194
  } ?>
195
  </a>
201
  if ( 'linkedin' == $site ) { ?>
202
 
203
  <li class="linkedin">
204
+ <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;title=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>&amp;summary=<?php echo urlencode( wp_trim_words( strip_shortcodes( get_the_content( $post_id ) ), 40 ) ); ?>&amp;source=<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="<?php esc_attr_e( 'Share on LinkedIn', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
205
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
206
  <span class="oss-icon-wrap">
207
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
208
  <path d="M6.52,22h-4.13V8.667h4.13V22z M4.436,6.92
209
  c-1.349,0-2.442-1.101-2.442-2.46C1.994,3.102,3.087,2,4.436,2s2.442,1.102,2.442,2.46C6.877,5.819,5.784,6.92,4.436,6.92z
210
  M21.994,22h-4.109c0,0,0-5.079,0-6.999c0-1.919-0.73-2.991-2.249-2.991c-1.652,0-2.515,1.116-2.515,2.991c0,2.054,0,6.999,0,6.999
215
  // If name
216
  if ( true == $name
217
  || is_customize_preview() ) { ?>
218
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'LinkedIn', 'ocean-social-sharing' ); ?></span>
219
  <?php
220
  } ?>
221
  </a>
227
  if ( 'viber' == $site ) { ?>
228
 
229
  <li class="viber">
230
+ <a href="viber://forward?text=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Viber', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
231
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
232
  <span class="oss-icon-wrap">
233
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
234
  <path d="M14.957,5.825c0.764,0.163,1.349,0.453,1.849,0.921c0.643,0.608,0.996,1.343,1.151,2.4
235
  c0.105,0.689,0.062,0.96-0.182,1.184c-0.229,0.209-0.651,0.217-0.907,0.019c-0.186-0.139-0.244-0.286-0.287-0.685
236
  c-0.05-0.53-0.143-0.902-0.302-1.246c-0.341-0.731-0.942-1.111-1.957-1.235c-0.477-0.058-0.62-0.112-0.775-0.294
259
  // If name
260
  if ( true == $name
261
  || is_customize_preview() ) { ?>
262
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Viber', 'ocean-social-sharing' ); ?></span>
263
  <?php
264
  } ?>
265
  </a>
271
  if ( 'vk' == $site ) { ?>
272
 
273
  <li class="vk">
274
+ <a href="https://vk.com/share.php?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on VK', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
275
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
276
  <span class="oss-icon-wrap">
277
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
278
  <path d="M11.701 18.771h1.437s.433-.047.654-.284c.21-.221.21-.63.21-.63s-.031-1.927.869-2.21c.887-.281 2.012 1.86 3.211 2.683.916.629 1.605.494 1.605.494l3.211-.044s1.682-.105.887-1.426c-.061-.105-.451-.975-2.371-2.76-2.012-1.861-1.742-1.561.676-4.787 1.469-1.965 2.07-3.166 1.875-3.676-.166-.48-1.26-.361-1.26-.361l-3.602.031s-.27-.031-.465.09c-.195.119-.314.391-.314.391s-.572 1.529-1.336 2.82c-1.623 2.729-2.268 2.879-2.523 2.699-.604-.391-.449-1.58-.449-2.432 0-2.641.404-3.75-.781-4.035-.39-.091-.681-.15-1.685-.166-1.29-.014-2.378.01-2.995.311-.405.203-.72.652-.539.675.24.03.779.146 1.064.537.375.506.359 1.636.359 1.636s.211 3.116-.494 3.503c-.495.262-1.155-.28-2.595-2.756-.735-1.26-1.291-2.67-1.291-2.67s-.105-.256-.299-.406c-.227-.165-.557-.225-.557-.225l-3.435.03s-.51.016-.689.24c-.166.195-.016.615-.016.615s2.686 6.287 5.732 9.453c2.79 2.902 5.956 2.715 5.956 2.715l-.05-.055z"/>
279
  </svg>
280
  </span>
282
  // If name
283
  if ( true == $name
284
  || is_customize_preview() ) { ?>
285
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'VK', 'ocean-social-sharing' ); ?></span>
286
  <?php
287
  } ?>
288
  </a>
294
  if ( 'reddit' == $site ) { ?>
295
 
296
  <li class="reddit">
297
+ <a href="https://www.reddit.com/submit?url=<?php echo rawurlencode( esc_url( $url ) ); ?>&amp;title=<?php echo wp_strip_all_tags( rawurlencode( $title ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Reddit', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
298
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
299
  <span class="oss-icon-wrap">
300
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
301
  <path d="M23.999,11.786c0-1.576-1.294-2.858-2.885-2.858c-0.689,0-1.321,0.241-1.817,0.641
302
  c-1.759-1.095-3.991-1.755-6.383-1.895l1.248-3.91l3.43,0.8c0.09,1.237,1.134,2.217,2.405,2.217c1.33,0,2.412-1.072,2.412-2.391
303
  c0-1.318-1.082-2.39-2.412-2.39c-0.93,0-1.739,0.525-2.141,1.291l-3.985-0.93c-0.334-0.078-0.671,0.112-0.775,0.436L11.547,7.65
318
  // If name
319
  if ( true == $name
320
  || is_customize_preview() ) { ?>
321
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Reddit', 'ocean-social-sharing' ); ?></span>
322
  <?php
323
  } ?>
324
  </a>
330
  if ( 'tumblr' == $site ) { ?>
331
 
332
  <li class="tumblr">
333
+ <a href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Tumblr', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
334
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
335
  <span class="oss-icon-wrap">
336
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
337
  <path d="M19.44,22.887c-1.034,0.487-1.97,0.828-2.808,1.024
338
  c-0.838,0.195-1.744,0.293-2.718,0.293c-1.106,0-2.083-0.14-2.933-0.418c-0.851-0.279-1.575-0.677-2.175-1.194
339
  c-0.6-0.518-1.017-1.067-1.248-1.649c-0.231-0.581-0.347-1.425-0.347-2.53V9.93H4.56V6.482c0.947-0.309,1.759-0.751,2.434-1.327
346
  // If name
347
  if ( true == $name
348
  || is_customize_preview() ) { ?>
349
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Tumblr', 'ocean-social-sharing' ); ?></span>
350
  <?php
351
  } ?>
352
  </a>
358
  if ( 'viadeo' == $site ) { ?>
359
 
360
  <li class="viadeo">
361
+ <a href="https://partners.viadeo.com/share?url=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_attr_e( 'Share on Viadeo', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;">
362
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
363
  <span class="oss-icon-wrap">
364
+ <svg class="oss-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
365
  <path d="M21.046,0.546c-1.011,2.159-2.882,2.557-2.882,2.557c-1.87,0.476-2.525,1.202-2.525,1.202
366
  c-1.871,1.889-0.396,4.181-0.396,4.181c4.039-0.922,5.514-4.259,5.514-4.259c-0.181,2.242-4.986,4.887-4.986,4.887
367
  c1.592,1.565,3.111,1.374,4.112,0.775c1.328-0.795,1.968-2.537,1.968-2.537C23.142,3.484,21.046,0.546,21.046,0.546z
380
  // If name
381
  if ( true == $name
382
  || is_customize_preview() ) { ?>
383
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'Viadeo', 'ocean-social-sharing' ); ?></span>
384
  <?php
385
  } ?>
386
  </a>
392
  if ( 'whatsapp' == $site ) { ?>
393
 
394
  <li class="whatsapp">
395
+ <a href="whatsapp://send?text=<?php echo rawurlencode( esc_url( $url ) ); ?>" aria-label="<?php esc_html_e( 'Share on WhatsApp', 'ocean-social-sharing' ); ?>" onclick="oss_onClick( this.href );return false;" data-action="share/whatsapp/share">
396
+ <span class="screen-reader-text"><?php echo esc_attr__( 'Opens in a new window', 'ocean-social-sharing' ); ?></span>
397
  <span class="oss-icon-wrap">
398
+ <svg class="oss-icon" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" aria-hidden="true" focusable="false">
399
  <path id="WhatsApp" d="M90,43.841c0,24.213-19.779,43.841-44.182,43.841c-7.747,0-15.025-1.98-21.357-5.455L0,90l7.975-23.522
400
  c-4.023-6.606-6.34-14.354-6.34-22.637C1.635,19.628,21.416,0,45.818,0C70.223,0,90,19.628,90,43.841z M45.818,6.982
401
  c-20.484,0-37.146,16.535-37.146,36.859c0,8.065,2.629,15.534,7.076,21.61L11.107,79.14l14.275-4.537
413
  // If name
414
  if ( true == $name
415
  || is_customize_preview() ) { ?>
416
+ <span class="oss-name" aria-hidden="true"><?php esc_html_e( 'WhatsApp', 'ocean-social-sharing' ); ?></span>
417
  <?php
418
  } ?>
419
  </a>