![]() |
|
Thread Tools |
#1
|
|||
|
|||
BBCode for video embedding
Hello!
I am trying to create a BBcode that would allow to inframe a video on my website (that is not on youtube or other video outlets). I used the following code: Title: iframe BB Code Tag Name: iframe Replacement: <iframe width="100%" height="600" src="{param}"><a href="{param}" target="_blank">{param}</a></iframe> <iframe>https://www.interpretersweb.com/loop.mp4</iframe> It worked but suddenly it started to embed the whole site instead of the video. Any help? No members have liked this post.
|
#2
|
||||
|
||||
You're embedding a URL so it will display the full page. You need to embed the video only.
No members have liked this post.
|
#3
|
|||
|
|||
How can I do that? I just saw that code in internet and used it but am not an expert in bbcodes.
No members have liked this post.
|
#4
|
||||
|
||||
First of all you don't need to convert <iframe> to BBCode.
You can use the HTML5 video element. <video width="auto" height="600" autoplay> <source src="https://www.interpretersweb.com/loop.mp4" type="video/mp4"> You need HTML enabled for this code to work. You should limit the use of HTML to administrators only by Usergroup permissions. You can create an <iframe> BBCode if you like but it's for embedding static web pages. No members have liked this post.
|
![]() |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
LiveLeak Video Embedding code. | BVM | vBulletin 3.6 Template Modifications | 10 | 25 Apr 2008 09:47 |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 03:18.