I made a Facebook Like button on Wordpress theme blog posts using the Javascript SDK , including the following attributes:
data-layout="button_count" data-action="like" data-size="large" data-show-faces="false"
As you know, Facebook changed the design of this button during the summer of 2016.
I created a sharing panel where I emulated the same button design for other social media platforms and made the Facebook button as a button at the end of the line:
Interesting, however: the client sent an error to say that “Facebook Like” did not fit along with the other buttons. On the exam, I realized that in terms of location, he is doing the old design:
It seems that coming out of Facebook, it displays the old design. However, for some users, when logging in, it still displays the old design.
Does anyone know if a new design can be forced, otherwise how can this be fixed?
source share