Title: HTTPS
Last modified: March 21, 2017

---

# HTTPS

 *  [ryanllogan](https://wordpress.org/support/users/ryanllogan/)
 * (@ryanllogan)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/https-55/)
 * Hello. When images come in through this plugin, they are using the following 
   URL parameters: [http://image-store.slidesharecdn.com/<image&gt](http://image-store.slidesharecdn.com/<image&gt);
 * Our security tests are dinging us for the URLs not being HTTPS?
 * Can this be addressed?
 * Thank you,
    Ryan

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

 *  [vibban](https://wordpress.org/support/users/vibban/)
 * (@vibban)
 * [9 years ago](https://wordpress.org/support/topic/https-55/#post-9073699)
 * Hi Ryan,
 * Same problem here. Until the plugin is updated, you can change the plugin yourself
   to get this functionality. What this “hack” does is look for “http:” (case insensitive)
   and change that to “https:” in the image link urls.
 * On line 808 in linkedin-company-updates.php under plugin root, change
    `$update_image_url
   = $shared_content['submittedImageUrl'];` to `$update_image_url = preg_replace("/
   ^http:/i", "https:", $shared_content['submittedImageUrl']);`
 * Hope that helps!
 * Best Regards,
    Vibban
    -  This reply was modified 9 years ago by [vibban](https://wordpress.org/support/users/vibban/).
 *  Thread Starter [ryanllogan](https://wordpress.org/support/users/ryanllogan/)
 * (@ryanllogan)
 * [9 years ago](https://wordpress.org/support/topic/https-55/#post-9078936)
 * Appreciate the info!

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

The topic ‘HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/company-updates-for-linkedin_1b76a4.
   svg)
 * [LinkedIn Company Updates](https://wordpress.org/plugins/company-updates-for-linkedin/)
 * [Support Threads](https://wordpress.org/support/plugin/company-updates-for-linkedin/)
 * [Active Topics](https://wordpress.org/support/plugin/company-updates-for-linkedin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/company-updates-for-linkedin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/company-updates-for-linkedin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ryanllogan](https://wordpress.org/support/users/ryanllogan/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/https-55/#post-9078936)
 * Status: not resolved