diff --git a/sites/all/modules/contrib/metatag/metatag_opengraph/metatag_opengraph.metatag.inc b/sites/all/modules/contrib/metatag/metatag_opengraph/metatag_opengraph.metatag.inc
index 82b5538..7e66856 100644
--- a/sites/all/modules/contrib/metatag/metatag_opengraph/metatag_opengraph.metatag.inc
+++ b/sites/all/modules/contrib/metatag/metatag_opengraph/metatag_opengraph.metatag.inc
@@ -153,6 +153,16 @@ function metatag_opengraph_metatag_info() {
     ),
   );
 
+  $info['tags']['og:image:secure_url'] = array(
+    'label' => t('Open Graph image (SSL)'),
+    'description' => t('An SSL image URL which should represent your object within the graph. The image must be at least 50px by 50px and have a maximum aspect ratio of 3:1. We support PNG, JPEG and GIF formats.'),
+    'class' => 'DrupalTextMetaTag',
+    'group' => 'open-graph',
+    'element' => array(
+      '#theme' => 'metatag_opengraph',
+    ),
+  );
+
   $info['tags']['og:url'] = array(
     'label' => t('Open Graph URL'),
     'description' => t('The canonical URL of your object that will be used as its permanent ID in the graph, e.g., <em>http://www.imdb.com/title/tt0117500/</em>.'),
