comment box needed- opensource code

3 replies
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
#box #code #comment #needed #opensource
  • Profile picture of the author Deep.Arora
    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.
    {{ DiscussionBoard.errors[2882823].message }}
  • Profile picture of the author Deep.Arora
    And here's another great resource full of free/paid comment scripts.
    comment - files - CodeCanyon

    Enjoy
    {{ DiscussionBoard.errors[2882828].message }}
    • Profile picture of the author mrbrown123
      Thanks,

      Aware of the Fb comments but not suitable. Looking still at code canyon. May find something there cheers
      {{ DiscussionBoard.errors[2896688].message }}

Trending Topics