Is it possible to go back to the old Facebook likebox?

0

Is it possible to go back to the old Facebook likebox?

I need to get back because I need to increase the number of 'friends faces'. If it is not possible, can you tell me if it is possible to increase this number in the new lightbox?

    
asked by anonymous 17.07.2015 / 15:17

2 answers

1

I'm afraid this is not possible, as the old Like Box has been completely disabled with the release of Graph API v2.3 and replaced with Page Plugin .

The Page Plugin is basically a new improved version of Like Box and with a different name.

  

You can access this link to see what has changed with this new version of   Page Plugin

Previously to increase the number of faces of people to be displayed, simply increase the height of the Like Box automatically that the number of faces would be increased according to their height. Unfortunately (at least for now) this solution does not apply to this new release.

However, you can always make this suggestion in the Facebook Developer Community group.

    
17.07.2015 / 22:22
0

Yes, that has changed. To display the face if 2 or more friends have tweaked the page you can set the "data-show-faces" attribute to true in the Facebook html tag.

Exe.:

<div class="fb-like" data-href="https://www.facebook.com/facebook" data-show-faces="true"></div>

Now that box that we were accustomed by what I saw now only exists if the link is a fanpage, that is, to enjoy the fanpage. This is done using the Page Plugin.

Exe.:

<div class="fb-page" data-href="https://www.facebook.com/facebook" data-show-faces="true"></div>

This also has other configuration options. Take a look at link .

    
17.07.2015 / 21:11