Skip to content

Commit 057a938

Browse files
committed
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
2 parents e65058b + 0c26b8b commit 057a938

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_posts/usage/2011-10-29-blog-configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When in localhost, your site will run from root "/" regardless of `BASE_PATH`.
3636

3737
## Enabling Comments
3838

39-
Jekyll-Bootstrap ships with widget codes that enable commenting for [Disqus](http://disqus.com), [Intense Debate](http://intensedebate.com), and [livefyre](http://www.livefyre.com/).
39+
Jekyll-Bootstrap ships with widget codes that enable commenting for [Disqus](http://disqus.com), [Intense Debate](http://intensedebate.com), [livefyre](http://www.livefyre.com/), and [Facebook Comments](https://developers.facebook.com/docs/reference/plugins/comments/).
4040

4141
To enable commenting for your blog you will need to have setup an account with one of these providers.
4242
In the `_config.yml` you should see a hash named `comments` as shown below:
@@ -54,7 +54,10 @@ In the `_config.yml` you should see a hash named `comments` as shown below:
5454
intensedebate :
5555
account : 123abc
5656
facebook :
57-
apikey : 123
57+
appid : 123
58+
num_posts: 5
59+
width: 580
60+
colorscheme: light
5861

5962

6063
### Choose a Provider

0 commit comments

Comments
 (0)