xddesigners/silverstripe-disqus

Add a simple Disqus comments thread to your page types

Installs: 251

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2018-10-09 10:05 UTC

This package is auto-updated.

Last update: 2024-04-09 22:00:12 UTC


README

Simple module for adding disqus to your site.

Installation

Configure the short name of your disqus url:

XD\Disqus\Disqus:
  short_name: 'xddesigners'

Add the extension to the page type you want the disqus thread on:

SilverStripe\Blog\Model\BlogPostController:
  extensions:
    - XD\Disqus\Disqus