easywebhub / easyapp

More information and tutorials, please visit our website
https://easywebhub.com
0 stars 3 forks source link

Comment services for EasyWeb #82

Open baotnq opened 8 years ago

baotnq commented 8 years ago

List good candidates for Comment services which have some features

  1. free services to integrate (like github)
  2. open source to deploy on own server
  3. easy to customize
tungptvn commented 8 years ago

github gist comment api

GET /gists/:gist_id/comments

response

[
  {
    "id": 1,
    "url": "https://api.github.com/gists/a6db0bec360bb87e9418/comments/1",
    "body": "Just commenting for the sake of commenting",
    "user": {
      "login": "octocat",
      "id": 1,
      "avatar_url": "https://github.com/images/error/octocat_happy.gif",
      "gravatar_id": "",
      "url": "https://api.github.com/users/octocat",
      "html_url": "https://github.com/octocat",
      "followers_url": "https://api.github.com/users/octocat/followers",
      "following_url": "https://api.github.com/users/octocat/following{/other_user}",
      "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
      "organizations_url": "https://api.github.com/users/octocat/orgs",
      "repos_url": "https://api.github.com/users/octocat/repos",
      "events_url": "https://api.github.com/users/octocat/events{/privacy}",
      "received_events_url": "https://api.github.com/users/octocat/received_events",
      "type": "User",
      "site_admin": false
    },
    "created_at": "2011-04-18T23:23:56Z",
    "updated_at": "2011-04-18T23:23:56Z"
  }
]

ref

nemesisqp commented 8 years ago

Free Service

Free nếu tự host

baotnq commented 8 years ago

Free Services:

baotnq commented 8 years ago

More docs about why to use https://blog.discourse.org/

baotnq commented 8 years ago

https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963

One important thing to note with this setup is that users have to navigate to your forum to post replies. This is intentional, as we feel that the posting interface on a Discourse forum is currently much richer than what we could embed via Javascript.

nếu chỉ cho phép Reply trên discourse system chứ ko trực tiếp trên Page thì ko thể dùng như 1 API services được rồi. @nemesisqp @tungptvn thử kiểm tra lại xem có đúng vậy ko?