Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22874

    Hey guys,

    My site is almost done (http://tautt.com), but I want to add a facebook “Like” button to the footer(to the right of “recent posts”). I already tried some plugins but they all mess with the layout. Could you please recommend some way that adds the facebook like button and works well?

    #117633

    Hi,

    Maybe you can try http://wordpress.org/extend/plugins/wp-socializer.

    Regards,

    Ismael

    #117634

    The problem is really the incompatibility between the facebook’s divs and the layout. If look at the image above I think it is pretty clear.

    #117635

    Hi,

    Your facebook like button looks ok. Is this fixed ?

    Regards,

    Ismael

    #117636

    Hi Ismael,

    Not really. If you look at the mage, the “copyright” footer is showing over the facebook box. That’s the problem.

    #117637

    Hi,

    Add this on your custom.css

    #socket {
    z-index: 0;
    }

    Regards,

    Ismael

    #117638

    Thanks! Actually it was

    #socket .container, #socket {
    z-index: 0;
    }

    But now it’s working :)

    #117639

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #117640

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

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