I’m trying to integrate zopim dashboard into my admin panel. I would like to have it in my admin panel in some sort of iframe, but I would also like seamless login on page load.
Can that be perhaps achieved with jQuery / PHP?
Here is url to the page I want to use:
– https://dashboard.zopim.com/
I checked stackoverflow + many forums, but haven’t found a proper answer how to pass login details trough iframe with jQuery for example…
You can pass information just in 1 direction, from the page to the iframe, using GET parameters in the URL, so the page called in the iframe can get this info
however you cannot access information of the iframe from the parent page calling that other site.