Facebook Connect WordPress Plugin 1.0

Ya podéis descargar la versión 1.0 del plugin para integrar Facebook con WordPress.
Descargar Facebook Connector 1.0
Principales cambios de esta versión:
- Soporte multiidioma (español e ingles por el momento, se agradecerá cualquier ayuda para traducir a otros idiomas). Para seleccionar el idioma del blog, es necesario editar el fichero wp-config.php, y modificar la variable: define (‘WPLANG’, ‘es_ES’);. Para los que quieran traducir a otros idiomas, el fichero con los textos del plugin podeis descargarlo aquí : fbconnect.po
- Más personalización del widget. Ahora se puede copiar el fichero fbconnect_widget.php y fbconnect.css al directorio del tema de wordpress y personalizarlo. (Thanks to Axel from my-guides.net)
- Para evitar problemas con otros plugins que utilizan las librerias de Facebook, a partir de esta versión se evita cargarlas si se detecta que ya han sido cargadas.
Change log:
- Multilanguage support (spanish and english for the moment, any help will be appreciated)
- Widget and CSS personalization. Copy fbconnect_widget.php and fbconnect.css to your wordpress theme directory. (Thanks to Axel from my-guides.net)
- Solved problem with Facebook libraries already loaded by other plugin.
Entradas relacionadas:
Tags: community marketing, desarrollo aplicaciones facebook, facebook, facebook application development, Facebook Connector, facebook developer, integracion facebook connect, plugin, social media, social media marketing, social web, wordpress


