Page 1 of 1

New You Tube Video Imbed Feature

Posted: Thu Apr 23, 2026 9:07 am
by LEGAL ADMIN
We just added the You Tube imbed code.

Copy and then paste / Drop the share relevant section of the link code from the intended you tube video and highlight then highlight the text, then click the youtube button top right to wrap the code.

Step 1:
Click share button on youtube

Step 2:
Then click embedd code button,

Step 3:
Then copy the video ID
just after this section: "https://www.youtube.com/embed/"

Code: Select all

Vz3ZjWFbxec?si=IvZMuN6xtmNeMJH4
The section after the word embed/ in the code below for example:

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/Vz3ZjWFbxec?si=IvZMuN6xtmNeMJH4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
paster the snippet "Vz3ZjWFbxec?si=IvZMuN6xtmNeMJH4" and then highlight it with your cursor, then click the "youtube" button top right above.
You will see this code in front and behind your snitppet.

Code: Select all

[youtube]example[/youtube]
this is how it renders when completed correctly in that order:

[youtube]Vz3ZjWFbxec?si=IvZMuN6xtmNeMJH4[/youtube]


Vz3ZjWFbxec?si=IvZMuN6xtmNeMJH4"

Re: New You Tube Video Imbed Feature

Posted: Thu Apr 23, 2026 9:27 am
by MrSmith
The Youtube Imbed code is not working for some reason.

In the mean time, while we figure it out.

So simply Copy and then paste this code:

Code: Select all

[iframe=800,800]https://example.com[/iframe] 
Go to the you tube video you wish to imbed.

Click the share button, below the title, to the right.

Click embedd button

Click copy.

Paste the text.

from the text block that looks like this:

Code: Select all

 <iframe width="560" height="315" src="https://www.youtube.com/embed/HdgjwrcOIMw?si=bHMap7saeJAZqNWL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
select the link code section that looks like this:

Code: Select all

https://www.youtube.com/embed/HdgjwrcOIMw?si=bHMap7saeJAZqNWL
Drop the share relevant section of the link code from the intended you tube video into

Code: Select all

[iframe=800,800]https://example.com[/iframe]


replacing https://example.com with your link code.

Your imbeded video will look like this:

Re: New You Tube Video Imbed Feature

Posted: Sun Apr 26, 2026 9:49 am
by CTRL-Free
Finding the embed code for a YouTube video directly within the mobile app is actually not possible, as the app is designed primarily for social sharing rather than web development. To get that specific <iframe> code, you will need to use your phone's web browser.

First, open your mobile browser and navigate to the YouTube website. Once you have the video open, you must switch to the desktop version of the site; most browsers allow you to do this by tapping the "Aa" icon or the three-dot menu and selecting "Request Desktop Site."

After the page reloads in desktop mode, tap the **Share** button located beneath the video player. A window will appear with various sharing options, and you should select the **Embed** icon. This will display the full HTML code block. You can then tap on the code and select **Copy** to save it to your clipboard.

If you frequently need to do this on the go, it is helpful to keep a browser tab open in desktop mode specifically for retrieving these snippets, as it bypasses the limitations of the standard mobile interface.