How do I put a Facebook like box on the footer widget area?
Hi Guilherme!
You can use the AddThis plugin. Add the social button code on a Text Widget: http://wordpress.org/plugins/addthis/
Please refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606
Cheers!
Ismael
This isn’t really what I was looking for.
This is:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
but it doesn’t works on widgets :(
Hi!
You’ll need to read the entire text that Facebook provides when you generate the like box. You must have the facebook code loaded in before the like box so that the like box will generate.
Alternatively you can use the iframe code instead. This isn’t a theme specific issue but just a Facebook one in general.
Regards,
Devin
I just solved it, thanks!!