Search code examples
facebookxfbmlfacebook-likebox

Facebook fb:fan - Define the count of fans, that are displayed


I'm using the <fb:fan> tag of the XFBML, so that I can use a custom style for the like box. The problem with the <fb:fan> tag is, that it doesn't automatically calculate the count of the fans, that are displayed. Is there a way to set this count manually?


Solution

  • There is a parameter called connections that defines the count of fans are displayed.
    e.g. connections="15" will display 15 fans.