I had code like this implemented on an include page that allowed comments to be added on each of 200+ pages. Key was the fact that FB knew which comments went on which page without me specifying the URL of each page.\[code\]<div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#appId=176037409091058&xfbml=1"></script><fb:comments migrated="1" numposts="10" width="425" publish_feed="true"></fb:comments>\[/code\]Now none of the comments are showing up. Can I get them back? Did FB change something or deprecate this method?Jeff