Skip to content Skip to sidebar Skip to footer

Change The Width Of A Like Button

I'm trying to change the width of the Like button on my site, but for some reason it's not working. I've tried the HTML5, iFrame and XFBML versions, but they all get rendered to th

Solution 1:

Minimum width size is 55px.

3000 is probably a bit too much. Try using the tool at http://developers.facebook.com/docs/reference/plugins/like/ to make a realistic sized button.

Solution 2:

I advise you please use this plugin for html5

<divclass="fb-like"data-href="your_link_goes_here"data-send="true"data-width="450"data-show-faces="true"></div>

Thanks...

Post a Comment for "Change The Width Of A Like Button"