Facebook Comments with Dynamic content

I want to implement Facebook comments on my blog but it looks like I would have to generate the code for each unique URL.

Please let me know if there is a way it would do it automatically, at the moment I am using disqus

Thank you

Facebook comments: Comments - Social Plugins - Documentation - Facebook for Developers

My blog: http://wanderlustencounters.com/blog

In the third step, you are supposed to put it in a embed code field where you want the comments to display.

Change it to this:

<script>document.write('<div class="fb-comments" data-href="'+location.href+'" data-numposts="5"></div>');</script>
1 Like