The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.
Install
djangocms-fbcomments
:pip install djangocms-fbcomments
Add
djangocms_fbcomments
toINSTALLED_APPS
:INSTALLED_APPS = ( ... 'djangocms_fbcomments', ... )
Sync database (requires south>=1.0.1 if you are using Django 1.6.x):
python manage.py migrate
To use the facebook moderation tool, you must include the following
sekizai
block in the<head>
section of every template in which you want to use the comments plugin:{% load sekizai_tags %} <html> <head> {% render_block "meta" %} </head> <body> </body> </html>
- djangocms-disqus - https://github.com/mishbahr/djangocms-disqus
- djangocms-forms — https://github.com/mishbahr/djangocms-forms
- djangocms-gmaps — https://github.com/mishbahr/djangocms-gmaps
- djangocms-instagram — https://github.com/mishbahr/djangocms-instagram
- djangocms-responsive-wrapper — https://github.com/mishbahr/djangocms-responsive-wrapper
- djangocms-twitter2 — https://github.com/mishbahr/djangocms-twitter2
- djangocms-youtube — https://github.com/mishbahr/djangocms-youtube