Skip to content

agriffard/Disqus.OrchardCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disqus.OrchardCore

Disqus module for Orchard Core. Allows you to add a Disqus comment section to a content type.

Status

AppVeyor NuGet

Getting Started

  • Add the nuget package Disqus.OrchardCore as a reference to your application using Orchard Core.
  • Launch your Orchard Core application, login as admin, then go to the Features admin page and enable the Disqus module.
  • Add a Disqus Part in the Definition of the Content Type on which you want to add Disqus comments.
  • Edit the settings of the Disqus Part and enter the name of the site that you created on https://disqus.com/.
  • Do not forget to set a Base Url in the General settings of your site (even if you are testing on localhost).