为什么这不起作用?
$('.fb-like-button').each (function(){
if ($(this).html() == "" || !$(this).html() || $(this).html() == "undefined")
{
$(this).html('<fb:like href="'+$(this).attr("data-url")+'" layout="button_count" send="false" show_faces="false" width="100" action="like" font="verdana" colorscheme="light" />');
FB.XFBML.parse($(this));
$(this).attr("class", "done");
}
});
错误:未捕获 [object Object]