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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -