BB Code

Explanation

BB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use BB code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the BB code tags you can use to format your messages.

BB Code List

  1. Bold / Italic / Underline
  2. Color
  3. Size
  4. Font
  5. Highlight
  6. Left / Right / Center
  7. Indent
  8. Email Linking
  9. URL Hyperlinking
  10. Thread Linking
  11. Post Linking
  12. Bulleted Lists / Advanced Lists
  13. Images
  14. Videos
  15. Code
  16. PHP Code
  17. HTML Code
  18. Quote
  19. Stop BB Code Parsing
  20. Attachment
  21. Abbreviation
  22. Blink Text
  23. Box
  24. Box
  25. Decimal odds to implied probability
  26. Decimal to US odds
  27. Definition
  28. Scientific Notation
  29. Extra
  30. Extra
  31. Extra2
  32. Extra2
  33. FoxVideo
  34. Fraction
  35. HTML Character Code
  36. Horizontal Rule
  37. Float Image Right
  38. Float Right
  39. Integral
  40. iSBR
  41. iSBR with option
  42. Left Justify Text
  43. Post Keyword Links
  44. Display Last Player's Talk Post
  45. Rotate through thumbnails of most recently posted SBR.tv vids
  46. Live Help
  47. Remove Spaces From Text
  48. Nth Root
  49. Overline
  50. Pick Comment Content
  51. PICKSCOMMENTCONTENT
  52. PICKSLEADERBOARD
  53. PICKSLEADERBOARD
  54. Picks Contest Update
  55. PICKUSER
  56. Picks User Comment
  57. PICKUSERAVATAR
  58. Pie Tag
  59. Product
  60. Specify font size in points
  61. Redact
  62. ROT-13
  63. SBR Sportsbook look-up
  64. SBR.TV
  65. sbrforum poker championship video
  66. Spreadsheet Module
  67. Square Root
  68. Strikethrough
  69. Summation
  70. Tab
  71. table
  72. US to decimal odds
  73. US odds to implied probability
  74. User Profile
  75. Wikipedia look-up
  76. Extended Wikipedia look-up
  77. YouTube
  78. YouTube No Xfer
Incorrect BB Code Usage:
  • [url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])

Bold / Italic / Underline

The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.

    • [b]value[/b]
    • [i]value[/i]
    • [u]value[/u]
    Usage
    • [b]this text is bold[/b]
    • [i]this text is italic[/i]
    • [u]this text is underlined[/u]
    Example Usage
    • this text is bold
    • this text is italic
    • this text is underlined
    Example Output

Color

The [color] tag allows you to change the color of your text.

  • [color=Option]value[/color]
    Usage
  • [color=blue]this text is blue[/color]
    Example Usage
  • this text is blue
    Example Output

Size

The [size] tag allows you to change the size of your text.

  • [size=Option]value[/size]
    Usage
  • [size=+2]this text is two sizes larger than normal[/size]
    Example Usage
  • this text is two sizes larger than normal
    Example Output

Font

The [font] tag allows you to change the font of your text.

  • [font=Option]value[/font]
    Usage
  • [font=courier]this text is in the courier font[/font]
    Example Usage
  • this text is in the courier font
    Example Output

Left / Right / Center

The [left], [right] and [center] tags allow you to change the alignment of your text.

    • [left]value[/left]
    • [center]value[/center]
    • [right]value[/right]
    Usage
    • [left]this text is left-aligned[/left]
    • [center]this text is center-aligned[/center]
    • [right]this text is right-aligned[/right]
    Example Usage
  • this text is left-aligned
    this text is center-aligned
    this text is right-aligned
    Example Output

Indent

The [indent] tag allows you to indent your text.

  • [indent]value[/indent]
    Usage
  • [indent]this text is indented[/indent]
    Example Usage
  • this text is indented
    Example Output

Email Linking

The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.

    • [email]value[/email]
    • [email=Option]value[/email]
    Usage
    • [email]j.doe@example.com[/email]
    • [email=j.doe@example.com]Click Here to Email Me[/email]
    Example Usage
  • Example Output

