• Resolved ythhj

    (@ythhj)


    In the facebook feed there is a watch more button that I would like to translate to Danish. I have installede loco translate but cannot find the string in the Smash Balloon Custom Facebook Feed. Can you help me translate this button?

    TIA

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

Viewing 1 replies (of 1 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @ythhj,

    Thank you for reaching out to us with your question. I checked and this is missing in the plugin’s translation options. I have notified the developers and this will be resolved in a future update to the plugin.

    In the meantime, please test using the following script, implemented using WPCode, similar plugin or manually added to the footer of the site:

    <!-- Custom Facebook Feed JS -->
    <script type="text/javascript">
    function cff_custom_js($){
      var $ = jQuery;
      $(".cff-cta-link a").each(function(){
        $(this).text(function(){
            return $(this).text().replace("Watch More","Se mere");
        }); 
      });
    }
    cff_custom_js($);
    </script>

    We have a guide on adding custom JavaScript here.

    Thank you for bringing this to our attention! Should there be anything else, don’t hesitate to let me know or reach out using our support form as we are happy to assist.

    Best regards,
    Joel

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.