hexo-fbcomments

1.0.6 • Public • Published

hexo-fbcomments

A simple way to add Facebook comments support to your Hexo posts.

Usage

  1. In your Hexo website folder type npm install hexo-fbcomments
  2. Put the following code inside your _config.yml and set the the appId to the one for your site you've created on Facebook for developers.
# Facebook comments - https://github.com/RichardJECooke/hexo-fbcomments/
fbcomments:
  appId: 0 # <---- TODO
  colorscheme: dark # (optional) light/dark
  enabled: true # (optional) true/false
  lang: en_US # (optional)
  order_by: time  # (optional) time/reverse_time/social
  numPosts: 10 # (optional) defaults to 5
  1. Add <%- fbcommentshead() %> in your theme's post header (before the body tag) and <%- fbcomments(page.permalink) %> at the bottom of the post.
  2. To style the comments add something like this in your CSS
  section#comments {
    border-color: white;
    border: 1px 1px 1px 1px;
    border-style: solid;
    background: #dde !important;
  }

More

  • More information about the facebook comments plugin on the Official Documentation
  • Created by Sergio Moura.
  • Maintained by Richard Cooke.
  • License: MIT

Package Sidebar

Install

npm i hexo-fbcomments

Weekly Downloads

7

Version

1.0.6

License

MIT

Unpacked Size

4.77 kB

Total Files

4

Last publish

Collaborators

  • faranta