Facebook Like-Button – hide count?

If you do overflow:hidden then keep in mind that it will also hide the comment box that comes up in XFBML version… after user likes it. So best if you do this… /* make the like button smaller */ .fb_edge_widget_with_comment iframe { width:47px !important; } /* but make the span that holds the comment box … Read more

Facebook Iframe App with multiple pages in Safari Session Variables not persisting

I believe this solution has become obsolete with the latest (6.0 and later) versions of Safari. Safari by default does not allow cookies to be set from third parties. This affects Facebook iframe applications because the user is accessing a page served from apps.facebook.com but the iframe is being served from yourdomain.com, the “third party” … Read more