Embed YouTube video ... ?

User avatar
W1der
Posts: 3795
Joined: Wed Jan 13, 2016 7:53 pm
Location: SWEDEN

Embed YouTube video ... ?

Post by W1der »

https://support.google.com/youtube/answer/171780?hl=en

Ones I have the "string" from YouTube ... how do I get it to work on this forum?
I see the "youtube-button" ... but cant get it to work.

[youtube]<iframe width="560" height="315" src="https://www.youtube.com/embed/DTzngCyGY ... showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> [/youtube]
[Win11] Intel Core i9-13900F Tray 5.6GHz / MSI RTX4090 24GB GDDR6 / 2x16GB 5600MHz DDR5
VMB-TAN
Posts: 363
Joined: Mon Dec 18, 2017 5:52 pm

Re: Embed YouTube video ... ?

Post by VMB-TAN »

You mean like this?

User avatar
W1der
Posts: 3795
Joined: Wed Jan 13, 2016 7:53 pm
Location: SWEDEN

Re: Embed YouTube video ... ?

Post by W1der »

Yes ... can you show me the "code" for that ... :)
[Win11] Intel Core i9-13900F Tray 5.6GHz / MSI RTX4090 24GB GDDR6 / 2x16GB 5600MHz DDR5
Skullblits
Posts: 2103
Joined: Wed Nov 12, 2014 4:26 pm

Re: Embed YouTube video ... ?

Post by Skullblits »

When ur on the full editor for posting there's a youtube thing for it.

[youtube][/youtube]
New to farming? Ask questions here. viewtopic.php?f=893&t=107651

PS4 user
mrprez
Posts: 76
Joined: Sat Apr 22, 2017 1:28 pm

Re: Embed YouTube video ... ?

Post by mrprez »

You don't put the whole string in there, just the video number like so:

Code: Select all

[youtube]DTzngCyGYI8[/youtube]
User avatar
W1der
Posts: 3795
Joined: Wed Jan 13, 2016 7:53 pm
Location: SWEDEN

Re: Embed YouTube video ... ?

Post by W1der »

mrprez wrote: Sun Apr 08, 2018 11:37 am You don't put the whole string in there, just the video number like so:

Code: Select all

[youtube]DTzngCyGYI8[/youtube]
Awesome ... THANKS!
[Win11] Intel Core i9-13900F Tray 5.6GHz / MSI RTX4090 24GB GDDR6 / 2x16GB 5600MHz DDR5
User avatar
W1der
Posts: 3795
Joined: Wed Jan 13, 2016 7:53 pm
Location: SWEDEN

Re: Embed YouTube video ... ?

Post by W1der »

Question ... what is generally preferred.

Embedded clip or clickable link?
[Win11] Intel Core i9-13900F Tray 5.6GHz / MSI RTX4090 24GB GDDR6 / 2x16GB 5600MHz DDR5
Skullblits
Posts: 2103
Joined: Wed Nov 12, 2014 4:26 pm

Re: Embed YouTube video ... ?

Post by Skullblits »

Both..
New to farming? Ask questions here. viewtopic.php?f=893&t=107651

PS4 user
User avatar
Guil
Posts: 7417
Joined: Fri Aug 21, 2015 8:43 pm
Location: Ireland

Re: Embed YouTube video ... ?

Post by Guil »

Imo embedded video will get more views.
linehammer
Posts: 1
Joined: Thu May 30, 2019 9:18 am

Re: Embed YouTube video ... ?

Post by linehammer »

Upload the video to YouTube
Take a note of the video id
Define an <iframe> element in your web page
Let the src attribute point to the video URL
Use the width and height attributes to specify the dimension of the player
Add any other parameters to the URL
Post Reply