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

    (@webvitaly)

    The iframe is working fine on the page you provided.

    Plugin Author webvitaly

    (@webvitaly)

    Yes, you are right. It is because your page is loaded via https and shortcode use regular http.
    The Chrome Console throws this error:

    Mixed Content: The page at 'https://blog.sillybillystoyshop.com/hebden-radio/' was loaded over HTTPS, but requested an insecure resource 'http://tunein.com/embed/player/s264490'. This request has been blocked; the content must be served over HTTPS.

    You may try to use one of these shortcodes:

    [iframe src="https://tunein.com/embed/player/s264490" width="100%" height="100"] – uses https protocol.

    [iframe src="//tunein.com/embed/player/s264490" width="100%" height="100"] – does not use http protocol at all.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘iframe not working anymore’ is closed to new replies.