@getFacebookComments() for Docpad !
Modeled after docpad-plugin-services. By @mikeumus of MDM
These Facebook Comments!: https://developers.facebook.com/docs/reference/plugins/comments/
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') %>
