KB Issue
When 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 Details
When 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
Copy
Search Site
Search Google
could not be parsed as type fbid
Copy
Search Site
Search Google
or
Object at URL]
http://www.yourwebsite.com
Copy
Search Site
Search Google
of type website
Copy
Search Site
Search Google
is invalid because the given value '226986500660572' for property 'fb:admins' could not be parsed as type 'fbid'.
Recreate Issue
The following will create the error.
<meta property="fb:admins" content="226986500660572"/>
Copy
Search Site
Search Google
The provided number is the user's ID, not the Admin ID assigned to the page, which will cause the error.
Resolve Issue
Changing the number to the actual owner's username, allowing the page to render and communicate with Facebook.
<meta property="fb:admins" content="facebookusername"/>
Copy
Search Site
Search Google
Ensure your page is working properly using the Facebook Debugger.
Facebook Developers Debugger«