1
0
Fork 0

Facebook meta

This commit is contained in:
magnolia-fan 2011-11-29 14:29:20 +04:00
parent 09e63f0467
commit b8cfed91af
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
%iframe.fb-like{ src: "https://www.facebook.com/plugins/like.php?layout=button_count&href=http://facebook.com/BeatHavenHQ", scrolling: "no", frameborder: 0, style: "border:none; width:90px; height:20px" }
%iframe.fb-like{ src: "https://www.facebook.com/plugins/like.php?layout=button_count&href=http://beathaven.org/", scrolling: "no", frameborder: 0, style: "border:none; width:90px; height:20px" }
#vk-like

View File

@ -5,6 +5,9 @@
%meta{ :charset => "utf-8" }
%meta{ :name => "csrf-token", content: form_authenticity_token }
%meta{ name: "description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:title", content: "BeatHaven" }
%meta{ property: "og:description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:image", content: image_path("logo.png") }
%link{ rel: "shortcut icon", href: "/favicon.ico" }
%link{ rel: "apple-touch-icon", href: image_path("logo.png") }
%link{ rel: "search", type: "application/opensearchdescription+xml", title: "BeatHaven", href: "/opensearch.xml"}