Skip to content

mickaelandrieu/DisqusBundle

Repository files navigation

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

About

**NOT MAINTAINED** Disqus integration in BackBee CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published