Translate iframe
You have an iframe in your page and you need to translate it.
Pre-required
You need to have the iframe control to put Weglot snippet on the iframe.
If you cannot put the snippet in the iframe, please contact us, we surely have another solutions for you.
Setup
The parent window (main page) got the Weglot snippet to initialize it and there is a switcher on this page.
1) You have to put the same snippet in your iframe page, with the hide_switcher
extra option to true
, because you don't want another switcher in your iframe:
2) Add translate_iframes
option with all CSS selectors in an array to select translated iframe in your page.
Now, the parent window can communicate with your iframe, mainly to switch language when user select a new one.
Tips
You can add iframes selectors option all over your website, if selector is wrong or iframe doesn't exist, it doesn't matter
Visiting a page with a translated iframe on it will count two visits on your dashboard (parent + iframe)
Last updated