Page 1 of 1

Update: Media now works (was Posting embedded Youtube Links)

Posted: Sun Feb 12, 2023 3:14 am
by Tawmis
The Media now works! The below (for YOUTUBE coding) no longer works due to fixing Media embedding.
- Tawmis 03/13/2023

First look at the Youtube URL
You're gonna wanna grab everything after the v= and everything before the &
For example:
[attachment=0]2023-02-12 00_11_16-Clipboard.png[/attachment]
That will go in the Youtube code like this:
[code]
[youtube]8Wr4-u9-zw0[/youtube]
[/code]
And it should work:
[youtube]8Wr4-u9-zw0[/youtube]

Re: Posting embedded Youtube Links.

Posted: Sun Feb 12, 2023 8:57 am
by Collector
No need to do all of that. Just paste the entire URL and the board will parse the embed.

Code: Select all

https://www.youtube.com/watch?v=8Wr4-u9-zw0
will yield:

Re: Posting embedded Youtube Links.

Posted: Sun Feb 12, 2023 2:31 pm
by Tawmis
Which if you do the full URL - it does this:
Image1.png
Image1.png (9.09 KiB) Viewed 1320 times


Mentioned a few times:
viewtopic.php?p=94513#p94513
viewtopic.php?p=94557#p94557


I noticed my Neverending Nights thread still had embedded videos that worked - so I checked the post to see how it was done, which is why I posted the first post of this thread. Otherwise you need to hyperlink it.

Re: Posting embedded Youtube Links.

Posted: Sun Feb 12, 2023 3:35 pm
by Rath Darkblade
OK? *tries it out* So, all I have to do is take away the bit that says "https://www.youtube.com/watch?v=" and ...

THSY7-CxKnQ

Alas, poor video. The original link is:

Code: Select all

https://www.youtube.com/watch?v=THSY7-CxKnQ
So, I'm not sure where the "&" is there. *shrug*

Re: Posting embedded Youtube Links.

Posted: Sun Feb 12, 2023 4:15 pm
by Tawmis
Rath Darkblade wrote: Sun Feb 12, 2023 3:35 pm OK? *tries it out* So, all I have to do is take away the bit that says "https://www.youtube.com/watch?v=" and ...

THSY7-CxKnQ

Alas, poor video. The original link is:

Code: Select all

https://www.youtube.com/watch?v=THSY7-CxKnQ
So, I'm not sure where the "&" is there. *shrug*
You'd take what I highlighted in my screenshot. But you have to put it between the code of:

Code: Select all

[youtube]SNIPPED PART HERE[/youtube]

For example:
[youtube]THSY7-CxKnQ[/youtube]

Would result in:

Re: Posting embedded Youtube Links.

Posted: Sun Feb 12, 2023 9:46 pm
by Collector
[media]NR2qvPitHyg[/media]

Re: Posting embedded Youtube Links.

Posted: Mon Feb 13, 2023 4:16 am
by Rath Darkblade
Collector, I think you mean this?

Code: Select all

[youtube]NR2qvPitHyg[/youtube]
Which results in this:
(Thank you, Tawm!) :D

Re: Posting embedded Youtube Links.

Posted: Tue Mar 14, 2023 12:45 am
by Tawmis
The Media now works! The below (for YOUTUBE coding) no longer works due to fixing Media embedding.

Re: Update: Media now works (was Posting embedded Youtube Links)

Posted: Tue Mar 14, 2023 8:13 am
by Rath Darkblade
OK? *tries it out*

So, typing

Code: Select all

https://www.youtube.com/watch?v=THSY7-CxKnQ
will display the video.

Typing

Code: Select all

[youtube]https://www.youtube.com/watch?v=THSY7-CxKnQ[/youtube]
will display the video in between the "youtube" pairing. Clearly, the "youtube" pairing is no longer needed.

Typing

Code: Select all

[media]https://www.youtube.com/watch?v=THSY7-CxKnQ[/media]
also displays the video.

As for

Code: Select all

[url]https://www.youtube.com/watch?v=THSY7-CxKnQ][/url]
... yep, that displays a link.

Thank you, Collector and Tawm! :)