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

Asked

Viewed 96 times

0

It is possible to return to old Facebook Likebox?

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

2 answers

1

I’m afraid that’s not possible, because the old Like Box was completely disabled with the launch of Graph API v2.3 and replaced by Page Plugin.

The Page Plugin Basically it’s 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

In the past to increase the number of faces of people to be presented, it was only necessary to increase the height of the Like Box that automatically the number of faces would be increased depending on their height. Unfortunately (at least for now) this solution does not apply to this new version.

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

0

Yeah, well, that’s changed. To display the face if 2 or more friends have liked the page you can set the attribute "data-show-faces" to true, in the Facebook html tag.

Exe.:

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

Already that box that we were used to by what I saw now only exists if the link is a fanpage, IE, to like the fanpage. Page Plugin is used for this.

Exe.:

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

This one also has other configuration options. Take a look at https://developers.facebook.com/docs/plugins/page-plugin .

Browser other questions tagged

You are not signed in. Login or sign up in order to post.