I’m using the facebook comments plugin, I believe I was using it without setting an href and it automatically used the current url as href but it stopped working saying I MUST set href.
How do I set HREF as the current URL so I get different comments on each page?
<fb:comments href="" num_posts="2" width="500" style="padding-top: 20px; margin-top: 20px; border-top: 1px dotted grey;"></fb:comments>
Thanks
If you are using wordpress (my guess) you should enter
<?php the_permalink(); ?>in thefb:comments:if not try making the URL
so