ShareThis SSL Edit Change Required in Source URL
Guys,
When converting to SSL, we lost the ShareThis buttons. The source URL needs to be changed in includes/content-single.php file to read:
<script src="http<?php mfn_ssl(1); ?>://ws.sharethis.com/button/buttons.js"></script> INSTEAD OF <script src="http<?php mfn_ssl(1); ?>://w.sharethis.com/button/buttons.js"></script>
An 's' needs to be added so that /w. becomes /ws. Found this @ their website documentation... http://support.sharethis.com/customer/portal/articles/475097-ssl-support#sthash.gQxWl8wa.dpbs
When converting to SSL, we lost the ShareThis buttons. The source URL needs to be changed in includes/content-single.php file to read:
<script src="http<?php mfn_ssl(1); ?>://ws.sharethis.com/button/buttons.js"></script> INSTEAD OF <script src="http<?php mfn_ssl(1); ?>://w.sharethis.com/button/buttons.js"></script>
An 's' needs to be added so that /w. becomes /ws. Found this @ their website documentation... http://support.sharethis.com/customer/portal/articles/475097-ssl-support#sthash.gQxWl8wa.dpbs
Comments
thanks for this information. You are definitely right. We missed that thing but this will be fixed with future update of course.