Add app id for comments moderation

This way we can be notified when any new comment appear in the docs/blog and add moderators
This commit is contained in:
Vjeux
2013-10-03 22:32:20 +02:00
parent 699ee86fc5
commit 8479315f6c

View File

@@ -10,6 +10,7 @@
<meta property="og:url" content="http://facebook.github.io/react{{ page.url }}" />
<meta property="og:image" content="http://facebook.github.io/react/img/logo_og.png" />
<meta property="og:description" content="A JavaScript library for building user interfaces" />
<meta property="fb:app_id" content="623268441017527" />
<link rel="shortcut icon" href="/react/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.url }}{{ site.baseurl }}/feed.xml">