
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
djangocms-fbcomments
Advanced tools
The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.
.. 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.
Install djangocms-fbcomments
::
pip install djangocms-fbcomments
Add djangocms_fbcomments
to INSTALLED_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 %}
{% render_block "meta" %}.. 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
FAQs
The easiest way to integrate Facebook Comments for your django-cms powered site with lazy-loading, analytics and more.
We found that djangocms-fbcomments demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.