jquery-oembed-all
jquery-oembed-all copied to clipboard
https://youtu.be/wBf6BUQzYgA version of youtube url is not getting embedded?
Works if I use the long version of the youtube url but using https://youtu.be/wBf6BUQzYgA does not seem to work.
Problem seems to be that longurl.org is currently down :(
This seems bad? Does it affect a lot of the URLs?
http://urlex.org/ might be an alternative?
This is possibly due to https://github.com/nfl/jquery-oembed-all/issues/35
Just delete youtu.be
from the shortURLList array. The regex on line 547 works great for https://youtu.be/xxxxxxxxxx links, but it's being intercepted by the longurl.org function first.