-
Notifications
You must be signed in to change notification settings - Fork 265
Usage intermediary frame with dynamic pages #226
Comments
Yeah, that should simply work. You might want to set the useHash (or what
|
Hi, thanks.
Sorry, I don´t really understand it, can you give me an additional code example? I updated/correted my starting example http://domain.com --> http://externdomain.com/dyn-page.php?page=1 remote: "http://domain.com/.../resize_intermediate.html?url=http://externdomain.com/dyn-page.php?page=1" I test it with an other external domain, too (WordPress-Site) remote: "http://domain.com/.../resize_intermediate.html?url=http://externdomain.com/contact" Doesn´t work for me. Thanks |
From the readme - https://github.com/oyvindkinsey/easyXDM hash {Boolean} - Whether to pass the setup data using the hash instead of Not sure what's going wrong with your code, but you must escape the uri Øyvind Sean Kinsey On Mon, May 20, 2013 at 2:35 AM, ingozoell [email protected] wrote:
|
Hi,
I found your great framework.
I´d like to load a website (with dynamic pages) from an external domain into a Wordpress-Site. I used scripts from your
resize_iframe.html
andresize_intermediate.html
easyXDM.min.js
loads in both domains.My init.js in Wordpress-Site (located in
/js
)This works for me with just
.html
pages.External-Domain init.js (located in
/js
)I´d like to
I can´t link to an static physical .html pages on external domain, can I chance the
url="..."
target to an absolute path like'http://externdomain.com/dyn-page.php?page=1
?remote: "http://externdomain.com/js/plugins/easyxdm/example/resize_intermediate.html?url=http://externdomain.com/dyn-page.php?page=1"
Thanks for your help
Ingo
The text was updated successfully, but these errors were encountered: