Title: Plugin breaking ssl (https)
Last modified: October 24, 2016

---

# Plugin breaking ssl (https)

 *  [taidgh](https://wordpress.org/support/users/taidgh/)
 * (@taidgh)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-breaking-ssl-https/)
 * Lars, it is lovely little plugin. My problem is that it broke my SSL as my webpage
   now showed the screenshot:
    `http://s.wordpress.com/mshots/v1/http%3A%2F%2Fmywebsite.
   com/?w=600` The very easy solution is to edit wp-screenshot/wp-screenshot.php
   on line 15 to return HTTPS eg:
 *     ```
       return '<img src="https://s.wordpress.com/mshots/v1/http%3A%2F%2F'.$content.'?w=' . esc_attr($width) . '" />';
       ```
   
 * Simple little fix.

The topic ‘Plugin breaking ssl (https)’ is closed to new replies.

 * ![](https://ps.w.org/wp-screenshot/assets/icon-256x256.png?rev=3188300)
 * [WP Screenshot](https://wordpress.org/plugins/wp-screenshot/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-screenshot/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-screenshot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-screenshot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-screenshot/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [taidgh](https://wordpress.org/support/users/taidgh/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-breaking-ssl-https/)
 * Status: not resolved