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.
- Host: GitHub
- URL: https://github.com/bolt/facebookcomments
- Owner: bolt
- License: mit
- Created: 2014-08-13T13:58:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T07:59:47.000Z (about 9 years ago)
- Last Synced: 2025-03-11T22:19:14.331Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) }}