BB codes

  • [B], [I], [U], [S] - Bold, italics, underline, and strike-through

    Makes the wrapped text bold, italic, underlined, or struck-through.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Changes the color, font, or size of the wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL][email protected][/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [[email protected]]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]Username[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://www.harbeth.co.uk/assets/logo-usergroup-science3.png[/IMG]
    Output:
    logo-usergroup-science3.png
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: ABC News, Amazon Product, Anchor, Apple Music, Audioboom, Audiomack, Bandcamp, BBC News, BitChute, Bleacher Report videos, Break, Brightcove, Castos, CBS News Video, Clyp, CNBC, CNN, CNNMoney, CodePen, Comedy Central, Coub, Dailymotion, Democracy Now!, dumpert, 8tracks, ESPN, Facebook, Falstad Circuit Simulator, Flickr, Fox News, Funny or Die, Gamespot, GameTrailers, Getty Images, Gfycat, Gifs.com, GIPHY, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Hudl, Hulu, IGN, IMDb, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JSFiddle, JW Platform, Kaltura, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, Liveleak, Livestream, Mail.Ru, Medium, Megaphone, Metacafe, Mixcloud, Mixer, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NBC Sports, NHL Videos and Highlights, NPR, The New York Times Video, Orfium, Pastebin, Pinterest, Podbean, Prezi, Reddit threads and comments, Rumble, Rutube, Scribd, Sendvid, SlideShare, SoundCloud, Sporcle, Sportsnet, Spotify, Spreaker, Steam store, Stitcher, Straw Poll, Streamable, Streamja, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, TikTok, TMZ, TradingView, Trailer Addict, Trending Views, Tumblr, 247Sports, Twitch, Twitter, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, Wistia, WorldStarHipHop, The Wall Street Journal Online, GameClips.io, Gamer DVR, Youku, YouTube
    Example:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code

    Rich code:
    Rich (BB code):
    Rich
    code

    PHP code:
    PHP:
    echo $hello . ' world';

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code sections [ICODE]are a convenient way[/ICODE] of displaying code inline.

    Rich formatting within inline code sections [ICODE=rich]is [COLOR=red]also[/COLOR] [U]supported[/U][/ICODE].
    Output:
    Inline code sections are a convenient way of displaying code inline.

    Rich formatting within inline code sections is also supported.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    Output:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [FLASH] - flash

    custom_bb_code_desc.Flash
    Example:
    [FLASH]http://www.domain.com/flash.swf[/FLASH]
    Output:
    custom_bb_code_output.Flash
  • [CUSTOMIFRAME=option] - customiframe

    custom_bb_code_desc.customiframe
    Example:
    [customiframe=com]apple[/customiframe]
    Output:
    custom_bb_code_output.customiframe
  • [CUSTOMIFRAMEMEDIUM] - customiframemedium

    custom_bb_code_desc.customiframemedium
    Example:
    [customiframemedium]www.apple.com[/customiframemedium]
    Output:
    custom_bb_code_output.customiframemedium
  • [CUSTOMIFRAMESMALL] - customiframesmall

    custom_bb_code_desc.customiframesmall
    Example:
    [customiframesmall]www.apple.com[/customiframesmall]
    Output:
    custom_bb_code_output.customiframesmall
  • [FLASHNARRATION] - FLASH Narration

    custom_bb_code_desc.flashnarration
    Example:
    [flashnarration]http://www.domain.com/flash.swf[/flashnarration]
    Output:
    custom_bb_code_output.flashnarration
  • [FLASHVIDEO] - Flashvideo

    custom_bb_code_desc.flashvideo
    Example:
    [flashvideo]http://www.domain.com/flash.swf[/flashvideo]
    Output:
    custom_bb_code_output.flashvideo
  • [MOVIELARGE] - movielarge

    Example:
    [movielarge]/library/movies_hug/mylargemovie.mov[/movielarge]
    Output:
  • [MOVIELARGE2] - movielarge2

    Example:
    [movielarge2]/library/movies_hug/mylargemovie.mov[/movielarge2]
    Output:
  • [MOVIELARGE3] - movielarge3

    Example:
    [movielarge3]/library/movies_hug/mylargemovie.mov[/movielarge3]
    Output:
  • [MOVIELARGE4] - movielarge4

    Example:
    [movielarge4]/library/movies_hug/mylargemovie.mov[/movielarge4]
    Output:
  • [MOVIELARGE5] - movielarge5

    Example:
    [movielarge5]/library/movies_hug/mylargemovie.mov[/movielarge5]
    Output:
  • [MOVIELARGE6] - movielarge6

    Example:
    [movielarge6]/library/movies_hug/mylargemovie.mov[/movielarge6]
    Output:
  • [MOVIEMEDIUM] - moviemedium

    custom_bb_code_desc.moviemedium
    Example:
    [moviemedium]/library/movies_hug/mymediummovie.mov[/moviemedium]
    Output:
    custom_bb_code_output.moviemedium
  • [MOVIEMEDIUM2] - moviemedium2

    custom_bb_code_desc.moviemedium2
    Example:
    [moviemedium2]/library/movies_hug/mymediummovie.mov[/moviemedium2]
    Output:
    custom_bb_code_output.moviemedium2
  • [MOVIEMEDIUM3] - moviemedium3

    custom_bb_code_desc.moviemedium3
    Example:
    [moviemedium3]/library/movies_hug/mymediummovie.mov[/moviemedium3]
    Output:
    custom_bb_code_output.moviemedium3
  • [MOVIEMEDIUM4] - moviemedium4

    custom_bb_code_desc.moviemedium4
    Example:
    [moviemedium4]/library/movies_hug/mymediummovie.mov[/moviemedium4]
    Output:
    custom_bb_code_output.moviemedium4
  • [MOVIEMEDIUM5] - moviemedium5

    custom_bb_code_desc.moviemedium5
    Example:
    [moviemedium5]/library/movies_hug/mymediummovie.mov[/moviemedium5]
    Output:
    custom_bb_code_output.moviemedium5
  • [MOVIEMEDIUM6] - moviemedium6

    custom_bb_code_desc.moviemedium6
    Example:
    [moviemedium6]/library/movies_hug/mymediummovie.mov[/moviemedium6]
    Output:
    custom_bb_code_output.moviemedium6
  • [MOVIESMALL] - moviesmall

    custom_bb_code_desc.moviesmall
    Example:
    [moviesmall]/library/movies_hug/mysmallmovie.mov[/moviesmall]
    Output:
    custom_bb_code_output.moviesmall
  • [MOVIESMALL2] - moviesmall2

    custom_bb_code_desc.moviesmall2
    Example:
    [moviesmall2]/library/movies_hug/mysmallmovie.mov[/moviesmall2]
    Output:
    custom_bb_code_output.moviesmall2
  • [MOVIESMALL3] - moviesmall3

    custom_bb_code_desc.moviesmall3
    Example:
    [moviesmall3]/library/movies_hug/mysmallmovie.mov[/moviesmall3]
    Output:
    custom_bb_code_output.moviesmall3
  • [MYAUDIO] - mp3

    custom_bb_code_desc.myaudio
    Example:
    [myaudio]/library/mp3files/ozgur_mixdown.mp3[/myaudio]
    Output:
    custom_bb_code_output.myaudio
  • [MYAUDIO10] - mp3_10

    custom_bb_code_desc.myaudio10
    Example:
    [myaudio10]/library/mp3files/ozgur_mixdown.mp3[/myaudio10]
    Output:
    custom_bb_code_output.myaudio10
  • [MYAUDIO11] - mp3_11

    custom_bb_code_desc.myaudio11
    Example:
    [myaudio11]/library/mp3files/ozgur_mixdown.mp3[/myaudio11]
    Output:
    custom_bb_code_output.myaudio11
  • [MYAUDIO12] - mp3_12

    custom_bb_code_desc.myaudio12
    Example:
    [myaudio12]/library/mp3files/ozgur_mixdown.mp3[/myaudio12]
    Output:
    custom_bb_code_output.myaudio12
  • [MYAUDIO13] - mp3_13

    custom_bb_code_desc.myaudio13
    Example:
    [myaudio13]/library/mp3files/ozgur_mixdown.mp3[/myaudio13]
    Output:
    custom_bb_code_output.myaudio13
  • [MYAUDIO14] - mp3_14

    custom_bb_code_desc.myaudio14
    Example:
    [myaudio14]/library/mp3files/ozgur_mixdown.mp3[/myaudio14]
    Output:
    custom_bb_code_output.myaudio14
  • [MYAUDIO15] - mp3_15

    custom_bb_code_desc.myaudio15
    Example:
    [myaudio15]/library/mp3files/ozgur_mixdown.mp3[/myaudio15]
    Output:
    custom_bb_code_output.myaudio15
  • [MYAUDIO16] - mp3_16

    custom_bb_code_desc.myaudio16
    Example:
    [myaudio16]/library/mp3files/ozgur_mixdown.mp3[/myaudio16]
    Output:
    custom_bb_code_output.myaudio16
  • [MYAUDIO17] - mp3_17

    custom_bb_code_desc.myaudio17
    Example:
    [myaudio17]/library/mp3files/ozgur_mixdown.mp3[/myaudio17]
    Output:
    custom_bb_code_output.myaudio17
  • [MYAUDIO18] - mp3_18

    custom_bb_code_desc.myaudio18
    Example:
    [myaudio18]/library/mp3files/ozgur_mixdown.mp3[/myaudio18]
    Output:
    custom_bb_code_output.myaudio18
  • [MYAUDIO19] - mp3_19

    custom_bb_code_desc.myaudio19
    Example:
    [myaudio19]/library/mp3files/ozgur_mixdown.mp3[/myaudio19]
    Output:
    custom_bb_code_output.myaudio19
  • [MYAUDIO2] - mp3_2

    custom_bb_code_desc.myaudio2
    Example:
    [myaudio2]/library/mp3files/ozgur_mixdown.mp3[/myaudio2]
    Output:
    custom_bb_code_output.myaudio2
  • [MYAUDIO20] - mp3_20

    custom_bb_code_desc.myaudio20
    Example:
    [myaudio20]/library/mp3files/ozgur_mixdown.mp3[/myaudio20]
    Output:
    custom_bb_code_output.myaudio20
  • [MYAUDIO21] - mp3_21

    custom_bb_code_desc.myaudio21
    Example:
    [myaudio21]/library/mp3files/ozgur_mixdown.mp3[/myaudio21]
    Output:
    custom_bb_code_output.myaudio21
  • [MYAUDIO22] - mp3_22

    custom_bb_code_desc.myaudio22
    Example:
    [myaudio22]/library/mp3files/ozgur_mixdown.mp3[/myaudio22]
    Output:
    custom_bb_code_output.myaudio22
  • [MYAUDIO23] - mp3_23

    custom_bb_code_desc.myaudio23
    Example:
    [myaudio23]/library/mp3files/ozgur_mixdown.mp3[/myaudio23]
    Output:
    custom_bb_code_output.myaudio23
  • [MYAUDIO24] - mp3_24

    custom_bb_code_desc.myaudio24
    Example:
    [myaudio24]/library/mp3files/ozgur_mixdown.mp3[/myaudio24]
    Output:
    custom_bb_code_output.myaudio24
  • [MYAUDIO25] - mp3_25

    custom_bb_code_desc.myaudio25
    Example:
    [myaudio25]/library/mp3files/ozgur_mixdown.mp3[/myaudio25]
    Output:
    custom_bb_code_output.myaudio25
  • [MYAUDIO26] - mp3_26

    custom_bb_code_desc.myaudio26
    Example:
    [myaudio26]/library/mp3files/ozgur_mixdown.mp3[/myaudio26]
    Output:
    custom_bb_code_output.myaudio26
  • [MYAUDIO27] - mp3_27

    custom_bb_code_desc.myaudio27
    Example:
    [myaudio27]/library/mp3files/ozgur_mixdown.mp3[/myaudio27]
    Output:
    custom_bb_code_output.myaudio27
  • [MYAUDIO28] - mp3_28

    custom_bb_code_desc.myaudio28
    Example:
    [myaudio28]/library/mp3files/ozgur_mixdown.mp3[/myaudio28]
    Output:
    custom_bb_code_output.myaudio28
  • [MYAUDIO29] - mp3_29

    custom_bb_code_desc.myaudio29
    Example:
    [myaudio29]/library/mp3files/ozgur_mixdown.mp3[/myaudio29]
    Output:
    custom_bb_code_output.myaudio29
  • [MYAUDIO3] - mp3_3

    custom_bb_code_desc.myaudio3
    Example:
    [myaudio3]/library/mp3files/ozgur_mixdown.mp3[/myaudio3]
    Output:
    custom_bb_code_output.myaudio3
  • [MYAUDIO30] - mp3_30

    custom_bb_code_desc.myaudio30
    Example:
    [myaudio30]/library/mp3files/ozgur_mixdown.mp3[/myaudio30]
    Output:
    custom_bb_code_output.myaudio30
  • [MYAUDIO31] - mp3_31

    custom_bb_code_desc.myaudio31
    Example:
    [myaudio31]/library/mp3files/ozgur_mixdown.mp3[/myaudio31]
    Output:
    custom_bb_code_output.myaudio31
  • [MYAUDIO32] - mp3_32

    custom_bb_code_desc.myaudio32
    Example:
    [myaudio32]/library/mp3files/ozgur_mixdown.mp3[/myaudio32]
    Output:
    custom_bb_code_output.myaudio32
  • [MYAUDIO33] - mp3_33

    custom_bb_code_desc.myaudio33
    Example:
    [myaudio33]/library/mp3files/ozgur_mixdown.mp3[/myaudio33]
    Output:
    custom_bb_code_output.myaudio33
  • [MYAUDIO34] - mp3_34

    custom_bb_code_desc.myaudio34
    Example:
    [myaudio34]/library/mp3files/ozgur_mixdown.mp3[/myaudio34]
    Output:
    custom_bb_code_output.myaudio34
  • [MYAUDIO35] - mp3_35

    custom_bb_code_desc.myaudio35
    Example:
    [myaudio35]/library/mp3files/ozgur_mixdown.mp3[/myaudio35]
    Output:
    custom_bb_code_output.myaudio35
  • [MYAUDIO36] - mp3_36

    custom_bb_code_desc.myaudio36
    Example:
    [myaudio36]/library/mp3files/ozgur_mixdown.mp3[/myaudio36]
    Output:
    custom_bb_code_output.myaudio36
  • [MYAUDIO37] - mp3_37

    custom_bb_code_desc.myaudio37
    Example:
    [myaudio37]/library/mp3files/ozgur_mixdown.mp3[/myaudio37]
    Output:
    custom_bb_code_output.myaudio37
  • [MYAUDIO38] - mp3_38

    custom_bb_code_desc.myaudio38
    Example:
    [myaudio38]/library/mp3files/ozgur_mixdown.mp3[/myaudio38]
    Output:
    custom_bb_code_output.myaudio38
  • [MYAUDIO39] - mp3_39

    custom_bb_code_desc.myaudio39
    Example:
    [myaudio39]/library/mp3files/ozgur_mixdown.mp3[/myaudio39]
    Output:
    custom_bb_code_output.myaudio39
  • [MYAUDIO4] - mp3_4

    custom_bb_code_desc.myaudio4
    Example:
    [myaudio4]/library/mp3files/ozgur_mixdown.mp3[/myaudio4]
    Output:
    custom_bb_code_output.myaudio4
  • [MYAUDIO40] - mp3_40

    custom_bb_code_desc.myaudio40
    Example:
    [myaudio40]/library/mp3files/ozgur_mixdown.mp3[/myaudio40]
    Output:
    custom_bb_code_output.myaudio40
  • [MYAUDIO5] - mp3_5

    custom_bb_code_desc.myaudio5
    Example:
    [myaudio5]/library/mp3files/ozgur_mixdown.mp3[/myaudio5]
    Output:
    custom_bb_code_output.myaudio5
  • [MYAUDIO6] - mp3_6

    custom_bb_code_desc.myaudio6
    Example:
    [myaudio6]/library/mp3files/ozgur_mixdown.mp3[/myaudio6]
    Output:
    custom_bb_code_output.myaudio6
  • [MYAUDIO7] - mp3_7

    custom_bb_code_desc.myaudio7
    Example:
    [myaudio7]/library/mp3files/ozgur_mixdown.mp3[/myaudio7]
    Output:
    custom_bb_code_output.myaudio7
  • [MYAUDIO8] - mp3_8

    custom_bb_code_desc.myaudio8
    Example:
    [myaudio8]/library/mp3files/ozgur_mixdown.mp3[/myaudio8]
    Output:
    custom_bb_code_output.myaudio8
  • [MYAUDIO9] - mp3_9

    custom_bb_code_desc.myaudio9
    Example:
    [myaudio9]/library/mp3files/ozgur_mixdown.mp3[/myaudio9]
    Output:
    custom_bb_code_output.myaudio9
  • [MYVIDEO1] - m4v_1

    custom_bb_code_desc.myvideo1
    Example:
    [myvideo1]/library/m4vfiles/ozgur_mixdown.mp3[/myvideo1]
    Output:
    custom_bb_code_output.myvideo1
Top