Fb:eventlink

From Facebook Developer Wiki

Jump to: navigation, search

Description

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

Attributes

RequiredNameTypeDescription
required eid int Event ID for the event 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:eventlink eid="21150032416" />


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

<fb:eventlink eid="21150032416"></fb:eventlink>
reference