1 | === Facebook Connect Wordpress plugin ===
|
---|
2 | Author: Javier Reyes (www.sociable.es) (www.sixjumps.com)
|
---|
3 | Contributors: jreyesg
|
---|
4 | Donate link: http://www.sociable.es/facebook-connect/
|
---|
5 | Tags: Facebook,Facebook Connect,community,login,auth,profile,last visitors
|
---|
6 | Requires at least: 2.6
|
---|
7 | Tested up to: 2.7
|
---|
8 | Stable tag: trunk
|
---|
9 |
|
---|
10 | == Description ==
|
---|
11 | Complete integration of your Wordpress blog and Facebook, using Facebook Connect. Build a tribe/community around your blog: Facebook login, automatic user registration, send comments to Facebook feed, invite your Facebook friends.
|
---|
12 |
|
---|
13 | 1. Access the blog (login) with your Facebook credentials where facebook validates the username without asking for the password necessary to access the blog/website.
|
---|
14 |
|
---|
15 | 2. The user does not need to register in the blog because thanks to the plugin the user can utilize his complete profile information he already edited in Facebook.
|
---|
16 | This is tremendously useful as the user does not have to register and create profiles over and over again!
|
---|
17 | The blog can now utilize the shared user profile information for customization and statistics in our Wordpress Blog.
|
---|
18 | The plugin creates a Wordpress Blog user with the exact same facebook profile information which then could be edited by the user if he likes so.
|
---|
19 |
|
---|
20 | 3. It is possible to obtain your friends/contacts from facebook and to generate invitations to join our Blog/Site.
|
---|
21 | One way of promoting the site using the so powerful and marvellous word-of-mouth.
|
---|
22 |
|
---|
23 | 4. You additionally can access to a list of existing members of the blog/site.
|
---|
24 |
|
---|
25 | 5. The users activity in the blog/site such as posts can be sent to Facebooks mini-feed of the users profile and is then visible in facebook in his lifestream.
|
---|
26 |
|
---|
27 | 6. You can show your last visits to the blog including the users photo that have accessed the page.
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 | == Installation ==
|
---|
32 |
|
---|
33 | This plugin follows the [standard WordPress installation method][]:
|
---|
34 |
|
---|
35 | 1. Log in to the Facebook Developer application: http://www.facebook.com/developers/
|
---|
36 | 2. Create a new application, more info: http://developers.facebook.com/get_started.php
|
---|
37 | 3. Upload the `fbconnect` folder to the `/wp-content/plugins/` directory
|
---|
38 | 4. Activate the plugin through the 'Plugins' menu in WordPress
|
---|
39 | 5. Configure the plugin through the 'Facebook Connector' section of the 'Settings' menu
|
---|
40 | 6. Use the Facebook App info (step 2) to configure the plugin
|
---|
41 | 7. Create a new template for comments.
|
---|
42 | 8. Activate the Facebook Connector widget from the 'Design / Widtgets' menu.
|
---|
43 | 9. If you dont see the Facebook Connect login button, and the user images, you need to modify
|
---|
44 | your header.php theme file:
|
---|
45 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
46 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
|
---|
47 |
|
---|
48 |
|
---|
49 | [standard WordPress installation method]: http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
|
---|
50 |
|
---|
51 | == Frequently Asked Questions ==
|
---|
52 | 1.My Wordpress Theme dont support widgets, What can i do?
|
---|
53 |
|
---|
54 | If your wordpress don't support widgets, you can add the FB Connect plugin manually:
|
---|
55 |
|
---|
56 | < ?php
|
---|
57 | widget_FacebookConnector(array());
|
---|
58 | ?>
|
---|
59 |
|
---|
60 | 2. IExplorer don't show the login button and user photos
|
---|
61 |
|
---|
62 | On some wordpress themes you need to modify your "header.php" file:
|
---|
63 |
|
---|
64 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
65 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
|
---|
66 |
|
---|
67 | and check your "footer.php" theme file: if don't have a < ?php wp_footer(); ?> line
|
---|
68 | Add it before the end body tag:
|
---|
69 |
|
---|
70 | < ?php wp_footer(); ?>
|
---|
71 | < /body>
|
---|
72 | < /html>
|
---|
73 |
|
---|
74 | == Screenshots ==
|
---|
75 | 1. Screenshot Facebook login and last visitors widget
|
---|
76 | 2. Screenshot Community members page
|
---|
77 | 3. Screenshot User profile page
|
---|
78 | 4. Screenshot Send comment to Facebook
|
---|
79 | 5. Screenshot Facebook feed comment
|
---|
80 | 6. Screenshot Invite your Facebook friends
|
---|
81 |
|
---|
82 | == Help and Updates ==
|
---|
83 | http://www.sociable.es/facebook-connect
|
---|
84 |
|
---|
85 | == Changelog ==
|
---|
86 | = version 1.2 =
|
---|
87 | *Show page title on community,invite friends and profile
|
---|
88 | *Facebook Share button
|
---|
89 | *Solved Facebook comment popup scroll problem
|
---|
90 | *Show Facebook profile link, on the plugin profile page
|
---|
91 | *Facebook libs updated
|
---|
92 | *Square user avatar
|
---|
93 | *Català translation: By Miquel Labòria (Blog: http://apple.bloks.cat/)
|
---|
94 | *German translation: By Sebastian Schwittay (Blog: http://www.pixelreality.net/) and Manuel Gruber (Blog: http://www.manuelgruber.com)
|
---|
95 | *Simplified Chinese translation: By Eric X. (Blog: http://blog.xilibi.com/)
|
---|
96 | *French translation: By Gilles Barbier (Blog: http://www.gillesblog.com) and By Mathieu DHORDAIN (Blog: http://www.dhordain.com/)
|
---|
97 | *Italian translation: By Valentino Aluigi (http://www.maverick.it , http://www.valentinoaluigi.com)
|
---|
98 |
|
---|
99 |
|
---|
100 |
|
---|
101 |
|
---|
102 |
|
---|
103 | = version 1.0 =
|
---|
104 | *Multilanguage support, fbconnect/lang. (spanish and english for the moment)
|
---|
105 | *Widget and CSS personalization (copy fbconnect_widget.php and fbconnect.css to your wordpress theme directory)
|
---|
106 | *Facebook libraries already loaded by other plugin.
|
---|
107 |
|
---|
108 | = version 0.9.9 =
|
---|
109 | *Fixed some w3.org validation errors (Thanks to Axel from IEEE)
|
---|
110 | *More changes to solve the infinite reload problem
|
---|
111 | *Removed sidebar import to avoid problems with some themes
|
---|
112 |
|
---|
113 | = version 0.9.8 =
|
---|
114 | *User profile page translation, spanish to english
|
---|
115 |
|
---|
116 | = version 0.9.7 =
|
---|
117 | *Some changes to solve the infinite reload problem
|
---|
118 | *CSS changes for Google Chrome, and other themes
|
---|
119 |
|
---|
120 | = version 0.9.6 =
|
---|
121 | *Changes changes on fbconnect.css to avoid problems with themes
|
---|
122 | *Solved problem with Wordpress 2.7 logout
|
---|
123 | *Changes on the inclusion of community.php and myhome.php
|
---|
124 | *Login button size configuration
|
---|
125 |
|
---|
126 | = version 0.9.5 =
|
---|
127 | *Removed /css/fb_connect.css (404 not found, Thanks to Claude Vedovini)
|
---|
128 | *Some changes on fbconnect.css to avoid problems with themes(Thanks to Claude Vedovini)
|
---|
129 | *Solved problem with auth_expiresession() on PHP4
|
---|
130 | *Show blog name on invite friends button
|
---|
131 | *Changes on the users count, to show on the community page
|
---|
132 |
|
---|
133 | = version 0.9.1 =
|
---|
134 | *Removed SSL support (problems with https://static.ak.connect.facebook.com/pics/t_silhouette.jpg)
|
---|
135 |
|
---|
136 | = version 0.9 =
|
---|
137 | *SSL Support
|
---|
138 | *Include pages from user theme (MyHome and Community)
|
---|
139 |
|
---|
140 | = version 0.8 =
|
---|
141 | *Removed site_url usage
|
---|
142 | *Changed order on comments list and community users
|
---|
143 | *Community users pagination
|
---|
144 |
|
---|
145 | = version 0.7 =
|
---|
146 | *Facebook Connect comment dialog
|
---|
147 | *Solved problems with Community page (sidebar.php not found)
|
---|
148 |
|
---|
149 | = version 0.0.4 =
|
---|
150 | *PHP4 support
|
---|
151 | *New page for friends invite
|
---|
152 | *CSS Styles
|
---|
153 | *Some bugs
|
---|
154 |
|
---|
155 | = version 0.0.1 =
|
---|
156 | -
|
---|