Up:iframe
Inserts an <IFRAME> into the page.
Attributes
- Required
- string src - The URL of the IFRAME. This will have signed GET parameters appended to it to prove that the frame was loaded through Facebook, as described in the forms section. These parameters will also include one named fb_sig_in_iframe to indicate this context.
- Optional
- int frameborder - whether to show (1) or hide (0) an IFRAME border. (default value is 1)
- string scrolling - whether to show scrollbars. (default value is yes) - use "yes", "no", or "auto" (not "true" or "false")
- string style - custom inline style for the IFRAME
- int width - the width of the IFRAME
- int height - the height of the IFRAME