CodeIgniter Forums
are there any comments plugin available? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: are there any comments plugin available? (/showthread.php?tid=48885)



are there any comments plugin available? - El Forum - 02-01-2012

[eluser]oursteps[/eluser]
I am trying to add comment features to my site developed with CI.

just wondering if there are any comments plugin available?

I'd like to have comment features similar to facebook, stackoverflow, wordpress, etc.

Thanks.


are there any comments plugin available? - El Forum - 02-01-2012

[eluser]Jason Stanley[/eluser]
You could use Facebook comments or Discus

http://developers.facebook.com/docs/reference/plugins/comments/
http://disqus.com/

They would be added to your view file. For a codeigniter specific plugin you could search the wiki.


are there any comments plugin available? - El Forum - 02-01-2012

[eluser]johnpeace[/eluser]
PyroCMS has a Comments module. If you're going to roll your own you might want to review it to see how they approached the problem. Might even find code you can reuse in your project.


are there any comments plugin available? - El Forum - 02-02-2012

[eluser]oursteps[/eluser]
Thanks Jason and Johnpeace.

seems the facebook plugin and disqus.com need to use the external account.

I'd prefer to write the comments component myself if I have to. Will add 5 star rating feature to it.

I am new to php/html/javascript coding. wish it won't be too hard?