Home Forums Community Support Forum WordPress Plugins Like Gate Pro FB Like Button Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2301
    chiapet
    Participant

    So this is seemingly a basic question, however I have been digging around and have not been able to find a way to make the Like button larger. If it was a graphic I could swap it out. I have looked in the code from the plugin package and did not find anything there as well.

    What am I missing? Thanks

    #2302
    Slavi Marinov
    Keymaster

    Hi,

    I think it’s against FB’s policy
    http://stackoverflow.com/questions/3938201/facebook-like-button-larger-size
    https://developers.facebook.com/policy/#policies

    … but if you still want to try it add this code to your current theme’s style.css file.

    .fb_iframe_widget iframe {
    	transform: scale(2.5);
    	-ms-transform: scale(2.5); 
    	-webkit-transform: scale(2.5); 
    	-o-transform: scale(2.5); 
    	-moz-transform: scale(2.5); 
    	transform-origin: bottom left;
    	-ms-transform-origin: bottom left;
    	-webkit-transform-origin: bottom left;
    	-moz-transform-origin: bottom left;
    	-webkit-transform-origin: bottom left;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.