diff --git a/functions.php b/functions.php
index d554368..14c81be 100755
--- a/functions.php
+++ b/functions.php
@@ -245,6 +245,9 @@ function add_category_class_to_posts($classes, $class, $post_id) {
add_filter('post_class', 'add_category_class_to_posts', 10, 3);
+require_once 'inc/opengraph.php';
+
+
diff --git a/inc/opengraph.php b/inc/opengraph.php
new file mode 100644
index 0000000..e8aa081
--- /dev/null
+++ b/inc/opengraph.php
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+