Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
308 views
in Q2A Core by
Hi,

I was just checking some websites and found that the  "testimonials" box in the website will look very cool. Users can put their good / bad opinions about the website.

Is there any plugin availalbe for this or can any one please let me know how I can put a "testimonials" for my website.

With regards,

Suresh

1 Answer

0 votes
by

As far as I know there's no plugin yet. It shouldn't be that difficult to make one. 

Steps to make such a plugin : 

  • add a database table for the testimonials (with attributes like 'userid', 'postdate', 'title', 'content').
  • add a sidebar widget with the design you want and a link to 'all testimonials'.
  • add a testimonial page with a list of all testimonials in the database.

I think the chatroom plugin can help you figure out what code to use.

...