Mobile app version of vmapp.org
Login or Join
Samaraweera270

: How do I resolve "No administrators were specified" error with the Facebook Like button? I've placed the Facebook Like button iframe code on my website. When I test it, I receive an error:

@Samaraweera270

Posted in: #Facebook

I've placed the Facebook Like button iframe code on my website. When I test it, I receive an error:

"name" likes this. · Error. Clicking on Error gives:


You failed to provide a valid list of
administrators. You need to supply the
administrators using either a
"fb:app_id" meta tag or a "fb:admins"
meta tag to specify a comma-delimited
list of Facebook users.


If I view the source of the page, I can see:

<meta property="fb:admins" content="529447119" />


What do I need to do to prevent the error? Do you receive the error

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

2 Comments

Sorted by latest first Latest Oldest Best

 

@Rivera981

I've seen a few questions here about similar things in facebook that are resolved once the url is run through the Facebook URL Linter - see if that picks up the admin OpenGraph property.

Next, go to Facebook Insights and 'claim' your site using the green 'Insights for your website' button at the top left. This will use the OpenGraph property to connect your site with your FB account.

Hope that helps!

Adam

10% popularity Vote Up Vote Down


 

@Frith620

Two common reasons why this may not work:


Your facebook username should be included in a meta tag inside of the html header like so:



<meta property=”fb:admins” content=”FACEBOOK_USER_ID” />



Where FACEBOOK_USER_ID is your Facebook username.


Set your Facebook username by logging into your facebook account. Go to Account > Account Settings > Settings > Username

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme