Fb:wallpost-action

From Facebook Developer Wiki

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