Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #222942

    How do I put a Facebook like box on the footer widget area?

    #223209

    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

    #225763

    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 :(

    • This reply was modified 10 years, 8 months ago by Guilherme.
    #225769

    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

    #226453

    I just solved it, thanks!!

    #226532

    Hi!

    Glad you solved it. You can add it on a Text widget, you can also use plugins that will allow you to insert css, javascript and html snippets. :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Facebook Like Box’ is closed to new replies.