I realised that the manual entry box for my Vimeo for Wordpress plugin is lacking a feature. When you view Videos as part of a group you will view a different URL (so that you can see group only comments) this URL wont work well with the current manual entry box as the code at the moment just strips the http://www.vimeo.com/ part of the string. I’m hoping to just take out the numbers from the string (here’s hoping that Vimeo doesn’t allow numbers in group names).
This is a test of the Group URL, working perfectly using inputstring.match(/\d+$/)[0]; which outputs the numbers
This is a test of a Group URL with a number in the Group name using the same function as above, working perfectly
Now just a normal video test, working perfectly