djangocms-fbcomments
September 28, 2015 · View on GitHub
===================== djangocms-fbcomments
.. image:: http://img.shields.io/travis/mishbahr/djangocms-fbcomments.svg?style=flat-square :target: https://travis-ci.org/mishbahr/djangocms-fbcomments/
.. image:: http://img.shields.io/pypi/v/djangocms-fbcomments.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-fbcomments/ :alt: Latest Version
.. image:: http://img.shields.io/pypi/dm/djangocms-fbcomments.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-fbcomments/ :alt: Downloads
.. image:: http://img.shields.io/pypi/l/djangocms-fbcomments.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-fbcomments/ :alt: License
.. image:: http://img.shields.io/coveralls/mishbahr/djangocms-fbcomments.svg?style=flat-square :target: https://coveralls.io/r/mishbahr/djangocms-fbcomments?branch=master
The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.
Quickstart
-
Install
djangocms-fbcomments::pip install djangocms-fbcomments
-
Add
djangocms_fbcommentstoINSTALLED_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
sekizaiblock in the<head>section of every template in which you want to use the comments plugin::{% load sekizai_tags %}
{% render_block "meta" %}
Preview
.. image:: http://mishbahr.github.io/assets/djangocms-fbcomments/thumbnail/djangocms-fbcomments-001.png :target: http://mishbahr.github.io/assets/djangocms-fbcomments/djangocms-fbcomments-001.png :width: 760px :align: center
.. image:: http://mishbahr.github.io/assets/djangocms-fbcomments/thumbnail/djangocms-fbcomments-002.png :target: http://mishbahr.github.io/assets/djangocms-fbcomments/djangocms-fbcomments-002.png :width: 760px :align: center
You may also like...
- 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