New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

djangocms-fbcomments

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-fbcomments

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

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

===================== 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

  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 %}

    {% 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...

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc