Facebook Like Widget on Fan Page, Comment Area Out of Visible Area

Facebook Like Widget on Fan page, Comment area out of visible area

Try adding this to your css:

.fb_edge_comment_widget {
margin-left: -350px;
}

This will move comment box to the left, but the little arrow pointing to the button will move too (which you could try to cover with another element). It will only work if you're using XFBML, not an iframe.

Here's an example.

Facebook fbml add fan button to page

For pages, that button is automatically handled by Facebook. If you are already a Fan of the page, the button won't appear. You should be able to "unfan" the page in your account settings.

The FBML application lets you add arbitrary FBML to the "box" that represents that application. It has nothing to do with the Fan button.

Fb like button z-index issue

Change the z-index for your #centre and #footer div's to negative values. This should fix the problem.

Don't forget to change all of the other elements in relation to your site. You will be moving the #centre div to at least to z-index: -2 (to allow room for the #footer div to fit in at -1).

Forcing Visitors to Liking Facebook Page

you need to parse the signed_request parameter, it has a Boolean attribute called liked.

you may want to look at this question



Related Topics



Leave a reply



Submit