Archive
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
Receive Notifications From Your Facebook Comments Plugin
Oct 17, 2014Web DevelopmentComments (10)
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