2017 © Pedro Peláez
 

backbee-bundle disqus-bundle

BackBee bundle to provide Disqus Comment integration

image

mickaelandrieu/disqus-bundle

BackBee bundle to provide Disqus Comment integration

  • Monday, July 27, 2015
  • by mickaelandrieu
  • Repository
  • 0 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Disqus Bundle

This bundle add Disqus Comment service integration to BackBee CMS., (*1)


Installation

Use composer to require the Bundle:, (*2)

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

Then, register the bundle in bundles.yml:, (*3)

# 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., (*4)

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

You can know access the new block "Disqus" in "Comment" category., (*5)

Disqus Block Comment, (*6)

The Versions

27/07 2015

dev-master

9999999-dev https://github.com/mickaelandrieu/DisqusBundle

BackBee bundle to provide Disqus Comment integration

  Sources   Download

GPL-3.0+

The Requires

 

disqus comment backbee