Transparent background for Facebook "like" button
I need the background for the Facebook "like" button to be transparent.
I've achieved this one time but I don't remember how I did it.allowTransparency="true"
in the iframe
version of the button does开发者_StackOverflow中文版n't work either.
allowTransparency="true"
with iframe version should work, I have used it recently without any problem like this:
<iframe src="//www.facebook.com/plugins/like.php?app_id=242000359180192&href=www.facebook.com%2Fbevagus&send=false&layout=button_count&width=180&show_faces=true&action=like&colorscheme=dark&font&height=21&locale=cs_CZ" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:21px;" allowTransparency="true"></iframe>
精彩评论