updating sharethis url to use ws. instead w.
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Jun 2017 15:22:46 +0000 (11:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Jun 2017 15:22:46 +0000 (11:22 -0400)
securing sharethis url by adding https and using ws. instead of w. in the footer scripts

index.php

index 051eae9..dbff106 100644 (file)
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
         <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-        <script charset="utf-8" type="text/javascript" src="https://w.sharethis.com/button/buttons.js"></script>
+        <script charset="utf-8" type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
         <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
     </body>
 </html>
\ No newline at end of file