Fb:grouplink

From Facebook Developer Wiki

Revision as of 17:00, 12 October 2009 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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