Fb:editor-buttonset
From Facebook Developer Wiki
Description
A container for one or more fb:editor-button tags, which are rendered next to each other with some space between each button.
Examples
<fb:editor-buttonset>
<fb:editor-button value="Add"/>
<fb:editor-button value="Recommend"/>
<fb:editor-cancel />
</fb:editor-buttonset>
![]() |
Notes
This tag should contain at least one fb:editor-button as a child.

