How to integrate Weglot with Kreezalid Marketplace:
- Create a Weglot Account:
- Visit Weglot and sign up for an account.
- After signing up, go to the "Integrations" section of your Weglot dashboard.
- Get Your Weglot API Key:
- Once you’re in the dashboard, you’ll find your API key in the "Languages" section.
- Copy the API key to use it in the next steps.
- Integrate Weglot with Kreezalid:
- In your Kreezalid admin dashboard, go to Settings > General > Custom Tag
<head>
. - Paste the Weglot script below into the
<head>
section of your page:
- In your Kreezalid admin dashboard, go to Settings > General > Custom Tag
<script>
var weglotConfig = {
api_key: 'YOUR_WEGLOT_API_KEY'
};
</script>
<script src="https://cdn.weglot.com/weglot.min.js"></script>
- Save Changes:
- Click Save after adding the script.
- Your Kreezalid marketplace will now be integrated with Weglot and provide translation options for visitors.
- Configure Your Languages:
- Go back to Weglot and configure the languages you'd like to support on your marketplace.
- You can choose the default language and additional languages you want to offer.
For more information, please refer to [Weglot’s official documentation]().
Updated on: 19/07/2025
Thank you!