Post
Topic
Board Meta
Merits 1 from 1 user
Re: Instructions on how to use BBCode
by
vphasitha01
on 24/07/2018, 19:33:33 UTC
⭐ Merited by xtraelv (1)

Left, Center and Right Text Alignment

Code:
[LEFT]Left-Aligned Text[/LEFT]
[CENTER]Center-Aligned Text[/CENTER]
[RIGHT]Right-Aligned Text[/RIGHT]

Left-Aligned Text
Center-Aligned Text
Right-aligned text

Quote
Insert Abbreviation

Code:
[abbr=Professor]Prof.[/abbr]
[abbr=Page]P.[/abbr]

Prof.
P.


Insert Acronym

Code:
[acronym=Hold on for Dear Life]HODL[/acronym]
[acronym=Do Your Own Research]DYOR[/acronym]

HODL
DYOR

Insert Vedio

I have found very good informative post made by
shahzadafzal regarding
"How to add YouTube videos to your post"


1. Get the Youtube video link e.g. https://www.youtube.com/watch?v=Gc2en3nHxA4 (Remember this id Gc2en3nHxA4)
2. There are 4 a default thumbnail images to each video the, URL to these images will be like

Code:
https://img.youtube.com/vi//0.jpg
https://img.youtube.com/vi//1.jpg
https://img.youtube.com/vi//2.jpg
https://img.youtube.com/vi//3.jpg

3. Now to add or embed youtube video, add img tag and replace Youtube Video id

Code:
[img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img]

4. Now add URL tag and point URL to actual youtube video

Code:
[url=https://www.youtube.com/watch?v=Gc2en3nHxA4][img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img][/url]

5. Final result, Youtube video, click to play Smiley





Edited - Added "Insert Vedio" and thanks to shahzadafzal