Most text fields on Newschoolers allow you to format your post using BB Code. Every BB Code tag must have an opening and closing tag. These tags surround the text you want to format. Newschoolers supports BB Code tags for Formatting, Links, Images, Videos, Quotes and Embeds.

Formatting

Tags to position text or add emphasis.

BB Code Example Result
[B]Bold[/B] Bold
[I]Italic[/I]
Italic
[U]Underline[/U]
Underline
[CENTER]Center[/CENTER]
Center

Links can be created simply by surrounding a URL with [URL]...[/URL]

BB Code Example Result
[URL]http://www.google.com[/URL]

You can optionally specify the title by putting the URL inside the opening [URL] tag:

BB Code Example Result
[URL=http://www.google.com]Google[/URL]

Images

You can display an image by surrounding the URL with [IMG]...[/IMG]

BB Code Example Result
[IMG]http://newschoolers.com/images/example.jpg[/IMG]

The editor allows you to easily post images you've uploaded to Newschoolers. These images get embeded using their Newschoolers media ID.

BB Code Example Result
[IMG]12345678[/IMG]

Videos

Newschoolers supports embeded videos from NS, YouTube, Vimeo, EpicTV and BrightCove.
Click the "Share" link inside each player to get the Share URL (NOT Embed Code). Surround this URL with [VIDEO]...[/VIDEO]

BB Code Example Result
[VIDEO]http://www.newschoolers.com/watch/696839.0/Day-Project[/VIDEO]
[VIDEO]http://youtu.be/dQw4w9WgXcQ[/VIDEO]
[VIDEO]http://vimeo.com/87031388[/VIDEO]
[VIDEO]http://www.epictv.com/media/podcast/episode-title/12345678[/VIDEO]
[VIDEO]http://bcove.me/nzisr2xp[/VIDEO]
[VIDEO]http://mpora.com/videos/AAdqyvpnnuye[/VIDEO]
[VIDEO]http://www.dailymotion.com/video/x2gyko0_fwt15-vallnord-arcalis-teaser_sport[/VIDEO]
[VIDEO]http://sports.vice.com/article/lifted-pep-fujas-part-1#4zZDFucjrkiDuGRrIxfB0mGbqvMwpIqL[/VIDEO]
[VIDEO]http://www.dewtour.com/actionsports/event/breckenridge-2015/video/red-gerard-snowboard-slopestyle-final-5th-place-run[/VIDEO]
[VIDEO]http://www.zapiks.com/enak-gavaggio.html[/VIDEO]
[VIDEO]http://www.tetongravity.com/video/ski/freeski-crew-short-series-1-not-summer-not-winter[/VIDEO] [VIDEO]http://www.facebook.com/gizmodo/videos/10154570793618967/[/VIDEO] [VIDEO]http://streamable.com/ciorp[/VIDEO]

Like pictures, the editor will embed videos using the Media ID.

BB Code Example Result
[VIDEO]12345678[/VIDEO]

Quotes

Quoting in the forum will generate a BB Tag that references the post and user being quoted.

BB Code Example Result
[QUOTE=12345678:NoPoles]Text being quoted[/QUOTE]
NoPolesText Being Quoted

Embeds

Twitter: Click on the date the tweet was sent to open the tweet on its own page. Copy the URL and wrap it with [EMBED] tags.

BB Code Example Result
[EMBED]https://twitter.com/Newschoolers/status/633451273845637120[/EMBED]

Instagram: Click on the date of the post to open the image on its own page. Copy the URL and wrap it with [EMBED] tags.

BB Code Example Result
[EMBED]https://instagram.com/p/6ga5MnAS7b/[/EMBED]

Spotify playlist: Copy the Spotify Playlist URL and wrap it with [EMBED] tags.

BB Code Example Result
[EMBED]https://play.spotify.com/user/newschoolers.com/playlist/49mCY8LqyEEvR1N1OoUzh2[/EMBED]

Facebook: Click on the date of the post to open the post on its own page. Copy the URL and wrap it with [EMBED] tags.

BB Code Example Result
[EMBED]https://www.facebook.com/tomwallisch/posts/10153136148853546[/EMBED]

Soundcloud: Copy the URL and wrap it with [EMBED] tags.

BB Code Example Result
[EMBED]https://soundcloud.com/pop-rocks-radio-show/pop-rocks-radio-show-ep-1[/EMBED]

Nesting Tags

BB Codes can be nested, meaning tags can surround other tags. However tags must be balanced for your post to display correctly. Tags should be closed in the opposite order they were opened. This example is correct, notice the order in which the tags are closed is the reverse order in which they were opened.

BB Code Example Result
[B]This [I][URL=http://www.newschoolers.com]Link Title[/URL][/I] is bold. [/B]
This Link Title is bold.
[B]This [I][URL=http://www.newschoolers.com]link[/I][/URL] is bold. [/B]
Incorrect