Weglot
Translate your Zigpoll surveys with Weglot
Step #1: Add Weglot to Your Survey's Custom Code
<script src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
// In your iframe
Weglot.initialize({
api_key: "wg_xxxx", // Replace with your Weglot API key
hide_switcher: true // You already have a switcher in parent window
});
</script>Step #2: Update Your Existing Weglot Code
<script src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
// In your parent window
Weglot.initialize({
api_key: "wg_xxxx", // Replace with your Weglot API key
translate_iframes: ["#zigpoll-hide-frame", "#zigpoll-launcher-frame", "#zigpoll-poll-iframe"]
});
</script>Last updated

