Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 845 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 845 Bytes

Disqus Bundle

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