https://github.com/agriffard/disqus.orchardcore
Disqus module for Orchard Core
https://github.com/agriffard/disqus.orchardcore
disqus orchard orchardcore
Last synced: 2 months ago
JSON representation
Disqus module for Orchard Core
- Host: GitHub
- URL: https://github.com/agriffard/disqus.orchardcore
- Owner: agriffard
- License: mit
- Created: 2017-11-11T15:56:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T11:10:44.000Z (3 months ago)
- Last Synced: 2025-03-18T09:51:38.679Z (2 months ago)
- Topics: disqus, orchard, orchardcore
- Language: C#
- Homepage: https://www.nuget.org/packages/Disqus.OrchardCore
- Size: 75.2 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Disqus.OrchardCore
Disqus module for Orchard Core.
Allows you to add a Disqus comment section to a content type.## Status
[](https://ci.appveyor.com/project/agriffard/disqus-orchardcore)
[](https://www.nuget.org/packages/Disqus.OrchardCore)## 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).