Mobile app version of vmapp.org
Login or Join
Caterina187

: Comment system which can integrate with existing website I need third party commenting system for ASP.Net website, preferably free or pay one time fee for the code. I need the commenting system

@Caterina187

Posted in: #AspNet #Comments

I need third party commenting system for ASP.Net website, preferably free or pay one time fee for the code.

I need the commenting system to be integrate with website login, so that users no need to login again to post comments.

I checked Disqus Single sign on(SSO), however it charges monthly fee for SSO.

Could you suggest any other alternative?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Caterina187

2 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

Facebook has an extremely simple commentsystem:

<div id="fb-root"></div>
<div class="fb-comments" data-href="URL_GOES_HERE" data-numposts="20" data-colorscheme="light"></div>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme