]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/open_graph_helper.rb
Fix query tool to get correct bounds for enclosing ways
[rails.git] / app / helpers / open_graph_helper.rb
index 61c3dc44bc77bf38c7f541f3320245cf6402dca9..e21a5648a7c3be9f4482855d657381215915b076 100644 (file)
@@ -5,7 +5,9 @@ module OpenGraphHelper
       "og:title" => [t("layouts.project_name.title"), title].compact.join(" | "),
       "og:type" => "website",
       "og:image" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "http"),
-      "og:image:secure_url" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "https")
+      "og:image:secure_url" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "https"),
+      "og:url" => url_for(:host => SERVER_URL),
+      "og:description" => t("layouts.intro_text")
     }
 
     tags.map do |property, content|