0
What to Known, if I want to create a comment section for a web page
I want to create a comment section for a page I am design can you please give me a Little hint or share your experience with me ,just to known I am using materialize CSS for design
1 ответ
+ 3
You can use APIs from facebook or twitter if you want to integrate them in your project. Otherwise you will have to implement your own dbms to manage those comments (in my case I would choose firebase)
Related links:
https://developers.facebook.com/docs/graph-api/reference/v3.2/comment
https://developer.twitter.com/en/docs/api-reference-index.html
https://firebase.google.com