Social Login - Version 3.2

Version Description

  • Identity Provider "Skyrock.com" added
  • Identity Provider "Github.com" added
  • German translations improved
Download this release

Release Info

Developer ClaudeSchlesser
Plugin Icon 128x128 Social Login
Version 3.2
Comparing to
See all releases

Code changes from version 3.1 to 3.2

assets/css/admin.css CHANGED
@@ -1,11 +1,9 @@
1
  /* ********************* Page Wrapper */
2
-
3
  #oa_social_login_page {
4
  width: 700px;
5
  }
6
 
7
  /* ********************* Boxes */
8
-
9
  .oa_social_login_box {
10
  border: 1px solid #CCCCCC;
11
  margin-bottom: 10px;
@@ -52,7 +50,6 @@
52
  }
53
 
54
  /* ********************* Tables */
55
-
56
  .oa_social_login_table {
57
  background-color: #efefef;
58
  border: 1px solid #ccc;
@@ -90,8 +87,8 @@
90
 
91
  .oa_social_login_table tr.row_even,
92
  .oa_social_login_table tr.row_even td {
93
- color: #333;
94
- background-color : #fff;
95
  border-bottom: 1px dotted #bbb;
96
  }
97
 
@@ -179,6 +176,10 @@
179
  background-position: -224px -1px;
180
  }
181
 
 
 
 
 
182
  .oa_social_login_provider.oa_social_login_provider_livejournal {
183
  background-position: -298px -1px;
184
  }
@@ -219,10 +220,14 @@
219
  background-position: -816px -1px;
220
  }
221
 
222
- .oa_social_login_provider.oa_social_login_provider_windowslive {
223
- background-position: -261px -1px;
224
- }
225
-
226
  .oa_social_login_provider.oa_social_login_provider_mailru {
227
  background-position: -853px -1px;
228
  }
 
 
 
 
 
 
 
 
1
  /* ********************* Page Wrapper */
 
2
  #oa_social_login_page {
3
  width: 700px;
4
  }
5
 
6
  /* ********************* Boxes */
 
7
  .oa_social_login_box {
8
  border: 1px solid #CCCCCC;
9
  margin-bottom: 10px;
50
  }
51
 
52
  /* ********************* Tables */
 
53
  .oa_social_login_table {
54
  background-color: #efefef;
55
  border: 1px solid #ccc;
87
 
88
  .oa_social_login_table tr.row_even,
89
  .oa_social_login_table tr.row_even td {
90
+ color: #333;
91
+ background-color: #fff;
92
  border-bottom: 1px dotted #bbb;
93
  }
94
 
176
  background-position: -224px -1px;
177
  }
178
 
179
+ .oa_social_login_provider.oa_social_login_provider_windowslive {
180
+ background-position: -261px -1px;
181
+ }
182
+
183
  .oa_social_login_provider.oa_social_login_provider_livejournal {
184
  background-position: -298px -1px;
185
  }
220
  background-position: -816px -1px;
221
  }
222
 
 
 
 
 
223
  .oa_social_login_provider.oa_social_login_provider_mailru {
224
  background-position: -853px -1px;
225
  }
226
+
227
+ .oa_social_login_provider.oa_social_login_provider_skyrock {
228
+ background-position: -890px -1px;
229
+ }
230
+
231
+ .oa_social_login_provider.oa_social_login_provider_github {
232
+ background-position: -927px -1px;
233
+ }
assets/img/provider_sprite_35_35.png CHANGED
Binary file
includes/admin.php CHANGED
@@ -710,8 +710,8 @@ function oa_display_social_login_settings ()
710
  </div>
711
  <p>
712
  <?php
713
- _e ('Social Login is a plugin that allows your users to comment, login and register with their existing Social Network accounts. If a user is already logged in, the plugin will not be displayed. There no need to offer the user the possibilty to connect with a social network if he is already connected.'); ?>
714
- <strong><?php _e ('You therefore have to logout to see the plugin in action.');?> </strong>
715
  </p>
716
  </div>
717
  <?php
@@ -719,7 +719,7 @@ function oa_display_social_login_settings ()
719
  {
720
  ?>
721
  <div class="oa_social_login_box" id="oa_social_login_box_updated">
722
- <?php _e('Your modifications have been saved successfully!'); ?>
723
  </div>
724
  <?php
725
  }
710
  </div>
711
  <p>
712
  <?php
713
+ _e ('Social Login is a plugin that allows your users to comment, login and register with their existing Social Network accounts. If a user is already logged in, the plugin will not be displayed. There is no need to give the user the possibility to connect with a social network if he is already connected.', 'oa_social_login'); ?>
714
+ <strong><?php _e ('You therefore have to logout to see the plugin in action.', 'oa_social_login');?> </strong>
715
  </p>
716
  </div>
717
  <?php
719
  {
720
  ?>
721
  <div class="oa_social_login_box" id="oa_social_login_box_updated">
722
+ <?php _e('Your modifications have been saved successfully!', 'oa_social_login'); ?>
723
  </div>
724
  <?php
725
  }
