diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index ad1dacac1c8c5efcde9c85aade108e6faca07db7..d1cb07eaa6614ccd7d400284f82ed48580bb97f2 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -11,7 +11,7 @@
   %meta{property: 'og:title',       content: page_title}
   %meta{property: 'og:description', content: page_description}
   %meta{property: 'og:image',       content: page_image}
-  %meta{property: 'og:url',         content: url_for(only_path: false)}
+  %meta{property: 'og:url',         content: request.base_url + request.fullpath}
 
   %title= page_title