Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.

License

Notifications You must be signed in to change notification settings

mishbahr/djangocms-fbcomments

Repository files navigation

djangocms-fbcomments

http://img.shields.io/travis/mishbahr/djangocms-fbcomments.svg?style=flat-square Latest Version Downloads License http://img.shields.io/coveralls/mishbahr/djangocms-fbcomments.svg?style=flat-square

The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.

Quickstart

  1. Install djangocms-fbcomments:

    pip install djangocms-fbcomments
    
  2. Add djangocms_fbcomments to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'djangocms_fbcomments',
        ...
    )
    
  3. Sync database (requires south>=1.0.1 if you are using Django 1.6.x):

    python manage.py migrate
    
  4. 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>
    

Preview

http://mishbahr.github.io/assets/djangocms-fbcomments/thumbnail/djangocms-fbcomments-001.png http://mishbahr.github.io/assets/djangocms-fbcomments/thumbnail/djangocms-fbcomments-002.png

You may also like...

About

The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published