includes/settings.php CHANGED
@@ -19,6 +19,12 @@ $oa_social_login_providers = array (
19
  'yahoo' => array (
20
  'name' => 'Yahoo'
21
  ),
 
 
 
 
 
 
22
  'openid' => array (
23
  'name' => 'OpenID'
24
  ),
19
  'yahoo' => array (
20
  'name' => 'Yahoo'
21
  ),
22
+ 'github' => array (
23
+ 'name' => 'Github.com'
24
+ ),
25
+ 'skyrock' => array (
26
+ 'name' => 'Skyrock.com'
27
+ ),
28
  'openid' => array (
29
  'name' => 'OpenID'
30
  ),
includes/user_interface.php CHANGED
@@ -329,7 +329,7 @@ function oa_social_login_render_login_form ($source, $args = array())
329
  //No providers selected
330
  if (count ($providers) == 0)
331
  {
332
- $output = '<div style="color:white;background-color:red;">[Social Login] '.__ ('Please enable at least one social network!').'</div>';
333
  }
334
  //Providers selected
335
  else
@@ -356,7 +356,7 @@ function oa_social_login_render_login_form ($source, $args = array())
356
  $output [] = ' "css_theme_uri": "' . $css_theme_uri . '" ';
357
  $output [] = ' });';
358
  $output [] = ' </script>';
359
- $output [] = ' <!-- oneall.com / Social Login for Wordpress / v3.0 -->';
360
  $output [] = '</div>';
361
 
362
  //Done
@@ -450,13 +450,13 @@ function oa_social_login_request_email()
450
  if (strlen (trim ($caption)) > 0)
451
  {
452
  ?>
453
- <div class="oa_social_login_modal_notice"><?php printf ($caption, $oa_social_login_identity_provider); ?></div>
454
  <?php
455
  }
456
  ?>
457
  <div class="oa_social_login_modal_body">
458
  <div class="oa_social_login_modal_subtitle">
459
- Your email address:
460
  </div>
461
  <form method="post" action="">
462
  <fieldset>
@@ -468,7 +468,7 @@ function oa_social_login_request_email()
468
  <?php echo $message; ?>
469
  </div>
470
  <div class="oa_social_login_modal_button">
471
- <input type="submit" value="Confirm my email address" class="inputbutton" />
472
  </div>
473
  </fieldset>
474
  </form>
329
  //No providers selected
330
  if (count ($providers) == 0)
331
  {
332
+ $output = '<div style="color:white;background-color:red;">[Social Login] '.__ ('Please enable at least one social network!', 'oa_social_login').'</div>';
333
  }
334
  //Providers selected
335
  else
356
  $output [] = ' "css_theme_uri": "' . $css_theme_uri . '" ';
357
  $output [] = ' });';
358
  $output [] = ' </script>';
359
+ $output [] = ' <!-- oneall.com / Social Login for Wordpress / v'.constant('OA_SOCIAL_LOGIN_VERSION').' -->';
360
  $output [] = '</div>';
361
 
362
  //Done
450
  if (strlen (trim ($caption)) > 0)
451
  {
452
  ?>
453
+ <div class="oa_social_login_modal_notice"><?php echo str_replace ('%s', $oa_social_login_identity_provider, $caption); ?></div>
454
  <?php
455
  }
456
  ?>
457
  <div class="oa_social_login_modal_body">
458
  <div class="oa_social_login_modal_subtitle">
459
+ <?php _e ('Your email address', 'oa_social_login'); ?>:
460
  </div>
461
  <form method="post" action="">
462
  <fieldset>
468
  <?php echo $message; ?>
469
  </div>
470
  <div class="oa_social_login_modal_button">
471
+ <input type="submit" value="<?php _e ('Confirm my email address', 'oa_social_login'); ?>" class="inputbutton" />
472
  </div>
473
  </fieldset>
474
  </form>
languages/oa_social_login-de_DE.mo CHANGED
Binary file
languages/oa_social_login-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Login\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-04-13 17:32+0100\n"
6
- "PO-Revision-Date: 2012-04-13 17:50+0100\n"
7
  "Last-Translator: Claude Schlesser <cschlesser@oneall.com>\n"
8
  "Language-Team: \n"
9
  "Language: \n"
@@ -16,43 +16,51 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: oa-social-login.php:23
20
  #, php-format
21
  msgid "This plugin requires WordPress %s or newer. Please update your WordPress installation to activate this plugin."
22
  msgstr "Dieses Plugin benötigt Wordpress %s oder höher. Bitte aktualisieren Sie Ihr Wordpress bevor Sie das Plugin installieren"
23
 
24
- #: oa-social-login.php:45
25
  #: includes/admin.php:58
26
- #: includes/admin.php:694
27
  msgid "Settings"
28
  msgstr "Einstellungen"
29
 
30
- #: includes/user_interface.php:278
31
  msgid "Please enable at least one social network!"
32
  msgstr "Bitte aktivieren Sie mindestens ein soziales Netzwerk!"
33
 
34
- #: includes/user_interface.php:349
35
  msgid "Please enter your email address"
36
- msgstr "Bitte geben Sie Ihre Email-Adresse ein"
37
 
38
- #: includes/user_interface.php:355
39
  msgid "This email is not valid"
40
- msgstr "Diese Email-Adresse ist ungültig"
41
 
42
- #: includes/user_interface.php:360
43
  msgid "This email is already used by another account"
44
- msgstr "Diese Email-Adresse wird bereits verwendet"
45
 
46
- #: includes/user_interface.php:381
47
- #: includes/admin.php:875
48
  #, php-format
49
  msgid "<strong>We unfortunately could not retrieve your email address from %s.</strong> Please enter your email address in the form below in order to continue."
50
- msgstr "<strong>Wir konnten Ihre Email-Adresse leider nicht über Ihr %s Konto ermitteln.</strong> Bitte geben Sie Ihre Email-Adresse nachfolgen an."
51
 
52
- #: includes/user_interface.php:393
53
  #, php-format
54
  msgid "You have successfully connected with %s!"
55
- msgstr "Sie haben Sie erfolgreicht mit %s angemeldet!"
 
 
 
 
 
 
 
 
56
 
57
  #: includes/widget.php:14
58
  msgid "Allow your visitors to login and register with social networks like Twitter, Facebook, LinkedIn, Hyves, Google and Yahoo."
@@ -92,254 +100,254 @@ msgstr "Anmeldeformular"
92
 
93
  #: includes/admin.php:54
94
  #: includes/admin.php:65
95
- #: includes/admin.php:494
96
  msgid "Setup"
97
  msgstr "Einrichten"
98
 
99
  #: includes/admin.php:111
100
  msgid "Thank you for using the Social Login Plugin!"
101
- msgstr "Danke dass Sie Social Login installiert haben!"
102
 
103
  #: includes/admin.php:111
104
  #, php-format
105
  msgid "Please go to the <strong><a href=\"%s\">Social Login\\Setup</a></strong> page to setup the plugin."
106
  msgstr "Bitte rufen Sie die Seite <strong><a href=\"%s\">Einstellungen\\Social Login</a></strong> auf, um das Plugin zu konfigurieren."
107
 
108
- #: includes/admin.php:274
109
  msgid "Contacting API - please wait ..."
110
  msgstr "Teste Einstellungen - bitte warten ..."
111
 
112
- #: includes/admin.php:275
113
  msgid "The settings are correct - do not forget to save your changes!"
114
  msgstr "Die Einstellungen sind korrekt! Vergessen Sie nicht abzuspeichern!"
115
 
116
- #: includes/admin.php:276
117
  msgid "Please fill out each of the fields above."
118
  msgstr "Bitte füllen Sie alle Felder aus"
119
 
120
- #: includes/admin.php:277
121
  msgid "The subdomain does not exist. Have you filled it out correctly?"
122
  msgstr "Subdomain wurde nicht gefunden. Haben Sie sie richtig ausgefüllt?"
123
 
124
- #: includes/admin.php:278
125
  msgid "The subdomain has a wrong syntax!"
126
  msgstr "Die Subdomain ist ungültig"
127
 
128
- #: includes/admin.php:279
129
  msgid "Could not contact API. Are outbound requests on port 443 allowed?"
130
  msgstr "Keine Verbindung zur API. Eventuell blockiert Ihre Firewall Anfragen auf Port 443."
131
 
132
- #: includes/admin.php:280
133
  msgid "The API subdomain is correct, but one or both keys are invalid"
134
  msgstr "Die API-Subdomain ist korrekt, aber die Schlüssel stimmen nicht."
135
 
136
- #: includes/admin.php:281
137
  msgid "Connection handler does not work, try using the Autodetection"
138
  msgstr "Verbindungsfehler! Bitte nutzen Sie die automatische Erkennung"
139
 
140
- #: includes/admin.php:282
141
  msgid "Autodetected PHP CURL - do not forget to save your changes!"
142
  msgstr "PHP CURL gefunden! Vergessen Sie nicht abzuspeichern!"
143
 
144
- #: includes/admin.php:283
145
  msgid "Autodetected PHP FSOCKOPEN - do not forget to save your changes!"
146
  msgstr "PHP FSOCKOPEN gefunden! Vergessen Sie nicht abzuspeichern!"
147
 
148
- #: includes/admin.php:284
149
  #, php-format
150
  msgid "Autodetection Error - our <a href=\"%s\" target=\"_blank\">documentation</a> helps you fix this issue."
151
  msgstr "Verbindungsfehler - in unserer <a href=\"%s\" target=\"_blank\">Dokumentation</a> finden Sie die Lösung."
152
 
153
- #: includes/admin.php:501
154
  msgid "Allow your visitors to comment, login and register with social networks like Twitter, Facebook, LinkedIn, Hyves, VKontakte, Google or Yahoo."
155
  msgstr "Erlauben Sie Ihren Besuchern, sich mit sozialen Netzwerk wie z.B. Twitter, Facebook, LinkedIn, Hyves, VKontakte, Google oder Yahoo anzumelden, und Kommentare zu hinterlassen."
156
 
157
- #: includes/admin.php:502
158
  msgid "Draw a larger audience and increase user engagement in a few simple steps."
159
  msgstr "Steigern Sie die Beteilung Ihrer Nutzer auf einfachste Art und Weise."
160
 
161
- #: includes/admin.php:506
162
  msgid "Get Started!"
163
  msgstr "Los gehts!"
164
 
165
- #: includes/admin.php:509
166
  #, php-format
167
  msgid "To be able to use this plugin you first of all need to create a free account at %s and setup a Site."
168
  msgstr "Um dieses Plugin nutzen zu können, müssen Sie sich zunächst kostenlos ein Konto bei %s anmelden."
169
 
170
- #: includes/admin.php:510
171
  msgid "After having created your account and setup your Site, please enter the Site settings in the form below."
172
  msgstr "Nachdem Sie Ihr Konto angemeldet haben, müssen Sie die API-Daten in nachfolgendes Formular eintragen."
173
 
174
- #: includes/admin.php:511
175
  msgid "Don't worry the setup only takes a couple of minutes! Let's get started!"
176
  msgstr "Keine Sorge! Die Einrichtung dauert nur wenige Minuten."
177
 
178
- #: includes/admin.php:514
179
  msgid "Click here to setup your free account"
180
  msgstr "Kostenloses Konto anmelden"
181
 
182
- #: includes/admin.php:517
183
  #, php-format
184
  msgid "You are in good company! This plugin is used on more than %s websites!"
185
  msgstr "Mehr als %s Webseiten nutzen dieses Plugin. Seien Sie dabei!"
186
 
187
- #: includes/admin.php:527
188
  msgid "Your API Account is setup correctly"
189
  msgstr "Die API-Daten sind korrekt"
190
 
191
- #: includes/admin.php:530
192
  msgid "Login to your account to manage your providers and access your Social Insights."
193
  msgstr "Loggen Sie sich in Ihr Konto ein, um Einstellungen vorzunehmen und Statistiken einzusehen."
194
 
195
- #: includes/admin.php:531
196
  msgid "Determine which social networks are popular amongst your users and tailor your registration experience to increase your users' engagement."
197
  msgstr "Finden Sie heraus, welche sozialen Netzwerke unter Ihren Besuchern beliebt sind, und steigern Sie die Beteilung Ihrer Besucher."
198
 
199
- #: includes/admin.php:534
200
  msgid "Click here to login to your account"
201
  msgstr "Klicken Sie hier, um sich in Ihr Konto einloggen"
202
 
203
- #: includes/admin.php:542
204
  msgid "Help, Updates &amp; Documentation"
205
  msgstr "Hilfe, Updates &amp; Dokumentation"
206
 
207
- #: includes/admin.php:545
208
  #, php-format
209
  msgid "<a target=\"_blank\" href=\"%s\">Follow us on Twitter</a> to stay informed about updates"
210
  msgstr "<a target=\"_blank\" href=\"%s\">Folgen Sie uns auf Twitter</a>, um auf dem Laufenden zu bleiben"
211
 
212
- #: includes/admin.php:546
213
  #, php-format
214
  msgid "<a target=\"_blank\" href=\"%s\">Read the online documentation</a> for more information about this plugin"
215
  msgstr "<a target=\"_blank\" href=\"%s\">Lesen Sie unsere Dokumentation</a> für zusätzliche Information"
216
 
217
- #: includes/admin.php:547
218
  #, php-format
219
  msgid "<a target=\"_blank\" href=\"%s\">Contact us</a> if you have feedback or need assistance"
220
  msgstr "<a target=\"_blank\" href=\"%s\">Schreiben Sie uns</a>, falls Sie Hilfe benötigen"
221
 
222
- #: includes/admin.php:557
223
- #: includes/admin.php:716
224
  msgid "Your modifications have been saved successfully!"
225
  msgstr "Ihre Einstellungen wurden erfolgreich gespeichert!"
226
 
227
- #: includes/admin.php:571
228
- #: includes/admin.php:579
229
  msgid "API Connection Handler"
230
  msgstr "API Kommunikation"
231
 
232
- #: includes/admin.php:583
233
  msgid "Use PHP CURL to communicate with the API"
234
  msgstr "PHP CURL verwenden"
235
 
236
- #: includes/admin.php:583
237
- #: includes/admin.php:750
238
  #: includes/admin.php:763
239
- #: includes/admin.php:783
240
- #: includes/admin.php:796
241
- #: includes/admin.php:812
242
- #: includes/admin.php:836
243
- #: includes/admin.php:850
244
- #: includes/admin.php:873
245
- #: includes/admin.php:889
246
- #: includes/admin.php:903
247
- #: includes/admin.php:918
248
- #: includes/admin.php:940
249
  msgid "Default"
250
  msgstr "Standard"
251
 
252
- #: includes/admin.php:584
253
  msgid "Using CURL is recommended but it might be disabled on some servers."
254
  msgstr "Empfohlene Einstellung, auf manchen Serven aber deaktiviert."
255
 
256
- #: includes/admin.php:590
257
  msgid "Use PHP FSOCKOPEN to communicate with the API"
258
  msgstr "PHP FSOCKOPEN verwenden"
259
 
260
- #: includes/admin.php:591
261
  msgid "Try using FSOCKOPEN if you encounter any problems with CURL."
262
  msgstr "Verwenden Sie FSOCKEN wenn Probleme mit CURL auftreten sollten."
263
 
264
- #: includes/admin.php:596
265
  msgid "Autodetect API Connection"
266
  msgstr "Automatisch erkennen"
267
 
268
- #: includes/admin.php:606
269
  msgid "API Settings"
270
  msgstr "API Einstellungen"
271
 
272
- #: includes/admin.php:609
273
  msgid "Click here to create and view your API Credentials"
274
  msgstr "Klicken Sie hier, um Ihre API-Daten einzusehen"
275
 
276
- #: includes/admin.php:615
277
  msgid "API Subdomain"
278
  msgstr "API Subdomain"
279
 
280
- #: includes/admin.php:623
281
  msgid "API Public Key"
282
  msgstr "API Public Key"
283
 
284
- #: includes/admin.php:631
285
  msgid "API Private Key"
286
  msgstr "API Private Key"
287
 
288
- #: includes/admin.php:639
289
  msgid "Verify API Settings"
290
  msgstr "API-Einstellungen überprüfen"
291
 
292
- #: includes/admin.php:649
293
  msgid "Enable the social networks/identity providers of your choice"
294
  msgstr "Wählen Sie die sozialen Netzwerke aus:"
295
 
296
- #: includes/admin.php:665
297
  #, php-format
298
  msgid "To enable cyrillic usernames, you might need <a target=\"_blank\" href=\"%s\">this plugin</a>"
299
  msgstr "Um kyrillische Zeichen zu verwenden, brauchen Sie <a target=\"_blank\" href=\"%s\">dieses Plugin</a>"
300
 
301
- #: includes/admin.php:676
302
- #: includes/admin.php:947
303
  msgid "Save Changes"
304
  msgstr "Einstellungen speichern"
305
 
306
- #: includes/admin.php:703
307
  msgid "Logout to see the plugin in action!"
308
  msgstr "Sie müssen ausloggen, um das Plugin testen zu können."
309
 
310
- #: includes/admin.php:707
311
- msgid "Social Login is a plugin that allows your users to comment, login and register with their existing Social Network accounts. If a user is already logged in, the plugin will not be displayed. There no need to offer the user the possibilty to connect with a social network if he is already connected."
312
- msgstr "Social Login erlaubt es Ihren Benutzern, sich mit dem Konto eines sozialen Netzwerks anzumelden. Bei Benutzern die bereits eingeloggt sind wird das Plugin daher nicht angezeigt. Der Benutzer ist ja bereits angemeldet und benötigt keine weitere Anmeldenmöglichkeit."
313
 
314
- #: includes/admin.php:708
315
  msgid "You therefore have to logout to see the plugin in action."
316
  msgstr "Sie müssen Sich aus diesem Grund ausloggen, um das Plugin testen zu können."
317
 
318
- #: includes/admin.php:725
319
  msgid "Basic Settings"
320
  msgstr "Grundeinstellungen"
321
 
322
- #: includes/admin.php:731
323
  msgid "Enter the description to be displayed above the social network login buttons (leave empty for none):"
324
  msgstr "Welcher Text soll über den Icons der sozialen Netzwerk angezeigt werden (ggf. leer lassen) ?"
325
 
326
- #: includes/admin.php:736
327
  msgid "Connect with:"
328
  msgstr "Einloggen mit:"
329
 
330
- #: includes/admin.php:741
331
  msgid "If the user's social network profile has an avatar thumbnail, should we show it as default avatar for the user?"
332
  msgstr "Wollen Sie die Nutzer-Avatare der sozialen Netwerke gegebenenfalls verwenden?"
333
 
334
- #: includes/admin.php:749
335
  msgid "Yes, show user avatars from social networks if available"
336
  msgstr "Ja, zeige den sozialen Avatar des Benutzer in den Kommentaren dieses Benutzers an"
337
 
338
- #: includes/admin.php:750
339
  msgid "No, display the default avatars"
340
  msgstr "Nein, zeige die Standard-Avatare"
341
 
342
- #: includes/admin.php:755
343
  msgid "Do you want to use the default or the small social network buttons?"
344
  msgstr "Wollen Sie die standard -oder kleinere Icons für soziale Netzwerke verwenden?"
345
 
@@ -353,143 +361,143 @@ msgstr "Standard-Icons verwenden (%s)"
353
  msgid "Use the small social network buttons (%s)"
354
  msgstr "Kleine Icons verwenden (%s)"
355
 
356
- #: includes/admin.php:772
357
  msgid "Comment Settings"
358
  msgstr "Einstellungen: Kommentare"
359
 
360
- #: includes/admin.php:777
361
  msgid "Show the Social Login buttons in the comment area?"
362
  msgstr "Das Plugin über dem Kommentare-Formular anzeigen?"
363
 
364
- #: includes/admin.php:783
365
- #: includes/admin.php:796
366
  msgid "Yes, show the Social Login buttons"
367
  msgstr "Ja, zeige das Plugin an"
368
 
369
- #: includes/admin.php:784
370
- #: includes/admin.php:797
371
  msgid "No, do not show the Social Login buttons"
372
  msgstr "Nein, Plugin nicht anzeigen"
373
 
374
- #: includes/admin.php:789
375
  msgid "Show the Social Login buttons in the comment area if comments are disabled for guests?"
376
  msgstr "Login mit einem sozialen Netzwerk anbieten falls Kommentare für Gäste deaktiviert sind?"
377
 
378
- #: includes/admin.php:795
379
  msgid "The buttons will be displayed below the \"You must be logged in to leave a comment\" notice."
380
  msgstr "Die Icons werden unter \"Du musst angemeldet sein, um einen Kommentar abzugeben\" angezeigt."
381
 
382
- #: includes/admin.php:803
383
  msgid "Automatically approve comments left by users that connected by using Social Login?"
384
  msgstr "Kommentare automatisch freischalten, falls dessen Autor sich mit SocialLogin eingeloggt hat?"
385
 
386
- #: includes/admin.php:811
387
  msgid "Yes, automatically approve comments made by users that connected with Social Login"
388
  msgstr "Ja, Kommentare automatisch freischalten"
389
 
390
- #: includes/admin.php:812
391
  msgid "No, do not automatically approve"
392
  msgstr "Nein, Kommentare nicht automatisch freischalten"
393
 
394
- #: includes/admin.php:822
395
  msgid "Login Settings"
396
  msgstr "Einstellungen: Einloggen"
397
 
398
- #: includes/admin.php:828
399
  msgid "Do you want to display the social network login buttons below the login form of your blog?"
400
  msgstr "Das Plugin auf der Login-Seite Ihres Blogs anzeigen?"
401
 
402
- #: includes/admin.php:836
403
  msgid "Yes, display the social network buttons below the login form"
404
  msgstr "Ja, die Icons der sozialen Netzwerke auf der Login-Seite anzeigen"
405
 
406
- #: includes/admin.php:837
407
  msgid "No, disable social network buttons in the login form"
408
  msgstr "Nein, keine Icons auf der Login-Seite anzeigen"
409
 
410
- #: includes/admin.php:842
411
  msgid "Where should existing users be redirected to after having logged in with their social network account?"
412
  msgstr "Wohin sollen Nutzer weitergeleitet werden, nachdem Sie sich mit einem sozialen Netzwerk eingeloggt haben?"
413
 
414
- #: includes/admin.php:850
415
- #: includes/admin.php:917
416
  msgid "Redirect users to the homepage of my blog"
417
  msgstr "Weiterleitung zur Hauptseite meines Blogs"
418
 
419
- #: includes/admin.php:851
420
- #: includes/admin.php:918
421
  msgid "Redirect users to their account dashboard"
422
  msgstr "Weiterleitung zur Profilseite des Nutzers"
423
 
424
- #: includes/admin.php:852
425
- #: includes/admin.php:919
426
  msgid "Redirect users to the following url"
427
  msgstr "Weiterleitung zu dieser URL"
428
 
429
- #: includes/admin.php:860
430
  msgid "Registration Settings"
431
  msgstr "Einstellungen: Anmeldung"
432
 
433
- #: includes/admin.php:865
434
  msgid "Some social networks do not provide their user's email. Ask the user to enter it manually in this case?"
435
  msgstr "Müssen Benutzer Ihre Email-Adresse angeben, falls diese nicht über das soziale Netzwerk ermittelt werden kann?"
436
 
437
- #: includes/admin.php:873
438
  msgid "No, simplify the registration by automatically creating a placeholder email"
439
  msgstr "Nein, in diesem Fall eine Platzhalter-Email anlegen (vereinfach die Registrierung)"
440
 
441
- #: includes/admin.php:874
442
  msgid "Yes, require the user to enter this email address manually and display this message:"
443
  msgstr "Ja, Benutzer mit folgendem Text auffordern, seine Email-Adresse einzugeben:"
444
 
445
- #: includes/admin.php:876
446
  #, php-format
447
  msgid "HTML is allowed, the placeholder %s is replaced by the name of the social network used to connect."
448
  msgstr "HTML ist erlaubt, der Platzhalter %s wird durch den Namen des sozialen Netzwerks ersetzt."
449
 
450
- #: includes/admin.php:881
451
  msgid "If the email address of the social network profile is verified, should we try to link it to an existing account?"
452
  msgstr "Sollen soziale Profile mit überprüfter Email mit vorhandenen Blog-Nutzern verknüpft werden?"
453
 
454
- #: includes/admin.php:889
455
  msgid "Yes, try to link verified social network profiles to existing blog accounts"
456
  msgstr "Ja, verknüpfe soziale Profile gegebenenfalls mit vorhanden Nutzern"
457
 
458
- #: includes/admin.php:890
459
  msgid "No, disable account linking"
460
  msgstr "Nein, keine Verknüpfung"
461
 
462
- #: includes/admin.php:895
463
  msgid "Do you want to display the social network login buttons below the registration form of your blog?"
464
  msgstr "Das Plugin auf der Anmelden-Seite Ihres Blogs anzeigen?"
465
 
466
- #: includes/admin.php:903
467
  msgid "Yes, display the social network buttons below the registration form"
468
  msgstr "Ja, die Icons der sozialen Netzwerke auf der Anmelden-Seite anzeigen"
469
 
470
- #: includes/admin.php:904
471
  msgid "No, disable social network buttons in the registration form"
472
  msgstr "Nein, keine Icons auf der Anmelden-Seite anzeigen"
473
 
474
- #: includes/admin.php:909
475
  msgid "Where should new users be redirected to after having registered with their social network account?"
476
- msgstr "Wohin sollen Nutzer weitergeleitet werden, nach sie ein Konto mit einem sozialen Netzwerk angelegt haben?"
477
 
478
- #: includes/admin.php:928
479
  msgid "Administration Settings"
480
  msgstr "Einstellungen: Administrationsmenü"
481
 
482
- #: includes/admin.php:933
483
  msgid "Display the social networks used to connect in the user list of the administration area ?"
484
  msgstr "Sollen die verwendeten sozialen Netzwerke in der Benutzerliste angezeigt werden?"
485
 
486
- #: includes/admin.php:939
487
  msgid "Yes, add a new column to the user list and display the used social network"
488
  msgstr "Ja, eine weitere Spalte in der Benutzerliste anzeigen"
489
 
490
- #: includes/admin.php:940
491
  msgid "No, no not display the social network in the user list"
492
- msgstr "Nein, soziale Netzwerk nicht anzeigen"
493
 
494
  #~ msgid "The API credentials are wrong"
495
  #~ msgstr "Die API-Nutzerdaten sind ungültig"
2
  msgstr ""
3
  "Project-Id-Version: Social Login\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-05-24 16:02+0100\n"
6
+ "PO-Revision-Date: 2012-05-24 16:04+0100\n"
7
  "Last-Translator: Claude Schlesser <cschlesser@oneall.com>\n"
8
  "Language-Team: \n"
9
  "Language: \n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: oa-social-login.php:24
20
  #, php-format
21
  msgid "This plugin requires WordPress %s or newer. Please update your WordPress installation to activate this plugin."
22
  msgstr "Dieses Plugin benötigt Wordpress %s oder höher. Bitte aktualisieren Sie Ihr Wordpress bevor Sie das Plugin installieren"
23
 
24
+ #: oa-social-login.php:46
25
  #: includes/admin.php:58
26
+ #: includes/admin.php:700
27
  msgid "Settings"
28
  msgstr "Einstellungen"
29
 
30
+ #: includes/user_interface.php:332
31
  msgid "Please enable at least one social network!"
32
  msgstr "Bitte aktivieren Sie mindestens ein soziales Netzwerk!"
33
 
34
+ #: includes/user_interface.php:403
35
  msgid "Please enter your email address"
36
+ msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
37
 
38
+ #: includes/user_interface.php:409
39
  msgid "This email is not valid"
40
+ msgstr "Diese E-Mail-Adresse ist ungültig"
41
 
42
+ #: includes/user_interface.php:414
43
  msgid "This email is already used by another account"
44
+ msgstr "Diese E-Mail-Adresse wird bereits verwendet"
45
 
46
+ #: includes/user_interface.php:435
47
+ #: includes/admin.php:862
48
  #, php-format
49
  msgid "<strong>We unfortunately could not retrieve your email address from %s.</strong> Please enter your email address in the form below in order to continue."
50
+ msgstr "<strong>Wir konnten Ihre E-Mail-Adresse leider nicht über Ihr %s Konto ermitteln.</strong> Bitte geben Sie Ihre Email-Adresse nachfolgend an."
51
 
52
+ #: includes/user_interface.php:447
53
  #, php-format
54
  msgid "You have successfully connected with %s!"
55
+ msgstr "Sie haben Sich erfolgreicht mit %s angemeldet!"
56
+
57
+ #: includes/user_interface.php:459
58
+ msgid "Your email address"
59
+ msgstr "Ihre E-Mail-Adresse"
60
+
61
+ #: includes/user_interface.php:471
62
+ msgid "Confirm my email address"
63
+ msgstr "Bitte bestätigen Sie Ihre E-Mail-Adresse"
64
 
65
  #: includes/widget.php:14
66
  msgid "Allow your visitors to login and register with social networks like Twitter, Facebook, LinkedIn, Hyves, Google and Yahoo."
100
 
101
  #: includes/admin.php:54
102
  #: includes/admin.php:65
103
+ #: includes/admin.php:500
104
  msgid "Setup"
105
  msgstr "Einrichten"
106
 
107
  #: includes/admin.php:111
108
  msgid "Thank you for using the Social Login Plugin!"
109
+ msgstr "Danke, dass Sie Social Login installiert haben!"
110
 
111
  #: includes/admin.php:111
112
  #, php-format
113
  msgid "Please go to the <strong><a href=\"%s\">Social Login\\Setup</a></strong> page to setup the plugin."
114
  msgstr "Bitte rufen Sie die Seite <strong><a href=\"%s\">Einstellungen\\Social Login</a></strong> auf, um das Plugin zu konfigurieren."
115
 
116
+ #: includes/admin.php:275
117
  msgid "Contacting API - please wait ..."
118
  msgstr "Teste Einstellungen - bitte warten ..."
119
 
120
+ #: includes/admin.php:276
121
  msgid "The settings are correct - do not forget to save your changes!"
122
  msgstr "Die Einstellungen sind korrekt! Vergessen Sie nicht abzuspeichern!"
123
 
124
+ #: includes/admin.php:277
125
  msgid "Please fill out each of the fields above."
126
  msgstr "Bitte füllen Sie alle Felder aus"
127
 
128
+ #: includes/admin.php:278
129
  msgid "The subdomain does not exist. Have you filled it out correctly?"
130
  msgstr "Subdomain wurde nicht gefunden. Haben Sie sie richtig ausgefüllt?"
131
 
132
+ #: includes/admin.php:279
133
  msgid "The subdomain has a wrong syntax!"
134
  msgstr "Die Subdomain ist ungültig"
135
 
136
+ #: includes/admin.php:280
137
  msgid "Could not contact API. Are outbound requests on port 443 allowed?"
138
  msgstr "Keine Verbindung zur API. Eventuell blockiert Ihre Firewall Anfragen auf Port 443."
139
 
140
+ #: includes/admin.php:281
141
  msgid "The API subdomain is correct, but one or both keys are invalid"
142
  msgstr "Die API-Subdomain ist korrekt, aber die Schlüssel stimmen nicht."
143
 
144
+ #: includes/admin.php:282
145
  msgid "Connection handler does not work, try using the Autodetection"
146
  msgstr "Verbindungsfehler! Bitte nutzen Sie die automatische Erkennung"
147
 
148
+ #: includes/admin.php:283
149
  msgid "Autodetected PHP CURL - do not forget to save your changes!"
150
  msgstr "PHP CURL gefunden! Vergessen Sie nicht abzuspeichern!"
151
 
152
+ #: includes/admin.php:284
153
  msgid "Autodetected PHP FSOCKOPEN - do not forget to save your changes!"
154
  msgstr "PHP FSOCKOPEN gefunden! Vergessen Sie nicht abzuspeichern!"
155
 
156
+ #: includes/admin.php:285
157
  #, php-format
158
  msgid "Autodetection Error - our <a href=\"%s\" target=\"_blank\">documentation</a> helps you fix this issue."
159
  msgstr "Verbindungsfehler - in unserer <a href=\"%s\" target=\"_blank\">Dokumentation</a> finden Sie die Lösung."
160
 
161
+ #: includes/admin.php:507
162
  msgid "Allow your visitors to comment, login and register with social networks like Twitter, Facebook, LinkedIn, Hyves, VKontakte, Google or Yahoo."
163
  msgstr "Erlauben Sie Ihren Besuchern, sich mit sozialen Netzwerk wie z.B. Twitter, Facebook, LinkedIn, Hyves, VKontakte, Google oder Yahoo anzumelden, und Kommentare zu hinterlassen."
164
 
165
+ #: includes/admin.php:508
166
  msgid "Draw a larger audience and increase user engagement in a few simple steps."
167
  msgstr "Steigern Sie die Beteilung Ihrer Nutzer auf einfachste Art und Weise."
168
 
169
+ #: includes/admin.php:512
170
  msgid "Get Started!"
171
  msgstr "Los gehts!"
172
 
173
+ #: includes/admin.php:515
174
  #, php-format
175
  msgid "To be able to use this plugin you first of all need to create a free account at %s and setup a Site."
176
  msgstr "Um dieses Plugin nutzen zu können, müssen Sie sich zunächst kostenlos ein Konto bei %s anmelden."
177
 
178
+ #: includes/admin.php:516
179
  msgid "After having created your account and setup your Site, please enter the Site settings in the form below."
180
  msgstr "Nachdem Sie Ihr Konto angemeldet haben, müssen Sie die API-Daten in nachfolgendes Formular eintragen."
181
 
182
+ #: includes/admin.php:517
183
  msgid "Don't worry the setup only takes a couple of minutes! Let's get started!"
184
  msgstr "Keine Sorge! Die Einrichtung dauert nur wenige Minuten."
185
 
186
+ #: includes/admin.php:520
187
  msgid "Click here to setup your free account"
188
  msgstr "Kostenloses Konto anmelden"
189
 
190
+ #: includes/admin.php:523
191
  #, php-format
192
  msgid "You are in good company! This plugin is used on more than %s websites!"
193
  msgstr "Mehr als %s Webseiten nutzen dieses Plugin. Seien Sie dabei!"
194
 
195
+ #: includes/admin.php:533
196
  msgid "Your API Account is setup correctly"
197
  msgstr "Die API-Daten sind korrekt"
198
 
199
+ #: includes/admin.php:536
200
  msgid "Login to your account to manage your providers and access your Social Insights."
201
  msgstr "Loggen Sie sich in Ihr Konto ein, um Einstellungen vorzunehmen und Statistiken einzusehen."
202
 
203
+ #: includes/admin.php:537
204
  msgid "Determine which social networks are popular amongst your users and tailor your registration experience to increase your users' engagement."
205
  msgstr "Finden Sie heraus, welche sozialen Netzwerke unter Ihren Besuchern beliebt sind, und steigern Sie die Beteilung Ihrer Besucher."
206
 
207
+ #: includes/admin.php:540
208
  msgid "Click here to login to your account"
209
  msgstr "Klicken Sie hier, um sich in Ihr Konto einloggen"
210
 
211
+ #: includes/admin.php:548
212
  msgid "Help, Updates &amp; Documentation"
213
  msgstr "Hilfe, Updates &amp; Dokumentation"
214
 
215
+ #: includes/admin.php:551
216
  #, php-format
217
  msgid "<a target=\"_blank\" href=\"%s\">Follow us on Twitter</a> to stay informed about updates"
218
  msgstr "<a target=\"_blank\" href=\"%s\">Folgen Sie uns auf Twitter</a>, um auf dem Laufenden zu bleiben"
219
 
220
+ #: includes/admin.php:552
221
  #, php-format
222
  msgid "<a target=\"_blank\" href=\"%s\">Read the online documentation</a> for more information about this plugin"
223
  msgstr "<a target=\"_blank\" href=\"%s\">Lesen Sie unsere Dokumentation</a> für zusätzliche Information"
224
 
225
+ #: includes/admin.php:553
226
  #, php-format
227
  msgid "<a target=\"_blank\" href=\"%s\">Contact us</a> if you have feedback or need assistance"
228
  msgstr "<a target=\"_blank\" href=\"%s\">Schreiben Sie uns</a>, falls Sie Hilfe benötigen"
229
 
230
+ #: includes/admin.php:563
231
+ #: includes/admin.php:722
232
  msgid "Your modifications have been saved successfully!"
233
  msgstr "Ihre Einstellungen wurden erfolgreich gespeichert!"
234
 
235
+ #: includes/admin.php:577
236
+ #: includes/admin.php:585
237
  msgid "API Connection Handler"
238
  msgstr "API Kommunikation"
239
 
240
+ #: includes/admin.php:589
241
  msgid "Use PHP CURL to communicate with the API"
242
  msgstr "PHP CURL verwenden"
243
 
244
+ #: includes/admin.php:589
245
+ #: includes/admin.php:752
246
  #: includes/admin.php:763
247
+ #: includes/admin.php:782
248
+ #: includes/admin.php:795
249
+ #: includes/admin.php:808
250
+ #: includes/admin.php:827
251
+ #: includes/admin.php:839
252
+ #: includes/admin.php:860
253
+ #: includes/admin.php:874
254
+ #: includes/admin.php:886
255
+ #: includes/admin.php:899
256
+ #: includes/admin.php:921
257
  msgid "Default"
258
  msgstr "Standard"
259
 
260
+ #: includes/admin.php:590
261
  msgid "Using CURL is recommended but it might be disabled on some servers."
262
  msgstr "Empfohlene Einstellung, auf manchen Serven aber deaktiviert."
263
 
264
+ #: includes/admin.php:596
265
  msgid "Use PHP FSOCKOPEN to communicate with the API"
266
  msgstr "PHP FSOCKOPEN verwenden"
267
 
268
+ #: includes/admin.php:597
269
  msgid "Try using FSOCKOPEN if you encounter any problems with CURL."
270
  msgstr "Verwenden Sie FSOCKEN wenn Probleme mit CURL auftreten sollten."
271
 
272
+ #: includes/admin.php:602
273
  msgid "Autodetect API Connection"
274
  msgstr "Automatisch erkennen"
275
 
276
+ #: includes/admin.php:612
277
  msgid "API Settings"
278
  msgstr "API Einstellungen"
279
 
280
+ #: includes/admin.php:615
281
  msgid "Click here to create and view your API Credentials"
282
  msgstr "Klicken Sie hier, um Ihre API-Daten einzusehen"
283
 
284
+ #: includes/admin.php:621
285
  msgid "API Subdomain"
286
  msgstr "API Subdomain"
287
 
288
+ #: includes/admin.php:629
289
  msgid "API Public Key"
290
  msgstr "API Public Key"
291
 
292
+ #: includes/admin.php:637
293
  msgid "API Private Key"
294
  msgstr "API Private Key"
295
 
296
+ #: includes/admin.php:645
297
  msgid "Verify API Settings"
298
  msgstr "API-Einstellungen überprüfen"
299
 
300
+ #: includes/admin.php:655
301
  msgid "Enable the social networks/identity providers of your choice"
302
  msgstr "Wählen Sie die sozialen Netzwerke aus:"
303
 
304
+ #: includes/admin.php:671
305
  #, php-format
306
  msgid "To enable cyrillic usernames, you might need <a target=\"_blank\" href=\"%s\">this plugin</a>"
307
  msgstr "Um kyrillische Zeichen zu verwenden, brauchen Sie <a target=\"_blank\" href=\"%s\">dieses Plugin</a>"
308
 
309
+ #: includes/admin.php:682
310
+ #: includes/admin.php:928
311
  msgid "Save Changes"
312
  msgstr "Einstellungen speichern"
313
 
314
+ #: includes/admin.php:709
315
  msgid "Logout to see the plugin in action!"
316
  msgstr "Sie müssen ausloggen, um das Plugin testen zu können."
317
 
318
+ #: includes/admin.php:713
319
+ msgid "Social Login is a plugin that allows your users to comment, login and register with their existing Social Network accounts. If a user is already logged in, the plugin will not be displayed. There is no need to give the user the possibility to connect with a social network if he is already connected."
320
+ msgstr "Social Login erlaubt es Ihren Benutzern, sich mit dem Konto eines sozialen Netzwerks anzumelden. Bei Benutzern die bereits eingeloggt sind wird das Plugin nicht angezeigt, da der Benutzer bereits angemeldet ist, und keine weitere Anmeldenmöglichkeit benötigt. "
321
 
322
+ #: includes/admin.php:714
323
  msgid "You therefore have to logout to see the plugin in action."
324
  msgstr "Sie müssen Sich aus diesem Grund ausloggen, um das Plugin testen zu können."
325
 
326
+ #: includes/admin.php:730
327
  msgid "Basic Settings"
328
  msgstr "Grundeinstellungen"
329
 
330
+ #: includes/admin.php:735
331
  msgid "Enter the description to be displayed above the social network login buttons (leave empty for none):"
332
  msgstr "Welcher Text soll über den Icons der sozialen Netzwerk angezeigt werden (ggf. leer lassen) ?"
333
 
334
+ #: includes/admin.php:740
335
  msgid "Connect with:"
336
  msgstr "Einloggen mit:"
337
 
338
+ #: includes/admin.php:745
339
  msgid "If the user's social network profile has an avatar thumbnail, should we show it as default avatar for the user?"
340
  msgstr "Wollen Sie die Nutzer-Avatare der sozialen Netwerke gegebenenfalls verwenden?"
341
 
342
+ #: includes/admin.php:751
343
  msgid "Yes, show user avatars from social networks if available"
344
  msgstr "Ja, zeige den sozialen Avatar des Benutzer in den Kommentaren dieses Benutzers an"
345
 
346
+ #: includes/admin.php:752
347
  msgid "No, display the default avatars"
348
  msgstr "Nein, zeige die Standard-Avatare"
349
 
350
+ #: includes/admin.php:757
351
  msgid "Do you want to use the default or the small social network buttons?"
352
  msgstr "Wollen Sie die standard -oder kleinere Icons für soziale Netzwerke verwenden?"
353
 
361
  msgid "Use the small social network buttons (%s)"
362
  msgstr "Kleine Icons verwenden (%s)"
363
 
364
+ #: includes/admin.php:771
365
  msgid "Comment Settings"
366
  msgstr "Einstellungen: Kommentare"
367
 
368
+ #: includes/admin.php:776
369
  msgid "Show the Social Login buttons in the comment area?"
370
  msgstr "Das Plugin über dem Kommentare-Formular anzeigen?"
371
 
372
+ #: includes/admin.php:782
373
+ #: includes/admin.php:795
374
  msgid "Yes, show the Social Login buttons"
375
  msgstr "Ja, zeige das Plugin an"
376
 
377
+ #: includes/admin.php:783
378
+ #: includes/admin.php:796
379
  msgid "No, do not show the Social Login buttons"
380
  msgstr "Nein, Plugin nicht anzeigen"
381
 
382
+ #: includes/admin.php:788
383
  msgid "Show the Social Login buttons in the comment area if comments are disabled for guests?"
384
  msgstr "Login mit einem sozialen Netzwerk anbieten falls Kommentare für Gäste deaktiviert sind?"
385
 
386
+ #: includes/admin.php:794
387
  msgid "The buttons will be displayed below the \"You must be logged in to leave a comment\" notice."
388
  msgstr "Die Icons werden unter \"Du musst angemeldet sein, um einen Kommentar abzugeben\" angezeigt."
389
 
390
+ #: includes/admin.php:801
391
  msgid "Automatically approve comments left by users that connected by using Social Login?"
392
  msgstr "Kommentare automatisch freischalten, falls dessen Autor sich mit SocialLogin eingeloggt hat?"
393
 
394
+ #: includes/admin.php:807
395
  msgid "Yes, automatically approve comments made by users that connected with Social Login"
396
  msgstr "Ja, Kommentare automatisch freischalten"
397
 
398
+ #: includes/admin.php:808
399
  msgid "No, do not automatically approve"
400
  msgstr "Nein, Kommentare nicht automatisch freischalten"
401
 
402
+ #: includes/admin.php:816
403
  msgid "Login Settings"
404
  msgstr "Einstellungen: Einloggen"
405
 
406
+ #: includes/admin.php:821
407
  msgid "Do you want to display the social network login buttons below the login form of your blog?"
408
  msgstr "Das Plugin auf der Login-Seite Ihres Blogs anzeigen?"
409
 
410
+ #: includes/admin.php:827
411
  msgid "Yes, display the social network buttons below the login form"
412
  msgstr "Ja, die Icons der sozialen Netzwerke auf der Login-Seite anzeigen"
413
 
414
+ #: includes/admin.php:828
415
  msgid "No, disable social network buttons in the login form"
416
  msgstr "Nein, keine Icons auf der Login-Seite anzeigen"
417
 
418
+ #: includes/admin.php:833
419
  msgid "Where should existing users be redirected to after having logged in with their social network account?"
420
  msgstr "Wohin sollen Nutzer weitergeleitet werden, nachdem Sie sich mit einem sozialen Netzwerk eingeloggt haben?"
421
 
422
+ #: includes/admin.php:839
423
+ #: includes/admin.php:898
424
  msgid "Redirect users to the homepage of my blog"
425
  msgstr "Weiterleitung zur Hauptseite meines Blogs"
426
 
427
+ #: includes/admin.php:840
428
+ #: includes/admin.php:899
429
  msgid "Redirect users to their account dashboard"
430
  msgstr "Weiterleitung zur Profilseite des Nutzers"
431
 
432
+ #: includes/admin.php:841
433
+ #: includes/admin.php:900
434
  msgid "Redirect users to the following url"
435
  msgstr "Weiterleitung zu dieser URL"
436
 
437
+ #: includes/admin.php:849
438
  msgid "Registration Settings"
439
  msgstr "Einstellungen: Anmeldung"
440
 
441
+ #: includes/admin.php:854
442
  msgid "Some social networks do not provide their user's email. Ask the user to enter it manually in this case?"
443
  msgstr "Müssen Benutzer Ihre Email-Adresse angeben, falls diese nicht über das soziale Netzwerk ermittelt werden kann?"
444
 
445
+ #: includes/admin.php:860
446
  msgid "No, simplify the registration by automatically creating a placeholder email"
447
  msgstr "Nein, in diesem Fall eine Platzhalter-Email anlegen (vereinfach die Registrierung)"
448
 
449
+ #: includes/admin.php:861
450
  msgid "Yes, require the user to enter this email address manually and display this message:"
451
  msgstr "Ja, Benutzer mit folgendem Text auffordern, seine Email-Adresse einzugeben:"
452
 
453
+ #: includes/admin.php:863
454
  #, php-format
455
  msgid "HTML is allowed, the placeholder %s is replaced by the name of the social network used to connect."
456
  msgstr "HTML ist erlaubt, der Platzhalter %s wird durch den Namen des sozialen Netzwerks ersetzt."
457
 
458
+ #: includes/admin.php:868
459
  msgid "If the email address of the social network profile is verified, should we try to link it to an existing account?"
460
  msgstr "Sollen soziale Profile mit überprüfter Email mit vorhandenen Blog-Nutzern verknüpft werden?"
461
 
462
+ #: includes/admin.php:874
463
  msgid "Yes, try to link verified social network profiles to existing blog accounts"
464
  msgstr "Ja, verknüpfe soziale Profile gegebenenfalls mit vorhanden Nutzern"
465
 
466
+ #: includes/admin.php:875
467
  msgid "No, disable account linking"
468
  msgstr "Nein, keine Verknüpfung"
469
 
470
+ #: includes/admin.php:880
471
  msgid "Do you want to display the social network login buttons below the registration form of your blog?"
472
  msgstr "Das Plugin auf der Anmelden-Seite Ihres Blogs anzeigen?"
473
 
474
+ #: includes/admin.php:886
475
  msgid "Yes, display the social network buttons below the registration form"
476
  msgstr "Ja, die Icons der sozialen Netzwerke auf der Anmelden-Seite anzeigen"
477
 
478
+ #: includes/admin.php:887
479
  msgid "No, disable social network buttons in the registration form"
480
  msgstr "Nein, keine Icons auf der Anmelden-Seite anzeigen"
481
 
482
+ #: includes/admin.php:892
483
  msgid "Where should new users be redirected to after having registered with their social network account?"
484
+ msgstr "Wohin sollen Nutzer weitergeleitet werden, nachdem sie ein Konto mit einem sozialen Netzwerk angelegt haben?"
485
 
486
+ #: includes/admin.php:909
487
  msgid "Administration Settings"
488
  msgstr "Einstellungen: Administrationsmenü"
489
 
490
+ #: includes/admin.php:914
491
  msgid "Display the social networks used to connect in the user list of the administration area ?"
492
  msgstr "Sollen die verwendeten sozialen Netzwerke in der Benutzerliste angezeigt werden?"
493
 
494
+ #: includes/admin.php:920
495
  msgid "Yes, add a new column to the user list and display the used social network"
496
  msgstr "Ja, eine weitere Spalte in der Benutzerliste anzeigen"
497
 
498
+ #: includes/admin.php:921
499
  msgid "No, no not display the social network in the user list"
500
+ msgstr "Nein, soziale Netzwerke nicht anzeigen"
501
 
502
  #~ msgid "The API credentials are wrong"
503
  #~ msgstr "Die API-Nutzerdaten sind ungültig"
oa-social-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Social Login
4
  Plugin URI: http://www.oneall.com/
5
  Description: Allow your visitors to <strong>comment, login and register with 20+ social networks</strong> like Twitter, Facebook, LinkedIn, Hyves, Вконтакте, Google or Yahoo.
6
- Version: 3.1
7
  Author: Claude Schlesser
8
  Author URI: http://www.oneall.com/
9
  License: GPL2
@@ -11,7 +11,7 @@ License: GPL2
11
 
12
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
13
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
14
-
15
 
16
  /**
17
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
3
  Plugin Name: Social Login
4
  Plugin URI: http://www.oneall.com/
5
  Description: Allow your visitors to <strong>comment, login and register with 20+ social networks</strong> like Twitter, Facebook, LinkedIn, Hyves, Вконтакте, Google or Yahoo.
6
+ Version: 3.2
7
  Author: Claude Schlesser
8
  Author URI: http://www.oneall.com/
9
  License: GPL2
11
 
12
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
13
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
14
+ define ('OA_SOCIAL_LOGIN_VERSION', '3.2');
15
 
16
  /**
17
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
readme.txt CHANGED
@@ -1,270 +1,280 @@
1
- === Social Login ===
2
- Contributors: ClaudeSchlesser
3
- Tags: social login, social connect, facebook login, linkedin, livejournal, google, yahoo, twitter login, openid, paypal, vkontakte, hyves, widget, plugin, social network login, comments
4
- Requires at least: 3.0
5
- Tested up to: 3.3.2
6
- Stable tag: 3.1
7
-
8
- Allow your visitors to comment and login with social networks like Twitter, Facebook, Paypal, LinkedIn, LiveJournal, OpenID, VKontakte, Google, Yahoo
9
-
10
- == Description ==
11
-
12
- The Social Login Plugin is a professional though free Wordpress (BuddyPress compatible) Plugin in English/German that allows your visitors to comment,
13
- login and register with social networks like Twitter, Facebook, LinkedIn, Paypal, LiveJournal, Hyves, Вконтакте, Google or Yahoo.
14
- <strong>Make your blog social!</strong><br />
15
-
16
- <strong>Choose where to add the Social Login Plugin:</strong>
17
- <ul>
18
- <li>On the comment formular</li>
19
- <li>On the login page</li>
20
- <li>On the registration page</li>
21
- <li>In your sidebar</li>
22
- </ul>
23
-
24
- <strong>Optionally add the Social Login widget:</strong>
25
- <ul>
26
- <li>A login widget that you can easily attach to your sidebar is provided</li>
27
- </ul>
28
-
29
- <strong>Select the Social Networks/Providers:</strong>
30
- <ul>
31
- <li>Facebook</li>
32
- <li>Twitter</li>
33
- <li>Google</li>
34
- <li>LinkedIn</li>
35
- <li>Paypal</li>
36
- <li>Yahoo</li>
37
- <li>OpenID</li>
38
- <li>LiveJournal</li>
39
- <li>Wordpress.com</li>
40
- <li>Windows Live</li>
41
- <li>StackExchange</li>
42
- <li>Steam</li>
43
- <li>Hyves</li>
44
- <li>Mail.ru</li>
45
- <li>VKontakte (Вконтакте)</li>
46
- </ul>
47
-
48
-
49
- <strong>Increase your wordpress user engagement in a few simple steps with the Social Login Plugin!</strong>
50
- Our users love it! Check out the <a href="http://wordpress.org/extend/plugins/oa-social-login/other_notes/">testimonials</a>!<br />
51
-
52
- The Social Login Plugin is maintained by <a href="http://www.oneall.com">OneAll</a>, a technology company offering a set of web-delivered
53
- tools and services for establishing and optimizing a site's connection with social networks and identity providers such as Facebook, Twitter,
54
- Google, Yahoo!, LinkedIn, Paypal, Hyves amongst others.
55
-
56
- == Installation ==
57
-
58
- 1. Upload the plugin folder to the "/wp-content/plugins/" directory of your WordPress site,
59
- 2. Activate the plugin through the 'Plugins' menu in WordPress,
60
- 3. Visit the "Settings\Social Login" administration page to setup the plugin.
61
-
62
- == Frequently Asked Questions ==
63
-
64
- = Do I have to add template tags to my theme? =
65
-
66
- You should not have to change your templates.
67
- The Social Login seamlessly integrates into your blog by using predefined hooks.
68
-
69
- = Does Social Login can be embedded through a shortcode? =
70
-
71
- The Social Login shortcode `[oa_social_login]` can be used in any page or post within your blog.
72
- The shortcode will automatically be replaced by the icons of the chosen
73
- social network providers.
74
-
75
- = I have a custom template and the plugin is not displayed correctly =
76
-
77
- The plugin uses predefined hooks. If your theme does not support these hooks,
78
- you can add the Social Login form manually to your theme by inserting the following code
79
- in your template (at the location where it should be displayed, i.e. above the comments).
80
-
81
- `<?php do_action('oa_social_login'); ?>`
82
-
83
- Do not hesitate to contact us if you need further assistance.
84
-
85
- = My users cannot login or leave comment with VKontakte (Вконтакте) =
86
-
87
- Per default WordPress does not allow to use special characters in usernames.
88
- If you encounter any problems with users having cyrillic characters in their
89
- usernames, please consider installing the following plugin to fix the problem:
90
- <a href="http://wordpress.org/extend/plugins/wordpress-special-characters-in-usernames/">Wordpress Special Characters In Usernames</a>
91
-
92
- = Do I have to change my Rewrite Settings? =
93
-
94
- The plugins does not rely on mod_rewrite and does not need any additional rules.
95
- It should work out of the box.
96
-
97
-
98
- = Where can I report bugs, leave my feedback and get support? =
99
-
100
- Our team answers your questions at:<br />
101
- http://www.oneall.com/company/contact-us/
102
-
103
- The plugin documentation is available at:<br />
104
- http://docs.oneall.com/plugins/guide/social-login-wordpress/
105
-
106
- == Screenshots ==
107
-
108
- 1. **Comment** - Comment formular (Social Network Buttons are included)
109
- 2. **Login** - Login formular (Social Network Buttons are included)
110
- 3. **Plugin Settings** - Plugin Settings in the Wordpress Administration Area
111
- 4. **Widget Settings** - Widget Settings in the Wordpress Administration Area
112
- 5. **Login** - Login formular with small buttons (Social Network Buttons are included)
113
-
114
- == Changelog ==
115
-
116
- = 3.1 =
117
- * SSL detection improved
118
- * Buddypress avatars improved
119
-
120
- = 3.0 =
121
- * SSL detection with nginx load-balancer fixed
122
- * CDN path bug fixed
123
- * Table width in administration area fixed
124
- * Administration split to two pages
125
- * Optionally disable Social Login in comments
126
- * Optionally request email from user
127
- * Optionally show social networks in user list
128
- * Identity Provider "Windows Mail" added
129
- * Identity Provider "Mail.ru" added
130
- * Error message if no social networks selected
131
- * Class for Social Login label added
132
- * Small icons fixed
133
- * API settings verification fixed
134
-
135
- = 2.5 =
136
- * API Connection improved
137
- * API Connection function moved to separate file
138
- * Contact us link fixed
139
- * Social Network Avatars fixed
140
- * HTML for administration area fixed
141
- * FSOCKOPEN Handler Added
142
- * CURL/FSOCKOPEN selector added
143
- * Identity Provider "Steam Community" added
144
- * Identity Provider "StackExchange" added
145
- * CSS served from CDN
146
- * Optionally disable comment moderation
147
-
148
- = 2.0 =
149
- * WC3 Compliant callback uri
150
- * HTTP/HTTPS Check for CSS files
151
- * Shortcode handler fixed
152
- * Wordpress Cookie now set for 14 days
153
- * Wordpress display_name is now populated
154
- * Redirection improved
155
- * Now Buddypress compatible
156
- * Link to settings page after installation
157
- * Caching for socialize library improved
158
- * Small buttons added as option
159
- * Localization added
160
- * German translation
161
-
162
- = 1.6.1 =
163
- * Provider unselect bug fixed
164
- * Sanitize user strict added
165
- * Custom namespace for add_settings_link
166
-
167
- = 1.6 =
168
- * LiveJournal added
169
- * PayPal added
170
- * Settings link added
171
- * API Communication Check added
172
- * Cyrillic character support
173
-
174
- = 1.5 =
175
- * Social Network Avatars fixed
176
- * Social Buttons no longer displayed for customs hooks if logged in
177
- * KISS for API Settings Setup
178
-
179
- = 1.4 =
180
- * Social Network Avatars can be displayed in comments
181
- * Social Login can be disabled below the login form
182
- * Social Login can be disabled below the registration form
183
- * Select redirection target after login
184
- * Select redirection target after registration
185
- * Enable account linking
186
-
187
- = 1.3.5 =
188
- * Administration area redirection fixed
189
- * Automatic email creation added
190
- * Email verification added
191
-
192
- = 1.3.4 =
193
- * Multisite issues with Widget fixed
194
-
195
- = 1.3.2 =
196
- * Stable Version
197
-
198
- = 1.0.2 =
199
- * Version numbers fixed
200
-
201
- = 1.0.1 =
202
- * Hook oa_social_login fixed
203
- * Plugin description changed
204
-
205
- = 1.0 =
206
- * Initial release
207
-
208
- == Testimonials ==
209
-
210
- <strong>Used by thousands of users around the world!</strong>
211
-
212
- <em>This service is simply remarkable, I've tried integrating logins before and it has never been this easy!</em>
213
- <strong>Andrew C.</strong>
214
-
215
- <em>I found it extremely straightforward. I just figured it out easily and make my website capable of connecting
216
- to many social networks by your plugin.</em>
217
- <strong>Deha K.</strong>
218
-
219
- <em>Just wanted to let you know how happy i am that i stumbled onto your service. This was the 6 Facebook/Twitter integration
220
- i tried and was starting to loose hope that i could actually find one that worked for me.</em>
221
- <strong>Kyle L.</strong>
222
-
223
- <em>I would like to thank YOU! Seriously, the WordPress plugin has been a huge life saver for me.</em>
224
- <strong>Piero B.</strong>
225
-
226
- <em>Thank you for the wonderful plugin</em>
227
- <strong>Martin P.</strong>
228
-
229
- <em>The service is excellent for what i need, simple to set up. All situations about seting up are well explained, so
230
- there are no difficulties</em>
231
- <strong>Facundo S.</strong>
232
-
233
- <em>I really like the plugin, the capabilities you provide for management and your prompt reply for support.</em>
234
- <strong>Tom B.</strong>
235
-
236
- <em>It was extremely easy to set up and use. The documentation to set up the FB and twitter API
237
- was easy to follow and implement. I was struggling with a couple of other plugins till I stumbled on this one.</em>
238
- <strong>Deepa V.</strong>
239
-
240
- <em>Works like a charm!</em>
241
- <strong>Fredrik L.</strong>
242
-
243
- <em>Not sure how you can improve it's a Damn! Good product. 100% User friendly easy to setup. Thanks!</em>
244
- <strong>Cody L.</strong>
245
-
246
- <em>So far oneall.com is the perfect solution for my site and works flawlessly. I am extremely impressed and grateful.</em>
247
- <strong>Terry P.</strong>
248
-
249
- <em>I've gone in and tweaked it, tested it and it's good to go now! Wonderful, I feel like a grown up blogger now.</em>
250
- <strong>Brian J.</strong>
251
-
252
- <em>I am really impressed with your product! Its very dynamic and its gives me the flexibility I need for integration into my own business.</em>
253
- <strong>Braxton D.</strong>
254
-
255
- <em>Your delivery is superb. You should change your name to WONall because you won it all with me. You are awesome, stay that way please.</em>
256
- <strong>Nicholas L.</strong>
257
-
258
- <em>I especially enjoy the step by step process that guides you through the Social website App creation process. In the end I would like to thank you
259
- for putting together such a great product that so many users can implement with ease.</em>
260
- <strong>Stefan C.</strong>
261
-
262
- <em>Thanks for a such a great plugin! I was really impressed with the simplicity of the installation directions and the clean design.</em>
263
- <strong>Janae S.</strong>
264
-
265
- <em>You have no idea how it THRILLED me to integrate oneall. It was SO amazingly easy, your team has simplified the whole process of signing up for
266
- authorization on multiple social media sites. I HAD NO QUESTIONS/STEPS THAT YOU HADN'T ALREADY ANTICIPATED. It saved me HOURS of work!</em>
267
- <strong>Kelly C.</strong>
268
-
269
- <em>I love your service the way it is, it's amazing how easy the logging-in-via-social-network is integrated into a wordpress website!</em>
 
 
 
 
 
 
 
 
 
 
270
  <strong>Martin S.</strong>
1
+ === Social Login ===
2
+ Contributors: ClaudeSchlesser
3
+ Tags: social login, social connect, facebook login, linkedin, livejournal, google, yahoo, twitter login, openid, paypal, vkontakte, hyves, widget, plugin, social network login, comments
4
+ Requires at least: 3.0
5
+ Tested up to: 3.4.1
6
+ Stable tag: 3.2
7
+
8
+ Allow your visitors to comment and login with social networks like Twitter, Facebook, Paypal, LinkedIn, LiveJournal, OpenID, VKontakte, Google, Yahoo
9
+
10
+ == Description ==
11
+
12
+ The Social Login Plugin is a professional though free Wordpress (BuddyPress compatible) Plugin in English/German that allows your visitors to comment,
13
+ login and register with social networks like Twitter, Facebook, LinkedIn, Paypal, LiveJournal, Hyves, Вконтакте, Google or Yahoo.
14
+ <strong>Make your blog social!</strong><br />
15
+
16
+ <strong>Choose where to add the Social Login Plugin:</strong>
17
+ <ul>
18
+ <li>On the comment formular</li>
19
+ <li>On the login page</li>
20
+ <li>On the registration page</li>
21
+ <li>In your sidebar</li>
22
+ </ul>
23
+
24
+ <strong>Optionally add the Social Login widget:</strong>
25
+ <ul>
26
+ <li>A login widget that you can easily attach to your sidebar is provided</li>
27
+ </ul>
28
+
29
+ <strong>Select the Social Networks/Providers:</strong>
30
+ <ul>
31
+ <li>Facebook</li>
32
+ <li>Twitter</li>
33
+ <li>Google</li>
34
+ <li>LinkedIn</li>
35
+ <li>Paypal</li>
36
+ <li>Yahoo</li>
37
+ <li>Github.com</li>
38
+ <li>Skyrock.com</li>
39
+ <li>OpenID</li>
40
+ <li>LiveJournal</li>
41
+ <li>Wordpress.com</li>
42
+ <li>Windows Live</li>
43
+ <li>StackExchange</li>
44
+ <li>Steam</li>
45
+ <li>Hyves</li>
46
+ <li>Mail.ru</li>
47
+ <li>VKontakte (Вконтакте)</li>
48
+ </ul>
49
+
50
+
51
+ <strong>Increase your wordpress/buddypress user engagement in a few simple steps with the Social Login Plugin!</strong>
52
+ Our users love it! Check out the <a href="http://wordpress.org/extend/plugins/oa-social-login/other_notes/">testimonials</a>!<br />
53
+
54
+ The Social Login Plugin is maintained by <a href="http://www.oneall.com">OneAll</a>, a technology company offering a set of web-delivered
55
+ tools and services for establishing and optimizing a site's connection with social networks and identity providers such as Facebook, Twitter,
56
+ Google, Yahoo!, LinkedIn, Paypal, Hyves amongst others.
57
+
58
+ == Installation ==
59
+
60
+ 1. Upload the plugin folder to the "/wp-content/plugins/" directory of your WordPress site,
61
+ 2. Activate the plugin through the 'Plugins' menu in WordPress,
62
+ 3. Visit the "Settings\Social Login" administration page to setup the plugin.
63
+
64
+ == Frequently Asked Questions ==
65
+
66
+ = Do I have to add template tags to my theme? =
67
+
68
+ You should not have to change your templates.
69
+ The Social Login seamlessly integrates into your blog by using predefined hooks.
70
+
71
+ = Does Social Login can be embedded through a shortcode? =
72
+
73
+ The Social Login shortcode `[oa_social_login]` can be used in any page or post within your blog.
74
+ The shortcode will automatically be replaced by the icons of the chosen
75
+ social network providers.
76
+
77
+ = I have a custom template and the plugin is not displayed correctly =
78
+
79
+ The plugin uses predefined hooks. If your theme does not support these hooks,
80
+ you can add the Social Login form manually to your theme by inserting the following code
81
+ in your template (at the location where it should be displayed, i.e. above the comments).
82
+
83
+ `<?php do_action('oa_social_login'); ?>`
84
+
85
+ Do not hesitate to contact us if you need further assistance.
86
+
87
+ = My users cannot login or leave comment with VKontakte (Вконтакте) =
88
+
89
+ Per default WordPress does not allow to use special characters in usernames.
90
+ If you encounter any problems with users having cyrillic characters in their
91
+ usernames, please consider installing the following plugin to fix the problem:
92
+ <a href="http://wordpress.org/extend/plugins/wordpress-special-characters-in-usernames/">Wordpress Special Characters In Usernames</a>
93
+
94
+ = Do I have to change my Rewrite Settings? =
95
+
96
+ The plugins does not rely on mod_rewrite and does not need any additional rules.
97
+ It should work out of the box.
98
+
99
+
100
+ = Where can I report bugs, leave my feedback and get support? =
101
+
102
+ Our team answers your questions at:<br />
103
+ http://www.oneall.com/company/contact-us/
104
+
105
+ The plugin documentation is available at:<br />
106
+ http://docs.oneall.com/plugins/guide/social-login-wordpress/
107
+
108
+ == Screenshots ==
109
+
110
+ 1. **Comment** - Comment formular (Social Network Buttons are included)
111
+ 2. **Login** - Login formular (Social Network Buttons are included)
112
+ 3. **Plugin Settings** - Plugin Settings in the Wordpress Administration Area
113
+ 4. **Widget Settings** - Widget Settings in the Wordpress Administration Area
114
+ 5. **Login** - Login formular with small buttons (Social Network Buttons are included)
115
+
116
+ == Changelog ==
117
+
118
+ = 3.2 =
119
+ * Identity Provider "Skyrock.com" added
120
+ * Identity Provider "Github.com" added
121
+ * German translations improved
122
+
123
+ = 3.1 =
124
+ * SSL detection improved
125
+ * Buddypress avatars improved
126
+
127
+ = 3.0 =
128
+ * SSL detection with nginx load-balancer fixed
129
+ * CDN path bug fixed
130
+ * Table width in administration area fixed
131
+ * Administration split to two pages
132
+ * Optionally disable Social Login in comments
133
+ * Optionally request email from user
134
+ * Optionally show social networks in user list
135
+ * Identity Provider "Windows Mail" added
136
+ * Identity Provider "Mail.ru" added
137
+ * Error message if no social networks selected
138
+ * Class for Social Login label added
139
+ * Small icons fixed
140
+ * API settings verification fixed
141
+
142
+ = 2.5 =
143
+ * API Connection improved
144
+ * API Connection function moved to separate file
145
+ * Contact us link fixed
146
+ * Social Network Avatars fixed
147
+ * HTML for administration area fixed
148
+ * FSOCKOPEN Handler Added
149
+ * CURL/FSOCKOPEN selector added
150
+ * Identity Provider "Steam Community" added
151
+ * Identity Provider "StackExchange" added
152
+ * CSS served from CDN
153
+ * Optionally disable comment moderation
154
+
155
+ = 2.0 =
156
+ * WC3 Compliant callback uri
157
+ * HTTP/HTTPS Check for CSS files
158
+ * Shortcode handler fixed
159
+ * Wordpress Cookie now set for 14 days
160
+ * Wordpress display_name is now populated
161
+ * Redirection improved
162
+ * Now Buddypress compatible
163
+ * Link to settings page after installation
164
+ * Caching for socialize library improved
165
+ * Small buttons added as option
166
+ * Localization added
167
+ * German translation
168
+
169
+ = 1.6.1 =
170
+ * Provider unselect bug fixed
171
+ * Sanitize user strict added
172
+ * Custom namespace for add_settings_link
173
+
174
+ = 1.6 =
175
+ * LiveJournal added
176
+ * PayPal added
177
+ * Settings link added
178
+ * API Communication Check added
179
+ * Cyrillic character support
180
+
181
+ = 1.5 =
182
+ * Social Network Avatars fixed
183
+ * Social Buttons no longer displayed for customs hooks if logged in
184
+ * KISS for API Settings Setup
185
+
186
+ = 1.4 =
187
+ * Social Network Avatars can be displayed in comments
188
+ * Social Login can be disabled below the login form
189
+ * Social Login can be disabled below the registration form
190
+ * Select redirection target after login
191
+ * Select redirection target after registration
192
+ * Enable account linking
193
+
194
+ = 1.3.5 =
195
+ * Administration area redirection fixed
196
+ * Automatic email creation added
197
+ * Email verification added
198
+
199
+ = 1.3.4 =
200
+ * Multisite issues with Widget fixed
201
+
202
+ = 1.3.2 =
203
+ * Stable Version
204
+
205
+ = 1.0.2 =
206
+ * Version numbers fixed
207
+
208
+ = 1.0.1 =
209
+ * Hook oa_social_login fixed
210
+ * Plugin description changed
211
+
212
+ = 1.0 =
213
+ * Initial release
214
+
215
+ == Testimonials ==
216
+
217
+ <strong>Used by thousands of users around the world!</strong>
218
+
219
+ <em>This is cool. Nice work. I'm *VERY* impressed. You've made this about as painless as it gets and the value it adds is incredible.</em>
220
+ <strong>Jason M.</strong>
221
+
222
+ <em>This service is simply remarkable, I've tried integrating logins before and it has never been this easy!</em>
223
+ <strong>Andrew C.</strong>
224
+
225
+ <em>I found it extremely straightforward. I just figured it out easily and make my website capable of connecting
226
+ to many social networks by your plugin.</em>
227
+ <strong>Deha K.</strong>
228
+
229
+ <em>Just wanted to let you know how happy i am that i stumbled onto your service. This was the 6 Facebook/Twitter integration
230
+ i tried and was starting to loose hope that i could actually find one that worked for me.</em>
231
+ <strong>Kyle L.</strong>
232
+
233
+ <em>I would like to thank YOU! Seriously, the WordPress plugin has been a huge life saver for me.</em>
234
+ <strong>Piero B.</strong>
235
+
236
+ <em>Thank you for the wonderful plugin</em>
237
+ <strong>Martin P.</strong>
238
+
239
+ <em>The service is excellent for what i need, simple to set up. All situations about seting up are well explained, so
240
+ there are no difficulties</em>
241
+ <strong>Facundo S.</strong>
242
+
243
+ <em>I really like the plugin, the capabilities you provide for management and your prompt reply for support.</em>
244
+ <strong>Tom B.</strong>
245
+
246
+ <em>It was extremely easy to set up and use. The documentation to set up the FB and twitter API
247
+ was easy to follow and implement. I was struggling with a couple of other plugins till I stumbled on this one.</em>
248
+ <strong>Deepa V.</strong>
249
+
250
+ <em>Works like a charm!</em>
251
+ <strong>Fredrik L.</strong>
252
+
253
+ <em>Not sure how you can improve it's a Damn! Good product. 100% User friendly easy to setup. Thanks!</em>
254
+ <strong>Cody L.</strong>
255
+
256
+ <em>So far oneall.com is the perfect solution for my site and works flawlessly. I am extremely impressed and grateful.</em>
257
+ <strong>Terry P.</strong>
258
+
259
+ <em>I've gone in and tweaked it, tested it and it's good to go now! Wonderful, I feel like a grown up blogger now.</em>
260
+ <strong>Brian J.</strong>
261
+
262
+ <em>I am really impressed with your product! Its very dynamic and its gives me the flexibility I need for integration into my own business.</em>
263
+ <strong>Braxton D.</strong>
264
+
265
+ <em>Your delivery is superb. You should change your name to WONall because you won it all with me. You are awesome, stay that way please.</em>
266
+ <strong>Nicholas L.</strong>
267
+
268
+ <em>I especially enjoy the step by step process that guides you through the Social website App creation process. In the end I would like to thank you
269
+ for putting together such a great product that so many users can implement with ease.</em>
270
+ <strong>Stefan C.</strong>
271
+
272
+ <em>Thanks for a such a great plugin! I was really impressed with the simplicity of the installation directions and the clean design.</em>
273
+ <strong>Janae S.</strong>
274
+
275
+ <em>You have no idea how it THRILLED me to integrate oneall. It was SO amazingly easy, your team has simplified the whole process of signing up for
276
+ authorization on multiple social media sites. I HAD NO QUESTIONS/STEPS THAT YOU HADN'T ALREADY ANTICIPATED. It saved me HOURS of work!</em>
277
+ <strong>Kelly C.</strong>
278
+
279
+ <em>I love your service the way it is, it's amazing how easy the logging-in-via-social-network is integrated into a wordpress website!</em>
280
  <strong>Martin S.</strong>