friendica/doc/BBCode.md

6.6 KiB

Friendica BBCode tags reference

Inline

[b]bold[/b]
: bold
[i]italic[/i]
: italic
[u]underlined[/u]
: underlined
[s]strike[/s]
: strike
[color=red]red[/color]
: red
[url=http://www.friendica.com]Friendica[/url]
: Friendica
[img]http://friendica.com/sites/default/files/friendika-32.png[/img]
: Immagine/foto
[size=xx-small]small text[/size]
: small text
[size=xx-large]big text[/size]
: big text
[size=20]exact size[/size] (size can be any number, in pixel)
: exact size

Block

[code]code[/code]

code

 

[code=php]function text_highlight($s,$lang)[/code]

  1.  function text_highlight($s,$lang)

 

[quote]quote[/quote]
quote

 

[quote=Author]Author? Me? No, no, no...[/quote]

Author wrote:

Author? Me? No, no, no...

 

[center]centered text[/center]
centered text

 

You should not read any further if you want to be surprised.[spoiler]There is a happy end.[/spoiler]

You should not read any further if you want to be surprised.
click to open/close

(The text between thhe opening and the closing of the spoiler tag will be visible once the link is clicked. So "There is a happy end." wont be visible until the spoiler is uncovered.)

 

Table

[table border=1]
 [tr] 
   [th]Tables now[/th]
 [/tr]
 [tr]
   [td]Have headers[/td]
 [/tr]
[/table]
Tables now
Have headers

 

List

[list]
 [*] First list element
 [*] Second list element
[/list]
  • First list element
  • Second list element

[list] is equivalent to [ul] (unordered list).

[ol] can be used instead of [list] to show an ordered list:

[ol]
 [*] First list element
 [*] Second list element
[/ol]
  • First list element
  • Second list element

For more options on ordered lists, you can define the style of numeration on [list] argument:

[list=1]
: decimal
[list=i]
: lover case roman
[list=I]
: upper case roman
[list=a]
: lover case alphabetic
[list=A] 
: upper case alphabetic

Embed

You can embed video, audio and more in a message.

[video]url[/video]
[audio]url[/audio]

Where url can be an url to youtube, vimeo, soundcloud, or other sites wich supports oembed or opengraph specifications. url can be also full url to an ogg file. HTML5 tag will be used to show it.

[url]*url*[/url]

If url supports oembed or opengraph specifications the embedded object will be shown (eg, documents from scribd). Page title with a link to url will be shown.

Map

[map]address[/map]
[map=lat,long]

You can embed maps from coordinates or addresses. This require "openstreetmap" addon version 1.3 or newer.


Abstract for longer posts

If you want to spread your post to several third party networks you can have the problem that these networks have (for example) a length limitation. (Like on Twitter)

Friendica is using a semi intelligent mechanism to generate a fitting abstract. But it can be interesting to define an own abstract that will only be displayed on the external network. This is done with the [abstract]-element. Example:

[abstract]Totally interesting! A must-see! Please click the link![/abstract]
I want to tell you a really boring story that you really never wanted 
to hear.

Twitter would display the text "Totally interesting! A must-see! Please click the link!". On Friendica you would only see the text after "I want to tell you a really ..."

It is even possible to define abstracts for separate networks:

[abstract]Hi friends Here are my newest pictures![abstract]
[abstract=twit]Hi my dear Twitter followers. Do you want to see my new 
pictures?[abstract]
[abstract=apdn]Helly my dear followers on ADN. I made sone new pictures 
that I wanted to share with you.[abstract]
Today I was in the woods and took some real cool pictures ...

For Twitter and App.net the system will use the defined abstracts. For other networks (e.g. when you are using the "statusnet" connector that is used to post to GNU Social) the general abstract element will be used.

If you use (for example) the "buffer" connector to post to Facebook or Google+ you can use this element to define an abstract for a longer blogpost that you don't want to post completely to these networks.

Networks like Facebook or Google+ aren't length limited. For this reason the [abstract] element isn't used. Instead you have to name the explicit network:

[abstract]These days I had a strange encounter ...[abstract]
[abstract=goog]Helly my dear Google+ followers. You have to read my 
newest blog post![abstract]
[abstract=face]Hello my Facebook friends. These days happened something 
really cool.[abstract]
While taking pictures in the woods I had a really strange encounter ... 

The [abstract] element isn't working with the native OStatus connection or with connectors where we post the HTML. (Like Tumblr, Wordpress or Pump.io)

Special

If you need to put literal bbcode in a message, [noparse], [nobb] or [pre] are used to escape bbcode:

[noparse][b]bold[/b][/noparse]
: [b]bold[/b]