Changeset 1165719
- Timestamp:
- 05/22/2015 01:18:48 PM (11 years ago)
- Location:
- osd-social-media-sharing/trunk
- Files:
-
- 3 edited
-
includes/OSDSocialShare.php (modified) (1 diff)
-
osd_social_media_sharing.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osd-social-media-sharing/trunk/includes/OSDSocialShare.php
r1161374 r1165719 124 124 private function share_link($platform, $button_title, $custom_url) { 125 125 $target = ($this->options["target"] == "new" && $platform != "email") ? "_blank" : "_self"; 126 $protocol = (isset($_SERVER[ 'HTTPS']) && $_SERVER['HTTPS'] != '') ? "https://" : "http://";126 $protocol = (isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] !== "" && $_SERVER["HTTPS"] !== "off") ? "https://" : "http://"; 127 127 $searches = array( 128 128 "{{SITE_NAME}}", -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1161374 r1165719 4 4 Plugin URI: http://outsidesource.com 5 5 Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more. 6 Version: 3.5. 16 Version: 3.5.2 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1161374 r1165719 4 4 Requires at least: 3.4 5 5 Tested up to: 4.2 6 Stable tag: 3.5. 16 Stable tag: 3.5.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 3.5.2 = 44 * HTTPS Fix for IIS users 42 45 43 46 = 3.5 =
Note: See TracChangeset
for help on using the changeset viewer.