vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Youtube video NOT working. Please help (https://vborg.vbsupport.ru/showthread.php?t=294904)

madddenaddicto 02-08-2013 10:50 PM

Youtube video NOT working. Please help
 
I want to put a video on my front page.
http://www.iplayfifa.com
I cant get it to work.

Can someone point me in the right direction?
Thank you in advance.

:up:

Mr_Running 02-09-2013 12:56 AM

If using a HTML widget

It appears it is currently embed using this...
HTML Code:

<embed width="520" height="320" allowfullscreen="true" allowscriptaccess="always" x-shockwave-flash"="" application="" src="http://www.youtube.com/watch?v=979W1QB1H2Q">

Perhaps use this instead...
HTML Code:

<iframe width="560" height="315" src="http://www.youtube.com/embed/979W1QB1H2Q?rel=0" frameborder="0" allowfullscreen></iframe>
Change width and height as needed. :)

Digital Jedi 02-09-2013 01:16 AM

The main reason the embed code you were using wasn't working was because you had the actual YouTube page as the video source.

HTML Code:

http://www.youtube.com/watch?v=979W1QB1H2Q
However, that's just where the video is embedded on YouTube. The source of a YouTube video will look like this:

HTML Code:

http://www.youtube.com/embed/979W1QB1H2Q
In any event, the iframe code Mr_Running posted is probably the better option, since that's what YouTube promotes now. Again, note the source URL.

madddenaddicto 02-09-2013 01:38 PM

Thank you both for helping me out. I got it working.


All times are GMT. The time now is 06:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01010 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete