Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sajid Javed

    (@sjaved)

    Hi,

    It happens because of users privacy settings of the persons who liked your page.

    As a workaround to this issue. Add below code in .css file.

    @media (min-width: 768px){
    #easy_racebook_likebox-2{
    width: 27%;
    }
    }

    Thanks

    Thread Starter im56seann

    (@im56seann)

    Hey there.

    Sorry, I don’t think that’s the actual issue. Every time the page is refreshed I get a different list of 8 showing faces. If the two that aren’t showing are due to them having privacy restrictions then I would assume that if I kept refreshing the page those two would cycle out eventually and they don’t. It always only displays the 8 faces.

    Any other ideas?

    Plugin Author Sajid Javed

    (@sjaved)

    Hi,

    I am afraid this is coming directly from facebook. Only height is controlling the number of faces.

    data-height only controls the height of the Like Box in pixels and not the number of faces to display.

    I’ve played around with the Like Box tool of Facebook and it seems like there is a limit to display 100 faces max., regardless of what you set as the data-height. The parameter documentation also does not contain information about how one may be able to set the number of faces so this should be impossible at the moment.

    Please see this URL:
    https://stackoverflow.com/questions/20513484/how-to-create-a-facebook-likebox-with-more-then-100-faces

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget dropping the last few faces’ is closed to new replies.