• Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
  • Insert Flickr images: [flickr-photo:id=230452326,size=s] or [flickr-photoset:id=72157594262419167,size=m].The size parameter can be one of the following:
    • s — (Square) 75x75 pixel square
    • t — (Thumbnail) 100 pixels on longest side
    • m — (Small) 240 pixels on longest side
    • - — (Medium) 500 pixels on longest side
    • b — (Large) 1024 pixels on longest side
    • o — (Original) Original image
  • The Views module allows administrators to create dynamic lists of content for display in pages or blocks. It is also possible to insert those lists into existing node bodies, but such inclusion requires that PHP filtering be turned on. This module allows any user to insert view listings using tag syntax, without the need for PHP execution permissions.

    [view:my view]
    will be replaced by the full listing of content defined by that view.
    [view:my view=10]
    will limit the listing to 10 items.