• Hi
    The “Call to action” text is “Share this post:”
    I am using WPML. I’ve tried to translate to French “Share this post:”, but I can’t find “Share this post:” in WPML.

    I only find “Share this…”. If I translate “Share this …” to French (“Partagez cette article”), the French text does not show on the French version of the post.
    May somebody help me?
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there @mikesantamar,

    Thanks for reaching out, I’d be more than happy to help here!

    Unfortunately, at the moment we don’t count with an official workaround for your localization request as this may require a big change on the plugin’s logic in order for it to know in what language to display its child components automatically. However, there is a pool of ideas we periodically dive looking for new features and if anything changes regarding your request on our end then, be sure I’ll get back to you.
    Please do let me know if you have any other concerns or ideas!

    Cheers,
    Andres

    Its possible and not much dificult. Only you need modify a file.
    plugins/simple-share-buttons-adder/php/class-buttons.php

    Search:
    esc_html( $str_share_text )

    Replace:
    __(esc_html( $str_share_text ),’your-domain’)
    or
    esc_html__($str_share_text,’your-domain’)

    on Lines aprox: 209,212,243,246.

    ¿¿¿Big change????

    Hey there @jorgebherron,

    Thanks for reaching out and providing a recommendation!

    We are always looking to improve our plugin and will take this into consideration on the next update, we agree that more sharing buttons need to be added!

    If you have any other questions, please let us know otherwise we look forward to improving your experience on our plugin in the future 😀

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WPML’ is closed to new replies.