Social Login - Version 1.0.1

Version Description

Download this release

Release Info

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

Code changes from version 1.0 to 1.0.1

Files changed (2) hide show
  1. includes/user_interface.php +10 -0
  2. readme.txt +5 -7
includes/user_interface.php CHANGED
@@ -74,6 +74,16 @@ function oa_social_login_render_login_form_login ()
74
  add_action ('login_form', 'oa_social_login_render_login_form_login');
75
 
76
 
 
 
 
 
 
 
 
 
 
 
77
  /**
78
  * Display the provider grid
79
  */
74
  add_action ('login_form', 'oa_social_login_render_login_form_login');
75
 
76
 
77
+ /**
78
+ * Display a custom grid for login
79
+ */
80
+ function oa_social_login_render_custom_form_login ()
81
+ {
82
+ oa_social_login_render_login_form ();
83
+ }
84
+ add_action ('oa_social_login', 'oa_social_login_render_custom_form_login');
85
+
86
+
87
  /**
88
  * Display the provider grid
89
  */
readme.txt CHANGED
@@ -13,14 +13,14 @@ The Social Login Plugin is a professional though free plugin that allows your<br
13
  visitors to comment, login and register with social networks like Twitter, Facebook,<br />
14
  LinkedIn, Hyves, Вконтакте, Google or Yahoo. <br /><br />
15
 
16
- <strong>Choose where to add the social login feature:</strong><br />
17
  <ul>
18
  <li>On the comment formular</li>
19
  <li>On the login page</li>
20
  <li>On the registration page</li>
21
  </ul>
22
 
23
- <strong>Optionally add the widget:</strong><br />
24
  <ul>
25
  <li>A login widget that you can easily attach to your sidebar is provided</li>
26
  </ul>
@@ -37,13 +37,11 @@ LinkedIn, Hyves, Вконтакте, Google or Yahoo. <br /><br />
37
  <li>Hyves</li>
38
  <li>VKontakte (Вконтакте)</li>
39
  </ul>
40
- <br />
41
 
42
- <strong>Draw a larger audience and increase user engagement in a few simple steps.</strong><br /><br />
43
 
44
- The plugin is maintained by <a href="http://www.oneall.com">OneAll</a>, a technology company offering a set of web-delivered<br />
45
- tools and services for establishing and optimizing a site's connection with many social providers<br />
46
- such as Facebook, Twitter, Yahoo! and LinkedIn.
47
 
48
 
49
  == Installation ==
13
  visitors to comment, login and register with social networks like Twitter, Facebook,<br />
14
  LinkedIn, Hyves, Вконтакте, Google or Yahoo. <br /><br />
15
 
16
+ <strong>Choose where to add the social login feature:</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
  </ul>
22
 
23
+ <strong>Optionally add the widget:</strong>
24
  <ul>
25
  <li>A login widget that you can easily attach to your sidebar is provided</li>
26
  </ul>
37
  <li>Hyves</li>
38
  <li>VKontakte (Вконтакте)</li>
39
  </ul>
 
40
 
41
+ <strong>Increase your user engagement in a few simple steps with this plugin.</strong><br />
42
 
43
+ The plugin is maintained by <a href="http://www.oneall.com">OneAll</a>, a technology company offering a set of web-delivered
44
+ tools and services for establishing and optimizing a site's connection with many social providers such as Facebook, Twitter, Yahoo! and LinkedIn.
 
45
 
46
 
47
  == Installation ==