Jump to content

Writing Comments


killer

Recommended Posts

Hi there! If you want something really simple, go to developers.facebook.com and find the "Comment Box" API. You can select some options such as width, light or dark scheme and other things. This is really good for your user experience because they don't have to make a separate account to comment, they can just use their Facebook. As far as adding your very own, it would take Javascript some PHP and of course, styling it with CSSAnother service I've heard of is DIS QUS - I haven't really looked up on it myself but I'm sure its a good service. Good luck to ya, CHEERS! - Allen Lawson

Link to comment
Share on other sites

As the guys mentioned above you will have to use a server side language like ASP or PHP and a database.

Link to comment
Share on other sites

You should have a form with a textarea where your users can type in their commends. After submitting the form, you should have a PHP script that process the data and adds it to the database. That's the first step. In order to display the comments you'll have to retrieve them from the database.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...