Envíame un e-mail
Mi perfil en Facebook
jreyes en twitter 
Hola,
para desinstalar sera suficiente de deactivar el plugin y apagar a los ficheros en /plugin/…? O tendría que depurar el banco de datos también?
Gracias…!
Hola Javier, es posible traer el news feed de Facebook via facebook connect API?
Hola Javier,
¿desde donde se puede modificar el titulo del widget, Community?
Saludos y gracias!
Hi axel,
you can configure the number of visitors on the WordPress widget administration (for the Facebook Connector widget): wp-admin/widgets.php
Grande Javier!! Solucionado!!!
Gracias por tu pronta respuesta. En realidad yo ya estaba poniendo www. , pero no funcionaba con eso. Ahora lo puse SIN www y anduvo perfecto, debe ser porque yo tengo así configurada la URL por defecto en WordPress.
Muchas Gracias!!! Era tan fácil….
Hi Fabrice Pouillon,
check your “footer.php” theme file: if don’t have a < ?php wp_footer(); ?> line
Add it before the end body tag:
Hola Bruno,
en la configuración de la aplicación (en Facebook), ¿al indicar el CallBack URL estas poniendo http://www.universico.com.ar ó http://universico.com.ar ?
Prueba a poner las www y me cuentas
Hola Jessica,
en las FAQs he añadido el tema de las fotos de los usuarios de Facebook en los comenatrios:
http://www.sociable.es/facebook-connect-wordpress-plugin-faqs/
Hola Javier,
He instalado esta última versión del plugin hace dos días en mi blog (www.universico.com.ar) y he seguido los pasos que explicas en los video tutoriales. Pero cada vez que hago click en el botón de “Connect with Facebook” y te aparece el popup para que confirmes los datos de tu cuenta, me aparece el siguiente mensaje de error:
Argumento no válido
La URL del receptor de varios dominios de Conecta de Facebook (http://universico.com.ar/wp-content/plugins/fbconnect/xd_receiver_ssl.htm#fname=_opener&%7B%22t%22%3A3%2C%22h%22%3A%22fbCancelLogin%22%2C%22sid%22%3A%220.189%22%7D) debe contener la URL de devolución de llamada de la aplicación (http://www.universico.com.ar) como prefijo. Puedes configurar la URL de devolución de llamada en la configuración de la aplicación.
Ya he intentado solucionarlo desde la configuración de la aplicación en FB, poniendo la URL de devolucion de llamada, pero sigue sin andar.
¿A qué se debe este problema?
Gracias! y gracias por este excelente plugin!!
Excelente plugin, felicitaciones!
Is there a script to put the Connect button in the comments loop?
Hey again, does anyone know in which file is the option for the number of the visitors displayed photos? I think I have found it before but I don’t remember where I saw it.
Probando a dejar un comentario estando logada en facebook connect, a ver si en tu plantilla sí que sale la imagen del perfil en vez del gravatar…
Hola Miguel,
He visto en netoraton.es que comentabas que para que la plantilla muestre la foto del perfil de facebook o, en su defecto, el gravatar, la plantilla de comentarios debe tener un código, pero por algún motivo el comentario que has dejado no muestra este código. ¿Nos lo podrías facilitar, por favor? ya que yo tengo el mismo problema… ¡Gracias!
(nota: disculpa por el comentario duplicado, el anterior lo colgué donde no tocaba)
Hola,
cuando intento activar el plugin me aparece esto: Fatal error: Cannot redeclare class services_json in /usr/home/marcpallares/www/wp-content/plugins/fbconnect/facebook-client/jsonwrapper/JSON/JSON.php on line 116
estoy usando WP 2.7 y no se como puedo solucionarlo para pdoer activar Facebook Connect.
Cual es la solución?
Gracias.
P,D: uso Wp en catalan, no se si puede ser ese el problema.
ade I also had this bug. I just change the values in mysql table and I haven’t logged in again as admin.
This is interesting, been debating which one to use. Bien hecho chicos. saludos desde miami!
Hi again! I have found out more about why I was getting the admin association with an fbconnect login. Firefox or IE7 works as expected but when logging in with IE6, lines 141 & 142 of fbConnectLogic.php is triggered, which means the the plugin thinks i’m logged in to WP as admin which is the first ID. So it attaches the facebook login to the admin account
I never use the IE6 browser to login as admin so I think it might be a bug which is picking up the wrong user status from somewhere
When I logout i always call wp_logout_url() after FB.Connect.logout() so that should clear everything up
Has anyone else had this bug?
Thanks
Hola, he probado tu plugin en WordPress 2.7 y no logro verlo en idioma español. En wp-config.php ya está declarado define (‘WPLANG’, ‘es_ES’); Qué puede estar mal?
aha! think i found it, you have to set the fbconnect_userid to ’0′ not null.
I was just wiping the field in Navicat and it was setting ‘null’ and the plugin must be looking for a null user value and updates in that row.
Now its working, but i’m not sure how this happened, it was fine before. Is it possible the WP admin is cleaning the fbconnect_userid param to ‘null’ and next time a FB Connect user logins in it attaches the user to the admin?
Thanks anyway
Hi
I’m having trouble with something that was mentioned on the 0.99 thread with the facebook account being linked with my admin account. All my posts are showing as “admin” and being authorised
You said “If you want to remove the Wordpres admin association with your Facebook user, you need to clean the field fbconnect_userid from table wp_users, for the admin user.” I tried this, but it keeps reassociating with admin even on browsers that have never logged in to the admin
Why would it do this?
Thanks
Hi again,
After testing further, I noticed another rather annoying bug. If are logged in on both your Facebook account and WP admin account using the same browser, then the plugin gets lost. As a result, I could access my WP dashboard with my facebook account, which is rather unexpected !
Could you please let me know if you reproduce the bug :
* Connect to Facebook
* Open another browser tab
* Go to your blog
* Connect with your WP admin identifiers
=> The two accounts are linked
Cheers.
Hola, cuando intento activar el plugin me da este mensaje de error………
Fatal error: Cannot redeclare json_encode() (previously declared in /var/www/vhost/europocket.tv/home/html/Blog/wp-content/plugins/twitme/support/json.php:806) in /var/www/vhost/europocket.tv/home/html/Blog/wp-content/plugins/fbconnect/fbConfig_php4.php on line 137
Utlizo el wordpress 2.7
Me podriais decir a que es debido…… Gracias
Thanks for the great plugin. Using Safari, I noticed some performance issues. When I post a comment it takes a while before the window pops-up ! Also the profile pic appears to be missing, randomly obviously. Any hints ?
Just seeing if it gets posted to my profile….
great work – thanks
What a great plugin, but it doesn’t work on my blog http://www.blog-pouillon.com
I modify the header.php, but there’s no change : no connect button and no user photo.
What can i do ?
I wish you a happy new year 2009 !
Fabrice.
What a great plugin ! But it doesn’t work on my blog. http://www.blog-pouillon.com
there’s no login button & user photo.
I modify the header.php, but there’s no change !
What can i do ?
I use bitter sweet theme ( http://www.arcsin.se )
[...] ¿acaso soy yo desarrollador web? No, y por eso hay que agradecer a Javier Reyes que haya creado el primer plugin del mundo para WP que permite a casi todo el mundo aprovechar el potencial de Facebook Connect en su propio [...]
Can’t wait to give this another whirl. I tried it out back on version .3 or something so I’m pumped about 1.0!
[...] posted here: Facebook Connect WordPress Plugin 1.0 – Sociable! – The Social … This entry was posted on Sunday, December 28th, 2008 and is filed under Uncategorized. You can [...]
hmm. guess everyone’s out for the day and sick of me. ha ha. anyway, finally got it to work. only thing doesn’t work is safari on PC… thanks all.
@ade: how do you call the wp-logout? and which file in fb connector needs to be updated? sorry. am really new to php. thanks for your help!
funny thing is, finnally it just worked for me on the last comment on this site. but still no love on my site. the site is under construction, but please try at drinkjungle.com if you wanna see the error first hand.
so here’s what i see on my site when i use firefox and have the publish comment to facebook checked:
**************
Application response error
Invalid template bundle id specified: 0. You can see this because you are one of the developers of the app.
**************
i thought maybe it’s my theme, but i switched to the default theme and same error in firefox. in IE and safari, i think that error pops up and closes so fast that i can’t read it, but i’m guessing that’s why it’s not publishing to facebook in those browsers as well. (fyi, i made sure i had the right code in the right place in header/footer files as recommended). i’m running wp 2.7.
i found my logout problem. You have to call the WP logout after Facebook logout. You are logged into both WP and FB. Seems good now
hmmm. i just tried posting back to facebook with my last comment. sorry if this is a dumb question, but where in my facebook account can i find my post back? i’m looking at my facebook account right now. i see nothing…
hey. just testing this out. nice plugin.
Creating a comment to facebook in IE7 has a small bug to my page. After I hit “submit”, the page reloads and the popup opens in the top of the page while you are watching the bottom! Other that it working really great!!
Well, it seems running the sql from fbConnectStore.php directly in phpmyadmin, everything works as it should. Not sure why the tables weren’t being created, but once they were, working like a charm.
I should add that this is WPMU 2.6.5, it seems the fbconnect_userid field isn’t being written to the wp_users table.
1.0 seems to work better regarding showing the images, but I’m having a problem with after logging in with Facebook, the WP user isn’t logged in, so their profile info isn’t showing up on the page. A WP login link shows, the invite friends link shows, but not the same info as when I’m logged in as admin.
It would be great if there was a single place for the comments and tips for this plugin, rather than spread across so many posts. Just an idea.
Hi Ade,
I don’t seem to be having this problem. Running WP 2.7 with the v1.0 plugin. However, that is a little worrying, it does indeed sound like a cookie issue. But I can’t replicate it on my site at the moment…
Hi again. What was the WP 2.7 logout bug which i’ve seen mentioned here?
If you login, post a comment, then logout and post a comment it’s still using your facebook id.
If you logout on a browser that you have previously used as WordPress admin then further comments will have “admin” as the username. There’s some cookie issues going on
All appears to be working fantastically on Astroengine.com. v1.0 seems to clear up the problem I was having with posting comments to Facebook.
Great job!
Cheers, Ian
aaah! my post had the tags stripped out. Once more
Hi, I found the reason for the Operation Aborted errors in IE. The wp_footer() has to be the very last thing before the close body tag. If it’s within a div then the facebook popup which is probably created with a .innerHTML command targeting the body will cause a crash. IE8 is ok, but 6 & 7 will trigger this error
Hi, I found the reason for the Operation Aborted errors in IE. The wp_footer() has to be the very last thing before the tag. If it’s within a then the facebook popup which is probably created with a .innerHTML command targeting the will cause a crash. IE8 is ok, but 6 & 7 will trigger this error
Fatal error: Cannot redeclare class facebook in /www/oxyhost.com/j/a/m/jamie1984/htdocs/blog/wp-content/plugins/ferdinand-wordbook/facebook.php on line 2
if it enters anything into say the database if i need to remove them (removal instructions would be nice [without all of wordpress going hopefully
]
Hi, I still get Operation Aborted error/crash in IE when the facebook popup appears for publishing a story back to facebook
Congrats on the final release!