http://drupal.org/project/fb_social
Drupal integration of facebook social plugins http://developers.facebook.com/plugins

The following plugins are currently implemented :
Like Button
Comments
Like box
Recommendations
Facepile
Live stream
Activity Feed
Send button

CommentFileSizeAuthor
#5 icon_rw_property.png63.19 KBdrozas
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drozas’s picture

Hello kervi,

I did not know that module. I have been doing a quick check to the code, and basically the differences are:

  • fb_likebox offers the configuration settings directly in the block, instead of in an admin form.
  • fb_likebox is intended for the case where you are only interested in the like box plugin, and it has some more options (i.e.: enable/disable scrollbar).

Thanks a lot for your feedback,

David

drozas’s picture

Assigned: Unassigned » drozas
Status: Active » Closed (fixed)
jay.lee.bio’s picture

This module also automatically solves the "minimum width of 292px" problem that Facebook just implemented which is driving the whole world insane at the moment: http://stackoverflow.com/questions/17056656/facebook-like-box-widget-not...

The only thing this module doesn't support that fb_social does support is changing the border color. David, is there any way you can enable it?

drozas’s picture

Thanks for the feedback Jay Lee!

About the border color, the module allows you to set the same attributes especified at https://developers.facebook.com/docs/reference/plugins/like-box/
I have just noticed that there are a couple of them more (force_wall and show_border) so I will prepare a new release with these new attributes when I have some time. However, about the colour itself, it might be possible to override it in your especific theme as a CSS property (I have not tried myself).

I am going to be pretty busy these days (working on a PhD proposal), but I will try to take a look asap. Any patches are very welcome as well!

Cheers,

David

drozas’s picture

FileSize
63.19 KB

I have just made a quick test with Firebug, and if I am referring to the same icon, the property should be ._rw (find attached a screenshot). Please let me know if you successfully override it in your own theme.
icon rw property
Hope this helps!

David

drozas’s picture

The previous comment was supposed to be in this other thread: https://drupal.org/node/2018011#comment-7528949 :-)

jay.lee.bio’s picture

David, I noted above (#3) that the only thing this module doesn't support that fb_social does support is changing the border color. Going further on what I said at https://drupal.org/node/2018011 (#3), I guess there are some things Facebook allows you to change that CSS can't override. We know for a fact that the border color can be changed, so I just want you to double-check & see if Facebook also allows you to change the size of the default icon. If yes, great. If not, any idea on other ways to do this (Javascript)? Any pointers would be great.

P.S. Focus on your PhD. I'm not in a hurry & won't be offended if you reply late.