Is there any way to show limited profile faces on Facebook like box plugin?
Say I just want to show 5 profile faces?
I am using the HTML version of Facebook's like box i.e. I user data-show-faces="true"
The only way to change the number of faces is by setting a height on the like-box plugin.
https://developers.facebook.com/docs/reference/plugins/like-box/
Take the following height examples:
250px or less, you get 5 faces,
251px-303px is 10 faces.
304px-356px is 15 faces
357px-409px is 20 faces
And so on in multiples of 53px = 5 additional faces.