Receive Notifications From Your Facebook Comments Plugin
Please note that this post is over a year old and may contain outdated information.
If you've added a Facebook Comments Plugins to your webpage but are not receiving Facebook notifications when new comments are posted, you may need to include a Facebook meta tag in your HTML.
This meta tag tells Facebook what app controls any plugins on the page:
Change YOUR_APP_ID to the app id that you want, and make sure your Facebook account is listed as an admin for that app.
Once done, any new comments in the plugin will notify you through your normal Facebook notifications, and you can access the comments admin from this page:
This meta tag tells Facebook what app controls any plugins on the page:
<meta property="fb:app_id" content="YOUR_APP_ID">
Change YOUR_APP_ID to the app id that you want, and make sure your Facebook account is listed as an admin for that app.
Once done, any new comments in the plugin will notify you through your normal Facebook notifications, and you can access the comments admin from this page:
https://developers.facebook.com/tools/comments?id=YOUR_APP_ID