Commands‎ > ‎

FEEDNOTE

Description

Share a note in your news feed.

Parameters

 1 (required) Text Note Title.
 2 (required) Text Note Body.  The body text can be quite rich and support many html tags, such as:
  • <a href> (links)
  • <img> (images)
  • <b> (bold)
  • <i> (italic)
  • <br> (line feeds)

See the syntax page and the parameter defaults page for information on setting your default parameters.

Output

The following sample shows how a FEEDNOTE story will appear on your page:
Clicking on the link will send you to your Notes page, where the full note will appear:

Preferences

See the general preferences page for a list of preferences that apply to all (or most) commands.

Notes

  • As can be seen above, (as with any note) the feed story strips out many of the html tags.
  • For long posts, you may wish to use the LOADNOTE command
  • FEEDNOTE requires extended PUBLISH permissions: click (here) to grant fbcmd the PUBLISH permissions

Examples

fbcmd FEEDNOTE "This is the Note Title" "This is the note body.  It can have <b>bold</b> and <i>italic</i> text with <br>line<br>feeds<br>and <a href=http://fbcmd.dtompkins.com>links</a> and <img src=http://sample.com/image.png>pictures too."

Comments