Facebook Like button not showing

AdamD

Well-known member
Not sure where the issue is with this, but I just enabled Facebook integration, the login/register bit works AOK

But, I don't see the Like or Recommend button when enabling that feature

Any ideas why it might be missing?

Looking at the source code, I do see the code for it:

Code:
                    <div class="facebookLike shareControl">
                       
                        <fb:like href="http://xxxxx/" layout="button_count" action="like" font="trebuchet ms" colorscheme="dark"></fb:like>
                    </div>
 
Top Bottom