URL Hyperlinking

The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.

Thread Linking

The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.

Post Linking

The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.

Bulleted Lists

The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.

  • [list]value[/list]
    Usage
  • [list]
    [*]list item 1
    [*]list item 2
    [/list]
    Example Usage
    • list item 1
    • list item 2
    Example Output

Advanced Lists

The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).

  • [list=Option]value[/list]
    Usage
  • [list=1]
    [*]list item 1
    [*]list item 2
    [/list]

    [list=A]
    [*]list item 1
    [*]list item 2
    [/list]

    [list=a]
    [*]list item 1
    [*]list item 2
    [/list]
    Example Usage
    1. list item 1
    2. list item 2
    1. list item 1
    2. list item 2
    1. list item 1
    2. list item 2
    Example Output

Images

The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.

  • [img]value[/img]
    Usage
    • [img]https://forum.static-files.com/vb4/images/statusicon/forum_new-48.png[/img] (Not linked)
    • [url=http://www.example.com] [img]https://forum.static-files.com/vb4/images/statusicon/forum_new-48.png[/img] [/url] (Linked)
    Example Usage
    • (Not linked)
    • (Linked)
    Example Output

Videos

The [video] tag allows you to embed videos from various video services within your posts.

  • [video]value[/video]
    Usage
    • [video=youtube;eOUq4Z6R7xI]http://www.youtube.com/watch?v=eOUq4Z6R7xI[/video]
    Example Usage
    Example Output

Code

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.

  • [code]value[/code]
    Usage
  • [code]
    <script type="text/javascript">
    <!--
        alert("Hello world!");
    //-->
    </script>
    [/code]
    Example Usage
  • Code:
    <script type="text/javascript">
    <!--
    	alert("Hello world!");
    //-->
    </script>
    Example Output

PHP Code

The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.

  • [php]value[/php]
    Usage
  • [php]
    $myvar = 'Hello World!';
    for ($i = 0; \$i < 10; \$i++)
    {
        echo $myvar . "\n";
    }
    [/php]
    Example Usage
  • PHP Code:
    $myvar 'Hello World!';
    for (
    $i 0$i 10$i++)
    {
        echo 
    $myvar "\n";

    Example Output

HTML Code

The [html] tag allows you to perform syntax highlighting for HTML code.

  • [html]value[/html]
    Usage
  • [html]
    <img src="image.gif" alt="image" />
    <a href="testing.html" target="_blank">Testing</a>
    [/html]
    Example Usage
  • HTML Code:
    <img src="image.gif" alt="image" />
    <a href="testing.html" target="_blank">Testing</a>
    Example Output

Quote

The [quote] tag allows you to attribute text to someone else.

    • [quote]Quote[/quote]
    • [quote=User Name]value[/quote]
    Usage
    • [quote]Lorem ipsum dolor sit amet[/quote]
    • [quote=John Doe]Lorem ipsum dolor sit amet[/quote]
    • [quote=John Doe;31302816]Lorem ipsum dolor sit amet[/quote]
    Example Usage
    • Lorem ipsum dolor sit amet
    • Quote Originally Posted by John Doe
      Lorem ipsum dolor sit amet
    • Quote Originally Posted by John Doe View Post
      Lorem ipsum dolor sit amet
    Example Output

Highlight

The [highlight] tag allows you to emphasize your text.

  • Usage
    [highlight]value[/highlight]
  • Example Usage
    [highlight]this text is highlighted[/highlight]
  • Example Output
    this text is highlighted

Stop BB Code Parsing

The [noparse] tag allows you to stop the parsing of BB code.

  • [noparse][b]value[/b][/noparse]
    Usage
  • [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
    Example Usage
  • [b]Lorem ipsum dolor sit amet[/b]
    Example Output

Attachment

The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.

  • [attach]attachmentid[/attach]
    Usage
  • [attach]12345[/attach]
    Example Usage
  • Example Output

Abbreviation

Description: This tag allows you to put a "tooltip" over a text. You can use this for words like UN (United Nations) or WWW (World Wide Web) etc.

  • [abbr=Option]value[/abbr]
    Usage
  • [abbr="vBulletin Solutions Inc."]VBSI[/abbr]
    Example Usage
  • VBSI
    Example Output

Blink Text

Creates blinking text. This should work with both FF and IE.

  • [BLINK]value[/BLINK]
    Usage
  • This is [BLINK]Blinking Text[/BLINK]
    Example Usage
  • This is Blinking Text
    Example Output

Box

Draws a box around given text of given pixel size.

  • [BOX]value[/BOX]
    Usage
  • [box=2]This text has a 2 pixel box urrounding it.[/box]
    Example Usage
  • This text has a 2 pixel box urrounding it.
    Example Output

Box

Draws a box around given text of given pixel size.

  • [BOX=Option]value[/BOX]
    Usage
  • [box=2]This text has a 2 pixel box urrounding it.[/box]
    Example Usage
  • This text has a 2 pixel box urrounding it.
    Example Output

Decimal odds to implied probability

Convert from decimal-style odds to implied probability, displaying the implied probability as mouse over title text.

  • [dec2prob]value[/dec2prob]
    Usage
  • Hold your mouse over "[dec2prob]1.9091[/dec2prob]" to view the associated implied probability.
    Example Usage
  • Hold your mouse over "" to view the associated implied probability.
    Example Output

Decimal to US odds

Convert from decimal-style to US-style odds, displaying US odds as mouse over title text.

  • [dec2us]value[/dec2us]
    Usage
  • Hold your mouse over "[dec2us]1.9091[/dec2us]" to view the US-style odds equivalent.
    Example Usage
  • Hold your mouse over "" to view the US-style odds equivalent.
    Example Output

Definition

This tag allows you to add a mouse over definition.

  • [define=Option]value[/define]
    Usage
  • Hold your mouse over this: "[define=Sports Book Review]SBR[/define]".
    Example Usage
  • Hold your mouse over this: "SBR".
    Example Output

Scientific Notation

Displays a number in scientific notation.

  • [E=Option]value[/E]
    Usage
  • [E=3]-14[/E]
    Example Usage
  • 3×10-14
    Example Output

Extra

Allows you post extra "hidden" text (or images), clicking on the button will show or hide the hidden text.

  • [extra]value[/extra]
    Usage
  • This [extra] is the extra [/extra] tag.
    Example Usage
  • This
    is the extra
    tag.
    Example Output

Extra

Allows you post extra "hidden" text (or images), clicking on the button will show or hide the hidden text.

  • [extra=Option]value[/extra]
    Usage
  • This [extra=Extra Tag] is the extra [/extra] tag.
    Example Usage
  • This
    is the extra
    tag.
    Example Output

Extra2

Allows you post extra "hidden" text (or images), clicking on the button will show or hide the hidden text. The text defualts to being shown.

  • [EXTRA2]value[/EXTRA2]
    Usage
  • This [extra2] is the extra2 [/extra2] tag.
    Example Usage
  • This
    is the extra2
    tag.
    Example Output

Extra2

Allows you post extra "hidden" text (or images), clicking on the button will show or hide the hidden text. The text defualts to being shown.

  • [EXTRA2=Option]value[/EXTRA2]
    Usage
  • This [extra2=Extra2] is the extra2 [/extra2] tag.
    Example Usage
  • This
    is the extra2
    tag.
    Example Output

FoxVideo

Fox Video

  • [foxvideo]value[/foxvideo]
    Usage
  • [foxvideo]6630614[/foxvideo]
    Example Usage
  • Example Output

Fraction

Displays a fraction.

  • [FRAC=Option]value[/FRAC]
    Usage
  • [FRAC=Numerator]Denominator[/FRAC]
    Example Usage
  • Numerator Denominator
    Example Output

HTML Character Code

Allows the display of special HTML character codes.

  • [hcc]value[/hcc]
    Usage
  • greater-than-or-equal-to: [hcc]ge[/hcc], less-than-or-equal-to: [hcc]le[/hcc]
    Example Usage
  • greater-than-or-equal-to: ≥, less-than-or-equal-to: ≤
    Example Output

Horizontal Rule

Creates a 'horizontal rule' or dividing line with title given by the (optional) parameter[

  • [HR]value[/HR]
    Usage
  • [hr]Ganchrow[/hr]
    Example Usage

  • Example Output

Float Image Right

Float an image to the left, allowing you to wrap text around it.

  • [IMGL]value[/IMGL]
    Usage
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed [imgl]http://www.sportsbookreview.com/forum/favicon.ico[/imgl] do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    Example Usage
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    Example Output

Float Right

Float an image to the right, allowing you to wrap text around it.

  • [IMGR]value[/IMGR]
    Usage
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed [imgr]http://www.sportsbookreview.com/forum/favicon.ico[/imgr] do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    Example Usage
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
    Example Output

Integral

Display integrals.

  • [INT=Option]value[/INT]
    Usage
  • [integ=1]x||y = ||(u^2)du[/integ]
    Example Usage
  • [integ=1]x||y = ||(u^2)du[/integ]
    Example Output

iSBR

Searches for a sports book on SportsBookReview.com

  • [iSBR]value[/iSBR]
    Usage
  • [iSBR]Pinnacle[/iSBR]
    Example Usage
  • Example Output

iSBR with option

Searches for a sports book on SportsBookReview.com

  • [iSBR=Option]value[/iSBR]
    Usage
  • [iSBR=Pinnacle]Pinnacle Sportsbook[/iSBR]
    Example Usage
  • Example Output

Left Justify Text

This text has been justified so that all lines will finish at the same spot. It does this by spacing out the text with spaces. This can often make the text you type much more readable.

  • [JUSTIFY]value[/JUSTIFY]
    Usage
  • [JUSTIFY]This text has been justified so all lines will finish at the same spot. It does this by spacing out the text with spaces. This can often make the text you type much more readable.[/JUSTIFY]
    Example Usage
  • This text has been justified so all lines will finish at the same spot. It does this by spacing out the text with spaces. This can often make the text you type much more readable.
    Example Output

Post Keyword Links

Generates a link for the auto identified keywords

  • [keylink=Option]value[/keylink]
    Usage
  • [keylink=http://www.google.com]Google[/keylink]
    Example Usage
  • Example Output

Display Last Player's Talk Post

Display the title and poster of, and a link to the most recently made post in Player's Talk and updates in real time.

  • [LASTPOST]value[/LASTPOST]
    Usage
  • [LASTPOST]Most recent Player's Talk post: [/LASTPOST]
    Example Usage
  • Most recent Player's Talk post:
    Example Output

Rotate through thumbnails of most recently posted SBR.tv vids

Display a thumbnail and some basic info of the most recently made SBR.tv videos, auto updating every 15 seconds.

  • [LASTVID]value[/LASTVID]
    Usage
  • [LASTVID][/LASTVID]
    Example Usage
  • Example Output

Live Help

Live Help Link

  • [LIVEHELP]value[/LIVEHELP]
    Usage
  • [LIVEHELP][/LIVEHELP]
    Example Usage
  • Example Output

Remove Spaces From Text

Removes spaces from a line fo text.

  • [NOSPACE]value[/NOSPACE]
    Usage
  • [NOSPACE]The spaces in this line of text have been removed[/NOSPACE]
    Example Usage
  • Example Output

Nth Root

Displays the nth root of a number.

  • [NTHRT=Option]value[/NTHRT]
    Usage
  • [NTHRT=3]8[/NTHRT] = 2
    Example Usage
  • 38 = 2
    Example Output

Overline

Overlines text.

  • [ol]value[/ol]
    Usage
  • This is [ol]overline text[/ol]
    Example Usage
  • This is overline text
    Example Output

Pick Comment Content

  • [PICKSCOMMENT]value[/PICKSCOMMENT]
    Usage
  • [PICKSCOMMENT]Hello[/PICKSCOMMENT]
    Example Usage
  • Hello
    Example Output

PICKSCOMMENTCONTENT

  • [PICKSCOMMENTCONTENT]value[/PICKSCOMMENTCONTENT]
    Usage
  • [PICKSCOMMENTCONTENT]hello[/PICKSCOMMENTCONTENT]
    Example Usage
  • hello
    Example Output

PICKSLEADERBOARD

  • [PICKSLEADERBOARD]value[/PICKSLEADERBOARD]
    Usage
  • [PICKSLEADERBOARD]###[/PICKSLEADERBOARD]
    Example Usage
  • Example Output

PICKSLEADERBOARD

  • [PICKSLEADERBOARD=Option]value[/PICKSLEADERBOARD]
    Usage
  • [PICKSLEADERBOARD=#size#]#contestId#[/PICKSLEADERBOARD]
    Example Usage
  • Example Output

Picks Contest Update

  • [PICKSUPDATE]value[/PICKSUPDATE]
    Usage
  • [PICKSUPDATE]SBRPicks is Cool[/PICKSUPDATE]
    Example Usage
  • SBRPicks is Cool
    Example Output

PICKUSER

Displays Comment header for sbrpicks.com

  • [PICKUSER]value[/PICKUSER]
    Usage
  • [PICKUSER=http://www.sbrpicks.com/trackpicks/contestbot/]Contest Bot[/PICKUSER]
    Example Usage
  • Comment by Contest Bot:
    Example Output

Picks User Comment

Displays Comment header for sbrpicks.com

  • [PICKUSER=Option]value[/PICKUSER]
    Usage
  • [PICKUSER=http://www.sbrpicks.com/trackpicks/contestbot/]Contest Bot[/PICKUSER]
    Example Usage
  • Comment by Contest Bot:
    Example Output

PICKUSERAVATAR

  • [PICKUSERAVATAR]value[/PICKUSERAVATAR]
    Usage
  • [PICKUSERAVATAR]avatar.gif[/PICKUSERAVATAR]
    Example Usage
  • Avatar
    Example Output

Pie Tag

Talk like Weebl and Bob!

  • [PIE]value[/PIE]
    Usage
  • Example: [pie]MMM pie![/pie] -->>
    Example Usage
  • Example:
    MMM pie!
    -->>
    Example Output

Product

Displays products.

  • [PROD=Option]value[/PROD]
    Usage
  • [PROD=i=1]N[/PROD]
    Example Usage
  • Example Output

Specify font size in points

Allows the specification of font size of a font in stamdard point notation.

  • [PSIZE=Option]value[/PSIZE]
    Usage
  • [psize=6]This is 6 pt. font[/psize]
    Example Usage
  • This is 6 pt. font
    Example Output

Redact

Redacts text

  • [REDACT]value[/REDACT]
    Usage
  • [REDACT]This text has been redacted[/REDACT].
    Example Usage
  • .
    Example Output

ROT-13

Performs a ROT-13 transformation of the letters within the specified text. This is extremely useful.

  • [ROT13]value[/ROT13]
    Usage
  • [ROT13]This text has been ROT-13'd.[/ROT13]
    Example Usage
  • Example Output

SBR Sportsbook look-up

Searches for a sports book on SportsBookReview.com

  • [sbr]value[/sbr]
    Usage
  • [sbr]Pinnacle[/sbr]
    Example Usage
  • Example Output

SBR.TV

Just paste your SBR.TV url and we will automatically embed your video here

  • [sbrtv]value[/sbrtv]
    Usage
  • [sbrtv]http://www.sbr.tv/WatchVideo.aspx?postId=25[/sbrtv]
    Example Usage
  • Example Output

sbrforum poker championship video

sbrforum poker championship video

  • [spcv1]value[/spcv1]
    Usage
  • [spcv1]text[\spcv1]
    Example Usage
  • [spcv1]text[\spcv1]
    Example Output

Spreadsheet Module

Display your MySBR spreadsheet inside your forum post.

  • [spreadsheet]value[/spreadsheet]
    Usage
  • [spreadsheet]a9N1PnI[/spreadsheet]
    Example Usage
  • Example Output

Square Root

Displays a square root

  • [SQRT]value[/SQRT]
    Usage
  • [SQRT]4[/SQRT] = 2
    Example Usage
  • 4 = 2
    Example Output

Strikethrough

  • [strike]value[/strike]
    Usage
  • This is [strike]strikethough[/strike] text.
    Example Usage
  • This is strikethough text.
    Example Output

Summation

Display summations.

  • [SUM=Option]value[/SUM]
    Usage
  • [SUM=i=1]N[/SUM] or [SUM=i=1]N||y=||i^2[/SUM]
    Example Usage
  • or
    Example Output

Tab

Specifies the number of pixels by which to indent the first line of a paragraph.

  • [TAB]value[/TAB]
    Usage
  • [tab]10[/tab]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco lab
    Example Usage
  • Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco lab
    Example Output

table

With this vB code tables can be inserted into the post. Columns are seperated by »|«, every new line is a new row.

  • [table_col=Option]value[/table_col]
    Usage
  • [table]column 1|column 2|column 3[/table]
    Example Usage
  • Example Output

US to decimal odds

Convert from US-style to decimal-style odds, displaying decimal odds as mouse over title text.

  • [us2dec]value[/us2dec]
    Usage
  • Hold your mouse over "[us2dec]-110[/us2dec]" to view the decimal-style odds equivalent.
    Example Usage
  • Hold your mouse over "" to view the decimal-style odds equivalent.
    Example Output

US odds to implied probability

Convert from US-style odds to implied probability, displaying the implied probability as mouse over title text.

  • [us2prob]value[/us2prob]
    Usage
  • Hold your mouse over "[us2prob]-110[/us2prob]" to view the associated implied probability.
    Example Usage
  • Hold your mouse over "" to view the associated implied probability.
    Example Output

User Profile

Links to user profile.

  • [USER]value[/USER]
    Usage
  • [USER]Prick Bot[/USER]
    Example Usage
  • Example Output

Wikipedia look-up

Links directly to an article on Wikipedia.

  • [wiki]value[/wiki]
    Usage
  • [wiki]kelly criterion[/wiki]
    Example Usage
  • kelly criterionWK
    Example Output

Extended Wikipedia look-up

Links directly to a Wikipedia article but using a different search string for the Wiki look-up.

  • [wiki=Option]value[/wiki]
    Usage
  • [wiki=kelly criterion]money managmement[/wiki]
    Example Usage
  • money managmementWK
    Example Output

YouTube

Enter the youtube URL for the video you wish to share. Example if the URL of the video is "http://www.youtube.com/watch?v=jAakQjpFibg": Your BB Code would be [youtube]http://www.youtube.com/watch?v=jAakQjpFibg[/youtube]

  • [youtube]value[/youtube]
    Usage
  • [youtube]http://www.youtube.com/watch?v=jAakQjpFibg[/youtube]
    Example Usage
  • Example Output

YouTube No Xfer

Enter the youtube URL for the video you wish to share. Example if the URL of the video is "http://www.youtube.com/watch?v=jAakQjpFibg": Your BB Code would be [youtube2]http://www.youtube.com/watch?v=jAakQjpFibg[/youtube2] Noe: By using the [youtube2] tag as opposed to the standard [youtube], you ensure that the video will NOT be transferred to SBR.tv.

  • [youtube2]value[/youtube2]
    Usage
  • [youtube]http://www.youtube.com/watch?v=jAakQjpFibg[/youtube]
    Example Usage
  • Example Output