Disqus integration enabling to use blog comment hosting service for your website. This integration makes it easy to add the Disqus component by using predefined widget included in this project. See Disqus for more information.
Xperience Version | Library Version |
---|---|
>= 30.0.0 | 3.0.0 |
>= 29.5.3 | 2.1.0 |
>= 28.4.1 | 2.0.0 |
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.Disqus.Widget
Add the following string to your appsettings.json
"CMSDisqus": {
"SiteShortName": ""
}
Beware that the content of the widget in administration interface can not be manipulated with. You can modify the properties of this widget, however the content is not interactive because otherwise there would be script conflicts between Disqus iFrame and Kentico administration interface.
The SiteShortName
value should match the site short name value in your Disqus account.
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md
for more information and follow the Kentico's CODE_OF_CONDUCT
.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
Distributed under the MIT License. See LICENSE.md
for more information.
This project has Full support by 7-day bug-fix policy / Kentico Labs limited support.
See SUPPORT.md
for more information.
For any security issues see SECURITY.md
.