--- /home/quickstart/Downloads/video_embed_field/video_embed_facebook/video_embed_facebook.module
+++ /home/quickstart/Downloads/video_embed_field/video_embed_facebook/video_embed_facebook (copy).module
@@ -139,7 +139,7 @@
 function _video_embed_facebook_get_video_id($url) {
   //parse_url is an easy way to break a url into its components
   $matches = array();
-  preg_match('/(.*)?v=([^&#]*)/', $url, $matches);
+  preg_match('/(.*)?[v|video_id]=([^&#]*)/', $url, $matches);
   //if the v get parameter is set, return it
   if ($matches && !empty($matches[2])) {
     return $matches[2];
