An open API service indexing awesome lists of open source software.

https://github.com/bolt/facebookcomments

[Bolt Extension] An extension to place Facebook comment threads on your site, when using `{{ facebookcomments() }}` in your templates.
https://github.com/bolt/facebookcomments

Last synced: 3 months ago
JSON representation

[Bolt Extension] An extension to place Facebook comment threads on your site, when using `{{ facebookcomments() }}` in your templates.

Awesome Lists containing this project

README

        

Facebook Comments
=================

The "Facebook Comments" extension inserts a Facebook comment thread in your
templates. Use it by simply placing the following in your template:

{{ facebookcomments() }}

To include a record's link, pass it as a parameter:

{{ facebookcomments(record.link) }}

To show comments number including the link, use the following:

{{ facebookcommentslink(record.link) }}