Skip to content

A simple ASP.Net MVC 3 example app that shows how to use disqus

Notifications You must be signed in to change notification settings

karthik25/disqus-ajax-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disqus Ajax Tutorial

This is just a demo project to show how Disqus could be integrated in an ASP.Net MVC 3 site. It contains 2 approaches. In the first approach disqus is loaded without the use of any additional ajax and in the second approach comment threads are loaded asynchronously by using ajax.

Getting Started

To get started with this project, download the source code and extract it to a folder. Then open the web.config file and in the appSettings section you will find the following key.

<add key="DisqusShortName" value=""/>

Go to the disqus site at https://disqus.com/admin/signup/ and register for a shortname. Enter the value in the appSettings section and that's it! You are ready to go!!!

About

A simple ASP.Net MVC 3 example app that shows how to use disqus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published