KB IssueWhen adding Facebook comments, Facebook likes, and other Facebook social media objects to your website, blog, or other website, you might experience some issues while trying to get the system to work properly on your site.
Issue DetailsWhen you add in the Facebook meta tags, you have to ensure that you enter the proper information where needed, for the site to render correctly and to talk with Facebook correctly; if not, then your site will not function properly with Facebook.
You may also experience the following error.
Object Invalid Value:
property fb:admins could not be parsed as type fbid
or
Object at URL]
http://www.yourwebsite.com of type website is invalid because the given value '226986500660572' for property 'fb:admins' could not be parsed as type 'fbid'.
Recreate IssueThe following will create the error.
<meta property="fb:admins" content="226986500660572"/>
The provided number is the user's ID, not the Admin ID assigned to the page, which will cause the error.
Resolve IssueChanging the number to the actual owner's username, allowing the page to render and communicate with Facebook.
<meta property="fb:admins" content="facebookusername"/>