Facebook Connect WordPress Plugin 0.9.1


Ya podéis descargar la versión 0.9.1 del plugin para integrar Facebook con WordPress.

Descargar Facebook Connector 0.9.1

Principales cambios de esta versión:

  • Soporte para inicio de sesión seguro (SSL). Gracias a la ayuda de Malcolm Gin, que ha escrito un interesante post referente a la seguridad del plugin/FBConnect, y que realizó los cambios necesarios para soportar SSL (Thanks and Good Job!). [Nota importante: hay un problema con la descarga por https de la foto por defecto de usuario, https://static.ak.connect.facebook.com/pics/t_silhouette.jpg , por lo que he tenido que eliminar el uso de SSL temporalmente, reportaré este tema a Facebook]
  • Para facilitar la personalización del plugin y evitar algunos de los problemas con los diferentes temas de WordPress, a partir de esta versión el plugin trata de cargar la página de comunidad (community.php) y la página personal de cada usuario (myhome.php) del directorio asociado al tema (./wordpress/wp-content/themes/mytheme) de WordPress configurado, si no encuentra en este directorio los ficheros, los carga del directorio del plugin (./wordpress/wp-content/plugins/fbconnect).

Entradas relacionadas:

42 thoughts on “Facebook Connect WordPress Plugin 0.9.1

  1. Love the plugin….trying to get it setup behind a secure staging site with login credentials. Any idea why the fbml is not rendering (button,photos) ? I have changed the xmlns as you describe above.

  2. Hi Great plugin and great idea!

    I noticed that when inviting friends to your blog, the invite button reads “send xfbml invite” instead of “send blog name invite” xfmbl is also used as the application’s name on facebook someone recieves the invite. This isn’t very helpful and rather confuses users. I noticed that some who have installed the plugin have got this element working due to making changes.

  3. Hi Jaromir,
    to show login button and photos, please add this to 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”>

    ……

    With this plugin version you can change myhome and community page:
    1)copy the files myhome.php, community.php and userprofile.php from “./wordpress/wp-content/plugins/fbconnect” to “./wordpress/wp-content/themes/mytheme”
    2)then you can change the copy and adapt to your theme

    Good luck, and thanks for using the plugin!

  4. Having the same problem with the add comments to facebook, also if i went off the homepage and then tried to login / or edit profile etc the URL link was wrong, just change the url’s to absolutes in the connectcore.php file
    Great work though so far, well done!

  5. I’m also running into theming issues – perhaps JavaScript related? Facebook login shows up in “default theme” but not in custom theme – even with widget enabled.

    Any recommendations for troubleshooting?

  6. Hi Javier,
    the plagin is great!

    I installed your plugin and it works great with Default theme.

    But I bought a Thesis theme http://diythemes.com/thesis/ and there are some troubles. You can see them on my “still Hello Word blog”:

    1) Go to the homepage http://www.fbguru.cz/, click on the avatar of a guy with camera, it brings you here

    http://www.fbguru.cz/?fbconnect_action=myhome&fbuserid=1668422970

    The data here seems OK, by the layout is broken. So it must be same template issue. The author of the template is willing to repair it, but if you can give him same hints, what is wrong, it would be nice.

    2) You can see very simillar problem also here:
    http://www.fbguru.cz/?fbconnect_action=community

    3) Next problem – the avatar picture is not loaded in IE7

    4) The last bug IS NOT TEMPLATE DEPENDANT:

    Check the comments here:

    http://www.fbguru.cz/?p=1

    If you click on the name of the person who added a comment, then it goes ti his profile on Facebook, but if the person who click the linkk is not logged to Facebook thenhe gets 404 error code.

  7. Thanks for the update, I just updated and noticed the number of members on the community page is wrong on mine (10 against 9 icons displayed, see http://vedovini.net/community/)
    I looked at the code and there is a discrepancy between the SQL queries used in get_count_users() and get_lastusers_fbconnect()
    when there are registered users that are not Facebook users then the bug show up.

    For this to work I just changed get_count_users() to use the following query:
    “SELECT count(ID) as userscount FROM $users_table WHERE fbconnect_lastlogin>0″

  8. I’m getting the same problem, the facebook comment authority window pops up briefly before disappearing. I tried modifying the code slightly to delay the javascript function call until after the page had fully loaded but alas it didn’t work.

  9. Sigo pensando que seria interesante dejar al usuario que elija donde poner el icono de “facebook connect” sin obligarlo a que active el widget completo. Tambien seria interesante que se pudiesen desactivar algunas cosas del widget.

    Saludos, y magnifica labor la que estas realizando.

  10. The comments I leave on sociable.es, and my own comments on robteel.com are not showing up in my facebook newsfeed. It must have something to do with my browser configuration.

    A friend on robteel.com tried to leave a comment just now and reported this:

    “I actually had the option to allow the comment to flow through to my news feed, (a Facebook styled dialog popped up following my comment submission), however I clicked no because I didn’t want that particular comment to flow through to the newsfeed. So I commented again and that time the Facebook dialog did not come up.”

    Anyway, sorry to pester you. Let me know if I can help (or to buzz off).

Leave a Reply