Skip to content

xddesigners/silverstripe-disqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Disqus

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