Viewing 1 post (of 1 total)
    • Author
      Posts
    • TreeBeard
      Guest

      ‘m having a really tough time figuring out how to change the link titles (hover title) to translate these into French so when you hover over an icon, instead of “Share on Facebook” we need it to say something in French instead of English, but with this code, there seems to be no way to change that.

      I’ve tried researching the Function Reference on the plugin’s website, there’s no examples though.

      This is my current code:

      Code:

      ‘socialbts’, array(
      ‘services’ => ‘facebook,twitter,googleplus,pinterest,addtofavorites,email’)
      );
      ?>

      I tried adding a ‘title’ array like this:

      Code:

      ‘socialbts’, array(
      ‘services’ => ‘facebook,twitter,googleplus,pinterest,addtofavorites,email’,
      ‘title’ => ‘facebook,twitter,googleplus,pinterest,somethinginfrench,email’)
      );
      ?>

      but nothing happens when I add the titles, and the Function Reference just says:

      “title – Any valid title”

      as a parameter, I took this to mean the a href title tag, but I’m guessing that is something else.

      Does anyone know how to change the hover titles?

      Thanks!

    Viewing 1 post (of 1 total)
    • The topic ‘Trouble adding manually to template with French link titles’ is closed to new replies.

    Subscribe to our Newsletter

    Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

    By using this website, you agree to our Terms