MUScoop

MUScoop => MUScoop Suggestions => Topic started by: Blackhat on March 16, 2011, 10:37:37 AM

Title: Embedding Video
Post by: Blackhat on March 16, 2011, 10:37:37 AM
Is it fairly easy to embed video from youtube in your posts on this site?


Title: Re: Embedding Video
Post by: groove on March 16, 2011, 10:40:12 AM
Yes, underneath the video there should be share and embed options to click on. You should be able to just cut and paste the code from there.
Title: Re: Embedding Video
Post by: Blackhat on March 16, 2011, 10:43:57 AM
I've copied the embed code from youtube,  it's just when  I try to post it here it hasn't worked...I've tried putting the code in [flash], didn't work...any other suggestions...appreciate the feedback groove.
Title: Re: Embedding Video
Post by: rocky_warrior on March 16, 2011, 11:16:29 AM
Just take the YouTube url without any of the embed statements, and set the size to 425x350 (or whatever the youtube embed statement says).  Like this...
Code: [Select]
[flash=640,390]http://www.youtube.com/v/FKOK0XMIYbQ[/flash]
produces....

http://www.youtube.com/v/FKOK0XMIYbQ

Title: Re: Embedding Video
Post by: Blackhat on March 16, 2011, 11:41:56 AM
Thanks Rocky,  you the man!



http://www.youtube.com/v/ZwUyT1rDiPE
Title: Re: Embedding Video
Post by: Blackhat on March 16, 2011, 11:45:49 AM
http://www.youtube.com/watch?v=QZXc39hT8t4
Title: Re: Embedding Video
Post by: Skatastrophy on March 16, 2011, 12:41:45 PM
http://www.youtube.com/v/QZXc39hT8t4

fixed

Instead of this
Code: [Select]
[flash=640,390]http://www.youtube.com/watch?v=QZXc39hT8t4[/flash]
it should be this
Code: [Select]
[flash=640,390]http://www.youtube.com/v/QZXc39hT8t4[/flash]
Just have to modify the url a little bit around the 'v' character
Title: Re: Embedding Video
Post by: Blackhat on March 16, 2011, 12:43:55 PM
fixed

Instead of this
Code: [Select]
[flash=640,390]http://www.youtube.com/watch?v=QZXc39hT8t4[/flash]
it should be this
Code: [Select]
[flash=640,390]http://www.youtube.com//v/QZXc39hT8t4[/flash]
Just have to modify the url a little bit around the 'v' character

yeah, eventually figured that out, thanks.
Title: Re: Embedding Video
Post by: groove on March 16, 2011, 12:45:42 PM
thanks, good to know
Title: Re: Embedding Video
Post by: rocky_warrior on April 01, 2015, 09:59:44 AM
https://www.youtube.com/watch?v=hEJnMQG9ev8

Hey mods - seems youtube has moved on from the old embed code... perhaps we could update our ability too?

Looks like it still works, you just have to manually change the URL from...
https://www.youtube.com/watch?v=hEJnMQG9ev8
   to....
https://www.youtube.com/v/hEJnMQG9ev8

https://www.youtube.com/v/hEJnMQG9ev8
Title: Re: Embedding Video
Post by: keefe on June 12, 2015, 02:21:02 PM
https://www.youtube.com/v/mf1dNTexCL4
Title: Re: Embedding Video
Post by: Spotcheck Billy on June 13, 2015, 10:55:25 AM
https://www.youtube.com/v/mf1dNTexCL4

change this "flash=200,200"

to this "flash=640,390"
Title: Re: Embedding Video
Post by: Benny B on August 12, 2016, 08:38:19 AM
WTF is up with the video embeds????
Title: Re: Embedding Video
Post by: Spotcheck Billy on August 12, 2016, 09:10:59 AM
nm
Title: Re: Embedding Video
Post by: Skatastrophy on August 12, 2016, 06:45:59 PM
Youtube made a change. Other forums are having the same issue:

https://www.phpbb.com/community/viewtopic.php?f=438&p=14499191
Title: Re: Embedding Video
Post by: rocky_warrior on August 13, 2016, 09:54:22 AM
Yeah, they "officially" stopped supporting flash a couple years ago, it just appears they actually stopped supporting  it now.  I'll have to see if I can enable iframe stuff which is kinda dangerous in case any of you fools decide to get malicious.
Title: Re: Embedding Video
Post by: Skatastrophy on August 13, 2016, 11:52:06 AM
Yeah, they "officially" stopped supporting flash a couple years ago, it just appears they actually stopped supporting  it now.  I'll have to see if I can enable iframe stuff which is kinda dangerous in case any of you fools decide to get malicious.

You can limit the risk by making youtube specific tags to embed videos in an iframe. The post by GandalfleGris says how they did it: https://www.phpbb.com/community/viewtopic.php?f=438&p=14499491#p14499566
Title: Re: Embedding Video
Post by: rocky_warrior on October 25, 2016, 09:52:04 AM
In other news, it appears they brought back their flash support.  Cool.