forked from rodrigoprimo/social-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
132 lines (83 loc) · 5.46 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
=== Social Connect ===
Contributors: thenbrent
Tags: facebook, wordpress.com, twitter, google, yahoo, social, login, register
Requires at least: 3.0
Tested up to: 3.2.1
Stable tag: 0.7
Allow your visitors to comment, login and register with their Twitter, Facebook, Google, Yahoo or WordPress.com account.
== Description ==
Social Connect adds social login buttons on the login, register and comment forms of your WordPress site.
The buttons offer login and registration using a Twitter, Facebook, Google, Yahoo or WordPress.com account.
It makes it super easy for new members to register with your site and existing members to login.
= Props =
Special thanks to:
* [Wirone](http://blog.wirone.info/) for polish translation and patches;
* [markusdrake](http://wordpress.org/support/profile/markusdrake) for patches and helping in the support forums; and
* [Geodanny](http://wordpress.org/support/profile/geodanny) for helping in the support forums.
And everyone else in the forums helping out by sharing the fixes they find and answering others questions.
== Installation ==
1. Upload everything into the "/wp-content/plugins/" directory of your WordPress site.
2. Activate in the "Plugins" admin panel.
3. Visit the "Settings | Social Connect" administration page to configure.
== Frequently Asked Questions ==
= Does Social Connect work with WordPress Multisite? =
Yes.
= Does Social Connect work with the Theme My Login plugin? =
Yes.
= Do I need to add template tags to my theme? =
Social Connect attempts to work with the default WordPress login and registration forms.
If you want to add the social connect login or registration forms to another location in your theme, you can insert the following code in that location:
`<?php if( 'sc_render_login_form_social_connect' ) sc_render_login_form_social_connect(); ?>`
= What do I do if the Rewrite Diagnostics fail? =
If you get a 403 and 404 on the Rewrite Diagnostics test, please request your hosting provider whitelist your domain on mod_security. This problem has been encountered with **Host Gator* and **GoDaddy**.
For more information, see [Geodanny](http://wordpress.org/support/profile/geodanny) kind responses in the forums to similar issues (here)[http://wordpress.org/support/topic/plugin-social-connect-url-rewriting-and-query-string-parameter-passing] and (here)[http://wordpress.org/support/topic/plugin-social-connect-url-rewrite]
= Where can I report bugs & get support? =
First, a few caveats on support.
This is free software. Please be patient. I attempt to answer all questions, just not on the same day or even week. Polite and descriptive questions will always be given priority.
Please search the support forums before asking a question - duplicate questions will not receive a reply.
With those caveats in mind, ask questions in the [Support Forums](http://wordpress.org/tags/social-connect?forum_id=10#postform).
To help me diagnose the issue, please include the following information in your post on the [Forums](http://wordpress.org/tags/social-connect?forum_id=10#postform):
* what specifically is broken in Social Connect (eg. the buttons don't show up or it doesn't redirect back form Google)
* what you did just before Social Connect stopped working (eg. activated, enabled all OpenID providers, clicked the Google login button)
* version of the plugin
* version of WordPress
* list of other plugins installed
* error messages you receive (if any)
= Why doesn't Social Connect Work? =
Please make sure you are running the latest version of Social Connect and the latest version of WordPress.
If you have White Label CMS installed, the javascript it adds to your login page breaks all other plugins which run javascript on the login form.
For a quick fix and for more information see here: http://wordpress.org/support/topic/social-connect-does-not-work-at-all?replies=7#post-2029255
If you don't have White Label CMS installed, please double check your settings then post a question in the [Support Forums](http://wordpress.org/tags/social-connect?forum_id=10#postform).
== Screenshots ==
1. **Login** - on the login and registration form, buttons for 3rd party services are provided.
2. **Comment** - buttons for 3rd party services are also provided on the comment form.
== Changelog ==
= 0.7 =
* Social Connect widget can now be customised
* l10n implemented
* Polish translation.
= 0.6 =
* Fixing 'email_exists' bug
= 0.5 =
* Removing Windows Live due to broken implementation
* Fixing IE7 Bug reported here: http://wordpress.org/support/topic/plugin-social-connect-social-connect-fails-on-ie7?replies=9
* Returning to a single admin page as diagnostics is smaller without Windows Live
= 0.4 =
* Removing generic OpenID for security concerns: http://wordpress.org/support/topic/545420
* Only calling deprecated registration.php file if WP < 3.1 http://wordpress.org/support/topic/540156
= 0.3 =
* Social Connect moved to it's own top level menu in wp-admin.
* Enable/disable integration with each social provider.
* Simplified setup for Windows Live.
* Introduced diagnostics to check for required cryptographic extensions and server rewrite rules.
= 0.2 =
* Fix for directory name
= 0.1 =
* Initial beta release.
== Upgrade Notice ==
= 0.7 =
* Upgrade to be able to customise Social Connect widget & use in Polish.
= 0.6 =
* Important Upgrade: If you are running WordPress 3.0, you must upgrade. For versions 3.1 and above, this is an optional upgrade.
= 0.5 =
Important upgrade to fix a bug in versions of Internet Explorer prior to version 8.