Fb:wallpost-action

From Facebook Developer Wiki

Revision as of 19:00, 13 July 2009 by Pete Bratach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Description

Displays a link at the bottom of a wallpost (even if it appears before other text within the fb:wallpost tag).

Attributes

RequiredNameTypeDescription
required href the URL of the link. must be absolute

Examples

<fb:wall/>


<fb:wall> <fb:wallpost uid="12345">This is a wall post from uid 12345. <fb:wallpost-action href="linktohere">This is a small blue link in the post</fb:wallpost-action> </fb:wallpost> </fb:wall>
reference