The Facebook Comments Box was showing up fine for the website admin user, but did not show for anonymous users.

I fixed this for the given site by changing the width of the box on admin/settings/facebook_comments_box and saving it. I then changed the width again to the original setting and saved again and the box still worked.

Perhaps the comments box goes down at times due to caching or some other issue.

My site is currently fine now. I'm writing this to inform the module maintainer of a potential problem and to help others that might have this issue.

Comments

ani7a’s picture

Hello!

The same happened to me, i had to disable Block cache in order to view the block on anonymous users.

An alternative is to disable the cache of that particular block, in facebook_comments_box.module:

$blocks['facebook_comments_box'] = array(
'info' => t('Facebook Comments Box'),
'cache' => BLOCK_NO_CACHE
);

Bye!

tinohuda’s picture

Same problem here. I disable block cache to solve this problem and its running well

walkero’s picture

This fix worked for me too. Thanks guys for providing this.

thommyboy’s picture

Issue summary: View changes

same in D7 branch?!