SSL/HTTPS appears to not work on the plugin using WordPress.com?
-
I need to use the plugin on a site using SSL. I changed the plugin vode from this:
return 'https://s.wordpress.com/mshots/v1/' . urlencode( $url ) . '?w=' . $width . '&h=' . $height;
to this:
return 'https://s.wordpress.com/mshots/v1/' . urlencode( $url ) . '?w=' . $width . '&h=' . $height;
Note: I only added https.
However, when I try https, the wordpress.com server appears to not respond. Is there a method by which we can return https? Any ideas?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘SSL/HTTPS appears to not work on the plugin using WordPress.com?’ is closed to new replies.