[ad_1]
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
