This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Embed code not working on WP pages (Firefox)
Started 11 years ago by arturom | 9 posts |
-
Hello,
I'm using the following embed code to use my forms on my WordPress sites.
<iframe height="1890" frameborder="0" src="http://www.misitiodeprueba.com/forms/embed.php?id=6590"><a href="http://www.misitiodeprueba.com/forms/view.php?id=6590" title="VeoGuide Costa Rica">VeoGuide Costa Rica</a></iframe>
The forms show up great on IE, Safari and Chrome. But for some reason they never show up on Firefox... all I get is a blank page.
How can I fix this?
Posted 11 years ago # -
I should clarify that I'm using the code on HTML tabs for my Facebook pages. You can view a sample here: https://www.facebook.com/VeoGuideCostaRica/app_436088043174932 ; if you open that link on Chrome, Safari or IE it works fine. But on Firefox all I get is a blank page.
Posted 11 years ago # -
The latest version of Firefox seems to block HTTP content when being embedded into HTTPS page.
I noticed that your form is linked using HTTP, while the facebook page is under HTTPS.You'll need to use the HTTPS code of your form to fix this.
Make sure to have SSL certificate installed into your site first.MachForm Founder
Posted 11 years ago # -
Thank your for your reply Yuniar.
So the domain under which I have MachForm installed (www.misitiodeprueba.com) would need to have https so that my embed code can be:
<iframe src="https://www.misitiodeprueba.com/forms/view.php?id=6590" height="855" width="100%"></iframe>
instead of just:
<iframe src="http://www.misitiodeprueba.com/forms/view.php?id=6590" height="855" width="100%"></iframe>
Thank you for helping me understand this.
Kind regards.
Posted 11 years ago # -
Yes, that is correct.
MachForm Founder
Posted 11 years ago # -
Ok I understand. Thank you very much, kindest regards.
Posted 11 years ago # -
Hello again. Sorry, I forgot to ask. Would enabling "https://" for the domain affect Machform at all? Or will it work the same way? I want to make sure I don't bump into any problems if I make this change. Thanks!
Posted 11 years ago # -
There shouldn't be any issue with that. As a matter of fact, it's better to use https.
Don't forgot to go to your Settings, click "advanced options" and then adjust the "MachForm URL" to use https as well.MachForm Founder
Posted 11 years ago # -
Thank you very much Yuniar. Kindest regards.
Posted 11 years ago #
Reply
You must log in to post.