+ Reply to Thread
Results 1 to 8 of 8

Thread: Facebook follower box?

  1. #1

    Question Facebook follower box?

    Hello,

    Any idea how I could set a box to show the facebook followers of my page?
    Classic stuff seen on many sites.

    Thanks,

  2. #2
    Hello Matthieu Kauffmann,

    Please check Bookmark and share plugin.
    May be it help you.
    Thanks.

  3. #3
    Hello,
    Yes, that's it.

    Any idea how I could set this box to be in my local language (french)?

    Currently it is in english
    "xxx people like ..."

    Thanks

  4. #4
    Up for the language?

  5. #5
    Hello Matthieu Kauffmann,

    Bookmarks plugin should automatically translate phrase by selected language on the site.
    if it is not work. please explain in more details i will check it.
    Thanks.

  6. #6
    Hello,

    http://www.levraistock.com/presentation.html

    In which file should I check that "french" is really set as the default language in the coding?
    Because even google thinks my website is in english, by putting as first result the "/en" page.

    There is a parameter somewhere in the code I think?

    Can I edit the "header" file in template manually?

    <html xmlns="http://www.w3.org/1999/xhtml" lang="{$smarty.const.RL_LANG_CODE|lower}">
    Or maybe, could you check the database, maybe there is an issue there and it could be fixed with a simple request.
    Last edited by Matthieu Kauffmann; July 16, 2014 at 02:11 PM.

  7. #7
    Hello Matthieu Kauffmann,

    You mean about Facebook fans, this block need other changes.
    FTP > plugins > bookmarks > fb_box.tpl
    find: js.src = "//connect.facebook.net/en_US/all.js";
    and change on: js.src = "//connect.facebook.net/fr_FR/all.js";
    en_US -> fr_FR

    I done it for you.
    Thanks.

  8. #8
    Thank you Dimitry !

+ Reply to Thread