https://github.com/mikeumus/docpad-plugin-facebookcomments
⚠ NEEDS UPDATE FOR NEWER VERSIONS OF DOCPAD. @getFacebookComments() for Docpad !
https://github.com/mikeumus/docpad-plugin-facebookcomments
Last synced: 2 months ago
JSON representation
⚠ NEEDS UPDATE FOR NEWER VERSIONS OF DOCPAD. @getFacebookComments() for Docpad !
- Host: GitHub
- URL: https://github.com/mikeumus/docpad-plugin-facebookcomments
- Owner: mikeumus
- Created: 2013-03-13T04:01:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T00:06:03.000Z (almost 10 years ago)
- Last Synced: 2025-03-14T23:07:31.003Z (3 months ago)
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/docpad-plugin-facebookcomments
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docpad-plugin-facebookcomments
==============================### @getFacebookComments() for [Docpad](http://docpad.org/) !
Modeled after [docpad-plugin-services](https://github.com/docpad/docpad-plugin-services). By [@mikeumus](http://twitter.com/mikeumus) of [MDM](http://massdistributionmedia.com/)
#### What Facebook Comments?
These Facebook Comments!: [https://developers.facebook.com/docs/reference/plugins/comments/](https://developers.facebook.com/docs/reference/plugins/comments/)#### It comes with options!
Arguments must go in this order: `@getFacebookComments(1010,'dark',100, 'time')`
- width option: supports only numbers, no '30px' or '100%'
- colorscheme options: `'light'` or `'dark'`
- order_by options: `'social'`, `'reverse_time'`, `'time'`. Default: `'social'`
- Not implemented, mobile: whether to show the mobile-optimized version. Default: `auto-detect`.So for example the follow posted in a page.html.eco:
`<%- getFacebookComments(1010,'dark',100, 'time') %>`Will product something like this:
