Hacker News new | ask | show | jobs
by bigbugbag 3188 days ago
I agree with you but third party commenting system are terrible and hosting your own means legal liability.
1 comments

I deal with this in a weird way: people comment on fb/g+/hn/reddit and then I pull the comments onto my blog via a server-side script. For example, comments on my most recent post: http://www.jefftk.com/p/paypal-giving-fund

The (terrible) server-side code is https://github.com/jeffkaufman/webscripts/blob/master/commen...