Facebook meta
This commit is contained in:
parent
09e63f0467
commit
b8cfed91af
|
@ -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
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue