872 comments found.
I put a URL in the “Include content directly: Include URL” field to explore options.
However, even after I deleted it and clicked on update settings, it comes back.
When I type “xxx” in that field, and update settings, “http://xxx” appears there. What to do?
The plugin output is null; nothing is being embedded.
Help!
Include content directly: Include URL does only work if you are on the same domain. But you are right. clearing fields do not work anymore. I added this to avoid that not set fields are overwritten but this sideeffect if of course not good. Please contact me by e-mail. i’ll send you a patched version and also update the file on code canyon.
As a quick fix please simply put a space in this filed you want to delete.
Thanks! That works.
4.1 was approved on codecanyon where this bug is fixed.
Hi I would like to buy this great plugin, I have only a question. I have to load a form page of another website domain with the shortcode for show only the content of this page form. I understand that the plugin make it easy but what happen when I click the send button form and load the confirmation page? The iframe keep my shortcode and load the new page with my parameter or open a new page with all the content? Sorry for my English
Thank you
Hi,
Because the form is on a different page the parent does not know what you do in the iframe. I have implemented several options you can do after a submit: - resize the viewport after the click (if the confirmation page needs a different view) - open a new url in a new or the same window. this makes sense if you can call the confirmationpage directly without the need to pass any parameter.
The proplem you have is that if your form does validation and display error messages the parent does not know that. So there is no optimal solution which cover a success page or a confirmation page is they don’t have the same size.
Best, Michael
Please see the screenshot of the last FAQ here http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-faq There you can see how this feature can be configured.
Thamks a lot, you maked a grat work!!!! Congratulations
Pre-sale question: I’m looking to buy this because currently my WP install strips out the iframes. Does this plugin overcome that problem? Or is there something else I would need to do first to my functions.php file or something else first? TIA
Try the advanced iframe from wordpress.org. This limited version is free for personal use where you can test if the iframe is stripped.
So is one of the main advantages between the free and pro version that the free only is good for one iframe and the pro is unlimited?
No. The free version is for personal websites only and has a view limit per month. The pro version is for all websites, has no view limit, has additional features and all new features will be part of the pro version.
Hi, i purchased the plugin but it doesn’t work on my site. I try to embed a php page hosted in my domain folder and dysplay it on on a wp page (same domain), and the iframe doesn’t fit the height of the embeded page…
I though it was simple but it seems to be quiet diffucult to setup.
Help please 
On the same domain it should work by only selecting the option in the configuration. Are you really on the same domain? e.g. www.example.com != example.com != pics.example.com. Is the area you want to include the iframe dynamic? Means that it does not have a fixed heigth with e.g. an overflow? If this is the case you have to change this style. this can be done in the plugin by modifying css styles.
mdempfle,
This is the code for example; <script type='text/javascript' src='https://fineartamerica.com/widgetshoppingcart/widgetscripts.php'></script>
<iframe src='https://fineartamerica.com/widgetshoppingcart/artwork.html?memberidtype=artistid&memberid=189030&domainid=0&showheader=0&height=600' style='display: inline-block; width: 100%; height: 820px; border: none; overflow: hidden;'></iframe>
Hope its ok to post it here mind you… if not please delete.
is you parent page https too? Because Javascript gets blocked on some browsers if the protocol does not match!
it is your page. You have to setup that is works on https also. You have to ask your hoster if you can do this. The page you want to include does jump to https if you want to add some pictures. So you cannot use http to include the other site.
Ok thanks I’ll go change that if I can.
For the record I just bought your great and particle plugin… not to mention its the least I could do for answering all my questions.
So thanks for that mdempfle!

thanks.
I have checked this link http://serge-v-richard.artistwebsites.com/featured/sitting-on-serge-v-richard.html in the link checker but when I use it on my site (with the light version) the Fineart America’s cart functions don’t work.
Would the pro version make it work at all? Any way it can be checked before I buy?
Thanks
I don’t think so. You have to investigate first why it does not work. Possible is: different doctypes, Javascript errors when included in an iframe, iframe protection.
sir im a little noob. can you help me on how will i be able to remove that image?
In the pro version you have the section where you can show only a part if the iframe. There you specify the x,y coordinates of the upper left corner and the with an heigth of the view window. Specify an y coordinate the this image is not shown. In the settings below you can specify what should happen after a request. Here you have the additional options in this section to specify this.
sir can you specifically teach me on how to do this im kinda confused. im adjusting the height but the upper part is the one showing. heres the link to my page http://webtracker.webtechnology.ph/ and this is the iframe http://ms02.trackingmate.com/ im hoping you can test it yourself and feed me with the answers. 
have you followed my instructions above? Because it seems you do not use this feature. btw. You should never use a height in % because in your case you have 60%. And every browser handles this differently. In your case you e.g. set width and height to 400 and then use the settings like described above.
you mean i can remove it? then that is good enough. im buying this. thank you so much sir.
you are welcome.
You cannot modify any content it it is on a different domain what is the case in your case. In the pro version your are able to show only a part of the iframe. This would mean in your case you can simply cut off the upper part of the login.
sir id like to buy. but i cant manage to show this http://ms02.trackingmate.com/ on my page.
What have you tried to show this page? As you have not buyed the pro version of the plugin I don’t understand the relation to this plugin. I have checked the url with http://www.tinywebgallery.com/blog/advanced-iframe/free-iframe-checker and this is fine. You now also have to check if there is a iframe breaker that prevents any inclusion.
sir i got it working. http://webtracker.webtechnology.ph/ if i buy the pro will i able to remove this image on the log in page and replace it with mine? http://ms02.trackingmate.com/images/meitrack.png
Hi i would like this plugin but to add a secure iframe in my admin area, basically because im making a new website for my self and i want to add a few sites that i use all the time with my site, so i dont have to go into another page to load that website.
Thanks
So what is your question? If you are unter https make sure the site you want to include are https also.