Thanks again all.
I found this and tried it. It worked which fixed my YouTube BBCode issue where videos would not show on my forum. Here it is from a member here named GandalfleGris. Here is the link to that discussion if you are interested:
viewtopic.php?t=2383106
It is there where he said this:
My solution :
BEFORE :
Code: Select all
[youtube]{IDENTIFIER}[/youtube]
Code: Select all
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{IDENTIFIER}" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}" />
<param name="wmode" value="transparent" />
</object>
AFTER :
Code: Select all
[youtube]{IDENTIFIER}[/youtube]
(same)
Code: Select all
<iframe width="560" height="315" src="https://www.youtube.com/embed/{IDENTIFIER}" frameborder="0" allowfullscreen></iframe>
On my forum, it works for old AND new embedded videos. \o/
That was all he said. I thanked him on the other thread.
Now, I will move on to issue #2. Thanks again all.
I found this and tried it. It worked which fixed my YouTube BBCode issue where videos would not show on my forum. Here it is from a member here named GandalfleGris. Here is the link to that discussion if you are interested:
viewtopic.php?t=2383106
It is there where he said this:
My solution :
BEFORE :
Code: Select all
[youtube]{IDENTIFIER}[/youtube]
Code: Select all
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{IDENTIFIER}" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}" />
<param name="wmode" value="transparent" />
</object>
AFTER :
Code: Select all
[youtube]{IDENTIFIER}[/youtube]
(same)
Code: Select all
<iframe width="560" height="315" src="https://www.youtube.com/embed/{IDENTIFIER}" frameborder="0" allowfullscreen></iframe>
On my forum, it works for old AND new embedded videos. \o/
That was all he said. I thanked him on the other thread.
Now, I will move on to issue #2. Thanks again all.
Statistics: Posted by Hermskii — Thu Dec 26, 2024 1:11 am