Skip to main content

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

Project description

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…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-fbcomments-0.1.1.tar.gz (11.9 kB view details)

Uploaded Source

File details

Details for the file djangocms-fbcomments-0.1.1.tar.gz.

File metadata

File hashes

Hashes for djangocms-fbcomments-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8478a5ec1deb70c3b1eaa36b61dc4bdb0323285b9cd548670922c7f006d1e8d1
MD5 723d38e724fe8c011761b61874234858
BLAKE2b-256 13665cd3f7ce02e990f045bbe12a731c01b1e3f6b372e22e385c849d79a796ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page