Viewing 4 replies - 1 through 4 (of 4 total)
  • having the same problem

    For the Like Box (for pages) widget, the minimum supported width appears to be 292px

    http://developers.facebook.com/docs/reference/plugins/like-box/

    I have the same problem. Look at this site (scroll down):

    http://www.xotc.dk

    I was forced to set the width to at least 450px in the Facebook plugin settings or else the pop-up windows would just get cut in the right side.

    I need to be able to view the facebook window on mobile like an iPhone, and is disappointed to see that it doesn’t scale according to the screen, and there are no settings to control it.

    After setting it to 450px so it isn’t cut, I can use View Source in Safari to edit <div class=”_5v4 _5v8″> under the iframe with css, and set the width down to 300px to see how it “should look” on mobile:

    ._5v4 {
    width: 300px;
    }

    Sadly it doesn’t work if I add this to my wordpress css 🙁

    I really hope Facebook will consider making their plugin compatible with smartphones, it should be a ‘must’ for them.

    Plugin Contributor Niall Kennedy

    (@niallkennedy)

    Brodersen: social plugins have minimum widths based on base functionality + features you choose.

    A Like Button in standard layout has a default width of 450 pixels, minimum width of 225 pixels. +40 pixels if your chosen action is “recommend” instead of the default of “like.” +60 pixels if you have chosen to display a send button.

    If you are adding custom CSS to downsize the Like Button area to 300 you might be better off choosing features that will not be cut off when an iframe is constructed on the page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Facebook] widget width’ is closed to new replies.