Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -34,17 +34,17 @@
       <meta property="og:description" content="{{ description | translate("description") }}">
     {% endif %}
     <meta property="og:locale" content="{{ locale | to_og_locale }}">
     {% for alternate_locale in available_locales %}
       {% if alternate_locale != locale %}
         <meta property="og:locale:alternate" content="{{ alternate_locale | to_og_locale }}">
       {% endif %}
     {% endfor %}
-    <meta property="og:url" content="{{ get_canonical_url(page | ignore_browsers) }}">
+    <meta property="og:url" content="{{ config.get("general", "siteurl") }}{{ source.resolve_link(page | ignore_browsers, locale)[1] }}">
 
     {# twitter https://dev.twitter.com/cards/markup #}
     <meta name="twitter:site" content="@AdblockPlus" />
     <meta name="twitter:creator" content="@AdblockPlus" />
 
     <link rel="stylesheet" href="/css/main.css" class="cssfx">
     <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000px)" class="cssfx">
     <link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px)">
