Fb:submit
From Facebook Developers Wiki
[edit] Description
Creates a JavaScript submission mechanism for a form, which makes image or text links act as Submit buttons. Markup contained by this tag is surrounded with an <a> tag that includes a submit onclick action.
- This article or section needs expansion
[edit] Attributes
| Required | Name | Type | Description | |
| optional | form_id | string | The ID of the form to be submitted. |
|---|
[edit] Examples
| <fb:submit><img src="http://images.jupiterimages.com/common/detail/50/17/22851750.jpg"></fb:submit> |
