- Total Members: 263,815
- Threads: 454,051
- Posts: 1,062,567
Great community. Great ideas.
Welcome to SEOChat, a community dedicated to helping beginners and professionals alike in improving their Search Engine Optimization knowledge. Sign up today to gain access to the combined insight of tens of thousands of members.
-
Dec 14th, 2012, 06:40 AM
#1
code verification
Might sound like a stupid question but I'm not to skilled at html. I want to put this code on a page but when I put it there the page says I'm missing a plug in to run it and when I try to download the plug in it doesn't work. So is the problem with the code I wrote or something else. Here's the code:
<a href="<snip>"><embed
src="http://www.youtube.com/watch?v=<snip>/autostart="true"
loop="true"></a>
Last edited by dzine; Dec 14th, 2012 at 06:56 AM.
-
Dec 14th, 2012, 06:59 AM
#2
There was a stray [space] in the code you showed here. I dunno if it was there originally.
But more importantly: youtube pages are pages, not 'media files'. You may want to embed using the code that YouTube itself provides.
I.e.: use an <iframe> element instead of an <embed> tag.
-
Dec 14th, 2012, 03:25 PM
#3
Thanks that seems to have worked except for the fact that the attributes like autostart loop and hidden don't seem to work.
This:
<a href="<webaddress>"<iframe
width="210" height="158" src="youtubecode"
autostart="true" loop="true" hidden="true" frameborder="0" allowfullscreen></iframe></a>
And this:
<a href="<webaddress>"><iframe
width="210" height="158" src="youtubecode"
frameborder="0" allowfullscreen></iframe></a>
give the same result
Similar Threads
-
By emilmagdy in forum Google Optimization
Replies: 4
Last Post: Jan 15th, 2012, 06:09 AM
-
By melisabai in forum Google Optimization
Replies: 6
Last Post: Dec 22nd, 2010, 01:13 AM
-
By Kolin in forum Google Optimization
Replies: 18
Last Post: Dec 6th, 2007, 11:32 AM
-
By AzzidReign in forum Suggestions & Feedback
Replies: 2
Last Post: Jul 10th, 2006, 02:07 PM
Comments on this post