B Bugman Level of Quintuple Garnet Feather Joined Feb 4, 2006 Messages 32,846 Points 0 May 27, 2016 #1 I see we can embed Youtube videos again. Could someone walk me through that? Don't know why they had to dump the old code since it seemed to work so well. Thanks for any help.
I see we can embed Youtube videos again. Could someone walk me through that? Don't know why they had to dump the old code since it seemed to work so well. Thanks for any help.
TMF Jeff TMF owner and co-founder Staff member Joined Apr 2, 2001 Messages 28,738 Points 113 May 27, 2016 #2 Basically you put the ID of the video inside our new youtube tags. The ID of the videos is the block of letters and numbers in the URL of the video that follows "v=" So for example, if the address of the page is youtube.com/watch?v=ObpcGNCU944 You would use "ObpcGNCU944" like this - PHP: [youtube]ObpcGNCU944[/youtube] and it would look like this
Basically you put the ID of the video inside our new youtube tags. The ID of the videos is the block of letters and numbers in the URL of the video that follows "v=" So for example, if the address of the page is youtube.com/watch?v=ObpcGNCU944 You would use "ObpcGNCU944" like this - PHP: [youtube]ObpcGNCU944[/youtube] and it would look like this
B Bugman Level of Quintuple Garnet Feather Joined Feb 4, 2006 Messages 32,846 Points 0 May 27, 2016 #3 Ah, okay. Thanks Jeff.