Facebook comments plugin integration
I got around to implement the Facebook comments plugin on myPUBGUIDE. I did not to change anything except mark-up pages. If you are using ASP.Net then you could always set the href attribute of the fb:comments tag to be the same url as that of the page that the comments tag resides. This ensures unique comment maintainability across different pages. I have included the implementation that I used this below:
<fb:comments href="<%=HttpContext.Current.Request.Url.AbsoluteUri %>" num_posts="10" width="500"></fb:comments>
Also, it is possible to track the comment add event. The literature on the web at present indicates that this feature is flaky. I could use GA instead, as mentioned here.









