mickaelandrieu/disqus-bundle

BackBee bundle to provide Disqus Comment integration

dev-master / 1.0.x-dev 2015-07-27 13:51 UTC

This package is auto-updated.

Last update: 2024-04-05 17:48:15 UTC


README

This bundle add Disqus Comment service integration to BackBee CMS.

Installation

Use composer to require the Bundle:

$~ composer require "mickaelandrieu/disqus-bundle:1.0"

Then, register the bundle in bundles.yml:

# bundles configuration, in repository/Config/bundles.yml
demo: BackBee\Bundle\DemoBundle\Demo
toolbar: BackBee\Bundle\ToolbarBundle\Toolbar
# ...
disqus: Am\Bundle\DisqusBundle\Disqus

Finaly, you need to set up your Disqus Application short name.

# in repository/Config/services.yml
parameters:
    bundle.disqus.short_name: disqus_application_name

You can know access the new block "Disqus" in "Comment" category.

Disqus Block Comment