Hi, I found FB Like button does not work.
When I clicked it, it just load FB Login confirmation. after that, nothing happen.
I found this problem in Try out a demonstration too..

Why? Is FB Like button in this module just for show up Liked count?
or is it a bug that not resolved yet?

How to make FB like button in this module post a pages is liked on FB like image below.

Thanks.

CommentFileSizeAuthor
like-post.jpg17.84 KBmobiro
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danielapsmaior’s picture

Issue summary: View changes

In Easy Social Settings >> Extra widgets > Facebook widget settings
Change you Facebook widget type to HTML5 or XFBML. The IFRAME type doesn't allow commenting.

Also remember to put overflow:visible in your div:
.easy_social_box div.easy_social-widget-facebook {
overflow: visible;
}