diff --git a/vine.module b/vine.module
index 9fb889a..03b7f87 100644
--- a/vine.module
+++ b/vine.module
@@ -93,7 +93,7 @@ function vine_field_formatter_view($entity_type, $entity, $field, $instance, $la
     $save_value = $item['safe_value']; // Getting the actual value
   }
   if (isset($save_value) ) {
-    $element[0]['#markup'] = '<iframe class="vine-embed" src="' . $fb . '/embed/' . $style . '" width="' . $size . '" height="' . $size . '" frameborder="0"></iframe><script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>'; // Assign it to the #markup of the element
+    $element[0]['#markup'] = '<iframe class="vine-embed" src="' . $save_value . '/embed/' . $style . '" width="' . $size . '" height="' . $size . '" frameborder="0"></iframe><script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>'; // Assign it to the #markup of the element
   }
   return $element;
 }
