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.
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.
Creates a link using the wrapped text as the target.
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:
Links to a user's profile. This is generally inserted automatically when mentioning a user.
Example:
[USER=1]Username[/USER]
Output:
Display an image, using the wrapped text as the URL.
Example:
[IMG]https://www.harbeth.co.uk/assets/logo-usergroup-science3.png[/IMG]
Output:
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.
Displays a bulleted or numbered list.
Example:
[LIST]
[*]Bullet 1
[*]Bullet 2
[/LIST]
[LIST=1]
[*]Entry 1
[*]Entry 2
[/LIST]
Output:
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
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:
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:
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.
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:
Rich code:
PHP code:
JS code:
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
.
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
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 1 Header 2 Content 1 Content 2
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 headingThis text comes under a major heading, used to separate the primary sections of an article.
Minor headingWhen you need to subdivide the primary sections of an article, use a level 2 minor heading.
SubheadingIf you require additional subdivision, you may drop to level 3.
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.
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.
custom_bb_code_desc.Flash
Example:
[FLASH]http://www.domain.com/flash.swf[/FLASH]
Output:
custom_bb_code_output.Flash
custom_bb_code_desc.customiframe
Example:
[customiframe=com]apple[/customiframe]
Output:
custom_bb_code_output.customiframe
custom_bb_code_desc.customiframemedium
Example:
[customiframemedium]www.apple.com[/customiframemedium]
Output:
custom_bb_code_output.customiframemedium
custom_bb_code_desc.customiframesmall
Example:
[customiframesmall]www.apple.com[/customiframesmall]
Output:
custom_bb_code_output.customiframesmall
custom_bb_code_desc.flashnarration
Example:
[flashnarration]http://www.domain.com/flash.swf[/flashnarration]
Output:
custom_bb_code_output.flashnarration
custom_bb_code_desc.flashvideo
Example:
[flashvideo]http://www.domain.com/flash.swf[/flashvideo]
Output:
custom_bb_code_output.flashvideo
Example:
[movielarge]/library/movies_hug/mylargemovie.mov[/movielarge]
Output:
Your browser does not support the video tag.
Example:
[movielarge2]/library/movies_hug/mylargemovie.mov[/movielarge2]
Output:
Your browser does not support the video tag.
Example:
[movielarge3]/library/movies_hug/mylargemovie.mov[/movielarge3]
Output:
Your browser does not support the video tag.
Example:
[movielarge4]/library/movies_hug/mylargemovie.mov[/movielarge4]
Output:
Your browser does not support the video tag.
Example:
[movielarge5]/library/movies_hug/mylargemovie.mov[/movielarge5]
Output:
Your browser does not support the video tag.
Example:
[movielarge6]/library/movies_hug/mylargemovie.mov[/movielarge6]
Output:
Your browser does not support the video tag.
custom_bb_code_desc.moviemedium
Example:
[moviemedium]/library/movies_hug/mymediummovie.mov[/moviemedium]
Output:
custom_bb_code_output.moviemedium
custom_bb_code_desc.moviemedium2
Example:
[moviemedium2]/library/movies_hug/mymediummovie.mov[/moviemedium2]
Output:
custom_bb_code_output.moviemedium2
custom_bb_code_desc.moviemedium3
Example:
[moviemedium3]/library/movies_hug/mymediummovie.mov[/moviemedium3]
Output:
custom_bb_code_output.moviemedium3
custom_bb_code_desc.moviemedium4
Example:
[moviemedium4]/library/movies_hug/mymediummovie.mov[/moviemedium4]
Output:
custom_bb_code_output.moviemedium4
custom_bb_code_desc.moviemedium5
Example:
[moviemedium5]/library/movies_hug/mymediummovie.mov[/moviemedium5]
Output:
custom_bb_code_output.moviemedium5
custom_bb_code_desc.moviemedium6
Example:
[moviemedium6]/library/movies_hug/mymediummovie.mov[/moviemedium6]
Output:
custom_bb_code_output.moviemedium6
custom_bb_code_desc.moviesmall
Example:
[moviesmall]/library/movies_hug/mysmallmovie.mov[/moviesmall]
Output:
custom_bb_code_output.moviesmall
custom_bb_code_desc.moviesmall2
Example:
[moviesmall2]/library/movies_hug/mysmallmovie.mov[/moviesmall2]
Output:
custom_bb_code_output.moviesmall2
custom_bb_code_desc.moviesmall3
Example:
[moviesmall3]/library/movies_hug/mysmallmovie.mov[/moviesmall3]
Output:
custom_bb_code_output.moviesmall3
custom_bb_code_desc.myaudio
Example:
[myaudio]/library/mp3files/ozgur_mixdown.mp3[/myaudio]
Output:
custom_bb_code_output.myaudio
custom_bb_code_desc.myaudio10
Example:
[myaudio10]/library/mp3files/ozgur_mixdown.mp3[/myaudio10]
Output:
custom_bb_code_output.myaudio10
custom_bb_code_desc.myaudio11
Example:
[myaudio11]/library/mp3files/ozgur_mixdown.mp3[/myaudio11]
Output:
custom_bb_code_output.myaudio11
custom_bb_code_desc.myaudio12
Example:
[myaudio12]/library/mp3files/ozgur_mixdown.mp3[/myaudio12]
Output:
custom_bb_code_output.myaudio12
custom_bb_code_desc.myaudio13
Example:
[myaudio13]/library/mp3files/ozgur_mixdown.mp3[/myaudio13]
Output:
custom_bb_code_output.myaudio13
custom_bb_code_desc.myaudio14
Example:
[myaudio14]/library/mp3files/ozgur_mixdown.mp3[/myaudio14]
Output:
custom_bb_code_output.myaudio14
custom_bb_code_desc.myaudio15
Example:
[myaudio15]/library/mp3files/ozgur_mixdown.mp3[/myaudio15]
Output:
custom_bb_code_output.myaudio15
custom_bb_code_desc.myaudio16
Example:
[myaudio16]/library/mp3files/ozgur_mixdown.mp3[/myaudio16]
Output:
custom_bb_code_output.myaudio16
custom_bb_code_desc.myaudio17
Example:
[myaudio17]/library/mp3files/ozgur_mixdown.mp3[/myaudio17]
Output:
custom_bb_code_output.myaudio17
custom_bb_code_desc.myaudio18
Example:
[myaudio18]/library/mp3files/ozgur_mixdown.mp3[/myaudio18]
Output:
custom_bb_code_output.myaudio18
custom_bb_code_desc.myaudio19
Example:
[myaudio19]/library/mp3files/ozgur_mixdown.mp3[/myaudio19]
Output:
custom_bb_code_output.myaudio19
custom_bb_code_desc.myaudio2
Example:
[myaudio2]/library/mp3files/ozgur_mixdown.mp3[/myaudio2]
Output:
custom_bb_code_output.myaudio2
custom_bb_code_desc.myaudio20
Example:
[myaudio20]/library/mp3files/ozgur_mixdown.mp3[/myaudio20]
Output:
custom_bb_code_output.myaudio20
custom_bb_code_desc.myaudio21
Example:
[myaudio21]/library/mp3files/ozgur_mixdown.mp3[/myaudio21]
Output:
custom_bb_code_output.myaudio21
custom_bb_code_desc.myaudio22
Example:
[myaudio22]/library/mp3files/ozgur_mixdown.mp3[/myaudio22]
Output:
custom_bb_code_output.myaudio22
custom_bb_code_desc.myaudio23
Example:
[myaudio23]/library/mp3files/ozgur_mixdown.mp3[/myaudio23]
Output:
custom_bb_code_output.myaudio23
custom_bb_code_desc.myaudio24
Example:
[myaudio24]/library/mp3files/ozgur_mixdown.mp3[/myaudio24]
Output:
custom_bb_code_output.myaudio24
custom_bb_code_desc.myaudio25
Example:
[myaudio25]/library/mp3files/ozgur_mixdown.mp3[/myaudio25]
Output:
custom_bb_code_output.myaudio25
custom_bb_code_desc.myaudio26
Example:
[myaudio26]/library/mp3files/ozgur_mixdown.mp3[/myaudio26]
Output:
custom_bb_code_output.myaudio26
custom_bb_code_desc.myaudio27
Example:
[myaudio27]/library/mp3files/ozgur_mixdown.mp3[/myaudio27]
Output:
custom_bb_code_output.myaudio27
custom_bb_code_desc.myaudio28
Example:
[myaudio28]/library/mp3files/ozgur_mixdown.mp3[/myaudio28]
Output:
custom_bb_code_output.myaudio28
custom_bb_code_desc.myaudio29
Example:
[myaudio29]/library/mp3files/ozgur_mixdown.mp3[/myaudio29]
Output:
custom_bb_code_output.myaudio29
custom_bb_code_desc.myaudio3
Example:
[myaudio3]/library/mp3files/ozgur_mixdown.mp3[/myaudio3]
Output:
custom_bb_code_output.myaudio3
custom_bb_code_desc.myaudio30
Example:
[myaudio30]/library/mp3files/ozgur_mixdown.mp3[/myaudio30]
Output:
custom_bb_code_output.myaudio30
custom_bb_code_desc.myaudio31
Example:
[myaudio31]/library/mp3files/ozgur_mixdown.mp3[/myaudio31]
Output:
custom_bb_code_output.myaudio31
custom_bb_code_desc.myaudio32
Example:
[myaudio32]/library/mp3files/ozgur_mixdown.mp3[/myaudio32]
Output:
custom_bb_code_output.myaudio32
custom_bb_code_desc.myaudio33
Example:
[myaudio33]/library/mp3files/ozgur_mixdown.mp3[/myaudio33]
Output:
custom_bb_code_output.myaudio33
custom_bb_code_desc.myaudio34
Example:
[myaudio34]/library/mp3files/ozgur_mixdown.mp3[/myaudio34]
Output:
custom_bb_code_output.myaudio34
custom_bb_code_desc.myaudio35
Example:
[myaudio35]/library/mp3files/ozgur_mixdown.mp3[/myaudio35]
Output:
custom_bb_code_output.myaudio35
custom_bb_code_desc.myaudio36
Example:
[myaudio36]/library/mp3files/ozgur_mixdown.mp3[/myaudio36]
Output:
custom_bb_code_output.myaudio36
custom_bb_code_desc.myaudio37
Example:
[myaudio37]/library/mp3files/ozgur_mixdown.mp3[/myaudio37]
Output:
custom_bb_code_output.myaudio37
custom_bb_code_desc.myaudio38
Example:
[myaudio38]/library/mp3files/ozgur_mixdown.mp3[/myaudio38]
Output:
custom_bb_code_output.myaudio38
custom_bb_code_desc.myaudio39
Example:
[myaudio39]/library/mp3files/ozgur_mixdown.mp3[/myaudio39]
Output:
custom_bb_code_output.myaudio39
custom_bb_code_desc.myaudio4
Example:
[myaudio4]/library/mp3files/ozgur_mixdown.mp3[/myaudio4]
Output:
custom_bb_code_output.myaudio4
custom_bb_code_desc.myaudio40
Example:
[myaudio40]/library/mp3files/ozgur_mixdown.mp3[/myaudio40]
Output:
custom_bb_code_output.myaudio40
custom_bb_code_desc.myaudio5
Example:
[myaudio5]/library/mp3files/ozgur_mixdown.mp3[/myaudio5]
Output:
custom_bb_code_output.myaudio5
custom_bb_code_desc.myaudio6
Example:
[myaudio6]/library/mp3files/ozgur_mixdown.mp3[/myaudio6]
Output:
custom_bb_code_output.myaudio6
custom_bb_code_desc.myaudio7
Example:
[myaudio7]/library/mp3files/ozgur_mixdown.mp3[/myaudio7]
Output:
custom_bb_code_output.myaudio7
custom_bb_code_desc.myaudio8
Example:
[myaudio8]/library/mp3files/ozgur_mixdown.mp3[/myaudio8]
Output:
custom_bb_code_output.myaudio8
custom_bb_code_desc.myaudio9
Example:
[myaudio9]/library/mp3files/ozgur_mixdown.mp3[/myaudio9]
Output:
custom_bb_code_output.myaudio9
custom_bb_code_desc.myvideo1
Example:
[myvideo1]/library/m4vfiles/ozgur_mixdown.mp3[/myvideo1]
Output:
custom_bb_code_output.myvideo1