While building my new blog's comment system I decided to just be lazy and use some other api. For this I decided to use the facebook API. I had previously built a comment system using a modified PHP API, but this time I had no reason to need to run it through my own backend. Adding the comment box is extremely simply and only needs to use the fb:comments XFBML. it looks a little like this. By specifying a url we can make sure that the likes for the page stay the same even if the title or…
