Fb:grouplink

From Facebook Developer Wiki

Jump to: navigation, search

Description

Prints the specified group name and formats it as a link to the group's page.

Attributes

RequiredNameTypeDescription
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" />
grouplinkhz8.gif


If you're formatting the tag as XFBML for Facebook Connect, you must use a closing tag.

<fb:grouplink gid="2541896821"></fb:grouplink>
grouplinkhz8.gif
reference