Ok, I've noticed people struggling with embedding and linking video on ATS. Here's the issue I think most people are struggling with:
When you click the 'vid:youtube' button (same probably goes for vid:google) it's asking you for the video ID, not the URL.
For example:
hxxp://www.youtube.com/watch?v=TC6lcjJDi7Y
This is the full URL to a video on youtube, if you put that into the 'vid:youtube' code it will not embed the video and say something about the link
being malformed.
What you need to post in there is : TC6lcjJDi7Y
Some links might look like this:
hxxp://www.youtube.com/watch?v=4sZuN0xXWLc&feature=player_embedded
you need to trim the beginning off, as well as the end starting with &, so for that link you'd post:
4sZuN0xXWLc
hopefully this helps clear this up. I'm 100% positive the staff has a thread somewhere explaining how to do this, but apparently new members aren't
reading it. I'm willing to admit I didn't either, I scanned through the terms and that's about it. I figured this out myself after attempting to
embed a youtube video.
I'm not sure how the code for this function is handled, but would it be possible to have it remove the full URL automatically?
Each URL will always have '=' just before the video ID so anything from the start characters up to and including= could be automatically trimmed out.
As well, if the video has anything after the ID it always starts with '&' so even a simple batch script could trim the URL down to just the video
ID.
Than again it's much easier to actually read what the 'vid:youtube' function is asking for.
edit on 1-2-2011 by phishyblankwaters because: (no reason given)
edit on 1-2-2011 by phishyblankwaters because: (no reason
given)
edit on 1-2-2011 by phishyblankwaters because: (no reason given)
edit on 1-2-2011 by phishyblankwaters because:
(no reason given)
edit on 1-2-2011 by phishyblankwaters because: (no reason given)