Hard times --> Strong people --> Good times --> Weak people --> Hard times
When a thing is funny, search it carefully for a hidden truth. - George Bernard Shaw
May 04, 2024, 01:02 PM
downtownv
[QUOTE]Originally posted by kkina: [/FLASH_VIDEO][/QUOTE] Thanks KK, I did the share, copied the link, squeezed in between the it wouldn't take. What did I do wrong?
The code you referenced in the OP is not an embed code, it's the URL address.
You need to grab the actual embed code. On Youtube click "share" underneath the video, then "embed", then "copy". Paste this code string between the video tags [FLASH_VIDEO] [/FLASH_VIDEO].
This is the correct code:
<iframe frameborder="0" height="315" src="https://www.youtube.com/embed/FZo2hhvvlpw?si=ZCoPAevLDHAqOMnK" title="YouTube video player" width="560"></iframe>
Originally posted by kkina: The code you referenced in the OP is not an embed code, it's the URL address.
You need to grab the actual embed code. On Youtube click "share" underneath the video, then "embed", then "copy". Paste this code string between the video tags [FLASH_VIDEO] [/FLASH_VIDEO].
Aha! It was the Embed" part I messed up! Thanks lesson learned...
This is the correct code:
<iframe frameborder="0" height="315" src="https://www.youtube.com/embed/FZo2hhvvlpw?si=ZCoPAevLDHAqOMnK" title="YouTube video player" width="560"></iframe>
Originally posted by kkina: The code you referenced in the OP is not an embed code, it's the URL address.
You need to grab the actual embed code. On Youtube click "share" underneath the video, then "embed", then "copy". Paste this code string between the video tags [FLASH_VIDEO] [/FLASH_VIDEO].
Aha! It was the Embed" part I messed up! Thanks lesson learned...
This is the correct code:
<iframe frameborder="0" height="315" src="https://www.youtube.com/embed/FZo2hhvvlpw?si=ZCoPAevLDHAqOMnK" title="YouTube video player" width="560"></iframe>
It's actually not all that obvious. Took me a while to figure it out. Plus other forum software works differently, further confusing things.