comment box needed- opensource code

by 3 replies
4
I need to add comments in one of our websites.

Must let logged in members post comments without adding name and email (database) connectivity.

2 years ago there seemed to be hundreds of theses codes.

Now I cant find one lols! any help would be welcomed.

The ones i used 4 years ago dont have the spam filters which are really needed now
#programming #box #code #comment #needed #opensource
  • Yu can use Facebook commenting system for free, and since it's the biggest social platform, comments will be visible on user's profile too.

    Here's the simple code:

    HTML Code:
    <script src="http://connect.facebook.net/en_US/all.js#appId=APP-ID&amp;xfbml=1"></script>
    <fb:comments xid="YourPostURL" width="600"></fb:comments>
    Just replace the APP-ID with your facebook developer app-id and YourPostURL with the post URL where you want to let users post the comments.

    You can get a free app-id here:
    http://www.facebook.com/developers/apps.php

    Hope this helps.
  • And here's another great resource full of free/paid comment scripts.
    comment - files - CodeCanyon

    Enjoy
    • [1] reply
    • Thanks,

      Aware of the Fb comments but not suitable. Looking still at code canyon. May find something there cheers

Next Topics on Trending Feed