Comment System PHP

Overview

Comment System is PHP script + jQuery/Javascript doing the user-side part. Script offers your to integrate your already existing auth system. Users that are not signed in can also post a comment, of course this option can be disabled. All requests (edit, delete, reply and like) are handled by Ajax so the page never has to reload. Comments supports BBCode like bold, italic and underline, and if URL is inserted it will be converted into a clickable link.

For more, visit demo: http://kazy.skueztech.com/CommentSystem/v1/

Requirements

  • Basic PHP knowledge
  • Bootstrap 4
  • jQuery

Instructions

(doc.pdf) Documentation is in the .zip file.

Related