I would like to create a FB fanpage with content only visible to users who became a fan. I know this can be done with FBML and I did some testing. <fb:fbml version="1.1"> <fb:visible-to-connection> [content for fans here] <fb:else> [content for non-fans here] </fb:else> </fb:visible-to-connection> </fb:fbml> Code (markup): The problem with this code occurs when the content for fans only is too long. The content is then displayed for non-fans as a big white space. A second problem is that the content is still visible in the page source code. Does somebody know how I create such FB fanpage without the problems I mentioned above? It is possible, because a lot of these fanpages are created lately. Thanks!