• Resolved rmanleyreeve

    (@rmanleyreeve)


    The issue is the https:// URL hard-coded on the iframe src. As our site is HTTPS the iframe gets blocked for ‘insecure content’ as the plugin explicitly requests a http URL, e.g https://www.vcita.com/widgets/scheduler/xxxxx?ver=2 – this is hard-coded in the plugin code.
    The file path is:
    /wp-content/plugins/meeting-scheduler-by-vcita/vcita-widgets-functions.php
    The relevant function is at line 141 – vcita_create_embed_code()
    $code = “<iframe frameborder=’0′ src=’https://&#8221;.VCITA_SERVER_BASE

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author vcita

    (@vcita)

    Hi there,

    Thank you so much for letting us know!
    What may help you is instead of using the PlugIn, you will want to use the html from Online Presence > Website widgets within vCita.

    If you click on “Other Websites”, you should be able to grab the iFrame there, which does have the https.

    Let me know if that works! If this does not, please reach out to support by clicking on “Contact Us” within your vCita dashboard!
    Thank you!
    -vCita support

    Thread Starter rmanleyreeve

    (@rmanleyreeve)

    OK we can do that, but it sort of defeats the point of offering the plugin shortcode.
    And you should really be using HTTPS for URLs nowadays

    Plugin Author vcita

    (@vcita)

    Thank you for the feedback! We’ll be sure to take this into consideration.

    -vCita Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scheduler iframe blocked, not HTTPS’ is closed to new replies.