mickaelandrieu / disqus-bundle
BackBee bundle to provide Disqus Comment integration
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:backbee-bundle
Requires
- backbee/backbee: 1.0.*@dev
This package is auto-updated.
Last update: 2024-11-05 19:27:30 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.