hello,
I am very disapointed by facebook like button, because it throws stupid error when I set color checme to light. But it works perfectly when I set color scheme to dark :D come on where is the logic? I spent all day trying to figure out this stupid thing :(
And when I click on the error link I get:
The page failed to provide a valid list of administrators. It needs to specify the administrators using either a "fb:app_id" meta tag, or using a "fb:admins" meta tag to specify a comma-delimited list of Facebook users.
I added one of the admins id even before I found that it works with dark color scheme.
Then later I tried just change the colors to light by using css, but its iframe, so I didn't manage to do it, now sure if its posible.
Is facebook joking at me or what?
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
//js.src = "//connect.facebook.net/lt_LT/all.js#xfbml=1&appId=YOUR_APP_ID";
js.src = "//connect.facebook.net/lt_LT/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<fb:like href="<?php echo get_bloginfo('url') ?>" send="false" width="270" show_faces="true" colorscheme="light" font="tahoma"></fb:like>