Title: Fix for Sociable on https
Last modified: August 20, 2016

---

# Fix for Sociable on https

 *  [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/)
 * The Sociable plugin does not implement it’s URLs correctly for https.
 * You can fix this by changing the definition of SOCIABLE_HTTP_PATH in the plugin
   as follows:
 * `define( 'SOCIABLE_HTTP_PATH', plugins_url( '/', __FILE__ ) ); // Plugin folder
   URL`
 * Using WP_PLUGIN_URL will cause it to always serve files as http, no matter what
   the settings in WordPress are. Using plugins_url() ensures that a filter is applied
   when https is in use, and it will dynamically change the URLs accordingly.
 * [http://wordpress.org/extend/plugins/sociable/](http://wordpress.org/extend/plugins/sociable/)

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

 *  [F C](https://wordpress.org/support/users/pmagony/)
 * (@pmagony)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836926)
 * Where/What page do you make this change on?
 *  Thread Starter [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836927)
 * I usually load definitions before init has fired.
 *  [F C](https://wordpress.org/support/users/pmagony/)
 * (@pmagony)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836929)
 * Thanks Ryan, that worked a charm.
 * /plugins/sociable/sociable.php
 * Comment out line 30, add Ryan’s definition.
 *  Thread Starter [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836930)
 * Oops, I forgot about having to delete the existing definition. I was replying
   in between tasks at work and didn’t pay enough attention to your question sorry.
   Sounds like you figured it out thankfully 🙂
 *  [Dan Collis-Puro](https://wordpress.org/support/users/djcp/)
 * (@djcp)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836949)
 * I pointed this a month back and the devs haven’t fixed it yet. Sigh.
 *  Thread Starter [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836950)
 * Yeah, after posting this I realised there were other threads outlining this problem
   too.
 * Do you know how to get hold of the developer? I’d be happy to commit the change
   myself if they’d give me admin access to it.

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

The topic ‘Fix for Sociable on https’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sociable.svg)
 * [Sociable](https://wordpress.org/plugins/sociable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sociable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sociable/)
 * [Active Topics](https://wordpress.org/support/plugin/sociable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sociable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sociable/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/fix-for-sociable-on-https/#post-2836950)
 * Status: not resolved