Change Facebook background of box count -
in these days facebook have transparent background when have box-count option on button. want change background color of box number of likes.
actually can change css. had same problem, fixed following code:
.fb-like{ background-color: #fff; border-radius: 5px; }
the background color change obvious, need change border radius otherwise see white background around button since has 5px border radius.
one thing note, code won't if include share button, because there white background between share button , button, , doesn't well, nixed share button , worked me.
now wish knew how change background color in way friendly share button can add back. please let me know if figure out way, i'll submit bug report facebook.
please note fix if use javascript sdk button. don't know if work iframe button
edit: have found more efficient way. way applies javascript sdk button. allowtransparency property of iframe seems bugged time being.
if using javascript sdk button, add line end of fb-like
div: data-colorscheme:"dark"
when doing way, keeps background transparent unforunately changes text , border white better readability , no need use css overrides. when doing way can keep share button included , still looks nice.
if doing way doesn't suit you, better off using button_count layout instead until fix transparency property.
Comments
Post a Comment