Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author webvitaly

    (@webvitaly)

    The iframe is working for me. I can see this text:

    Verzoek Server Offline.
    Beste Luisteraars U kunt op dit moment geen verzoekplaat aanvragen om de volgende redenen.

    Er is geen DJ Live op dit moment.

    Of de DJ heeft er voor gekozen om zonder verzoekplaten te draaien.

    Thread Starter magictrance

    (@magictrance)

    Thanks for the Answer but the Iframe is standing on this URl

    https://studio-agnes.nl/verzoeK/

    My screen is not showing the page

    Please wil you check again

    ==================================================================================

    I see the Iframe is not working with a HTTPS only with HTTP
    Or can i do something that it also works with https

    • This reply was modified 6 years, 7 months ago by magictrance.
    Plugin Author webvitaly

    (@webvitaly)

    That is because your webpage is httpS and iframe was loaded via http.
    You can see the iframe if you will open your website via http: https://studio-agnes.nl/verzoeK/

    hmmm…so the iframe content must be https if the page is https…is that correct?

    Plugin Author webvitaly

    (@webvitaly)

    Yes, that is correct.
    This is how iframes are working and there is nothing can be done here with the plugin.
    So the protocols of the parent page and embedded page should match.

    Hi, please help

    My web has a free SSL from hosting.
    I want to catch other webs via iframe, both do not work:

    <iframe src=”https://www.w3schools.com&#8221; width=”100%” height=”1000px”></iframe>
    <iframe src=”https://www.w3schools.com&#8221; width=”100%” height=”1000px”></iframe>

    The web w3schools.com just an example.
    I just can see the box, not contents.

    Regards

    Hi again,

    Hufft I just removed the SSL from hosting, and the iFrame now is working
    Can explain please?

    Regards

    Plugin Author webvitaly

    (@webvitaly)

    You can not include HTTP pages into HTTPS pages and vice versa.
    So the protocol (http or httpS) for parent and embedded page should match.

    • This reply was modified 6 years, 3 months ago by webvitaly.

    Yes, so thats why I asked here, both not working :

    <iframe src=”https://www.w3schools.com” width=”100%” height=”1000px”></iframe>
    <iframe src=”httpS://www.w3schools.com” width=”100%” height=”1000px”></iframe>

    First one is http, the second one is https. All not working.
    My web is https. I got SSL Certificate from hosting.
    But when I remove the certificate, thats work.

    Maybe it can also happened to others.

    Best regards

    Plugin Author webvitaly

    (@webvitaly)

    I tried to embed w3schools.com on my page and got an error in the browser console:

    Refused to display ‘https://www.w3schools.com/&#8217; in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

    That means that w3schools.com does not allow anyone to embed their website on other pages.

    Hi,

    Thank you for info.
    But I just mentioned above, w3school just example here.

    Resolved when I remove my free SSL from my hosting.
    I issued https for free from my hosting

    Regards

    Thanks @webvitaly

    Thanks All,
    I like this blog so much, saved to my bookmarks.
    This is the link https://sutxa.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘My Iframe code is not working’ is closed to new replies.