Facebook Connect WordPress Plugin Configuration

Installation and configuration videotutorial:


1. Log in to the Facebook Developer application: http://www.facebook.com/developers/

2. Create a new application, more info: http://developers.facebook.com/get_started.php

3. Upload the `fbconnect` folder to the `/wp-content/plugins/` directory

4. Activate the plugin through the ‘Plugins’ menu in WordPress

5. Configure the plugin through the ‘Facebook Connector’ section of the ‘Settings’ menu

6. Use the Facebook App info (step 2) to configure the plugin

7. Create a new template for comments.

8. Activate the Facebook Connector widget from the ‘Design / Widtgets’ menu.

9. Important: If you dont see the Facebook Connect login button and the user photos (on IExplorer), you need to modify your “header.php” theme file:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
......

Plugin Download and more information

197 thoughts on “Facebook Connect WordPress Plugin Configuration

  1. Saludos! .. a mi me sale este problema al darle click en el boton de “connect with facebook” me abre una ventanita y me muestra esta información impidiendome logearme:

    Argumento no válido
    La URL del receptor de varios dominios de Conecta de Facebook (http://lazarianos.alternativastecnicas.com/wp-content/plugins/fbconnect/xd_receiver.htm#fname=_opener&%7B%22t%22%3A3%2C%22h%22%3A%22fbCancelLogin%22%2C%22sid%22%3A%220.854%22%7D) debe contener la URL de devolución de llamada de la aplicación (http://www.lazarianos.alternativastecnicas.com) como prefijo. Puedes configurar la URL de devolución de llamada en la configuración de la aplicación.

    Agradeceria me pudieran ayudar con esto.

  2. Pingback: Web 2.0 Ireland » Blog Archive » Facebook Connect on Web2Ireland

  3. Hey Javier,

    I’m a little confused… that code was taken from this very page. lol.

    If I don’t include it, the connect button doesn’t appear at all on IE… if I do include it, it still doesn’t work.

    Do I just remove the code and make the Facebook Connect functionality unusable to IE users, or is there something I’m missing?

    Thanks for your help. ;)

  4. Hi John,
    it could be a problem with a malformed xhtml (DOM), i see you have a ilegal character on your html tag, when you include the facebook namespace:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml&quot; xmlns:fb="http://www.facebook.com/2008/fbml">

    ……

    Other people have the same cut and paste problem.

    Thanks for using the plugin.

  5. Works fine on 2.6 & 2.7 installs with safari or firefox…
    I agree with Dave when he asked for english translations but i’ll be more general and ask for a pot file so we can translate it into any language.
    Thanks for your plugin ! keep up this good work.

Leave a Reply