Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T00:06:03.000Z (over 9 years ago)
- Last Synced: 2024-10-10T11:47:58.594Z (29 days ago)
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/docpad-plugin-facebookcomments
- Size: 151 KB
- Stars: 1
- Watchers: 3
- 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:
![Alt text](https://googledrive.com/host/0B9LVk4xbDIJTT0hOa1lyMGpfOUk/Sol%20X%20Interview%20by%20Subset%203%20%20%20RL%20Spike%20Mark%201.png "picture of dark facebook comments on solspike.com")