简体   繁体   中英

change color schema of facebook fb:login-button

I am using facebook social plugin fb:login (new version) and here is my code.

<fb:login-button show-faces="true" perms="email,user_birthday,status_update,publish_stream"></fb:login-button>

I have a dark back ground in my page, so when user is logged on I can't see user name as text is dark. So how do i set text color to be white? Thanks so much.

<fb:login-button show-faces="true" perms="email,user_birthday,status_update,publish_stream" data-colorscheme="dark"></fb:login-button>

您可以像使用“赞”按钮一样简单地使用data-colorscheme =“ dark” (未记录的选项)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM