Fb:grouplink
From Facebook Developer Wiki
Description
Prints the specified group name and formats it as a link to the group's page.
Attributes
| Required | Name | Type | Description | |
| required | gid | int | Group ID for the group whose name and link you want to retrieve. |
|---|
Examples
If you're formatting the tag as FBML, you don't need to use a closing tag.
<fb:grouplink gid="2541896821" />
![]() |
If you're formatting the tag as XFBML for Facebook Connect, you must use a closing tag.
<fb:grouplink gid="2541896821"></fb:grouplink>
![]() |

