c# - DISQUS comments in asp.net webforms -


hi want use disqus comments system. couldnt find resource c# asp.net webforms, examples , source code or implement. have found project in codeplex , codeproject seems code in mvc haven't used mvc .
can find disqus implementation code in asp.net c# webforms? not mvc.

in cases implementing disqus website easy, since you're not building markup. @ minimum, need add universal code on proper page templates, links embed javascript file , "disqus_thread" div.

at point make "complete" integration, need output javascript configuration variables (using unique identifier, url, , title each thread) , maybe comment counting script , should it.

the webforms-specific examples might possibly need how output article's unique id, title , url variables onto page. if have idea of how that, shouldn't need existing integration.


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -