Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Please provide a URL to an example post or page.

    Thanks,

    js.

    Thread Starter roshanroy

    (@roshanroy)

    Plugin Author JS Morisset

    (@jsmoriss)

    NGFB uses the image URLs provided by WordPress. Are your WordPress Address and Site Address values in the WordPress General settings set to https?

    js.

    Thread Starter roshanroy

    (@roshanroy)

    If I set those to HTTPS…then its forcing all connections to be made in HTTPS…our aim is to let customers browse in non-secure HTTP version if they want to but still have valid HTTPS connection when its made.

    Currrently because of your plugin, the page says that some of the images are being secured through unsecure channels when people use HTTPS version.

    It would be good if it puts the image in this format “//www.domain.com/wp-content/uploads/2014/04/innovative-200×200.png”

    This way…it will add whatever connection is needed without disrupting the entire flow. Can we somehow remove the “HTTP” bit in front and just put “//”.

    Regards,
    RJ

    Plugin Author JS Morisset

    (@jsmoriss)

    Actually, these are likely the cause of your issue:

    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/Jim-Muirhead-160x175.png" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/max.jpeg" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/zuber.jpg" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/photo.jpg" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/Jim-Muirhead-160x175.png" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/max.jpeg" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/zuber.jpg" />
    <img src="http://www.emailverifierapp.com/wp-content/uploads/2014/04/photo.jpg" />

    Meta tag values are not part of the webpage content, so should not matter for your SSL cert validation

    If you could fix those image links, I can have another look at your meta tags (the solution you implement to fix those links may affect the WP config, which then may affect the meta tag values). 😉

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    Can I assume you’ve figured out the issue and close this thread?

    Thanks,

    js.

    Thread Starter roshanroy

    (@roshanroy)

    Yes lets do that. Thanks JS

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HTTPS Featured Image’ is closed to new replies.