]> git.example.dev Git - binbsis50.git/commitdiff
added Open Graph meta tags
authorLuigi Pinca <luigipinca@gmail.com>
Thu, 10 Jan 2013 22:53:08 +0000 (23:53 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Thu, 10 Jan 2013 22:53:08 +0000 (23:53 +0100)
package.json
views/layout.jade

index 4c94b7e28b2d4c22bbd09fee45eb715e55683688..a00eebfa01b5da078142a675f6f5be9a2f858dc6 100644 (file)
@@ -22,5 +22,5 @@
     "start": "app.js"
   },
   "subdomain": "binb",
-  "version": "0.3.5-4"
+  "version": "0.3.5-5"
 }
index dcf77317204bec9f4719dfe75536dbc5540eb478..967d81c749b39a6b969a44856400ed5243cdfb39 100644 (file)
@@ -5,6 +5,11 @@ html
         block title
         meta(name="author", content="Luigi Pinca")
         meta(name="description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!")
+        meta(property="og:description", content="Simple, realtime, multiplayer, competitive music listening game. Guess the song and prove your music knowledge!")
+        meta(property="og:image", content="https://dl.dropbox.com/u/58444696/binb-logo-200.png")
+        meta(property="og:title", content="binb")
+        meta(property="og:type", content="game")
+        meta(property="og:url", content="http://binb.nodejitsu.com/")
         link(href="/static/css/bootstrap.min.css", rel="stylesheet")
         link(href="/static/css/style.css", rel="stylesheet")
         script