splix / grails-spring-security-facebook

Facebook Authentication plugin for Grails
http://splix.github.io/grails-spring-security-facebook/index.html
Other
39 stars 35 forks source link

Cutomize facebook button #76

Open dsr301 opened 9 years ago

dsr301 commented 9 years ago

Hi ,

I have the below configuration.

Faceboook button that i get is small and i want to customize it . Please let me know the process.

compile "org.grails.plugins:spring-security-facebook:0.15.3-CORE2" and i have the below configuration:

grails.plugin.springsecurity.facebook.domain.classname='com.fito.FacebookUser' grails.plugin.springsecurity.facebook.appId= grails.plugin.springsecurity.facebook.secret= grails.plugin.springsecurity.facebook.filter.type='transparent' grails.plugin.springsecurity.userLookup.usernamePropertyName='email' grails.plugin.springsecurity.logout.postOnly = false grails.plugin.springsecurity.logout.redirectToReferer = true

Thanks in advance -Suman

mxgross commented 8 years ago

You should be able to style it by yourself with CSS. You can overwrite the defined style. Alternatively you can manually create your Facebook Login button e.g:

Login with Facebook And use the "my-own-fb-btn-class" class to style via CSS Hope this is what you were looking for. Greetings