• In every article of my blog there i a widget plug in for facebook fan page.
    The site was automatically upgrated by wordpress and I have done plugins upgrades by myself
    Since yesterday on every page of the blog there is this error
    Warning: implode(): Invalid arguments passed in /web/htdocs/www.esterpatriciaceresa.com/home/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 67

    Thank you for helping

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem. Fixed this way:
    open
    /wp-content/plugins/facebook-pagelike-widget/fb_class.php
    and in line 67, change
    echo implode(‘, ‘, $ret);
    with
    echo implode(‘, ‘, (array)$ret);

    good luck

    • This reply was modified 5 years, 1 month ago by bredchic.

    please i need help.
    facebook fan box widget suddenly stopped working and it doesn’t appear at the bottom / footer in my website

    https://cyprustattooconvention.com/

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