This is how I use it across domains…
- Use an iframe from your parent domain – say
parent.example - Then on each
child.exampledomain, just do a postMessage to yourparent.exampleiframe - All you need to do is setup a protocol of how to interpret your postMessage messages to talk to the
parent.exampleiframe.