And the links show up below the videos! This is marvelous. Great job Will!
Thanks!
I'm glad you like that little touch, I thought it would be nice incase anyone wanted to share a video elsewhere they could easily do it without having to click the video to open in a new window / tab. Also, I thought it would be nice to add in case someone is on a device that's width is is higher then 960 and can't support youtube videos, although that's very unlikely as most youtube videos are HTML5 supported now, but, still, was another reason I added it.
Sadly I can't make it clickable. I tried but the javascript freaks out. cause, what the script basically does is, captures the ID out of the URL with regular expressions, and then makes a new div element, and i got the youtube embed code inside that div element, and a variable for the video ID number. and i got the plain text URL under that. Then after that I tell javascript to delete the URL, so, that causes it to freak out and delete any URL associated with that youtube ID.
I don't know if i explained that very good xD, but i tried!