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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -