When the iframe parent is framed by another application, the domains do not match. This causes the plugin to fail. Solution: use window.parent instead of window.top.
I am closing this for now and will incorporate soon
File change needs to be added to the real source file which I will do shortly, I am in the process of restructuring the main repo
When the iframe parent is framed by another application, the domains do not match. This causes the plugin to fail. Solution: use window.parent instead of window.top.