FAQ: What BBCode tags are available in this forum?

Here are summaries and links to discussions for Frequently Asked Questions.

Moderators: rjlittlefield, ChrisR, Chris S., Pau

rjlittlefield
Site Admin
Posts: 23543
Joined: Tue Aug 01, 2006 8:34 am
Location: Richland, Washington State, USA
Contact:

FAQ: What BBCode tags are available in this forum?

Post by rjlittlefield »

This forum is based on phpBB 3, so it allows all the BBCode tags that are standard for phpBB 3.

Those standard tags are described at https://www.phpbb.com/community/help/bbcode .

In addition, a few special tags have been added for use in this forum. Each of these is described in detail in a separate post in this topic.
The intention is that this top post will get updated as new tags are added.

--Rik

rjlittlefield
Site Admin
Posts: 23543
Joined: Tue Aug 01, 2006 8:34 am
Location: Richland, Washington State, USA
Contact:

[youtube] tag

Post by rjlittlefield »

To embed a YouTube video, use the [youtube] tag to wrap the identifier of the video.

For example, the video at https://www.youtube.com/watch?v=FITvrTZqm90 can be embedded as:

Code: Select all

[youtube]FITvrTZqm90[/youtube] 
This will display as follows:



Start and end times can be provided as optional arguments.

But note that because of YouTube limitations, these times apply only in a few situations as follows:
  1. Start and end are honored once when playing the embed with its big red button. If you replay the embed, it plays the whole video, not just the part between start and end.
  2. Start is passed to YouTube only through the "Watch on YouTube" link that appears at lower left before watching the embed. If you play the embed and then click the YouTube link at lower right, then YouTube will continue playing the video starting at its current position in the embed, not at the specified start time.
  3. End is never passed to YouTube from the embed, so clicking any button to watch on YouTube will play the full length of the video, not stopping at the specified end time.
Here is an example. I suggest to start by pressing the big red play button and observing that the clip ends automatically after 12 seconds have passed. Then you can refresh this page to check the other behaviors described above.

Code: Select all

[youtube start=6 end=18]FITvrTZqm90[/youtube] 


--Rik

Post Reply Previous topicNext topic