I\'m trying to put YouTube thumbnail and Vimeo thumbnail together in the same script, but its not really easy for me because I\'m a new to jQuery.
I would to ask if some
I think that now at vimeo.com the id is always the last value...
} else if (sourceVideo.indexOf("vimeo.com") >= 0) { id = sourceVideo.split('/'); id = id[id.length-1]; }
Don't need the 3 regex.