Page 1 of 1
youtube stumped
Posted: Mon Sep 26, 2011 5:24 pm
by TOPO-sniper
Tried two imbed codes and just the url - removed the "www." - no joy. Any suggestions from those who see my rookie mistake? Thanks!
[youtube]<iframe width="640" height="360" src="
http://youtube.com/embed/EtoU8a9aXEo" frameborder="0" allowfullscreen></iframe>[/youtube]
[youtube]<iframe width="560" height="315" src="
http://youtube.com/embed/EtoU8a9aXEo?rel=0" frameborder="0" allowfullscreen></iframe>[/youtube]
[youtube]
http://youtu.be/EtoU8a9aXEo[/youtube]
Re: youtube stumped
Posted: Mon Sep 26, 2011 5:35 pm
by 92f-fan
[youtube]EtoU8a9aXEo[/youtube]
usually its just the last part
EtoU8a9aXEo
tested above - not working
Well the hover instructions say to use the part after the v= but its not being parsed for some reason - maybe the addin on the forum is disabled ? or you tube changed thier url structure ?
Re: youtube stumped
Posted: Mon Sep 26, 2011 5:45 pm
by RPB
TOPO-sniper wrote:Tried two imbed codes and just the url - removed the "www." - no joy. Any suggestions from those who see my rookie mistake? Thanks!
[youtube]<iframe width="640" height="360" src="
http://youtube.com/embed/EtoU8a9aXEo" frameborder="0" allowfullscreen></iframe>[/youtube]
[youtube]<iframe width="560" height="315" src="
http://youtube.com/embed/EtoU8a9aXEo?rel=0" frameborder="0" allowfullscreen></iframe>[/youtube]
[youtube]
http://youtu.be/EtoU8a9aXEo[/youtube]
the embed part of the link is the trouble
use http://www.youtube.com" onclick="window.open(this.href);return false;
/watch?v=EtoU8a9aXEo
like
http://www.youtube.com/watch?v=EtoU8a9aXEo" onclick="window.open(this.href);return false; delete the www. so it's
[youtube].
http://youtube.com/watch?v=EtoU8a9aXEo" onclick="window.open(this.href);return false; .[/youtube]
without the extra spaces and periods at each end
[youtube]
http://youtube.com/watch?v=EtoU8a9aXEo[/youtube]
Re: youtube stumped
Posted: Mon Sep 26, 2011 6:21 pm
by 92f-fan
well Charles needs to update the hover help text to reflect the way it works now
Re: youtube stumped
Posted: Tue Sep 27, 2011 4:11 pm
by tacticool