Add Video

@halilesen · 11 Sep 2024 · 51 views
Post Reply
User avatar
halilesen
#1 ·
Posts: 47
Joined: 24 Mar 2024, 18:09
Full Name: Halil ESEN
Has liked: 8
Been liked: 6
Currently phpBB does not add videos by default, like adding photos/images. However if you have a video that you have uploaded to your host or server, or if you have the full link to a video, I will show you how you can add it to a post in your phpBB forum. I created a BBcode for this.

But pay attention to this: YouTube, Instagram etc. I'm not talking about video pages. They are not links to the video, they are links to the video page. I'm talking directly about the link that adds that video to the site. For example this: https://www.apple.com/105/media/tr/ipho ... rge_2x.mp4

Example:



BBCode usage

Code: Select all

[video]{URL}[/video]
HTML replacement

Code: Select all

<video controls src="{URL}" width="100%" playsinline="" muted="" data-inline-media=""></video>
Help line

Code: Select all

[video]video link[/video]
Post Reply