Landracing Forum

Misc Forums => Website Suggestions => Topic started by: SteveM on March 01, 2016, 10:35:16 AM

Title: Is it possible to embed videos in this forum?
Post by: SteveM on March 01, 2016, 10:35:16 AM
I'm trying to get better at making videos related to my project.  I watched some tutorials about how to "embed" videos into Simple Machines Forums, but haven't been able to make it work yet.  I can post links to videos, but haven't been able to embed them.

Is this even possible to do?


<iframe width="560" height="315" src="https://www.youtube.com/embed/zV0uevbxiBE" frameborder="0" allowfullscreen></iframe>


Steve.
Title: Re: Is it possible to embed videos in this forum?
Post by: Seldom Seen Slim on March 01, 2016, 10:36:24 AM
Sounds like a question for Bob, not me.  Give him a PM/mail if you'd like a quicker answer (than if you wait for him to notice your query here).
Title: Re: Is it possible to embed videos in this forum?
Post by: SteveM on March 01, 2016, 11:54:57 AM
Thanks, Slim.  I think the issue has to do with whether or not, and to what extent, HTML code is allowed on the forum.

From my very limited understanding, I think there are "Basic" html codes which can be permitted, and which do not represent any type of security risk to the forum.

Somehow, more advanced html features can be associated with security (hacking) type problems.

I don't know who Bob is - what is his username here?

Steve.
Title: Re: Is it possible to embed videos in this forum?
Post by: salt27 on March 01, 2016, 05:16:03 PM
bobc
Title: Re: Is it possible to embed videos in this forum?
Post by: donpearsall on March 01, 2016, 08:28:22 PM
Nope
Title: Re: Is it possible to embed videos in this forum?
Post by: donpearsall on March 01, 2016, 08:31:24 PM
I am just checking to see if the "code" attribute works with your iFrame tag.

<iframe src="https://www.youtube.com/embed/zV0uevbxiBE" </iframe>
Title: Re: Is it possible to embed videos in this forum?
Post by: Elmo Rodge on March 01, 2016, 08:33:22 PM
Steve, if it's any help, I could see the "movie" in the first post. Wayno
Title: Re: Is it possible to embed videos in this forum?
Post by: bobc on March 01, 2016, 10:42:07 PM
I'll look into it, but anybody else is welcome to explore also.

Bob the Web Elf
Title: Re: Is it possible to embed videos in this forum?
Post by: donpearsall on March 02, 2016, 01:10:49 AM
It looks like the Simple Machines forum setting on this site strips out the   attributes.
Title: Re: Is it possible to embed videos in this forum?
Post by: SteveM on March 02, 2016, 03:47:46 PM
How this came about is I've been talking to a couple of guys who do really nice videos about documenting a rally car build.  "Project Syncro" on YouTube.  They are home-made videos, but really nice production quality.  I'm trying to improve my ability to do that kind of thing.

https://www.youtube.com/channel/UC3AXjf0VHXDSdycjxSoDYgA

In any event, Ron Erickson and Kyle Yoest (the project Syncro guys) came down to my shop on Monday night to shoot video, generally B.S., and talk about car stuff. 

Video documentation seems to be on the rise, especially for things like "Build Diaries" that we do here.  I was asking Kyle about posting the "auto play", or "preview" type video links.  I think it's a lot better looking, and gets a better response if a video can be embedded right into a forum post, as opposed to having to go off-site to see the video.  Kyle seems to know his stuff pretty well, and described to me the html and "embed code" links necessary to do that kind of thing.

I figured I'd give it a try here, but couldn't get it to work.  My limited research and knowledge indicates that there are functions within the forum that have to be "turned on" in order to allow html codes to be utilized.

I'll see if I can find a link.

Steve.
Title: Re: Is it possible to embed videos in this forum?
Post by: SteveM on March 02, 2016, 03:51:51 PM
Here's what I found, which would allow BASIC html codes to be used, without creating security vulnerabilities:


But if SMF Forum Administrators still want to enable Basic HTML in Post.
It can be done from;

Admin Control Panel -> Post and Topics -> Bulletin Board Code tab and check "Enable basic HTML in posts".




Steve.
Title: Re: Is it possible to embed videos in this forum?
Post by: Stan Back on March 02, 2016, 08:02:23 PM
Yabut . . .

Why'd it take so long to clear the course?
Title: Re: Is it possible to embed videos in this forum?
Post by: bobc on March 02, 2016, 10:17:05 PM
Here's what I found, which would allow BASIC html codes to be used, without creating security vulnerabilities:

But if SMF Forum Administrators still want to enable Basic HTML in Post.
It can be done from;

Admin Control Panel -> Post and Topics -> Bulletin Board Code tab and check "Enable basic HTML in posts".

Steve.

I turned basic html on.  The other option I found was to turn on Flash, which SMF said causes vulnerablities (so I didn't).

BtWE

Title: Re: Is it possible to embed videos in this forum?
Post by: 4-barrel Mike on March 02, 2016, 11:02:07 PM
http://custom.simplemachines.org/mods/index.php?mod=2681 (http://custom.simplemachines.org/mods/index.php?mod=2681) ???

Mike
Title: Re: Is it possible to embed videos in this forum?
Post by: bobc on March 02, 2016, 11:18:15 PM
http://custom.simplemachines.org/mods/index.php?mod=2681 (http://custom.simplemachines.org/mods/index.php?mod=2681) ???

Mike

Didn't find that one!

Thanks,
BtWE

<iframe width="640" height="360" src="https://www.youtube.com/embed/whXeb7Ohfkk" frameborder="0" allowfullscreen></iframe>

https://youtu.be/whXeb7Ohfkk (https://youtu.be/whXeb7Ohfkk)
Title: Re: Is it possible to embed videos in this forum?
Post by: SteveM on March 03, 2016, 02:52:00 PM
Let's see if I can figure out how it works....

<iframe width="560" height="315" src="https://www.youtube.com/embed/xMAr44NH0Ns" frameborder="0" allowfullscreen></iframe>





Title: Re: Is it possible to embed videos in this forum?
Post by: SteveM on March 03, 2016, 02:52:27 PM
Looks like I need to study some more.