Commands‎ > ‎

LOADDISP

Description

Sets the content of your FBCMD profile box with the contents of a file.  See the DISPLAY command for more information.

Parameters

 1 (required) filename Display Contents. This file contents can be plain text or more advanced FBML with images, hyperlinks, etc. See the DISPLAY command for more information.

Notes
  • See the DISPLAY command for more information and authorization.
  • You can use the SAVEDISP command to save the current contents of your profile box.

Examples

Set the contents of the box with the text in myfile.txt:
fbcmd LOADDISP myfile.txt

Change the current contents of the profile box:
fbcmd SAVEDISP current.html
Edit current.html file
fbcmd LOADDISP current.html

Comments