Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Missing Facebook Like Button WordPress

  • SOLVED

I've integrated a lazy loading script to load the social buttons when scrolled down.
Script: http://hayageek.com/examples/jquery/lazy-script/scroll.php

Website: http://bit.ly/1pHvFzu
U: raymond
P: hal9000

The tweet and Google +1 button works fine but not the Facebook Like button.
I don't see any script errors in Firebug and the Net tab shows that the facebook JS is being loaded when scrolled down.

Can someone take a look and see how can I reveal the Facebook Like button and place it BEFORE the tweet button?

Thanks.

Answers (1)

2014-10-02

zebra webdesigns answers:

Hello raymond

If I need
can you send me the login details.


zebra webdesigns comments:

Hi Raymond

I took a quick look on your site and find errors in the script console.
would you like to fix everything.

can you contact me through skype: bhuvan530531
or PM me the details.


raymond comments:

I've updated the question.


zebra webdesigns comments:

Hi Raymond,

you need to adjust the css. Add the following css

.floating-facebook{
width: 86px;
padding: 23px 0 0 50px !important;
}

regarding interchanging the buttons, is this functionality comes from theme or plugin ??


raymond comments:

Thanks. It works and I hate CSS :P