Softr
https://studio.softr.io/dashboard
Add the follow code in Settings, find Custom Code, then add it to the footer section.
Add the folllowing code only if it is a Softr website:
<script src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
Weglot.initialize({
api_key: 'wg_1234567890000abcd'
});
</script>
If it is a Softr powered content (like Airtable) that is need to be added using iframe into an external page use this code instead:
<script src="https://cdn.weglot.com/weglot.min.js"></script>
Weglot.initialize({
api_key: 'wg_1234567890abccdefghijk',
hide_switcher: true // You already have a switcher in parent window
});
</script>
Last updated
Was this helpful?