It would be nice to be able to show Facebook profile photos in the comments, like on this page: http://www.commandn.tv

Comments

LaNets’s picture

Status: Active » Closed (fixed)

Facebook profile photo just replaces your user profile photo in Drupal user's table, nothing more, so if you want to display the user's photo in comments you just need to activate this setting here : http://www.yoursite.com/?q=admin/build/themes/settings . Your theme also has to be able to handle this setting.

dtmatthes’s picture

Thanks for the reply. I'm able to get profile photos to appear in the comments, but when I'm on the Facebook Connect tab under my user, I check "Use my facebook avatar as avatar" and I get the following message:

* warning: array_filter() [function.array-filter]: The first argument should be an array in /home/darrenma/public_html/unirunner/sites/all/modules/fbconnect/fbconnect.pages.inc on line 334.
* Error importing from facebook

You could go to my test site at http://www.darrenmatthes.com/unirunner and log in with FB and see if you can get your avatar to show up. Thanks for a great module!

LaNets’s picture

Seems you have some trouble with the callback url, you should set the callback url on your Facebook application settings to "http://www.darrenmatthes.com/unirunner" i guess.

dtmatthes’s picture

You might get a callback error message if you used http://darrenmatthes.com/unirunner, instead of http://www.darrenmatthes.com/unirunner. I think I need to fix it so that it always goes to www. Anyway, see if you get the same error when you include www. Thanks!

dtmatthes’s picture

I removed the www from the callback URL in Facebook, and that fixed it. It's now importing all Facebook information. Thanks!